diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2019-12-14 15:52:53 +0000 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2019-12-14 15:52:53 +0000 |
commit | cc75e50ca861529d50601d247fd66f806fcb23a8 (patch) | |
tree | e2c5c7b1f98e64011b1ee8ca4e9bb9157510dfe7 | |
parent | Merge branch '10.17' into 'master' (diff) | |
parent | add upstream 10.18 (diff) | |
download | FreeFileSync-cc75e50ca861529d50601d247fd66f806fcb23a8.tar.gz FreeFileSync-cc75e50ca861529d50601d247fd66f806fcb23a8.tar.bz2 FreeFileSync-cc75e50ca861529d50601d247fd66f806fcb23a8.zip |
Merge branch '10.18' into 'master'10.18
add upstream 10.18
See merge request opensource-tracking/FreeFileSync!15
139 files changed, 2754 insertions, 68689 deletions
@@ -4,9 +4,9 @@ that affect FreeFileSync. Therefore it is not recommended to compile against old the ones mentioned below. The remaining issues that are yet to be fixed are listed in the following: ------------------- -| libcurl 7.67.0 | ------------------- +----------------- +| libcurl 7.6.7 | +----------------- __________________________________________________________________________________________________________ /lib/ftp.c https://github.com/curl/curl/issues/1455 @@ -215,9 +215,9 @@ _libssh2_ed25519_new_private_frommemory(libssh2_ed25519_ctx** ed_ctx, __________________________________________________________________________________________________________ -------------------------------- -| wxWidgets master 2019-07-22 | -------------------------------- +------------------- +| wxWidgets 3.1.3 | +------------------- __________________________________________________________________________________________________________ /src/aui/framemanager.cpp: Fix incorrect pane height calculations: @@ -287,12 +287,13 @@ Backspace not working in filter dialog: http://www.freefilesync.org/forum/viewto void wxWindowGTK::ConnectWidget( GtkWidget *widget ) { -- static bool isSourceAttached; +- static bool isSourceAttached; - if (!isSourceAttached) - { - // attach GSource to detect new GDK events - isSourceAttached = true; -- static GSourceFuncs funcs = { +- static GSourceFuncs funcs = +- { - source_prepare, source_check, source_dispatch, - NULL, NULL, NULL - }; @@ -300,21 +301,11 @@ Backspace not working in filter dialog: http://www.freefilesync.org/forum/viewto - // priority slightly higher than GDK_PRIORITY_EVENTS - g_source_set_priority(source, GDK_PRIORITY_EVENTS - 1); - g_source_attach(source, NULL); +- g_source_unref(source); - } -+// -+// if (!isSourceAttached) -+// { -+// // attach GSource to detect new GDK events -+// isSourceAttached = true; -+// static GSourceFuncs funcs = { -+// source_prepare, source_check, source_dispatch, -+// NULL, NULL, NULL -+// }; -+// GSource* source = g_source_new(&funcs, sizeof(GSource)); -+// // priority slightly higher than GDK_PRIORITY_EVENTS -+// g_source_set_priority(source, GDK_PRIORITY_EVENTS - 1); -+// g_source_attach(source, NULL); -+// } + + g_signal_connect (widget, "key_press_event", + G_CALLBACK (gtk_window_key_press_callback), this); __________________________________________________________________________________________________________ /include/wx/window.h diff --git a/Changelog.txt b/Changelog.txt index 7da64263..14301dab 100755 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,21 @@ +FreeFileSync 10.18 [2019-11-19] +------------------------------- +Save/load database files in parallel +Show item count for each view filter category +Group config history items via background colors +Allow grid sort by category and sync action +Reduced file accesses for faster start up +Buffer redundant database loads +Fix ibus initialization hang on Ubuntu 19.10 +Defer showing progress panel for short-lived tasks +Calculate stable scrollbar dimensions on GTK2 +Log mod time errors even when sync is cancelled +Show progress and errors when updating sync directions +Detect MLSD support despite invalid FTP FEAT response +Improved GUI responsiveness during config load +Added Vietnamese translation + + FreeFileSync 10.17 [2019-10-17] ------------------------------- Support PuTTY private key files for SFTP login diff --git a/FreeFileSync/Build/Resources/Gtk2Styles.rc b/FreeFileSync/Build/Resources/Gtk2Styles.rc index b13985a0..b3cd5a53 100755 --- a/FreeFileSync/Build/Resources/Gtk2Styles.rc +++ b/FreeFileSync/Build/Resources/Gtk2Styles.rc @@ -5,3 +5,12 @@ style "no-inner-border" } class "GtkButton" style "no-inner-border" + + +style "no-scrollbar-spacing" +{ + /* see wx+/grid.cpp: implementation assumes no spacing! */ + GtkScrolledWindow::scrollbar-spacing = 0 +} + +class "GtkScrolledWindow" style "no-scrollbar-spacing" diff --git a/FreeFileSync/Build/Resources/Gtk3Styles.css b/FreeFileSync/Build/Resources/Gtk3Styles.css index 977d45e3..4cac90ea 100755 --- a/FreeFileSync/Build/Resources/Gtk3Styles.css +++ b/FreeFileSync/Build/Resources/Gtk3Styles.css @@ -5,3 +5,10 @@ button min-width: 0; min-height: 0; } + + +* +{ + /* see wx+/grid.cpp: spacing wouldn't hurt, but let's be consistent */ + -GtkScrolledWindow-scrollbar-spacing: 0; +} diff --git a/FreeFileSync/Build/Resources/Icons.zip b/FreeFileSync/Build/Resources/Icons.zip Binary files differindex 3c78d303..b010e86e 100755 --- a/FreeFileSync/Build/Resources/Icons.zip +++ b/FreeFileSync/Build/Resources/Icons.zip diff --git a/FreeFileSync/Build/Resources/Languages.zip b/FreeFileSync/Build/Resources/Languages.zip Binary files differnew file mode 100755 index 00000000..ba318dd8 --- /dev/null +++ b/FreeFileSync/Build/Resources/Languages.zip diff --git a/FreeFileSync/Build/Resources/Languages/arabic.lng b/FreeFileSync/Build/Resources/Languages/arabic.lng deleted file mode 100755 index 05e21675..00000000 --- a/FreeFileSync/Build/Resources/Languages/arabic.lng +++ /dev/null @@ -1,2200 +0,0 @@ -<header> - <language>العربية</language> - <translator>Waleed Cordy</translator> - <locale>ar</locale> - <image>flag_arabic.png</image> - <plural_count>6</plural_count> - <plural_definition>n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>لا يمكن قراءة الملف %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -حجم غير متوقع لتدفق البيانات. -المتوقع: %x bytes -الفعلي: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>لا يمكن كتابة الملف %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>لا يمكن كتابة أذونات %x.</target> - -<source>Operation not supported between different devices.</source> -<target>العملية غير مدعومة بين الأجهزة المختلفة.</target> - -<source>Cannot delete file %x.</source> -<target>لا يمكن حذف الملف %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>لا يمكن حذف الرابط الرمزي %x.</target> - -<source>Cannot delete directory %x.</source> -<target>لا يمكن حذف المسار %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>لا يمكن نقل الملف %x إلى %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>لا يمكن نسخ الرابط الرمزي من %x إلى %y.</target> - -<source>Error Code %x</source> -<target>رمز الخطأ %x</target> - -<source>Cannot read directory %x.</source> -<target>لا يمكن قراءة الدليل %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>لا يمكن كتابة وقت تعديل %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>لا يمكن قراءة سمات الملف %x.</target> - -<source>Cannot create directory %x.</source> -<target>لا يمكن إنشاء المسار %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>تعذر تحديد المسار النهائي لـ %x.</target> - -<source>Operation not supported by device.</source> -<target>العملية غير مدعومة للجهاز.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>لا يمكن حل الارتباط الرمزي %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>تعذر نقل %x إلى سلة المحذوفات.</target> - -<source>Authentication completed.</source> -<target>نجحت المصادقة.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>يمكنك غلق هذه الصفحة والاستمرار باستخدام FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>فشلت المصادقة.</target> - -<source>Unable to connect to %x.</source> -<target>لا يمكن الاتصال بـ %x.</target> - -<source>Cannot find %x.</source> -<target>لا يمكن العثور على %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>الاسم %x تم استخدامه اكثر من مرة فى نفس المجلد.</target> - -<source>Please authorize access to user account %x.</source> -<target>من فضلك امنح الاذن للمستحدم %x.</target> - -<source>Cannot open file %x.</source> -<target>تعذر فتح الملف %x.</target> - -<source>The name %x is already used by another item.</source> -<target>الأسم %x مستخدم بالفعل فى عنصر أخر.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>لا يمكن تحديد مساحة القرص الحرة لـ %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>غير قادر على قطع الاتصال من %x.</target> - -<source>Unable to access %x.</source> -<target>لا يمكن الوصول إلى %x.</target> - -<source>Failed to get information about server %x.</source> -<target>فشل الحصول على معلومات حول الخادم %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>لا يمكن مراقبة المسار %x.</target> - -<source>Cannot find device %x.</source> -<target>لا يمكن العثور على الجهاز %x.</target> - -<source>Cannot open directory %x.</source> -<target>لا يمكن فتح المسار %x.</target> - -<source>Unsupported item type.</source> -<target>نوع العنصر غير مدعم.</target> - -<source>Incorrect command line:</source> -<target>سطر أوامر خاطئ:</target> - -<source>The server does not support authentication via %x.</source> -<target>لا يدعم الخادم المصادقة عبر %x.</target> - -<source>Required:</source> -<target>مطلوب:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>انقضت مهلة العملية بعد 0 ثانية.</pluralform> -<pluralform>انقضت مهلة العملية بعد 1 ثانية.</pluralform> -<pluralform>انقضت مهلة العملية بعد 2 ثانية.</pluralform> -<pluralform>انقضت مهلة العملية بعد %x ثوان.</pluralform> -<pluralform>انقضت مهلة العملية بعد %x ثانية.</pluralform> -<pluralform>انقضت مهلة العملية بعد %x ثانية.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>لا يمكن الانتظار على أكثر 0 اتصال في وقت واحد.</pluralform> -<pluralform>لا يمكن الانتظار على أكثر 1 اتصال في وقت واحد.</pluralform> -<pluralform>لا يمكن الانتظار على أكثر 2 اتصال في وقت واحد.</pluralform> -<pluralform>لا يمكن الانتظار على أكثر %x اتصالات في وقت واحد.</pluralform> -<pluralform>لا يمكن الانتظار على أكثر من %x اتصالات في وقت واحد.</pluralform> -<pluralform>لا يمكن الانتظار على أكثر من %x اتصالات في وقت واحد.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>الاتصال النشط: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>فشل فتح قناة SFTP رقم %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>كلا الجانبين قد تغير منذ المزامنة الأخيرة.</target> - -<source>Cannot determine sync-direction:</source> -<target>لا يمكن تحديد اتجاه المزامنة:</target> - -<source>No change since last synchronization.</source> -<target>لم يطرأ أي تغيير منذ المزامنة الأخيرة.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>مدخلات قواعد البيانات غير متزامنة حسب إعدادات المزامنة الحالية.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>تحديد الاتجاهات الافتراضية للمزامنة: ستتم الكتابة فوق الملفات القديمة بالملفات الأحدث.</target> - -<source>Creating file %x</source> -<target>إنشاء الملف %x</target> - -<source>Creating folder %x</source> -<target>إنشاء مجلد %x</target> - -<source>Creating symbolic link %x</source> -<target>إنشاء ارتباط رمزي %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>نقل الملف %x إلى سلة المهملات</target> - -<source>Moving folder %x to the recycle bin</source> -<target>نقل المجلد %x إلى سلة المهملات</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>نقل الارتباط الرمزي %x إلى سلة المهملات</target> - -<source>Deleting file %x</source> -<target>حذف الملف %x</target> - -<source>Deleting folder %x</source> -<target>حذف المجلد %x</target> - -<source>Deleting symbolic link %x</source> -<target>حذف الارتباط الرمزي %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>التحقق من توافر سلة المحذوفات من أجل المجلد %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>سلة المهملات غير مدعومة بواسطة المجلدات التالية. لن تتمكن من استعادة الملفات المحذوفة أو التي يتم استبدالها:</target> - -<source>An exception occurred</source> -<target>حدث استثناء</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>متوقع المسار لليمين واليسار بعد %x.</target> - -<source>Syntax error</source> -<target>خطأ في البنية</target> - -<source>Cannot find file %x.</source> -<target>لا يمكن العثور على المجلد %x.</target> - -<source>Error</source> -<target>خطأ</target> - -<source>File %x does not contain a valid configuration.</source> -<target>لا يحتوي الملف %x تكويناً صحيحاً.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>يجب أن يحتوي ملف الخيارات الخيارات على مستوى أزواج المسارات عند تحديد المسارات بواسطة سطر الأوامر.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>لا يمكن اختيار المسارات لأكثر من ملف خيارات واحد.</target> - -<source>Command line</source> -<target>سطر الأوامر</target> - -<source>Syntax:</source> -<target>بنية:</target> - -<source>config files:</source> -<target>ملفات الخيارات:</target> - -<source>directory</source> -<target>مسار</target> - -<source>global config file:</source> -<target>ملف الخيارات العام:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>أي عدد من ملفات تكوين FreeFileSync بامتداد "ffs_gui" أو/و "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>أي عدد من أزواج المسارات البديلة من أجل ملف خيارات واحد.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>فتح التكوين المحدد لتعديله فقط بدون تنفيذه.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>تحديد مسار مختلف لملف GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>ملفات التثبيت تالفة. الرجاء إعادة تثبيت FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>تعذر العثور على المجلدات التالية:</target> - -<source>The following folders do not yet exist:</source> -<target>المجلدات الأتية غير موجودة حتى الأن:</target> - -<source>The folders are created automatically when needed.</source> -<target>المجلدات سيتم انئاءها عند الحاجة.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>أسماء مسارات المجلدات الأتية مختلفة فى الشكل. من فضلك استعمل شكل موحد لتفادى حدوث دخول متكرر لنفس المجلد.</target> - -<source>Scanning:</source> -<target>الفحص:</target> - -<source>Comparison finished:</source> -<target>انتهاء المقارنة:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>0 عنصر تم العثور عليه</pluralform> -<pluralform>1 عنصر تم العثور عليه</pluralform> -<pluralform>2 عنصران تم العثور عليهما</pluralform> -<pluralform>%x عناصر تم العثور عليها</pluralform> -<pluralform>%x عناصر تم العثور عليها</pluralform> -<pluralform>%x عناصر تم العثور عليها</pluralform> -</target> - -<source>Time elapsed:</source> -<target>الوقت المنقضي:</target> - -<source>File %x has an invalid date.</source> -<target>يحتوي الملف %x تاريخ غير صالح.</target> - -<source>Date:</source> -<target>التاريخ:</target> - -<source>Files have the same date but a different size.</source> -<target>الملفات لها نفس التاريخ ولكن حجم مختلف.</target> - -<source>Size:</source> -<target>الحجم:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>تم تخطي مقارنة المحتوى لملفات مستبعدة.</target> - -<source>Items differ in attributes only</source> -<target>العناصر مختلفة في السمات فقط</target> - -<source>Resolving symbolic link %x</source> -<target>جاري حل المسار الرمزي %x</target> - -<source>Comparing content of files %x</source> -<target>مقارنة محتويات الملفات %x</target> - -<source>Generating file list...</source> -<target>إنشاء قائمة الملفات...</target> - -<source>Fail-safe file copy</source> -<target>نسخ ملفات آمن من الفشل</target> - -<source>Enabled</source> -<target>ممكن</target> - -<source>Disabled</source> -<target>معطل</target> - -<source>Copy locked files</source> -<target>نسخ الملفات المقفلة</target> - -<source>Copy file access permissions</source> -<target>نسخ أذونات الوصول إلى الملف</target> - -<source>File time tolerance</source> -<target>التفاوت في وقت الملف</target> - -<source>Run with background priority</source> -<target>تشغيل مع أولوية في الخلفية</target> - -<source>Lock directories during sync</source> -<target>قفل المسارات أثناء المزامنة</target> - -<source>Verify copied files</source> -<target>التحقق من الملفات التي تم نسخها</target> - -<source>Using non-default global settings:</source> -<target>استخدام إعدادات عامة غير افتراضية:</target> - -<source>A folder input field is empty.</source> -<target>حقل إدخال خاص بمجلد فارغ.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>سيتم اعتبار المجلد الموافق كمجلد فارغ.</target> - -<source>Exclude:</source> -<target>استثناء:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>يوجد مجلد أساسي لزوج من المجلدات في المجلد الآخر.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>يجب استبعاد المجلد من المزامنة عبر المرشح.</target> - -<source>Calculating sync directions...</source> -<target>جاري حساب اتجاهات المزامنة...</target> - -<source>Out of memory.</source> -<target>نفدت الذاكرة.</target> - -<source>Show in Explorer</source> -<target>إظهار في المستكشف</target> - -<source>Open with default application</source> -<target>فتح باستخدام التطبيق الافتراضي</target> - -<source>Browse directory</source> -<target>تصفح المسار</target> - -<source>Database file %x is incompatible.</source> -<target>ملف قاعدة البيانات %x غير متوافق.</target> - -<source>Initial synchronization:</source> -<target>المزامنة الأولية:</target> - -<source>Database file %x does not yet exist.</source> -<target>ملف قاعدة البيانات %x غير موجود حتى الآن.</target> - -<source>Database file is corrupted:</source> -<target>ملف قاعدة البيانات تالف:</target> - -<source>Loading file %x...</source> -<target>جار تحميل الملف %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>لا تحتوي ملفات قاعدة البيانات حتى الآن على معلومات حول المزامنة الأخيرة.</target> - -<source>Saving file %x...</source> -<target>جاري حفظ الملف %x...</target> - -<source>Searching for folder %x...</source> -<target>البحث عن المجلد %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>انقضت المهلة أثناء البحث عن مجلد %x.</target> - -<source>Cannot get process information.</source> -<target>لا يمكن الحصول على معلومات العملية.</target> - -<source>Waiting while directory is locked:</source> -<target>انتظر بينما يتم إنشاء قفل للمسار:</target> - -<source>Lock owner:</source> -<target>صاحب القفل:</target> - -<source>Detecting abandoned lock...</source> -<target>اكتشاف قفل مهمل...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>0 ثانية</pluralform> -<pluralform>1 ثانية واحدة</pluralform> -<pluralform>2 ثانيتين</pluralform> -<pluralform>%x ثواني</pluralform> -<pluralform>%x ثانية</pluralform> -<pluralform>%x ثانية</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>العنصر موجود على الجانب الأيمن فقط</target> - -<source>Item exists on right side only</source> -<target>العنصر موجود في الجانب الأيسر فقط</target> - -<source>Left side is newer</source> -<target>الجانب الأيمن أحدث</target> - -<source>Right side is newer</source> -<target>الجانب الأيسر أحدث</target> - -<source>Items have different content</source> -<target>العناصر مختلفة بالمحتوى</target> - -<source>Both sides are equal</source> -<target>كلا الجانبين متماثلان</target> - -<source>Conflict/item cannot be categorized</source> -<target>الاختلاف\العنصر لا يمكن تصنيفه</target> - -<source>Copy new item to left</source> -<target>نسخ عنصر جديد إلى اليمين</target> - -<source>Copy new item to right</source> -<target>نسخ عنصر جديد إلى اليسار</target> - -<source>Delete left item</source> -<target>حذف العنصر الأيمن</target> - -<source>Delete right item</source> -<target>حذف العنصر الأيسر</target> - -<source>Move file on left</source> -<target>نقل ملف على اليمين</target> - -<source>Move file on right</source> -<target>نقل ملف على اليسار</target> - -<source>Update left item</source> -<target>تحديث العنصر اليميني</target> - -<source>Update right item</source> -<target>تحديث العنصر اليساري</target> - -<source>Do nothing</source> -<target>لا تفعل شيئا</target> - -<source>Update attributes on left</source> -<target>تحديث السمات على اليمين</target> - -<source>Update attributes on right</source> -<target>تحديث السمات على اليسار</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>حدث خطأ أثناء تحليل الملف %x، الصف %y، و العمود %z.</target> - -<source>Services</source> -<target>خدمات</target> - -<source>Show All</source> -<target>اظهر الكل</target> - -<source>Hide Others</source> -<target>اخفاء الاخرين</target> - -<source>Hide %x</source> -<target>اخفاء %x</target> - -<source>Quit %x</source> -<target>الغاء %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>لا يمكن وضع قفل المسار للمجلدات الأتية:</target> - -<source>Errors:</source> -<target>أخطاء:</target> - -<source>Warnings:</source> -<target>تحذيرات:</target> - -<source>Items processed:</source> -<target>معالجة العناصر:</target> - -<source>Items remaining:</source> -<target>العناصر المتبقية:</target> - -<source>Total time:</source> -<target>مجموع الوقت:</target> - -<source>Warning</source> -<target>تحذير</target> - -<source>Stopped</source> -<target>توقف</target> - -<source>Cleaning up log files:</source> -<target>تنظيف ملفات السجل:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>0 بند</pluralform> -<pluralform>1 بند واحد</pluralform> -<pluralform>2 بندان</pluralform> -<pluralform>%x بنود</pluralform> -<pluralform>%x بنداً</pluralform> -<pluralform>%x بند</pluralform> -</target> - -<source>%x/sec</source> -<target>%x ثانية</target> - -<source>%x items</source> -<target>%x عناصر</target> - -<source>Completed successfully</source> -<target>تم بنجاح</target> - -<source>Completed with warnings</source> -<target>تم بتحذيرات</target> - -<source>Completed with errors</source> -<target>تم بأخطاء</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>لا يمكن الوصول إلى خدمة "نسخ الظل لوحدة التخزين".</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>الرجاء تشغيل نسخة 64-بت من FreeFileSync لإنشاء نسخ الظل على هذا النظام.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>اسم وحدة التخزين %x ليس جزءاُ من اسم الملف %y.</target> - -<source>File time and size</source> -<target>تاريخ الملف و حجمه</target> - -<source>File content</source> -<target>محتوى الملف</target> - -<source>File size</source> -<target>حجم الملف</target> - -<source>Two way</source> -<target>بالاتجاهين</target> - -<source>Mirror</source> -<target>انعكاس</target> - -<source>Update</source> -<target>تحديث</target> - -<source>Custom</source> -<target>مخصص</target> - -<source>Multiple...</source> -<target>متعددة...</target> - -<source>Cannot write file attributes of %x.</source> -<target>لا يمكن كتابة سمات الملف %x.</target> - -<source>%x and %y have different content.</source> -<target>%x و %y لديهما محتوى مختلف.</target> - -<source>Data verification error:</source> -<target>خطأ في التحقق من البيانات:</target> - -<source>Moving file %x to %y</source> -<target>نقل الملف %x إلى %y</target> - -<source>Moving folder %x to %y</source> -<target>نقل المجلد %x إلى %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>نقل الارتباط الرمزي %x إلى %y</target> - -<source>Updating file %x</source> -<target>جاري تحديث الملف %x</target> - -<source>Updating symbolic link %x</source> -<target>جاري تحديث المسار الرمزي %x</target> - -<source>Verifying file %x</source> -<target>التحقق من الملف %x</target> - -<source>Updating attributes of %x</source> -<target>تحديث سمات %x</target> - -<source>Source item %x not found</source> -<target>العنصر المصدر %x لم يتم ايجاده</target> - -<source>Parent folder %x is not existing.</source> -<target>المجلد الأصل %x غير موجود.</target> - -<source>Cannot copy file %x to %y.</source> -<target>لا يمكن نسخ الملف %x إلى %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>جاري إنشاء نسخة ظل وسيطة لـ %x...</target> - -<source>Cannot find folder %x.</source> -<target>تعذر العثور على المجلد %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target></target> - -<source>Target folder input field must not be empty.</source> -<target>يجب أن لا يكون حقل إدخال المجلد الهدف فارغاً.</target> - -<source>Source folder %x not found.</source> -<target>لم يتم العثور على المجلد المصدر %x.</target> - -<source>Please enter a target folder for versioning.</source> -<target>الرجاء تحديد مجلد هدف من أجل الوسم حسب الإصدار.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>العناصر التالية لم تحل اختلافاتها، و لن يتم مزامنتها:</target> - -<source>Folder pair:</source> -<target>زوج المجلدات:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>المجلدات التالية تختلف اختلافا كبيرا. يرجى التحقق من تحديد المجلدات الصحيحة لإجراء التزامن.</target> - -<source>Not enough free disk space available in:</source> -<target>المساحة الحرة المتوفرة على القرص غير كافية:</target> - -<source>Available:</source> -<target>متاح:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>ستتم مزامنة بعض الملفات كجزء من مجلدات قاعدة متعددة.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target></target> - -<source>Versioning folder:</source> -<target>مجلد الإصدار:</target> - -<source>Base folder:</source> -<target>المجلد الأساس:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>مجلد الإصدار موجود داخل مجلد أساس.</target> - -<source>Synchronizing folder pair:</source> -<target>مزامنة زوج مجلدات:</target> - -<source>Generating database...</source> -<target>إنشاء قاعدة بيانات...</target> - -<source>Searching for old file versions:</source> -<target>البحث عن اصدارات قديمة للملف:</target> - -<source>Removing old file versions:</source> -<target>ازالة اصدارات قديمة للملف:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>تعذر إنشاء بصمة زمنية من أجل المفاضلة الزمنية:</target> - -<source>Drag && drop</source> -<target>سحب و إفلات</target> - -<source>Select a folder</source> -<target>تحديد مجلد</target> - -<source>&New</source> -<target>&جديد</target> - -<source>&Open...</source> -<target>&فتح...</target> - -<source>Save &as...</source> -<target>&حفظ باسم...</target> - -<source>E&xit</source> -<target>&إغلاق</target> - -<source>&File</source> -<target>&ملف</target> - -<source>&View help</source> -<target>إ&ظهار المساعدة</target> - -<source>&About</source> -<target>&حول</target> - -<source>&Help</source> -<target>&تعليمات</target> - -<source>Usage:</source> -<target>الاستخدام:</target> - -<source>Select folders to watch.</source> -<target>حدد المجلدات للمتابعة.</target> - -<source>Enter a command line.</source> -<target>إدخال سطر أوامر.</target> - -<source>Press 'Start'.</source> -<target>اضغط على 'ابدأ'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>للبدء قم باستيراد ملف "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>المجلدات للمتابعة:</target> - -<source>Add folder</source> -<target>إضافة مجلد</target> - -<source>Remove folder</source> -<target>إزالة مجلد</target> - -<source>Browse</source> -<target>تصفح</target> - -<source>Idle time (in seconds):</source> -<target>وقت الخمول (بالثانية):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>وقت الخمول بين آخر تغيير تم الكشف عنه وتنفيذ الأوامر</target> - -<source>Command line:</source> -<target>سطر الأوامر:</target> - -<source>&Hide console window</source> -<target></target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -يتم تشغيل الأمر إذا: --حدوث تغيير في الملفات أو المجلدات الفرعية --ظهور مجلدات جديدة (مثال: إدخال USB stick) -</target> - -<source>Start</source> -<target>بدء</target> - -<source>About</source> -<target>حول</target> - -<source>Build: %x</source> -<target>بناء: %x</target> - -<source>All files</source> -<target>جميع الملفات</target> - -<source>Automated Synchronization</source> -<target>مزامنة تلقائية</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>بروتوكول %x لا يدعم مراقبة المجلدات:</target> - -<source>Directory monitoring active</source> -<target>مراقبة المسارات فعالة</target> - -<source>Waiting until directory is available:</source> -<target>بإنتظار توافر المسار:</target> - -<source>&Configure</source> -<target></target> - -<source>&Show error message</source> -<target>أ&ظهر رسائل الخطأ.</target> - -<source>&Quit</source> -<target>إ&نهاء</target> - -<source>&Retry</source> -<target>إ&عادة المحاولة</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>0 byte</pluralform> -<pluralform>1 byte</pluralform> -<pluralform>2 bytes</pluralform> -<pluralform>%x bytes</pluralform> -<pluralform>%x bytes</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>تحميل...</target> - -<source>Scanning...</source> -<target>جاري الفحص...</target> - -<source>configuration file</source> -<target></target> - -<source>System: Sleep</source> -<target>النظام: سكون</target> - -<source>System: Shut down</source> -<target>النظام: إيقاف التشغيل</target> - -<source>Nothing to synchronize</source> -<target>لا يوجد شيء للمزامنة</target> - -<source>Executing command:</source> -<target></target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>بإمكانك العودة إلى نافذة FreeFileSync الرئيسية لحل هذه المشكلة.</target> - -<source>&Don't show this warning again</source> -<target>&لا تظهر هذا التنبيه مرة ثانية</target> - -<source>&Ignore</source> -<target>&تجاهل</target> - -<source>&Switch</source> -<target>&تبديل</target> - -<source>Switching to FreeFileSync's main window</source> -<target>العودة إلى نافذة FreeFileSync الرئيسية</target> - -<source>Automatic retry</source> -<target>المحاولة تلقائياً</target> - -<source>Ignore &all</source> -<target>تجاهل &الكل</target> - -<source>Retrying operation...</source> -<target>إعادة محاولة العملية...</target> - -<source>Serious Error</source> -<target>خطأ فادح</target> - -<source>Last session</source> -<target>مصدر الجلسة</target> - -<source>Today</source> -<target>اليوم</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>0 يوم</pluralform> -<pluralform>1 يوم واحد</pluralform> -<pluralform>2 يومان</pluralform> -<pluralform>%x أيام</pluralform> -<pluralform>%x يوماً</pluralform> -<pluralform>%x يوم</pluralform> -</target> - -<source>Name</source> -<target>الاسم</target> - -<source>Last sync</source> -<target>أخر مزامنة</target> - -<source>Log</source> -<target>السجل</target> - -<source>Folder</source> -<target>المجلد</target> - -<source>Symlink</source> -<target>ارتباط-رمزي</target> - -<source>Full path</source> -<target>المسار الكامل</target> - -<source>Relative path</source> -<target>المسار النسبي</target> - -<source>Item name</source> -<target>اسم العنصر</target> - -<source>Size</source> -<target>الحجم</target> - -<source>Date</source> -<target>تاريخ</target> - -<source>Extension</source> -<target>اللاحقة</target> - -<source>Category</source> -<target>الفئة</target> - -<source>Action</source> -<target>التصرف</target> - -<source>Local comparison settings</source> -<target>إعدادات المقارنة المحلية</target> - -<source>Local synchronization settings</source> -<target>إعدادات المزامنة المحلية</target> - -<source>Local filter</source> -<target>فلتر محلي</target> - -<source>Active</source> -<target>مفعل</target> - -<source>None</source> -<target>لا شيء</target> - -<source>Remove local settings</source> -<target>إزالة الإعدادات المحلية</target> - -<source>Clear local filter</source> -<target>إزالة الفلتر المحلي</target> - -<source>Copy</source> -<target>نسخ</target> - -<source>Paste</source> -<target>لصق</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>المجلد المحدد %x لا يمكن استخدامه مع FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>الرجاء تحديد مجلد على نظام الملفات المحلي، الشبكة أو جهاز MTP.</target> - -<source>Defined by context of use</source> -<target>معرف بواسطة سياق الاستخدام</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>يتطلب FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&حفظ</target> - -<source>Save as &batch job...</source> -<target>&حفظ كمهمة دفعية...</target> - -<source>Show &log</source> -<target>أظهر &السجل</target> - -<source>Start &comparison</source> -<target>بدأ الم&قارنة</target> - -<source>C&omparison settings</source> -<target>&مقارنة</target> - -<source>&Filter settings</source> -<target>إعدادات ال&فلتر</target> - -<source>S&ynchronization settings</source> -<target>إ&عدادات</target> - -<source>Start &synchronization</source> -<target>بدأ الم&زامنة</target> - -<source>&Actions</source> -<target>&مهام</target> - -<source>&Preferences</source> -<target>&التفضيلات</target> - -<source>&Language</source> -<target>الل&غة</target> - -<source>&Find...</source> -<target>&بحث...</target> - -<source>&Export file list...</source> -<target>&تصدير قائمة الملفات...</target> - -<source>&Reset layout</source> -<target>إعادة ال&تنسيق إلى الإفتراضي</target> - -<source>&Tools</source> -<target>أ&دوات</target> - -<source>&Check for updates now</source> -<target>&تحقق من وجود تحديثات الآن</target> - -<source>Check &automatically once a week</source> -<target>&تحقق أوتوماتيكياً بشكل أسبوعي</target> - -<source>Cancel</source> -<target>إلغاء الأمر</target> - -<source>Compare</source> -<target>قارن</target> - -<source>Synchronize</source> -<target>مزامنة</target> - -<source>Add folder pair</source> -<target>إضافة زوج مجلدات</target> - -<source>Remove folder pair</source> -<target>إزالة زوج مجلدات</target> - -<source>Access online storage</source> -<target>الوصول إلى التخزين عبر الإنترنت</target> - -<source>Close search bar</source> -<target>إغلاق شريط البحث</target> - -<source>Find:</source> -<target>بحث:</target> - -<source>Match case</source> -<target>مطابقة الحالة</target> - -<source>Processed:</source> -<target></target> - -<source>Remaining:</source> -<target></target> - -<source>New</source> -<target>جديد</target> - -<source>Open...</source> -<target>فتح...</target> - -<source>Save</source> -<target>حفظ</target> - -<source>Save as...</source> -<target>حفظ كـ...</target> - -<source>View type:</source> -<target>عرض النوع:</target> - -<source>Select view:</source> -<target>اختيار نمط العرض:</target> - -<source>Save as default</source> -<target>حفظ كافتراضي</target> - -<source>Statistics:</source> -<target>إحصائيات:</target> - -<source>Number of files and folders that will be deleted</source> -<target>عدد الملفات و المجلدات التي سيتم حذفها</target> - -<source>Number of files that will be updated</source> -<target>عدد الملفات التي سيتم تحديثها</target> - -<source>Number of files and folders that will be created</source> -<target>عدد الملفات و المجلدات التي سيتم إنشاؤها</target> - -<source>Total bytes to copy</source> -<target>إجمالي عدد الـ bytes التي سيتم نسخها</target> - -<source>Arrange folder pair</source> -<target>ترتيب زوج المجلدات</target> - -<source>Main settings:</source> -<target>الإعدادات الرئيسية:</target> - -<source>Use local settings:</source> -<target>استخدام الإعدادات المحلية:</target> - -<source>Select a variant:</source> -<target>اختيار بديل:</target> - -<source>Include &symbolic links:</source> -<target>تضمين &الروابط الرمزية:</target> - -<source>&Follow</source> -<target>&متابعة</target> - -<source>&Direct</source> -<target>&مباشر</target> - -<source>More information</source> -<target>المزيد من المعلومات</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&تجاهل تغيير الوقت [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>قائمة إزاحات وقت للملفات ليتم تجاهلها</target> - -<source>Example:</source> -<target>مثال:</target> - -<source>Handle daylight saving time</source> -<target>تعامل مع التوقيت الصيفي</target> - -<source>Ignore errors</source> -<target>تجاهل الأخطاء</target> - -<source>Retry count:</source> -<target>تعداد محاولات الإعادة:</target> - -<source>Delay (in seconds):</source> -<target>التأخير (بالثواني):</target> - -<source>Performance improvements:</source> -<target>تحسينات الأداء:</target> - -<source>Parallel file operations:</source> -<target>العمليات المتوازية للملف:</target> - -<source>How to get best performance?</source> -<target>كيفية الحصول على أفضل أداء؟</target> - -<source>Local settings:</source> -<target>الإعدادات المحلية:</target> - -<source>Include:</source> -<target>إدخال:</target> - -<source>Show examples</source> -<target>إظهار أمثلة</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>اختيار قوانين فلترة لاستثناء ملفات معينة من المزامنة. أدخل مسارات الملفات منسوبة إلى زوج المجلدات المقابل.</target> - -<source>File size:</source> -<target>حجم الملف:</target> - -<source>Minimum:</source> -<target>الحد الأدنى:</target> - -<source>Maximum:</source> -<target>الحد الأقصى:</target> - -<source>Time span:</source> -<target>المجال الزمني:</target> - -<source>C&lear</source> -<target>إ&زالة</target> - -<source>Detect moved files</source> -<target>اكتشاف الملفات المنقولة</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- غير مدعوم من كل أنظمة الملفات -- يتطلب وينشىء ملفات قواعد البيانات -- الاكتشاف غير متاح للمزامنة الأولى -</target> - -<source>Delete files:</source> -<target>حذف الملفات:</target> - -<source>&Recycle bin</source> -<target>&سلة المهملات</target> - -<source>&Permanent</source> -<target>&دائم</target> - -<source>&Versioning</source> -<target>ال&وسم حسب الإصدار</target> - -<source>Move files to a user-defined folder</source> -<target>نقل الملفات إلى المجلد المحدد من قبل المستخدم</target> - -<source>Naming convention:</source> -<target>اصطلاح التسمية:</target> - -<source>Limit file versions:</source> -<target>حد اصدارات الملف:</target> - -<source>Last x days:</source> -<target>اخر x أيام:</target> - -<source>&Override default log path:</source> -<target>&تجاوز المسار الافتراضى للسجل:</target> - -<source>Run a command:</source> -<target>تشغيل الأمر:</target> - -<source>OK</source> -<target>موافق</target> - -<source>Connection type:</source> -<target>نوع الاتصال:</target> - -<source>Connected user accounts:</source> -<target>المستخدمين المتصلين:</target> - -<source>&Add connection</source> -<target>&أضف اتصال</target> - -<source>&Disconnect</source> -<target>إ&قطع الاتصال</target> - -<source>Selected user account:</source> -<target>المستخدم المختار:</target> - -<source>Server name or IP address:</source> -<target>اسم الخادم أو عنوان IP:</target> - -<source>Port:</source> -<target>المنفذ:</target> - -<source>Encryption:</source> -<target>التشفير:</target> - -<source>&Disabled</source> -<target>&معطل</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicit SSL/TLS</target> - -<source>Authentication:</source> -<target>المصادقة:</target> - -<source>&Password</source> -<target>&كلمة المرو</target> - -<source>&Key file</source> -<target>&ملف المفتاح</target> - -<source>&SSH agent</source> -<target>&عميل بروتوكول SSH</target> - -<source>User name:</source> -<target>اسم المستخدم:</target> - -<source>Private key file:</source> -<target>ملف المفتاح الخاص:</target> - -<source>&Show password</source> -<target>&إظهار كلمة المرور</target> - -<source>Directory on server:</source> -<target>المسار على الخادم:</target> - -<source>Access timeout (in seconds):</source> -<target>أقصى زمن للوصول(ثانية):</target> - -<source>SFTP channels per connection:</source> -<target>قنوات SFTP لكل اتصال:</target> - -<source>Detect server limit</source> -<target>اكتشاف حد الخادم</target> - -<source>Select Folder</source> -<target>اختر مجلد</target> - -<source>Variant:</source> -<target>بديل:</target> - -<source>&Don't show this dialog again</source> -<target>&لا تظهر نافذة الحوار هذه مرة ثانية</target> - -<source>Bytes:</source> -<target></target> - -<source>Items:</source> -<target></target> - -<source>Synchronizing...</source> -<target>مزامنة...</target> - -<source>Minimize to notification area</source> -<target>تصغير إلى منطقة التنبيهات</target> - -<source>Bytes</source> -<target>بايت</target> - -<source>Items</source> -<target>العناصر</target> - -<source>When finished:</source> -<target>عند الانتهاء:</target> - -<source>Auto-close</source> -<target>اغلاق تلقائى</target> - -<source>Close</source> -<target>إغلاق</target> - -<source>&Pause</source> -<target>إ&يقاف مؤقت</target> - -<source>Stop</source> -<target>توقف</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>إنشاء ملف دفعي من أجل عمليات المزامنة غير المحضورة. للبدأ, انقر نقراً مزدوجاً على الملف أو المهمة المجدولة في منظم المهام: %x</target> - -<source>Progress dialog:</source> -<target>شريط التقدم:</target> - -<source>Run minimized</source> -<target>تشغيل بوضع التصغير</target> - -<source>Show pop-up on errors or warnings</source> -<target>إظهار إطارات منبثقة عند حصول أخطاء أو تحذيرات</target> - -<source>&Cancel</source> -<target>&إلغاء</target> - -<source>Stop synchronization at first error</source> -<target>إحباط المزامنة عند أول خطأ</target> - -<source>How can I schedule a batch job?</source> -<target>كيف يمكنني جدولة مهمة دفعية؟</target> - -<source>&Keep relative paths</source> -<target>&إبقاء المسارات النسبية</target> - -<source>&Overwrite existing files</source> -<target>&الكتابة فوق الملفات الموجودة</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>هذه الإعدادات مستخدمة لجميع مهمات المزامنة.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -قم بالنسخ إلى ملف مؤقت (*.ffs_tmp) قبل استبدال الملف الهدف. -هذه العملية تضمن حالة مستقرة حتى في حال حدوث خطأ فادح. -</target> - -<source>recommended</source> -<target>منصوح به</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>نسخ الملفات المشتركة مع مستخدمين آخرين أو المقفولة باستخدام خدمة نسخ الظل الوسيط.</target> - -<source>requires administrator rights</source> -<target>يتطلب صلاحيات مسؤول</target> - -<source>Transfer file and folder permissions.</source> -<target>نقل أذونات الملفات و المجلدات.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>إعادة إظهار جميع التنبهات و نوافذ الحوار التي تم إخفاؤها</target> - -<source>Default log path:</source> -<target>المسار الافتراضى للسجل:</target> - -<source>&Delete logs after x days:</source> -<target>&ازالة السجلات بعد x يوم:</target> - -<source>Notification sounds:</source> -<target></target> - -<source>Synchronization finished:</source> -<target></target> - -<source>Customize context menu:</source> -<target>تخصيص القائمة المحلية:</target> - -<source>Description</source> -<target>الوصف</target> - -<source>&Default</source> -<target>الا&فتراضي</target> - -<source>Feedback and suggestions are welcome:</source> -<target>ردود الفعل والاقتراحات مرحب بها:</target> - -<source>Home page</source> -<target>الصفحة الرئيسية</target> - -<source>FreeFileSync Forum</source> -<target>منتدى FreeFileSync</target> - -<source>Email</source> -<target>البريد الإلكتروني</target> - -<source>If you like FreeFileSync:</source> -<target>إذا أعجبك FreeFileSync:</target> - -<source>Support with a donation</source> -<target>دعم عبر التبرع</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>تم تعطيل المحدث التلقائي بواسطة المسؤول.</target> - -<source>Donation details</source> -<target>تفاصيل التبرع</target> - -<source>Source code written in C++ using:</source> -<target>الرماز المصدري مكتوب بلغة C++ باستخدام:</target> - -<source>Published under the GNU General Public License:</source> -<target>نشر باستخدام رخصة جنو العمومية العامة:</target> - -<source>Many thanks for localization:</source> -<target>شكرا جزيلا للترجمة:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>قم بتنشيط FreeFileSync Donation Edition بإحدى الطرق التالية:</target> - -<source>Activate via internet now:</source> -<target>تنشيط عبر الإنترنت الآن:</target> - -<source>Activate online</source> -<target>التنشيط عبر الإنترنت</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>استرداد مفتاح تنشيط دون اتصال من الرابط التالي:</target> - -<source>&Copy to clipboard</source> -<target>&نسخ من الذاكرة</target> - -<source>Enter activation key:</source> -<target>أدخل مفتاح التنشيط:</target> - -<source>Activate offline</source> -<target>تنشيط دون اتصال</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>ميز التكوينات التى لم يتم تشغيلها لأكثر من عدد الأيام الأتية:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target></target> - -<source>Locate the FreeFileSync app</source> -<target></target> - -<source>Open Security && Privacy</source> -<target></target> - -<source>Click the lock to allow changes.</source> -<target></target> - -<source>Drag FreeFileSync into the panel.</source> -<target></target> - -<source>Synchronization Settings</source> -<target>إعدادات المزامنة</target> - -<source>Access Online Storage</source> -<target>الوصول الى التخزين السحابي</target> - -<source>Save as a Batch Job</source> -<target>حفظ كمهمة دفعية</target> - -<source>Delete Items</source> -<target>حذف العناصر</target> - -<source>Copy Items</source> -<target>نسخ العناصر</target> - -<source>Options</source> -<target>خيارات</target> - -<source>Select Time Span</source> -<target>اختيار المطال الزمني</target> - -<source>Highlight Configurations</source> -<target>تمييز التكوينات</target> - -<source>Grant Full Disk Access</source> -<target></target> - -<source>Info</source> -<target>معلومات</target> - -<source>No log entries</source> -<target>لا يوجد سجلات</target> - -<source>Select all</source> -<target>اختيار الجميع</target> - -<source>&Options</source> -<target>&خيارات</target> - -<source>Main Bar</source> -<target>الشريط الرئيسي</target> - -<source>Folder Pairs</source> -<target>أزواج المجلدات</target> - -<source>Find</source> -<target>بحث</target> - -<source>View Settings</source> -<target>عرض الإعدادات</target> - -<source>Configuration</source> -<target>التكوين</target> - -<source>Overview</source> -<target>نظرة عامة</target> - -<source>Swap sides</source> -<target>مبادلة الجانبين</target> - -<source>Show "%x"</source> -<target>إظهار "%x"</target> - -<source>&Show details</source> -<target>&عرض التفاصيل</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x متوفر!</target> - -<source>Local path not available for %x.</source> -<target>المسار المحلي غير متوفر لـ %x.</target> - -<source>Confirm</source> -<target>تأكيد</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل عنصر 0</pluralform> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل عنصر وحيد 1</pluralform> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل عنصرين اثنين 2</pluralform> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل %x عناصر</pluralform> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل %x عنصراً</pluralform> -<pluralform>هل تريد حقاً تنفيذ العملية %y من أجل %x عنصر</pluralform> -</target> - -<source>&Execute</source> -<target>&تنفيذ</target> - -<source>Set direction:</source> -<target>تحديد الاتجاه:</target> - -<source>multiple selection</source> -<target>تحديد متعدد</target> - -<source>&Include via filter:</source> -<target>أ&ضف باستخدام الفلتر:</target> - -<source>&Exclude via filter:</source> -<target>است&ثنى باستخدام الفلتر:</target> - -<source>Include temporarily</source> -<target>شمول مؤقتاً</target> - -<source>Exclude temporarily</source> -<target>استبعاد مؤقتاً</target> - -<source>&Synchronize selection</source> -<target>&زامن المختارات</target> - -<source>&Copy to...</source> -<target>&نسخ إلى...</target> - -<source>&Delete</source> -<target>&حذف</target> - -<source>Show icons:</source> -<target>إظهار الأيقونات:</target> - -<source>Small</source> -<target>صغيرة</target> - -<source>Medium</source> -<target>متوسطة</target> - -<source>Large</source> -<target>كبيرة</target> - -<source>Select time span...</source> -<target>حدد المجال الزمني...</target> - -<source>Donation Edition</source> -<target>نسخة التبرعات</target> - -<source>Folder Comparison and Synchronization</source> -<target>مقارنة و مزامنة المجلد</target> - -<source>Configuration saved</source> -<target>تم حفظ التكوين</target> - -<source>FreeFileSync batch</source> -<target>دفعة FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>هل تريد حفظ التغييرات إلى %x؟</target> - -<source>Never save &changes</source> -<target>&لا تقم بحفظ التغيرات</target> - -<source>Do&n't save</source> -<target>&لا تحفظ</target> - -<source>%x cannot be renamed.</source> -<target></target> - -<source>New name:</source> -<target></target> - -<source>Rename Configuration</source> -<target></target> - -<source>Configuration name must not be empty.</source> -<target></target> - -<source>&Rename...</source> -<target></target> - -<source>Hide configuration</source> -<target>اخفاء التكوين</target> - -<source>Highlight...</source> -<target>تمييز...</target> - -<source>Clear filter</source> -<target>إزالة الفلاتر الحالية</target> - -<source>Show files that exist on left side only</source> -<target>إظهار الملفات الموجودة في الجانب الأيمن فقط</target> - -<source>Show files that exist on right side only</source> -<target>إظهار الملفات الموجودة في الجانب الأيسر فقط</target> - -<source>Show files that are newer on left</source> -<target>إظهار الملفات الأحدث في اليمين</target> - -<source>Show files that are newer on right</source> -<target>إظهار الملفات الأحدث في اليسار</target> - -<source>Show files that are equal</source> -<target>إظهار الملفات المتماثلة على الطرفين</target> - -<source>Show files that are different</source> -<target>إظهار الملفات المختلفة على الطرفين</target> - -<source>Show conflicts</source> -<target>إظهار الاختلافات</target> - -<source>Show files that will be created on the left side</source> -<target>إظهار الملفات التي سيتم إنشاؤها في الجانب الأيمن</target> - -<source>Show files that will be created on the right side</source> -<target>إظهار الملفات التي سيتم إنشاؤها في الجانب الأيسر</target> - -<source>Show files that will be deleted on the left side</source> -<target>إظهار الملفات التي سيتم حذفها من من الجانب الأيمن</target> - -<source>Show files that will be deleted on the right side</source> -<target>إظهار الملفات التي سيتم حذفها من الجانب الأيسر</target> - -<source>Show files that will be updated on the left side</source> -<target>إظهار الملفات التي سيتم تحديثها في الجانب الأيسر</target> - -<source>Show files that will be updated on the right side</source> -<target>إظهار الملفات التي سيتم تحديثها في الجانب الأيمن</target> - -<source>Show files that won't be copied</source> -<target>إظهار الملفات التي لن يتم نسخها</target> - -<source>Show filtered or temporarily excluded files</source> -<target>إظهار الملفات التي تم فلترتها أو استبعادها بشكل مؤقت</target> - -<source>Filter</source> -<target>عامل الفلترة</target> - -<source>All files are in sync</source> -<target>جميع الملفات في تزامن كامل</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>0 مسار</pluralform> -<pluralform>1 مسار واحد</pluralform> -<pluralform>2 مساران</pluralform> -<pluralform>%x مسارات</pluralform> -<pluralform>%x مساراً</pluralform> -<pluralform>%x مسار</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>0 ملف</pluralform> -<pluralform>1 ملف واحد</pluralform> -<pluralform>2 ملفان</pluralform> -<pluralform>%x ملفات</pluralform> -<pluralform>%x ملفاً</pluralform> -<pluralform>%x ملف</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>الظاهر %y من أصل سطر 0</pluralform> -<pluralform>الظاهر %y من أصل سطر وحيد 1</pluralform> -<pluralform>الظاهر %y من أصل سطرين اثنين 2</pluralform> -<pluralform>الظاهر %y من أصل %x سطور</pluralform> -<pluralform>الظاهر %y من أصل %x سطراً</pluralform> -<pluralform>الظاهر %y من أصل %x سطر</pluralform> -</target> - -<source>Cannot find %x</source> -<target>لا يمكن العثور على %x</target> - -<source>Move up</source> -<target>تحريك لأعلى</target> - -<source>Move down</source> -<target>تحريك لأسفل</target> - -<source>Comma-separated values</source> -<target>قائمة قيم مفصولة بفواصل</target> - -<source>File list exported</source> -<target>تم تصدير قائمة الملفات</target> - -<source>Searching for program updates...</source> -<target>جاري البحث عن تحديثات للبرنامج...</target> - -<source>Paused</source> -<target>تم الإيقاف مؤقتاً</target> - -<source>Stop requested...</source> -<target>طلب الوقف...</target> - -<source>Initializing...</source> -<target>التجهيز للبدأ...</target> - -<source>Comparing content...</source> -<target>مقارنة المحتوى...</target> - -<source>&Continue</source> -<target>&مواصلة</target> - -<source>Progress</source> -<target>التقدم</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>شكرا لك، %x, للتبرع والدعم.</target> - -<source>Connections</source> -<target>اتصالات</target> - -<source>Recommended range:</source> -<target>النطاق المستحسن:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>هل تريد حقا قطع الاتصال من لبمستخدم %x ؟</target> - -<source>Password:</source> -<target>كلمة المرور:</target> - -<source>Key passphrase:</source> -<target></target> - -<source>Please enter a file path.</source> -<target>الرجاء إدخال مسار الملف.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>نسخ العنصر 0 التالي إلى مجلد آخر؟</pluralform> -<pluralform>نسخ العنصر 1 التالي إلى مجلد آخر؟</pluralform> -<pluralform>نسخ العنصران التاليان إلى مجلد آخر؟</pluralform> -<pluralform>نسخ الـ %x عناصر التالية إلى مجلد آخر؟</pluralform> -<pluralform>نسخ الـ %x عنصراً التالية إلى مجلد آخر؟</pluralform> -<pluralform>نسخ الـ %x عنصر التالية إلى مجلد آخر؟</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>الرجاء إدخال المجلد الهدف.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>هل تريد حقاً نقل 0 ملف إلى سلة المهملات ؟</pluralform> -<pluralform>هل تريد حقاً نقل هذا الملف الوحيد 1 إلى سلة المهملات ؟</pluralform> -<pluralform>هل تريد حقاً نقل هذين الملفبن 2 إلى سلة المهملات ؟</pluralform> -<pluralform>هل تريد حقاً نقل %x ملفات إلى سلة المهملات ؟</pluralform> -<pluralform>هل تريد حقاً نقل %x ملفاً إلى سلة المهملات ؟</pluralform> -<pluralform>هل تريد حقاً نقل %x ملف إلى سلة المهملات ؟</pluralform> -</target> - -<source>Move</source> -<target>نقل</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>هل تريد حقاً حذف 0 ملف التالي ؟</pluralform> -<pluralform>هل تريد حقاً حذف الملف 1 التالي ؟</pluralform> -<pluralform>هل تريد حقاً حذف الملفين 2 التاليين ؟</pluralform> -<pluralform>هل تريد حقاً حذف الـ %x ملفات التالية ؟</pluralform> -<pluralform>هل تريد حقاً حذف الـ %x ملفاً التالية ؟</pluralform> -<pluralform>هل تريد حقاً حذف الـ %x ملف التالية ؟</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>البدء بمزامنة المختارات ؟</target> - -<source>Start synchronization now?</source> -<target>بدأ المزامنة الآن؟</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>نسخ DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>دمج تطبيقات خارجية في قائمة السياق. تتوفر وحدات الماكرو التالية:</target> - -<source>Full file or folder path</source> -<target>المسار الكامل للملف أو المجلد</target> - -<source>Parent folder path</source> -<target>مسار المجلد الحاوي</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>نسخة محلية مؤقتة لتخزين SFTP و MTP</target> - -<source>Parameters for opposite side</source> -<target>معلمات الجانب المعاكس</target> - -<source>Show hidden dialogs again</source> -<target>إظهار التنبهات و نوافذ الحوار المخفية</target> - -<source>All dialogs shown</source> -<target>أظهر جميع مربعات الحوار</target> - -<source>Downloading update...</source> -<target>جار تحميل التحديث...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>التعرف على الملفات المتساوية عن طريق مقارنة التاريخ و الحجم.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>التعرف على الملفات المتساوية عن طريق مقارنة محتوى الملف.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>تحديد الملفات المتساوية بمقارنة حجم الملف لها.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>تحديد التغيرات و مواكبتها على الجانبين. عمليات الحذف, النقل و المشاكل المكتشفة باستخدام قواعد البيانات.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>إنشاء نسخة احتياطية من الجانب الأيمن عن طريق تعديل الطرف الأيسر ليطابق الأيمن.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>نسخ الملفات المحدثة إلى المجلد المناسب.</target> - -<source>Configure your own synchronization rules.</source> -<target>تحديد قواعد المزامنة الخاصة بك.</target> - -<source>Comparison</source> -<target>المقارنة</target> - -<source>Synchronization</source> -<target>المزامنة</target> - -<source>This week</source> -<target>هذا الأسبوع</target> - -<source>This month</source> -<target>هذا الشهر</target> - -<source>This year</source> -<target>هذه السنة</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>الاحتفاظ بالملفات المحذوفة والمستبدلة في سلة المهملات</target> - -<source>Delete and overwrite files permanently</source> -<target>حذف واستبدال الملفات نهائيا</target> - -<source>Replace</source> -<target>استبدال</target> - -<source>Move files and replace if existing</source> -<target>نقل الملفات و استبدال الموجودة بها إن وجدت</target> - -<source>Time stamp</source> -<target>البصمة الزمنية</target> - -<source>Move files into a time-stamped subfolder</source> -<target>انقل الملفات الى مجلد فرعى ذو وقت مُوقع</target> - -<source>File</source> -<target>ملف</target> - -<source>Append a time stamp to each file name</source> -<target>إلحاق ختم زمني بكل اسم ملف</target> - -<source>On completion:</source> -<target>عند الانتهاء:</target> - -<source>On errors:</source> -<target>عند حصول أخطاء:</target> - -<source>On success:</source> -<target>عند النجاح:</target> - -<source>Main config</source> -<target>التكوين الرئيسي</target> - -<source>empty</source> -<target>فارغ</target> - -<source>Leave as unresolved conflict</source> -<target>ترك كاختلافات من دون حل</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>العد الأدنى من الاصدار لابد وان يكون اقل من العد الأقصى.</target> - -<source>&Restore</source> -<target>&استعادة</target> - -<source>Files</source> -<target>ملفات</target> - -<source>Percentage</source> -<target>النسبة المئوية</target> - -<source>Failed to retrieve update information.</source> -<target>فشل استرداد معلومات التحديث.</target> - -<source>Automatic updates:</source> -<target>التحديثات التلقائية:</target> - -<source>Check for Program Updates</source> -<target>تفقد وجود تحديثات للبرنامج</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>التحديث التلقائي الآن أو تحميل يدويا من الصفحة الرئيسية لـ FreeFileSync؟</target> - -<source>&Auto-update</source> -<target>&تحديث تلقائي</target> - -<source>&Home page</source> -<target>&الصفحة الرئيسية</target> - -<source>Download now?</source> -<target>تنزيل الآن؟</target> - -<source>&Download</source> -<target>&تنزيل</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync بأحدث إصدار بالفعل.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>لا يمكن إيجاد رقم النسخة الحالية لـ FreeFileSync عبر الإنترنت. ربما تتوفر نسخة جديدة، هل تريد فعل ذلك يدويا؟</target> - -<source>&Check</source> -<target>&تحقق</target> - -<source>Consistency check failed for %x.</source> -<target>فشل فحص التناسق لـ %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>تم تسجيل التثبيت على نظام تشغيل مختلف.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>فشل تفعيل FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>مفتاح التفعيل غير صحيح.</target> - -<source>Unable to register to receive system messages.</source> -<target>تعذر التسجيل لاستقبال رسائل النظام.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>خيار التحميل %x متوفر فقط فى نسخة التبرعات من FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>لا يمكن العثور على وظيفة نظام %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>تعذر تسجيل تنبيهات الجهاز لـ %x.</target> - -<source>The file is locked by another process:</source> -<target>الملف مقفول من قبل عملية أخرى:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target></target> - -<source>Cannot read security context of %x.</source> -<target>لا يمكن قراءة سياق الأمان %x.</target> - -<source>Cannot write security context of %x.</source> -<target>لا يمكن كتابة سياق الأمان %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>لا يمكن قراءة أذونات %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>لا يمكن نسخ الأذونات من %x إلى %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x ليس اسم دليل اعتيادي.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>لا يمكن نسخ السمات من %x إلى %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>0 دقيقة</pluralform> -<pluralform>1 دقيقة واحدة</pluralform> -<pluralform>2 دقيقتان</pluralform> -<pluralform>%x دقائق</pluralform> -<pluralform>%x دقيقة</pluralform> -<pluralform>%x دقيقة</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>0 ساعة</pluralform> -<pluralform>1 ساعة واحدة</pluralform> -<pluralform>2 ساعتين</pluralform> -<pluralform>%x ساعات</pluralform> -<pluralform>%x ساعة</pluralform> -<pluralform>%x ساعة</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>لا يمكن تعيين امتيازات %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>تعذر تعليق وضع النوم للنظام.</target> - -<source>Cannot change process I/O priorities.</source> -<target>تعذر تغيير أولويات I/O للعملية.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>فشل تصفح سلة المهملات من أجل الملف %x.</target> - -<source>Unable to shut down the system.</source> -<target>غير فادر على إيقاف تشغيل النظام.</target> - -<source>Prepare installation</source> -<target>الاستعداد للتثبيت</target> - -<source>Choose which components you want to install.</source> -<target>اختر المكونات التي تريد تنصيبها.</target> - -<source>Select installation type:</source> -<target>اختيار نوع التنصيب:</target> - -<source>Local</source> -<target>محلي</target> - -<source>Portable</source> -<target>متنقل</target> - -<source>Save settings in %x</source> -<target>احفظ الاعدادت الى %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>تسجيل امتدادات الملفات لـ FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>إنشاء مدخلات القوائم المحلية في متصفح الملفات</target> - -<source>Save settings in installation directory</source> -<target>احفظ إعدادات التثبيت في مسار التثبيت</target> - -<source>Do not write to Registry</source> -<target>لا تسجل في ملفات الرجيستري</target> - -<source>Just copy the files</source> -<target>انسخ الملفات فقط</target> - -<source>Choose a directory for installation:</source> -<target>اختيار مسار التثبيت:</target> - -<source>Create shortcuts:</source> -<target>إنشاء اختصار:</target> - -<source>Desktop</source> -<target>سطح المكتب</target> - -<source>Start Menu</source> -<target>قائمة البدء</target> - -<source>Send To</source> -<target>ارسال الى</target> - -<source>Registering FreeFileSync file extensions</source> -<target>جار تسجيل امتدادات الملفات لـ FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>جار إلغاء تسجيل امتدادات الملفات لـ FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>تضبيطات FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>الملف الدفعي الخاص بـ FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>قاعدة بيانات المزامنة الخاصة بـ FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>تضبيطات RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>تعديل بواسطة FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>بدلاً من الاعلانات، هذا حيوان.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>لا يمكن تثبيت النسخة المحمولة من FreeFileSync في مجلد فرعي داخل %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>الرجاء اختيار نوع التثبيت المحلي أو اختيار مجلد آخر للتثبيت.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>احصل على نسخة التبرعات بالميزات الأضافية وساعد ليكون FreeFileSync خالى من الأعلانات.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/bulgarian.lng b/FreeFileSync/Build/Resources/Languages/bulgarian.lng deleted file mode 100755 index 9fd5baa6..00000000 --- a/FreeFileSync/Build/Resources/Languages/bulgarian.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Български</language> - <translator>ЛНВ</translator> - <locale>bg_BG</locale> - <image>flag_bulgaria.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Не може да прочете файл %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Неочакван размер на потока данни. -Очаквани: %x байта -Фактически: %y байта -</target> - -<source>Cannot write file %x.</source> -<target>Не може да запише файл %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Не може да запише правата за достъп на %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Операцията не се поддържа между различни устройства.</target> - -<source>Cannot delete file %x.</source> -<target>Не може да изтрие файл %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Не може да изтрие символна връзка %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Не може да изтрие директория %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Не може да премести файл %x в %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Не може да копира символна връзка %x в %y.</target> - -<source>Error Code %x</source> -<target>Код на грешка %x</target> - -<source>Cannot read directory %x.</source> -<target>Не може да прочете директория %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Не може да запише времето на промяна на %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Не може да прочете атрибутите на файл %x.</target> - -<source>Cannot create directory %x.</source> -<target>Не може да създаде директория %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Не може да определи крайния път за %x.</target> - -<source>Operation not supported by device.</source> -<target>Операцията не се поддържа от устройството.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Не може да проследи символна връзка %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Не може да премести %x в кошчето.</target> - -<source>Authentication completed.</source> -<target>Аутентификацията завърши.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Може да затворите тази страница и да продължите с FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Аутентификацията неуспешна.</target> - -<source>Unable to connect to %x.</source> -<target>Не може да се свърже със %x.</target> - -<source>Cannot find %x.</source> -<target>Не може да намери %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Името %x се използва от повече от един елемент в папката.</target> - -<source>Please authorize access to user account %x.</source> -<target>Моля, оторизирайте достъпа до потребителски акаунт %x.</target> - -<source>Cannot open file %x.</source> -<target>Не може да отвори файл %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Името %x вече се използва от друг елемент.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Не може да определи свободното дисково пространство за %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Не може да прекъсне връзката от %x.</target> - -<source>Unable to access %x.</source> -<target>Няма достъп до %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Не може да получи информация за сървъра %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Не може да следи директория %x.</target> - -<source>Cannot find device %x.</source> -<target>Не може да намери устройство %x.</target> - -<source>Cannot open directory %x.</source> -<target>Не може да отвори директория %x.</target> - -<source>Unsupported item type.</source> -<target>Неподдържан тип елемент.</target> - -<source>Incorrect command line:</source> -<target>Невалиден команден ред:</target> - -<source>The server does not support authentication via %x.</source> -<target>Сървърът не поддържа идентификация чрез %x.</target> - -<source>Required:</source> -<target>Необходимо:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Времето на операцията изтича след 1 секунда.</pluralform> -<pluralform>Времето на операцията изтича след %x секунди.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Не може да чака за повече от 1 връзка едновременно.</pluralform> -<pluralform>Не може да чака за повече от %x връзки едновременно.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Активни връзки: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Не може да отвори SFTP-канал номер %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Двете страни променени след последната синхронизация.</target> - -<source>Cannot determine sync-direction:</source> -<target>Не може да определи посоката на синхронизация:</target> - -<source>No change since last synchronization.</source> -<target>Няма промени след последната синхронизация.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Записът в базата данни не е синхронизиран по текущите настройки.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Задава подразбирани посоки на синхронизация: старите файлове ще се заменят с по-нови.</target> - -<source>Creating file %x</source> -<target>Създава файл %x</target> - -<source>Creating folder %x</source> -<target>Създава папка %x</target> - -<source>Creating symbolic link %x</source> -<target>Създава символна връзка %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Премества в кошчето файл %x</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Премества в кошчето папка %x</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Премества в кошчето символна връзка %x</target> - -<source>Deleting file %x</source> -<target>Изтрива файл %x</target> - -<source>Deleting folder %x</source> -<target>Изтрива папка %x</target> - -<source>Deleting symbolic link %x</source> -<target>Изтрива символна връзка %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Проверява достъпността на кошчето за папка %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Кошчето не се поддържа от следните папки. Изтрити или презаписани файлове няма да могат да се възстановят:</target> - -<source>An exception occurred</source> -<target>Възникна изключение</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Очаква се път до лява и дясна директория след %x.</target> - -<source>Syntax error</source> -<target>Синтактична грешка</target> - -<source>Cannot find file %x.</source> -<target>Не е намерен файл %x.</target> - -<source>Error</source> -<target>Грешка</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Файл %x не съдържа валидна конфигурация.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Конфигурационният файл не може да съдържа настройки на ниво двойка директории, ако директории се задават от команден ред.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Не може да се задават директории за повече от един конфигурационен файл.</target> - -<source>Command line</source> -<target>Команден ред</target> - -<source>Syntax:</source> -<target>Синтаксис:</target> - -<source>config files:</source> -<target>конфигурационни файлове:</target> - -<source>directory</source> -<target>директория</target> - -<source>global config file:</source> -<target>глобален конфигурационен файл:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Произволен брой FreeFileSync-конфигурационни-файлове "ffs_gui" и/или "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Произволен брой алтернативни двойки директории за най-много един конфигурационен файл.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Отвори избраната конфигурация само за редактиране, без да се изпълнява.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Път до алтернативен файл GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Инсталационните файлове са повредени. Моля, преинсталирайте FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Не може да намери следните папки:</target> - -<source>The following folders do not yet exist:</source> -<target>Следните папки все още не съществуват:</target> - -<source>The folders are created automatically when needed.</source> -<target>Папките се създават автоматично, когато потрябват.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Следните пътища се различават по регистър. Моля, ползвайте еднаква форма за избягване на дублиран достъп.</target> - -<source>Scanning:</source> -<target>Търси файлове:</target> - -<source>Comparison finished:</source> -<target>Сравняването завърши:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 елемент намерен</pluralform> -<pluralform>%x елемента намерени</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Изминало време:</target> - -<source>File %x has an invalid date.</source> -<target>Файл %x има невалидна дата.</target> - -<source>Date:</source> -<target>Дата:</target> - -<source>Files have the same date but a different size.</source> -<target>Файловете имат еднаква дата, но различни размери.</target> - -<source>Size:</source> -<target>Размер:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Сравняването на съдържание се прескача за изключените файлове.</target> - -<source>Items differ in attributes only</source> -<target>Елементите се различават само по атрибути</target> - -<source>Resolving symbolic link %x</source> -<target>Проследява символна връзка %x</target> - -<source>Comparing content of files %x</source> -<target>Сравнява съдържанието на файловете %x</target> - -<source>Generating file list...</source> -<target>Създава списък на файловете...</target> - -<source>Fail-safe file copy</source> -<target>Надеждно копиране на файлове</target> - -<source>Enabled</source> -<target>Активно</target> - -<source>Disabled</source> -<target>Неактивно</target> - -<source>Copy locked files</source> -<target>Копирай заключени файлове</target> - -<source>Copy file access permissions</source> -<target>Копирай правата за достъп на файла</target> - -<source>File time tolerance</source> -<target>Толеранс на файловото време</target> - -<source>Run with background priority</source> -<target>Изпълнявай с фонов приоритет</target> - -<source>Lock directories during sync</source> -<target>Заключи директориите по време на синхронизация</target> - -<source>Verify copied files</source> -<target>Верифицирай копираните файлове</target> - -<source>Using non-default global settings:</source> -<target>Използва нестандартни глобални настройки:</target> - -<source>A folder input field is empty.</source> -<target>Полето за въведена папка е празно.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Съответната папка ще се счита празна.</target> - -<source>Exclude:</source> -<target>Изключи:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Една базова папка от двойка папки се съдържа в другата.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Папката трябва да се изключи от синхронизация чрез филтър.</target> - -<source>Calculating sync directions...</source> -<target>Пресмята посоките на синхронизация...</target> - -<source>Out of memory.</source> -<target>Недостатъчна памет.</target> - -<source>Show in Explorer</source> -<target>Покажи в Експлорера</target> - -<source>Open with default application</source> -<target>Отвори с подразбираното приложение</target> - -<source>Browse directory</source> -<target>Преглед на директорията</target> - -<source>Database file %x is incompatible.</source> -<target>Базата данни %x е несъвместима.</target> - -<source>Initial synchronization:</source> -<target>Начална синхронизация:</target> - -<source>Database file %x does not yet exist.</source> -<target>Базата данни %x още не съществува.</target> - -<source>Database file is corrupted:</source> -<target>Базата данни е повредена:</target> - -<source>Loading file %x...</source> -<target>Зарежда файл %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Базите данни още не съдържат информация за последната синхронизация.</target> - -<source>Saving file %x...</source> -<target>Запазва файл %x...</target> - -<source>Searching for folder %x...</source> -<target>Търси папка %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Изтекло време за търсене на папка %x.</target> - -<source>Cannot get process information.</source> -<target>Не може да получи информация за процеса.</target> - -<source>Waiting while directory is locked:</source> -<target>Изчаква, докато е заключена директорията:</target> - -<source>Lock owner:</source> -<target>Притежател на заключването:</target> - -<source>Detecting abandoned lock...</source> -<target>Открива изоставено заключване...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 сек.</pluralform> -<pluralform>%x сек.</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Елементът съществува само отляво</target> - -<source>Item exists on right side only</source> -<target>Елементът съществува само отдясно</target> - -<source>Left side is newer</source> -<target>Лявата страна е по-нова</target> - -<source>Right side is newer</source> -<target>Дясната страна е по-нова</target> - -<source>Items have different content</source> -<target>Елементите имат различно съдержание</target> - -<source>Both sides are equal</source> -<target>Двете страни са еднакви</target> - -<source>Conflict/item cannot be categorized</source> -<target>Конфликт/Елементът не може да се категоризира</target> - -<source>Copy new item to left</source> -<target>Копирай новия елемент наляво</target> - -<source>Copy new item to right</source> -<target>Копирай новия елемент надясно</target> - -<source>Delete left item</source> -<target>Изтрий левия елемент</target> - -<source>Delete right item</source> -<target>Изтрий десния елемент</target> - -<source>Move file on left</source> -<target>Премести левия файл</target> - -<source>Move file on right</source> -<target>Премести десния файл</target> - -<source>Update left item</source> -<target>Актуализирай левия елемент</target> - -<source>Update right item</source> -<target>Актуализирай десния елемент</target> - -<source>Do nothing</source> -<target>Не прави нищо</target> - -<source>Update attributes on left</source> -<target>Актуализирай атрибутите на левия елемент</target> - -<source>Update attributes on right</source> -<target>Актуализирай атрибутите на десния елемент</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Грешка при анализ на файл %x, ред %y, колона %z.</target> - -<source>Services</source> -<target>Услуги</target> - -<source>Show All</source> -<target>Покажи всички</target> - -<source>Hide Others</source> -<target>Скрий другите</target> - -<source>Hide %x</source> -<target>Скрий %x</target> - -<source>Quit %x</source> -<target>Край на %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Не може да заключи директориите за следните папки:</target> - -<source>Errors:</source> -<target>Грешки:</target> - -<source>Warnings:</source> -<target>Предупреждения:</target> - -<source>Items processed:</source> -<target>Обработени елементи:</target> - -<source>Items remaining:</source> -<target>Оставащи елементи:</target> - -<source>Total time:</source> -<target>Общо време:</target> - -<source>Warning</source> -<target>Предупреждение</target> - -<source>Stopped</source> -<target>Спряно</target> - -<source>Cleaning up log files:</source> -<target>Почистване на log-файловете:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 нишка</pluralform> -<pluralform>%x нишки</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/сек.</target> - -<source>%x items</source> -<target>%x елемента</target> - -<source>Completed successfully</source> -<target>Завърши успешно</target> - -<source>Completed with warnings</source> -<target>Завърши с предупреждения</target> - -<source>Completed with errors</source> -<target>Завърши с грешки</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Не може да получи достъп до услуга Volume Shadow Copy.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Моля, ползвайте 64-битова FreeFileSync-версия за създаване на shadow-копия на тази система.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Името на тома %x не е част от пътя до файла %y.</target> - -<source>File time and size</source> -<target>Дата и размер на файла</target> - -<source>File content</source> -<target>Съдържание на файла</target> - -<source>File size</source> -<target>Размер на файла</target> - -<source>Two way</source> -<target>Двупосочно</target> - -<source>Mirror</source> -<target>Огледално</target> - -<source>Update</source> -<target>Актуализирай</target> - -<source>Custom</source> -<target>По избор</target> - -<source>Multiple...</source> -<target>Разни...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Не може да запише файловите атрибути на %x.</target> - -<source>%x and %y have different content.</source> -<target>%x и %y имат различно съдържание.</target> - -<source>Data verification error:</source> -<target>Грешка при верификация на данните:</target> - -<source>Moving file %x to %y</source> -<target>Премества файл %x към %y</target> - -<source>Moving folder %x to %y</source> -<target>Премества папка %x към %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Премества символна връзка %x към %y</target> - -<source>Updating file %x</source> -<target>Актуализира файл %x</target> - -<source>Updating symbolic link %x</source> -<target>Актуализира символна връзка %x</target> - -<source>Verifying file %x</source> -<target>Верифицира файл %x</target> - -<source>Updating attributes of %x</source> -<target>Актуализира атрибутите на %x</target> - -<source>Source item %x not found</source> -<target>Изходен елемент %x не е намерен</target> - -<source>Parent folder %x is not existing.</source> -<target>Родителска папка %x не съществува.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Не може да копира файл %x в %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Създава се Volume Shadow Copy за %x...</target> - -<source>Cannot find folder %x.</source> -<target>Не е намерена папка %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Целевата папка %x вече съществува, но не е била достъпна при сравняването на папки.</target> - -<source>Target folder input field must not be empty.</source> -<target>Полето за целева папка не бива да е празно.</target> - -<source>Source folder %x not found.</source> -<target>Изходната папка %x не е намерена.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Моля, въведете целева папка за версии.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Следните елементи имат нерешени конфликти и няма да бъдат синхронизирани:</target> - -<source>Folder pair:</source> -<target>Двойка папки:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Следните папки са съществено различни. Моля, проверете дали са избрани верни папки за синхронизация.</target> - -<source>Not enough free disk space available in:</source> -<target>Недостатъчно свободно дисково пространство в:</target> - -<source>Available:</source> -<target>Налично:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Някои файлове ще бъдат синхронизирани като част от повече базови папки.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>За избягване на конфликти задайте изключващи филтри, така че всеки обновен файл да е включен само в една базова папка.</target> - -<source>Versioning folder:</source> -<target>Папка за версии:</target> - -<source>Base folder:</source> -<target>Базова папка:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Папката за версии се съдържа в основната папка.</target> - -<source>Synchronizing folder pair:</source> -<target>Синхронизация на двойка папки:</target> - -<source>Generating database...</source> -<target>Създава база данни...</target> - -<source>Searching for old file versions:</source> -<target>Търси стари версии на файлове:</target> - -<source>Removing old file versions:</source> -<target>Премахва стари версии на файлове:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Не може да маркира времето на версиите:</target> - -<source>Drag && drop</source> -<target>Влачете и пуснете</target> - -<source>Select a folder</source> -<target>Изберете папка</target> - -<source>&New</source> -<target>&Нов</target> - -<source>&Open...</source> -<target>&Отвори...</target> - -<source>Save &as...</source> -<target>Запази &като...</target> - -<source>E&xit</source> -<target>И&зход</target> - -<source>&File</source> -<target>&Файл</target> - -<source>&View help</source> -<target>&Помощ</target> - -<source>&About</source> -<target>&Относно</target> - -<source>&Help</source> -<target>&Помощ</target> - -<source>Usage:</source> -<target>Употреба:</target> - -<source>Select folders to watch.</source> -<target>Изберете папки за следене.</target> - -<source>Enter a command line.</source> -<target>Въведете команден ред.</target> - -<source>Press 'Start'.</source> -<target>Натиснете 'Старт'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>За старт просто импортирайте файл "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Папки за следене:</target> - -<source>Add folder</source> -<target>Добавяне на папка</target> - -<source>Remove folder</source> -<target>Отнемане на папка</target> - -<source>Browse</source> -<target>Преглед</target> - -<source>Idle time (in seconds):</source> -<target>Време на изчакване (сек.):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Време на изчакване между последнaта открита промяна и изпълнение на командата</target> - -<source>Command line:</source> -<target>Команден ред:</target> - -<source>&Hide console window</source> -<target>&Скрий прозореца на конзолата</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Командния ред се изпълнява, ако: -- се променят файлове или подпапки, -- се явят нови папки (напр. вкарана флашка). -</target> - -<source>Start</source> -<target>Старт</target> - -<source>About</source> -<target>Относно</target> - -<source>Build: %x</source> -<target>Версия: %x</target> - -<source>All files</source> -<target>Всички файлове</target> - -<source>Automated Synchronization</source> -<target>Автоматична синхронизация</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Протокол %x не поддържа следене на директорията:</target> - -<source>Directory monitoring active</source> -<target>Следенето на директории е активирано</target> - -<source>Waiting until directory is available:</source> -<target>Изчаква достъп до директорията:</target> - -<source>&Configure</source> -<target>&Конфигурирай</target> - -<source>&Show error message</source> -<target>&Покажи съобщение за грешка</target> - -<source>&Quit</source> -<target>&Край</target> - -<source>&Retry</source> -<target>&Повтори</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 байт</pluralform> -<pluralform>%x байта</pluralform> -</target> - -<source>%x MB</source> -<target>%x МБ</target> - -<source>%x KB</source> -<target>%x КБ</target> - -<source>%x GB</source> -<target>%x ГБ</target> - -<source>Loading...</source> -<target>Зареждане...</target> - -<source>Scanning...</source> -<target>Търси файлове...</target> - -<source>configuration file</source> -<target>конфигурационен файл</target> - -<source>System: Sleep</source> -<target>Система: Заспиване</target> - -<source>System: Shut down</source> -<target>Система: Изключване</target> - -<source>Nothing to synchronize</source> -<target>Нищо за синхронизиране</target> - -<source>Executing command:</source> -<target>Изпълнява команда:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Може да идете в главния прозорец на FreeFileSync, за да решите проблема.</target> - -<source>&Don't show this warning again</source> -<target>&Не показвай вече това предупреждение</target> - -<source>&Ignore</source> -<target>&Игнорирай</target> - -<source>&Switch</source> -<target>&Превключи</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Иди в главния прозорец на FreeFileSync</target> - -<source>Automatic retry</source> -<target>Автоматично повтаряне</target> - -<source>Ignore &all</source> -<target>Игнорирай &всички</target> - -<source>Retrying operation...</source> -<target>Повтаря операцията...</target> - -<source>Serious Error</source> -<target>Сериозна грешка</target> - -<source>Last session</source> -<target>Последна сесия</target> - -<source>Today</source> -<target>Днес</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 ден</pluralform> -<pluralform>%x дена</pluralform> -</target> - -<source>Name</source> -<target>Име</target> - -<source>Last sync</source> -<target>Последна синхронизация</target> - -<source>Log</source> -<target>Протокол</target> - -<source>Folder</source> -<target>Папка</target> - -<source>Symlink</source> -<target>Символна връзка</target> - -<source>Full path</source> -<target>Пълен път</target> - -<source>Relative path</source> -<target>Относителен път</target> - -<source>Item name</source> -<target>Име на елемент</target> - -<source>Size</source> -<target>Размер</target> - -<source>Date</source> -<target>Дата</target> - -<source>Extension</source> -<target>Разширение</target> - -<source>Category</source> -<target>Категория</target> - -<source>Action</source> -<target>Действие</target> - -<source>Local comparison settings</source> -<target>Локални настройки за сравняване</target> - -<source>Local synchronization settings</source> -<target>Локални настройки за синхронизация</target> - -<source>Local filter</source> -<target>Локален филтър</target> - -<source>Active</source> -<target>Активен</target> - -<source>None</source> -<target>Няма</target> - -<source>Remove local settings</source> -<target>Премахни локалните настройки</target> - -<source>Clear local filter</source> -<target>Изчисти локалния филтър</target> - -<source>Copy</source> -<target>Копирай</target> - -<source>Paste</source> -<target>Вмъкни</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Избраната папка %x не може да се ползва с FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Моля, изберете папка от локална файлова система, мрежа или MTP-устройство.</target> - -<source>Defined by context of use</source> -<target>Определя се от контекста на употреба</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Изисква FreeFileSync Дарителско Издание</target> - -<source>&Save</source> -<target>&Запази</target> - -<source>Save as &batch job...</source> -<target>Запази &като пакетна задача...</target> - -<source>Show &log</source> -<target>Покажи &log</target> - -<source>Start &comparison</source> -<target>Почни &сравняване</target> - -<source>C&omparison settings</source> -<target>Н&астройки на сравняване</target> - -<source>&Filter settings</source> -<target>Настройки на &филтъра</target> - -<source>S&ynchronization settings</source> -<target>Настройки на с&инхронизация</target> - -<source>Start &synchronization</source> -<target>Почни &синхронизация</target> - -<source>&Actions</source> -<target>&Действия</target> - -<source>&Preferences</source> -<target>&Предпочитания</target> - -<source>&Language</source> -<target>&Език</target> - -<source>&Find...</source> -<target>&Намери...</target> - -<source>&Export file list...</source> -<target>&Експортирай файловия списък...</target> - -<source>&Reset layout</source> -<target>&Инициализирай изгледа</target> - -<source>&Tools</source> -<target>&Инструменти</target> - -<source>&Check for updates now</source> -<target>&Провери за обновления сега</target> - -<source>Check &automatically once a week</source> -<target>Проверявай автоматично &ежеседмично</target> - -<source>Cancel</source> -<target>Отказ</target> - -<source>Compare</source> -<target>Сравни</target> - -<source>Synchronize</source> -<target>Синхронизирай</target> - -<source>Add folder pair</source> -<target>Добави двойка папки</target> - -<source>Remove folder pair</source> -<target>Отнеми двойка папки</target> - -<source>Access online storage</source> -<target>Достъп до онлайн-съхранение</target> - -<source>Close search bar</source> -<target>Затвори полето за търсене</target> - -<source>Find:</source> -<target>Търси:</target> - -<source>Match case</source> -<target>Големи/малки букви</target> - -<source>Processed:</source> -<target>Обработени:</target> - -<source>Remaining:</source> -<target>Оставащи:</target> - -<source>New</source> -<target>Нова</target> - -<source>Open...</source> -<target>Отвори...</target> - -<source>Save</source> -<target>Запази</target> - -<source>Save as...</source> -<target>Запази като...</target> - -<source>View type:</source> -<target>Тип изглед:</target> - -<source>Select view:</source> -<target>Изберете изглед:</target> - -<source>Save as default</source> -<target>Запази като подразбрано</target> - -<source>Statistics:</source> -<target>Статистика:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Брой файлове и папки, които ще бъдат изтрити</target> - -<source>Number of files that will be updated</source> -<target>Брой файлове, които ще бъдат актуализирани</target> - -<source>Number of files and folders that will be created</source> -<target>Брой файлове и папки, които ще бъдат създадени</target> - -<source>Total bytes to copy</source> -<target>Общо байтове за копиране</target> - -<source>Arrange folder pair</source> -<target>Подреди двойката папки</target> - -<source>Main settings:</source> -<target>Главни настройки:</target> - -<source>Use local settings:</source> -<target>Ползвай локални настройки:</target> - -<source>Select a variant:</source> -<target>Избор на вариант:</target> - -<source>Include &symbolic links:</source> -<target>Включи &символни връзки:</target> - -<source>&Follow</source> -<target>&Следвай</target> - -<source>&Direct</source> -<target>&Директно</target> - -<source>More information</source> -<target>Още информация</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Игнорирай времевото отместване [чч:мм]</target> - -<source>List of file time offsets to ignore</source> -<target>Списък на файлови времеви отмествания за игнориране</target> - -<source>Example:</source> -<target>Пример:</target> - -<source>Handle daylight saving time</source> -<target>Отчети лятното време</target> - -<source>Ignore errors</source> -<target>Игнорирай грешките</target> - -<source>Retry count:</source> -<target>Брой повторения:</target> - -<source>Delay (in seconds):</source> -<target>Задръжка (сек.):</target> - -<source>Performance improvements:</source> -<target>Подобряване на производителността:</target> - -<source>Parallel file operations:</source> -<target>Паралелни файлови операции:</target> - -<source>How to get best performance?</source> -<target>Как да получа най-добра производителност?</target> - -<source>Local settings:</source> -<target>Локални настройки:</target> - -<source>Include:</source> -<target>Включи:</target> - -<source>Show examples</source> -<target>Примери</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Изберете филтърни правила за изключване някои файлове от синхронизация. Въведете относителни файлови пътища към съответните двойки папки.</target> - -<source>File size:</source> -<target>Размер на файла:</target> - -<source>Minimum:</source> -<target>Минимум:</target> - -<source>Maximum:</source> -<target>Максимум:</target> - -<source>Time span:</source> -<target>Интервал време:</target> - -<source>C&lear</source> -<target>И&зчисти</target> - -<source>Detect moved files</source> -<target>Открий преместени файлове</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Не се поддържа от всички файлови системи, -- Изисква и създава файлове с бази данни, -- Няма откриване при първа синхронизация. -</target> - -<source>Delete files:</source> -<target>Изтрий файлове:</target> - -<source>&Recycle bin</source> -<target>&Кошче</target> - -<source>&Permanent</source> -<target>&Необратимо</target> - -<source>&Versioning</source> -<target>&Версии</target> - -<source>Move files to a user-defined folder</source> -<target>Премести файловете в зададена потребителска папка</target> - -<source>Naming convention:</source> -<target>Конвенция за именуване:</target> - -<source>Limit file versions:</source> -<target>Ограничи файловите версии:</target> - -<source>Last x days:</source> -<target>Последните x дни:</target> - -<source>&Override default log path:</source> -<target>&Замени подразбирания log-път:</target> - -<source>Run a command:</source> -<target>Изпълни команда:</target> - -<source>OK</source> -<target>ОК</target> - -<source>Connection type:</source> -<target>Тип на връзката:</target> - -<source>Connected user accounts:</source> -<target>Свързани потребителски акаунти:</target> - -<source>&Add connection</source> -<target>&Добави връзка</target> - -<source>&Disconnect</source> -<target>&Прекъсни</target> - -<source>Selected user account:</source> -<target>Избран потребителски акаунт:</target> - -<source>Server name or IP address:</source> -<target>Име на сървъра или IP-адрес:</target> - -<source>Port:</source> -<target>Порт:</target> - -<source>Encryption:</source> -<target>Криптиране:</target> - -<source>&Disabled</source> -<target>&Неактивно</target> - -<source>&Explicit SSL/TLS</source> -<target>&Експлицитен SSL/TLS</target> - -<source>Authentication:</source> -<target>Идентификация:</target> - -<source>&Password</source> -<target>&Парола</target> - -<source>&Key file</source> -<target>&Ключов файл</target> - -<source>&SSH agent</source> -<target>&SSH агент</target> - -<source>User name:</source> -<target>Потребителско име:</target> - -<source>Private key file:</source> -<target>Личен ключов файл:</target> - -<source>&Show password</source> -<target>&Покажи паролата</target> - -<source>Directory on server:</source> -<target>Директория на сървъра:</target> - -<source>Access timeout (in seconds):</source> -<target>Време за достъп (в секунди):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP-канали на връзка:</target> - -<source>Detect server limit</source> -<target>Открий лимита на сървъра</target> - -<source>Select Folder</source> -<target>Избери папка</target> - -<source>Variant:</source> -<target>Вариант:</target> - -<source>&Don't show this dialog again</source> -<target>&Не показвай повече този диалог</target> - -<source>Bytes:</source> -<target>Байтове:</target> - -<source>Items:</source> -<target>Елементи:</target> - -<source>Synchronizing...</source> -<target>Синхронизация...</target> - -<source>Minimize to notification area</source> -<target>Минимизирай в известяващото поле</target> - -<source>Bytes</source> -<target>Байтове</target> - -<source>Items</source> -<target>Елементи</target> - -<source>When finished:</source> -<target>След завършване:</target> - -<source>Auto-close</source> -<target>Затвори автоматично</target> - -<source>Close</source> -<target>Затвори</target> - -<source>&Pause</source> -<target>&Пауза</target> - -<source>Stop</source> -<target>Стоп</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Създай пакетен файл за автоматична синхронизация. За старт щракнете двукратно върху този файл или задайте планова задача: %x</target> - -<source>Progress dialog:</source> -<target>Диалог за прогреса:</target> - -<source>Run minimized</source> -<target>Изпълни минимизирано</target> - -<source>Show pop-up on errors or warnings</source> -<target>Питай при грешки или предупреждения</target> - -<source>&Cancel</source> -<target>&Отказ</target> - -<source>Stop synchronization at first error</source> -<target>Спри синхронизацията при първа грешка</target> - -<source>How can I schedule a batch job?</source> -<target>Как да планирам пакетна задача?</target> - -<source>&Keep relative paths</source> -<target>&Запази относителните пътища</target> - -<source>&Overwrite existing files</source> -<target>&Презапиши съществуващите файлове</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Всички задачи за синхронизация ползват следните настройки.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Копирай във временен файл (*.ffs_tmp) преди презапис на целевия файл. -Това гарантира цялостност на файла дори в случай на сериозна грешка. -</target> - -<source>recommended</source> -<target>препоръчително</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Копирай споделени или заключени файлове с услугата Volume Shadow Copy.</target> - -<source>requires administrator rights</source> -<target>изисква административни права</target> - -<source>Transfer file and folder permissions.</source> -<target>Прехвърли правата за достъп на файла и папката.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Покажи всички постоянно скрити диалози и предупреждения отново</target> - -<source>Default log path:</source> -<target>Подразбиран log-път:</target> - -<source>&Delete logs after x days:</source> -<target>&Изтрий протоколите след x дни:</target> - -<source>Notification sounds:</source> -<target>Известяващи звуци:</target> - -<source>Synchronization finished:</source> -<target>Синхронизацията завърши:</target> - -<source>Customize context menu:</source> -<target>Настрой контекстното меню:</target> - -<source>Description</source> -<target>Описание</target> - -<source>&Default</source> -<target>&По подразбиране</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Отзиви и предложения са добре дошли:</target> - -<source>Home page</source> -<target>Домашна страница</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync-Форум</target> - -<source>Email</source> -<target>Ел.поща</target> - -<source>If you like FreeFileSync:</source> -<target>Ако харесвате FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Подкрепете с дарение</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Автоматичното обновяване бе деактивирано от администратора.</target> - -<source>Donation details</source> -<target>Подробности за дарение</target> - -<source>Source code written in C++ using:</source> -<target>Изходния код е написан на C++ със:</target> - -<source>Published under the GNU General Public License:</source> -<target>Публикуван под GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Благодарност за локализацията:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Активирайте дарителско издание на FreeFileSync по един от следните методи:</target> - -<source>Activate via internet now:</source> -<target>Активирайте по Интернет сега:</target> - -<source>Activate online</source> -<target>Активирайте онлайн</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Вземете активационен код за офлайн от следния адрес:</target> - -<source>&Copy to clipboard</source> -<target>&Копирайте в клипборда</target> - -<source>Enter activation key:</source> -<target>Въведете активационен код:</target> - -<source>Activate offline</source> -<target>Активирайте офлайн</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Маркирай конфигурациите, които не са изпълнявани в течение на повече от следния брой дни:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync изисква права за достъп, за да избегне грешки "Операцията не е разрешена", когато синхронизира данните Ви (напр. поща, съобщения, календари).</target> - -<source>Locate the FreeFileSync app</source> -<target>Намерете приложение FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Отворете СистемниНастройки/Сигурност</target> - -<source>Click the lock to allow changes.</source> -<target>Щракнете върху Заключване, за да разрешите промени.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Довлечете FreeFileSync в панела.</target> - -<source>Synchronization Settings</source> -<target>Настройки на Синхронизация</target> - -<source>Access Online Storage</source> -<target>Достъп до Онлайн-Съхранение</target> - -<source>Save as a Batch Job</source> -<target>Запази като Пакетна Задача</target> - -<source>Delete Items</source> -<target>Изтрий Елементите</target> - -<source>Copy Items</source> -<target>Копирай Елементите</target> - -<source>Options</source> -<target>Опции</target> - -<source>Select Time Span</source> -<target>Избор на Интервал Време</target> - -<source>Highlight Configurations</source> -<target>Маркирай Конфигурациите</target> - -<source>Grant Full Disk Access</source> -<target>Осигурете пълен достъп до диска</target> - -<source>Info</source> -<target>Информация</target> - -<source>No log entries</source> -<target>Няма log-записи</target> - -<source>Select all</source> -<target>Маркирай всичко</target> - -<source>&Options</source> -<target>&Опции</target> - -<source>Main Bar</source> -<target>Главен панел</target> - -<source>Folder Pairs</source> -<target>Двойки папки</target> - -<source>Find</source> -<target>Намери</target> - -<source>View Settings</source> -<target>Настройки на изгледа</target> - -<source>Configuration</source> -<target>Конфигурация</target> - -<source>Overview</source> -<target>Преглед</target> - -<source>Swap sides</source> -<target>Размени страните</target> - -<source>Show "%x"</source> -<target>Покажи "%x"</target> - -<source>&Show details</source> -<target>&Покажи подробно</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x е наличен!</target> - -<source>Local path not available for %x.</source> -<target>Няма наличен локален път за %x.</target> - -<source>Confirm</source> -<target>Потвърди</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Трябва ли да бъде изпълнена командата %y за един елемент?</pluralform> -<pluralform>Трябва ли да бъде изпълнена командата %y за %x елемента?</pluralform> -</target> - -<source>&Execute</source> -<target>&Изпълни</target> - -<source>Set direction:</source> -<target>Задай посока:</target> - -<source>multiple selection</source> -<target>групово маркиране</target> - -<source>&Include via filter:</source> -<target>&Включи чрез филтър:</target> - -<source>&Exclude via filter:</source> -<target>&Изключи чрез филтър:</target> - -<source>Include temporarily</source> -<target>Включи временно</target> - -<source>Exclude temporarily</source> -<target>Изключи временно</target> - -<source>&Synchronize selection</source> -<target>&Синхронизирай избраното</target> - -<source>&Copy to...</source> -<target>&Копирай към...</target> - -<source>&Delete</source> -<target>&Изтрий</target> - -<source>Show icons:</source> -<target>Покажи иконите:</target> - -<source>Small</source> -<target>Малки</target> - -<source>Medium</source> -<target>Средни</target> - -<source>Large</source> -<target>Големи</target> - -<source>Select time span...</source> -<target>Избор на времеви интервал...</target> - -<source>Donation Edition</source> -<target>Дарителско Издание</target> - -<source>Folder Comparison and Synchronization</source> -<target>Сравняване и синхронизация на папки</target> - -<source>Configuration saved</source> -<target>Конфигурацията е запазена</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync-пакет</target> - -<source>Do you want to save changes to %x?</source> -<target>Ще запазите ли промените на %x?</target> - -<source>Never save &changes</source> -<target>Не запазвай &промените никога</target> - -<source>Do&n't save</source> -<target>&Не запазвай</target> - -<source>%x cannot be renamed.</source> -<target>%x не може да се преименува.</target> - -<source>New name:</source> -<target>Ново име:</target> - -<source>Rename Configuration</source> -<target>Преименувай конфигурацията</target> - -<source>Configuration name must not be empty.</source> -<target>Името на конфигурацията не бива да е празно.</target> - -<source>&Rename...</source> -<target>&Преименувай...</target> - -<source>Hide configuration</source> -<target>Скрий конфигурацията</target> - -<source>Highlight...</source> -<target>Маркирай...</target> - -<source>Clear filter</source> -<target>Изчисти филтъра</target> - -<source>Show files that exist on left side only</source> -<target>Покажи файловете, съществуващи само отляво</target> - -<source>Show files that exist on right side only</source> -<target>Покажи файловете, съществуващи само отдясно</target> - -<source>Show files that are newer on left</source> -<target>Покажи файловете от двете страни; файлът отляво е по-нов</target> - -<source>Show files that are newer on right</source> -<target>Покажи файловете от двете страни; файлът отдясно е по-нов</target> - -<source>Show files that are equal</source> -<target>Покажи еднаквите файлове</target> - -<source>Show files that are different</source> -<target>Покажи нееднаквите файлове</target> - -<source>Show conflicts</source> -<target>Покажи конфликтите</target> - -<source>Show files that will be created on the left side</source> -<target>Покажи файловете, които ще бъдат създадени отляво</target> - -<source>Show files that will be created on the right side</source> -<target>Покажи файловете, които ще бъдат създадени отдясно</target> - -<source>Show files that will be deleted on the left side</source> -<target>Покажи файловете, които ще бъдат изтрити отляво</target> - -<source>Show files that will be deleted on the right side</source> -<target>Покажи файловете, които ще бъдат изтрити отдясно</target> - -<source>Show files that will be updated on the left side</source> -<target>Покажи файловете, които ще бъдат обновени отляво</target> - -<source>Show files that will be updated on the right side</source> -<target>Покажи файловете, които ще бъдат обновени отдясно</target> - -<source>Show files that won't be copied</source> -<target>Покажи файловете, които няма да бъдат копирани</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Покажи филтрираните или временно изключени файлове</target> - -<source>Filter</source> -<target>Филтър</target> - -<source>All files are in sync</source> -<target>Всички файлове са синхронизирани</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 директория</pluralform> -<pluralform>%x директории</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 файл</pluralform> -<pluralform>%x файла</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Показани: %y от 1 ред</pluralform> -<pluralform>Показани: %y от %x реда</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Не е открит %x</target> - -<source>Move up</source> -<target>Премести нагоре</target> - -<source>Move down</source> -<target>Премести надолу</target> - -<source>Comma-separated values</source> -<target>Стойности, отделени с запетая</target> - -<source>File list exported</source> -<target>Файловия списък е експортиран</target> - -<source>Searching for program updates...</source> -<target>Търси обновления на програмата...</target> - -<source>Paused</source> -<target>Пауза</target> - -<source>Stop requested...</source> -<target>Заявка за стоп...</target> - -<source>Initializing...</source> -<target>Инициализация...</target> - -<source>Comparing content...</source> -<target>Сравнява съдържанието на файлове...</target> - -<source>&Continue</source> -<target>&Продължи</target> - -<source>Progress</source> -<target>Прогрес</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>%x, благодаря за Вашето дарение и подкрепа!</target> - -<source>Connections</source> -<target>Свързвания</target> - -<source>Recommended range:</source> -<target>Препоръчителен обхват:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Искате ли да прекъснете връзката на потребителски акаунт %x?</target> - -<source>Password:</source> -<target>Парола:</target> - -<source>Key passphrase:</source> -<target>Фраза за достъп:</target> - -<source>Please enter a file path.</source> -<target>Моля, въведете файлов път.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Копирай следния елемент в друга папка?</pluralform> -<pluralform>Копирай следните %x елемента в друга папка?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Моля, въведете целева папка.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Искате ли следния елемент да бъде преместен в кошчето?</pluralform> -<pluralform>Искате ли следните %x елемента да бъдат преместени в кошчето?</pluralform> -</target> - -<source>Move</source> -<target>Премести</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Искате ли следния елемент да бъде изтрит?</pluralform> -<pluralform>Искате ли следните %x елемента да бъдат изтрити?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Почни синхронизиране на избраното?</target> - -<source>Start synchronization now?</source> -<target>Почни синхронизиране сега?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Копирай DACL, SACL, Притежател, Група</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Включи външни приложения в контекстното меню. Налични са следните макроси:</target> - -<source>Full file or folder path</source> -<target>Пълен път до файла или папката</target> - -<source>Parent folder path</source> -<target>Път до родителската папка</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Временно локално копие за SFTP- и MTP-съхранение</target> - -<source>Parameters for opposite side</source> -<target>Параметри за срещуположната страна</target> - -<source>Show hidden dialogs again</source> -<target>Покажи скритите диалози отново</target> - -<source>All dialogs shown</source> -<target>Всички диалози са показани</target> - -<source>Downloading update...</source> -<target>Сваляне на актуализация...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Определяне на еднакви файлове, сравнявайки времето на промяна и размера.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Определяне на еднакви файлове, сравнявайки файловото съдържание.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Определяне на еднакви файлове, сравнявайки файловия размер.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Откриване и разпростиране на промените в двете страни. Изтривания, премествания и конфликти се откриват автоматично с база данни.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Създаване на огледално копие на лявата папка, привеждайки дясната папка в съответствие.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Копиране на нови и актуализирани файлове към дясната папка.</target> - -<source>Configure your own synchronization rules.</source> -<target>Създаване на собствени правила за синхронизация.</target> - -<source>Comparison</source> -<target>Сравняване</target> - -<source>Synchronization</source> -<target>Синхронизиране</target> - -<source>This week</source> -<target>Тази седмица</target> - -<source>This month</source> -<target>Този месец</target> - -<source>This year</source> -<target>Тази година</target> - -<source>Byte</source> -<target>Байта</target> - -<source>KB</source> -<target>КБ</target> - -<source>MB</source> -<target>МБ</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Задръж изтритите и презаписани файлове в кошчето</target> - -<source>Delete and overwrite files permanently</source> -<target>Изтрий и презапиши файловете</target> - -<source>Replace</source> -<target>Замени</target> - -<source>Move files and replace if existing</source> -<target>Премести файловете и замени съществуващите</target> - -<source>Time stamp</source> -<target>Отбележи времето</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Премести файловете в маркирана по време подпапка</target> - -<source>File</source> -<target>Файл</target> - -<source>Append a time stamp to each file name</source> -<target>Добави времето към името на всеки файл</target> - -<source>On completion:</source> -<target>След завършване:</target> - -<source>On errors:</source> -<target>При грешки:</target> - -<source>On success:</source> -<target>При успех:</target> - -<source>Main config</source> -<target>Главна конфигурация</target> - -<source>empty</source> -<target>празно</target> - -<source>Leave as unresolved conflict</source> -<target>Остави като нерешен конфликт</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>ГГГГ-ММ-ДД ччммсс</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Минималния брой версии трябва да е по-малък от максималния.</target> - -<source>&Restore</source> -<target>&Възстановяване</target> - -<source>Files</source> -<target>Файлове</target> - -<source>Percentage</source> -<target>Процент</target> - -<source>Failed to retrieve update information.</source> -<target>Не е получена информация за актуализации.</target> - -<source>Automatic updates:</source> -<target>Автоматично актуализиране:</target> - -<source>Check for Program Updates</source> -<target>Проверка за обновления на програмата</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Автоматично обновяване сега или ръчно сваляне от домашната страница на FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Автоматично</target> - -<source>&Home page</source> -<target>&Домашна страница</target> - -<source>Download now?</source> -<target>Свали сега?</target> - -<source>&Download</source> -<target>&Сваляне</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync вече е актуална.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Не открива онлайн номера на текущата FreeFileSync-версия. Изглежда има по-нова версия. Ще опитате ли ръчно?</target> - -<source>&Check</source> -<target>&Опитай</target> - -<source>Consistency check failed for %x.</source> -<target>Неуспешна проверка за съвместимост на %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Инсталацията е регистрирана на различна операционна система.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Неуспешно активиране на FreeFileSync Дарителско Издание.</target> - -<source>Incorrect activation key.</source> -<target>Невалиден активиращ код.</target> - -<source>Unable to register to receive system messages.</source> -<target>Не се регистрира за получаване на системни съобщения.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Опцията %x инсталиране е възможна само за FreeFileSync Дарителско Издание.</target> - -<source>Cannot find system function %x.</source> -<target>Не открива системна функция %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Не регистрира съобщенията на устройство %x.</target> - -<source>The file is locked by another process:</source> -<target>Файлът е заключен от друг процес:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Не може да определи поддръжката на права за достъп за папка %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Не може да прочете контекста за сигурност на %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Не може да запише контекста за сигурност на %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Не може да прочете правата за достъп на %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Не може да копира правата за достъп от %x в %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x не е регулярно име на директория.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Не може да копира атрибутите от %x в %y.</target> - -<source>%x TB</source> -<target>%x ТБ</target> - -<source>%x PB</source> -<target>%x ПБ</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 минута</pluralform> -<pluralform>%x минути</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 час</pluralform> -<pluralform>%x часа</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Не може да зададе привилегията %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Не може да прекрати режима заспиване на системата.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Не може да промени I/O-приоритетите на процеса.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Неуспешна проверка на кошчето за папка %x.</target> - -<source>Unable to shut down the system.</source> -<target>Не може да изключи системата.</target> - -<source>Prepare installation</source> -<target>Подготовка за инсталиране</target> - -<source>Choose which components you want to install.</source> -<target>Изберете желаните компоненти за инсталиране.</target> - -<source>Select installation type:</source> -<target>Изберете типа инсталация:</target> - -<source>Local</source> -<target>Локална</target> - -<source>Portable</source> -<target>Преносима</target> - -<source>Save settings in %x</source> -<target>Запази настройките в %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Регистрирай файлови разширения за FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Създай полета в контекстното меню на Explorer</target> - -<source>Save settings in installation directory</source> -<target>Запази настройките в инсталационната директория</target> - -<source>Do not write to Registry</source> -<target>Не записвай нищо в Регистъра</target> - -<source>Just copy the files</source> -<target>Само копирай файловете</target> - -<source>Choose a directory for installation:</source> -<target>Изберете директория за инсталиране:</target> - -<source>Create shortcuts:</source> -<target>Създай кратки пътища:</target> - -<source>Desktop</source> -<target>На десктопа</target> - -<source>Start Menu</source> -<target>Стартово Меню</target> - -<source>Send To</source> -<target>Изпрати До</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Регистриране на файлови разширения за FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Де-регистриране на файлови разширения за FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Конфигурация на FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Пакетен Файл на FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Синхронизираща База Данни на FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Конфигурация на RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Редактиране с FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Вместо реклама, ето една животинка.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Преносимата версия на FreeFileSync не може да се инсталира в подпапка на %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Моля, изберете локален тип инсталация или пък друга папка за инсталация.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Вземете Дарителско Издание с бонуси и помогнете FreeFileSync да остане свободна.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/chinese_simple.lng b/FreeFileSync/Build/Resources/Languages/chinese_simple.lng deleted file mode 100755 index 625d4154..00000000 --- a/FreeFileSync/Build/Resources/Languages/chinese_simple.lng +++ /dev/null @@ -1,2114 +0,0 @@ -<header> - <language>简体中文</language> - <translator>CyberCowBoy</translator> - <locale>zh_CN</locale> - <image>flag_china.png</image> - <plural_count>1</plural_count> - <plural_definition>0</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>无法读取文件 %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -意外大小的数据流. -预期: %x 字节 -实际: %y 字节 -</target> - -<source>Cannot write file %x.</source> -<target>无法写入文件 %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>无法写入 %x 的权限.</target> - -<source>Operation not supported between different devices.</source> -<target>不同设备之间不支持此操作.</target> - -<source>Cannot delete file %x.</source> -<target>无法删除文件 %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>无法删除符号链接 %x.</target> - -<source>Cannot delete directory %x.</source> -<target>无法删除目录 %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>无法移动文件 %x 到 %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>无法复制符号连接 %x 到 %y.</target> - -<source>Error Code %x</source> -<target>错误代码 %x</target> - -<source>Cannot read directory %x.</source> -<target>无法读取目录 %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>无法写入 %x 的最后修改时间.</target> - -<source>Cannot read file attributes of %x.</source> -<target>无法读取 %x 的文件属性.</target> - -<source>Cannot create directory %x.</source> -<target>无法创建目录 %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>无法确定 %x 的最终路径.</target> - -<source>Operation not supported by device.</source> -<target>设备不支持此操作.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>无法解决符号连接 %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>无法将 %x 移动到回收站.</target> - -<source>Authentication completed.</source> -<target>验证完成.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>你可以现在关闭本页面并继续使用 FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>验证失败.</target> - -<source>Unable to connect to %x.</source> -<target>无法连接到 %x.</target> - -<source>Cannot find %x.</source> -<target>无法找到 %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>%x 此名称在文件夹中被一个以上的项目所使用.</target> - -<source>Please authorize access to user account %x.</source> -<target>请为用户账户 %x 授权访问.</target> - -<source>Cannot open file %x.</source> -<target>无法打开文件 %x.</target> - -<source>The name %x is already used by another item.</source> -<target>名称 %x 已被其他项目使用.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>无法确定 %x 上的可用磁盘空间.</target> - -<source>Unable to disconnect from %x.</source> -<target>无法从 %x 断开连接.</target> - -<source>Unable to access %x.</source> -<target>无法访问 %x.</target> - -<source>Failed to get information about server %x.</source> -<target>获取关于服务器 %x 的信息时失败.</target> - -<source>Cannot monitor directory %x.</source> -<target>无法监视目录 %x.</target> - -<source>Cannot find device %x.</source> -<target>无法找到设备 %x.</target> - -<source>Cannot open directory %x.</source> -<target>无法打开目录 %x.</target> - -<source>Unsupported item type.</source> -<target>不支持的项目类型.</target> - -<source>Incorrect command line:</source> -<target>不正确的命令行:</target> - -<source>The server does not support authentication via %x.</source> -<target>此服务器并不支持通过 %x 进行认证.</target> - -<source>Required:</source> -<target>必需:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>%x 秒后操作超时.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>一次无法等待多于 %x 个的连接.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>活动的连接: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>打开SFTP通道号 %x 时失败.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>在最后的同步之后两边均已改变.</target> - -<source>Cannot determine sync-direction:</source> -<target>不能检测同步方向:</target> - -<source>No change since last synchronization.</source> -<target>自从最后一次同步以来没有变动.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>考虑到当前设置,数据库入口不同步.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>设置默认的同步方向: 旧文件会被新文件覆盖.</target> - -<source>Creating file %x</source> -<target>正在创建文件 %x</target> - -<source>Creating folder %x</source> -<target>正创建文件夹 %x</target> - -<source>Creating symbolic link %x</source> -<target>正在创建符号连接 %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>移动文件 %x 到回收站</target> - -<source>Moving folder %x to the recycle bin</source> -<target>移动文件夹 %x 到回收站</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>移动符号连接 %x 到回收站</target> - -<source>Deleting file %x</source> -<target>正删除文件 %x</target> - -<source>Deleting folder %x</source> -<target>正删除文件夹 %x</target> - -<source>Deleting symbolic link %x</source> -<target>正在删除符号连接 %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>正在为文件夹 %x 检测回收站可用性...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>如下文件夹不支持回收站, 已删除或覆盖的文件将不可恢复:</target> - -<source>An exception occurred</source> -<target>发生异常</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>在 %x 之后预期的是一个左边 和一个右边的目录路径.</target> - -<source>Syntax error</source> -<target>语法错误</target> - -<source>Cannot find file %x.</source> -<target>无法找到文件 %x.</target> - -<source>Error</source> -<target>错误</target> - -<source>File %x does not contain a valid configuration.</source> -<target>文件 %x 并未包含合法的配置.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>当目录通过命令行设定时, 配置文件必须不包含目录对级别的设置.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>无法为多于一个配置文件设置目录.</target> - -<source>Command line</source> -<target>命令行</target> - -<source>Syntax:</source> -<target>语法:</target> - -<source>config files:</source> -<target>配置文件:</target> - -<source>directory</source> -<target>目录</target> - -<source>global config file:</source> -<target>全局配置文件:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>任意数目的 FreeFileSync "ffs_gui" 和/或 "ffs_batch" 配置文件.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>任意数目的替代目录对的最多一个配置文件.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>打开已选定的配置文件仅进行编辑而不执行.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>指向一个替代的 GlobalSettings.xml 文件的路径.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>安装文件已损坏, 请重新安装FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>无法找到如下文件夹:</target> - -<source>The following folders do not yet exist:</source> -<target>如下文件夹还未存在:</target> - -<source>The folders are created automatically when needed.</source> -<target>当有需要时, 此文件夹会自动创建.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>以下文件夹路径的大小写不同. 请使用单一的表单以避免重复访问.</target> - -<source>Scanning:</source> -<target>扫描中:</target> - -<source>Comparison finished:</source> -<target>比较已完成:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>找到 %x 个项目</pluralform> -</target> - -<source>Time elapsed:</source> -<target>已用时间:</target> - -<source>File %x has an invalid date.</source> -<target>文件 %x 的日期非法.</target> - -<source>Date:</source> -<target>日期:</target> - -<source>Files have the same date but a different size.</source> -<target>文件有相同的日期但大小不同.</target> - -<source>Size:</source> -<target>大小:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>对于已排除的文件跳过内容比较.</target> - -<source>Items differ in attributes only</source> -<target>项目仅是文件属性不同</target> - -<source>Resolving symbolic link %x</source> -<target>正在解决符号连接 %x</target> - -<source>Comparing content of files %x</source> -<target>正在比较文件 %x 的内容</target> - -<source>Generating file list...</source> -<target>生成文件列表...</target> - -<source>Fail-safe file copy</source> -<target>无风险的文件复制</target> - -<source>Enabled</source> -<target>启用</target> - -<source>Disabled</source> -<target>禁用</target> - -<source>Copy locked files</source> -<target>复制被锁定的文件</target> - -<source>Copy file access permissions</source> -<target>复制文件访问权限</target> - -<source>File time tolerance</source> -<target>文件时间容差</target> - -<source>Run with background priority</source> -<target>以后台优先级运行</target> - -<source>Lock directories during sync</source> -<target>同步期间锁定目录</target> - -<source>Verify copied files</source> -<target>校验已复制文件</target> - -<source>Using non-default global settings:</source> -<target>使用非默认全局设置:</target> - -<source>A folder input field is empty.</source> -<target>有一个文件夹输入框为空.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>相应的文件夹将被视为空.</target> - -<source>Exclude:</source> -<target>排除:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>文件夹对中的一个基础文件夹 被另一个所包含.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>此文件夹须使用过滤器从同步中排除.</target> - -<source>Calculating sync directions...</source> -<target>正在计算同步方向...</target> - -<source>Out of memory.</source> -<target>内存不足.</target> - -<source>Show in Explorer</source> -<target>在Explorer中显示</target> - -<source>Open with default application</source> -<target>用默认应用软件打开</target> - -<source>Browse directory</source> -<target>浏览目录</target> - -<source>Database file %x is incompatible.</source> -<target>数据库文件 %x 不兼容.</target> - -<source>Initial synchronization:</source> -<target>初始化同步:</target> - -<source>Database file %x does not yet exist.</source> -<target>数据库文件 %x 还未存在.</target> - -<source>Database file is corrupted:</source> -<target>数据库文件已损坏:</target> - -<source>Loading file %x...</source> -<target>正在加载文件 %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>此数据库文件并未包含 有关最后同步的信息.</target> - -<source>Saving file %x...</source> -<target>正在保存文件 %x...</target> - -<source>Searching for folder %x...</source> -<target>正在搜索文件夹 %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>搜索文件夹 %x 超时.</target> - -<source>Cannot get process information.</source> -<target>无法取得进程信息.</target> - -<source>Waiting while directory is locked:</source> -<target>正在等待因目录被锁定:</target> - -<source>Lock owner:</source> -<target>锁定的所有者:</target> - -<source>Detecting abandoned lock...</source> -<target>正在检测被遗弃的锁定...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x 秒</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>项目仅存在于左侧</target> - -<source>Item exists on right side only</source> -<target>项目仅存在于右侧</target> - -<source>Left side is newer</source> -<target>左侧较新</target> - -<source>Right side is newer</source> -<target>右侧较新</target> - -<source>Items have different content</source> -<target>项目有不同的内容</target> - -<source>Both sides are equal</source> -<target>两侧相等</target> - -<source>Conflict/item cannot be categorized</source> -<target>冲突/项目未能被分类</target> - -<source>Copy new item to left</source> -<target>复制新项目到左侧</target> - -<source>Copy new item to right</source> -<target>复制新项目到右侧</target> - -<source>Delete left item</source> -<target>删除左侧项目</target> - -<source>Delete right item</source> -<target>删除右侧项目</target> - -<source>Move file on left</source> -<target>移动左侧的文件</target> - -<source>Move file on right</source> -<target>移动右侧的文件</target> - -<source>Update left item</source> -<target>更新左侧项目</target> - -<source>Update right item</source> -<target>更新右侧项目</target> - -<source>Do nothing</source> -<target>保持不动</target> - -<source>Update attributes on left</source> -<target>更新左侧的文件属性</target> - -<source>Update attributes on right</source> -<target>更新右侧的文件属性</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>当分析文件 %x , 行 %y, 列 %z 时出错.</target> - -<source>Services</source> -<target>服务</target> - -<source>Show All</source> -<target>显示所有</target> - -<source>Hide Others</source> -<target>隐藏其他</target> - -<source>Hide %x</source> -<target>隐藏 %x</target> - -<source>Quit %x</source> -<target>退出 %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>无法为如下文件夹设置 目录锁定:</target> - -<source>Errors:</source> -<target>错误:</target> - -<source>Warnings:</source> -<target>警告:</target> - -<source>Items processed:</source> -<target>已处理的项目:</target> - -<source>Items remaining:</source> -<target>剩余的项目:</target> - -<source>Total time:</source> -<target>总共时间:</target> - -<source>Warning</source> -<target>警告</target> - -<source>Stopped</source> -<target>已停止</target> - -<source>Cleaning up log files:</source> -<target>正在清理日志文件:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x 线程</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/秒</target> - -<source>%x items</source> -<target>%x 个项目</target> - -<source>Completed successfully</source> -<target>成功完成</target> - -<source>Completed with warnings</source> -<target>已完成但有警告</target> - -<source>Completed with errors</source> -<target>已完成但有错误</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>无法访问卷影复制服务.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>请运行 FreeFileSync 的64位版本来在此系统上创建卷影.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>卷名 %x 不是文件路径 %y 的一部分.</target> - -<source>File time and size</source> -<target>文件时间和大小</target> - -<source>File content</source> -<target>文件内容</target> - -<source>File size</source> -<target>文件大小</target> - -<source>Two way</source> -<target>双向</target> - -<source>Mirror</source> -<target>镜像</target> - -<source>Update</source> -<target>更新</target> - -<source>Custom</source> -<target>自定义</target> - -<source>Multiple...</source> -<target>并联...</target> - -<source>Cannot write file attributes of %x.</source> -<target>无法写入 %x 的文件属性.</target> - -<source>%x and %y have different content.</source> -<target>%x 和 %y 有着不同的内容.</target> - -<source>Data verification error:</source> -<target>数据校验出错:</target> - -<source>Moving file %x to %y</source> -<target>正在移动文件 %x 到 %y</target> - -<source>Moving folder %x to %y</source> -<target>正在移动文件夹 %x 到 %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>正在移动符号连接 %x 到 %y</target> - -<source>Updating file %x</source> -<target>正在更新文件 %x</target> - -<source>Updating symbolic link %x</source> -<target>正在更新符号连接 %x</target> - -<source>Verifying file %x</source> -<target>正在校验文件 %x</target> - -<source>Updating attributes of %x</source> -<target>正在更新 %x 的属性</target> - -<source>Source item %x not found</source> -<target>来源项目 %x 未找到</target> - -<source>Parent folder %x is not existing.</source> -<target>上级文件夹 %x 不存在.</target> - -<source>Cannot copy file %x to %y.</source> -<target>无法复制文件 %x 到 %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>正在为 %x 创建一个卷影副本...</target> - -<source>Cannot find folder %x.</source> -<target>无法找到文件夹 %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>目标文件夹 %x 已经存在, 但比较期间不可用.</target> - -<source>Target folder input field must not be empty.</source> -<target>目标文件夹输入框必须不为空.</target> - -<source>Source folder %x not found.</source> -<target>无法找到源文件夹 %x.</target> - -<source>Please enter a target folder for versioning.</source> -<target>请输入一个用于保存历史版本的目标文件夹.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>如下项目有无法解决的冲突并将不会被同步:</target> - -<source>Folder pair:</source> -<target>文件夹对:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>如下的文件夹有显著不同. 请检查是否选择了正确 的文件夹来进行同步.</target> - -<source>Not enough free disk space available in:</source> -<target>没有足够的可用磁盘空间:</target> - -<source>Available:</source> -<target>可用:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>某些文件将作为多个基础文件夹 的一部分被同步.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>为避免冲突, 请设置排除过滤器, 以便每个已更新的文件只被一个基础文件夹所包含.</target> - -<source>Versioning folder:</source> -<target>历史版本文件夹:</target> - -<source>Base folder:</source> -<target>基础文件夹:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>历史版本文件夹被包含 在一个基础文件夹中.</target> - -<source>Synchronizing folder pair:</source> -<target>正在同步成对的文件夹:</target> - -<source>Generating database...</source> -<target>正在生成数据库...</target> - -<source>Searching for old file versions:</source> -<target>正在搜索旧的文件版本:</target> - -<source>Removing old file versions:</source> -<target>正在移除旧的文件版本:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>无法为历史版本创建时间戳:</target> - -<source>Drag && drop</source> -<target>拖放</target> - -<source>Select a folder</source> -<target>选择一个文件夹</target> - -<source>&New</source> -<target>新建(&N)</target> - -<source>&Open...</source> -<target>打开(&O)...</target> - -<source>Save &as...</source> -<target>另存为(&A)...</target> - -<source>E&xit</source> -<target>退出(&X)</target> - -<source>&File</source> -<target>文件(&F)</target> - -<source>&View help</source> -<target>查看帮助(&V)</target> - -<source>&About</source> -<target>关于(&A)</target> - -<source>&Help</source> -<target>帮助(&H)</target> - -<source>Usage:</source> -<target>用法:</target> - -<source>Select folders to watch.</source> -<target>选择要监视的文件夹.</target> - -<source>Enter a command line.</source> -<target>输入一个命令行.</target> - -<source>Press 'Start'.</source> -<target>点击'开始'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>要开始只需导入一个 "ffs_batch"文件.</target> - -<source>Folders to watch:</source> -<target>要监视的文件夹:</target> - -<source>Add folder</source> -<target>添加文件夹</target> - -<source>Remove folder</source> -<target>移除文件夹</target> - -<source>Browse</source> -<target>浏览</target> - -<source>Idle time (in seconds):</source> -<target>空闲时间(秒):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>最后检测到改变和 命令执行之间的空闲时间</target> - -<source>Command line:</source> -<target>命令行:</target> - -<source>&Hide console window</source> -<target>隐藏控制台窗口(&H)</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -命令将被触发如果: -- 文件或子文件夹改变 -- 新文件夹到达(例如U盘插入) -</target> - -<source>Start</source> -<target>开始</target> - -<source>About</source> -<target>关于</target> - -<source>Build: %x</source> -<target>Build: %x</target> - -<source>All files</source> -<target>所有文件</target> - -<source>Automated Synchronization</source> -<target>自动同步</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>协议 %x 不支持目录监视:</target> - -<source>Directory monitoring active</source> -<target>目录监视激活</target> - -<source>Waiting until directory is available:</source> -<target>等待直到目录可用:</target> - -<source>&Configure</source> -<target>配置(&C)</target> - -<source>&Show error message</source> -<target>显示错误信息(&S)</target> - -<source>&Quit</source> -<target>退出(&Q)</target> - -<source>&Retry</source> -<target>重试(&R)</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x 字节</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>正在载入...</target> - -<source>Scanning...</source> -<target>正扫描...</target> - -<source>configuration file</source> -<target>配置文件</target> - -<source>System: Sleep</source> -<target>系统: 休眠</target> - -<source>System: Shut down</source> -<target>系统: 关机</target> - -<source>Nothing to synchronize</source> -<target>没有什么可同步</target> - -<source>Executing command:</source> -<target>执行命令:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>你可以切换至 FreeFileSync 的主窗口来解决这个问题.</target> - -<source>&Don't show this warning again</source> -<target>不再显示这个警告(&D)</target> - -<source>&Ignore</source> -<target>忽略(&I)</target> - -<source>&Switch</source> -<target>切换(&S)</target> - -<source>Switching to FreeFileSync's main window</source> -<target>切换至 FreeFileSync 的主窗口</target> - -<source>Automatic retry</source> -<target>自动重试</target> - -<source>Ignore &all</source> -<target>忽略所有(&A)</target> - -<source>Retrying operation...</source> -<target>正在重试操作...</target> - -<source>Serious Error</source> -<target>严重错误</target> - -<source>Last session</source> -<target>最后会话</target> - -<source>Today</source> -<target>今天</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x 天</pluralform> -</target> - -<source>Name</source> -<target>文件名</target> - -<source>Last sync</source> -<target>最后同步</target> - -<source>Log</source> -<target>日志</target> - -<source>Folder</source> -<target>文件夹</target> - -<source>Symlink</source> -<target>符号连接</target> - -<source>Full path</source> -<target>完整路径</target> - -<source>Relative path</source> -<target>相对路径</target> - -<source>Item name</source> -<target>项目名称</target> - -<source>Size</source> -<target>大小</target> - -<source>Date</source> -<target>日期</target> - -<source>Extension</source> -<target>扩展名</target> - -<source>Category</source> -<target>分类</target> - -<source>Action</source> -<target>动作</target> - -<source>Local comparison settings</source> -<target>本地比较设置</target> - -<source>Local synchronization settings</source> -<target>本地同步设置</target> - -<source>Local filter</source> -<target>本地过滤器</target> - -<source>Active</source> -<target>生效</target> - -<source>None</source> -<target>无</target> - -<source>Remove local settings</source> -<target>移除本地设置</target> - -<source>Clear local filter</source> -<target>清除本地过滤器</target> - -<source>Copy</source> -<target>复制</target> - -<source>Paste</source> -<target>粘贴</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>所选定的文件夹 %x 不能由FreeFileSync使用.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>请选择在本地文件系统, 网络或MTP设备上的文件夹.</target> - -<source>Defined by context of use</source> -<target>依使用环境定义</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>需要FreeFileSync捐赠版</target> - -<source>&Save</source> -<target>保存(&S)</target> - -<source>Save as &batch job...</source> -<target>另存为批处理作业(&B)...</target> - -<source>Show &log</source> -<target>显示日志(&L)</target> - -<source>Start &comparison</source> -<target>开始比较(&C)</target> - -<source>C&omparison settings</source> -<target>比较设置(&O)</target> - -<source>&Filter settings</source> -<target>过滤器设置(&F)</target> - -<source>S&ynchronization settings</source> -<target>同步设置(&Y)</target> - -<source>Start &synchronization</source> -<target>开始同步(&S)</target> - -<source>&Actions</source> -<target>动作(&A)</target> - -<source>&Preferences</source> -<target>首选项(&P)</target> - -<source>&Language</source> -<target>切换语言(&L)</target> - -<source>&Find...</source> -<target>查找(&F)...</target> - -<source>&Export file list...</source> -<target>导出文件列表(&E)...</target> - -<source>&Reset layout</source> -<target>重置布局(&R)</target> - -<source>&Tools</source> -<target>工具(&T)</target> - -<source>&Check for updates now</source> -<target>现在就检查是否有更新(&C)</target> - -<source>Check &automatically once a week</source> -<target>每周自动检查一次(&A)</target> - -<source>Cancel</source> -<target>取消</target> - -<source>Compare</source> -<target>比较</target> - -<source>Synchronize</source> -<target>同步</target> - -<source>Add folder pair</source> -<target>添加文件夹对</target> - -<source>Remove folder pair</source> -<target>移除文件夹对</target> - -<source>Access online storage</source> -<target>访问在线存储空间</target> - -<source>Close search bar</source> -<target>关闭搜索条</target> - -<source>Find:</source> -<target>查找:</target> - -<source>Match case</source> -<target>匹配大小写</target> - -<source>Processed:</source> -<target>已处理:</target> - -<source>Remaining:</source> -<target>剩余:</target> - -<source>New</source> -<target>新建</target> - -<source>Open...</source> -<target>打开...</target> - -<source>Save</source> -<target>保存</target> - -<source>Save as...</source> -<target>另存为...</target> - -<source>View type:</source> -<target>视图类型:</target> - -<source>Select view:</source> -<target>选择视图:</target> - -<source>Save as default</source> -<target>保存为默认值</target> - -<source>Statistics:</source> -<target>统计:</target> - -<source>Number of files and folders that will be deleted</source> -<target>将被删除的文件和文件夹数</target> - -<source>Number of files that will be updated</source> -<target>将被更新的文件数</target> - -<source>Number of files and folders that will be created</source> -<target>将被创建的文件和文件夹数</target> - -<source>Total bytes to copy</source> -<target>要复制的总字节数</target> - -<source>Arrange folder pair</source> -<target>排列文件夹对</target> - -<source>Main settings:</source> -<target>主设置:</target> - -<source>Use local settings:</source> -<target>使用本地设置:</target> - -<source>Select a variant:</source> -<target>选择一个变化:</target> - -<source>Include &symbolic links:</source> -<target>包括符号连接(&S):</target> - -<source>&Follow</source> -<target>跟随(&F)</target> - -<source>&Direct</source> -<target>直接(&D)</target> - -<source>More information</source> -<target>更多信息</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>忽略时间偏移[时:分](&I)</target> - -<source>List of file time offsets to ignore</source> -<target>要忽略的文件时间偏移列表</target> - -<source>Example:</source> -<target>例如:</target> - -<source>Handle daylight saving time</source> -<target>处理夏令时</target> - -<source>Ignore errors</source> -<target>忽略错误</target> - -<source>Retry count:</source> -<target>重试计数:</target> - -<source>Delay (in seconds):</source> -<target>延时 (秒):</target> - -<source>Performance improvements:</source> -<target>性能改进:</target> - -<source>Parallel file operations:</source> -<target>并行文件操作:</target> - -<source>How to get best performance?</source> -<target>如何取得最佳性能?</target> - -<source>Local settings:</source> -<target>本地设置:</target> - -<source>Include:</source> -<target>包括:</target> - -<source>Show examples</source> -<target>显示范例</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>选择过滤器规则以将某些文件 从同步中排除. 输入与相应的文件夹对相关的 文件路径.</target> - -<source>File size:</source> -<target>文件大小:</target> - -<source>Minimum:</source> -<target>最小:</target> - -<source>Maximum:</source> -<target>最大:</target> - -<source>Time span:</source> -<target>时间跨度:</target> - -<source>C&lear</source> -<target>清除(&L)</target> - -<source>Detect moved files</source> -<target>检测被移动的文件</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- 不被所有文件系统所支持 -- 需要创建数据库文件 -- 首次同步时检测不可用 -</target> - -<source>Delete files:</source> -<target>删除文件:</target> - -<source>&Recycle bin</source> -<target>回收站(&R)</target> - -<source>&Permanent</source> -<target>永久(&P)</target> - -<source>&Versioning</source> -<target>历史版本(&V)</target> - -<source>Move files to a user-defined folder</source> -<target>移动文件到一个用户定义的文件夹</target> - -<source>Naming convention:</source> -<target>命名规则:</target> - -<source>Limit file versions:</source> -<target>限制文件历史版本数:</target> - -<source>Last x days:</source> -<target>最近 x 天:</target> - -<source>&Override default log path:</source> -<target>覆盖默认日志路径(&O):</target> - -<source>Run a command:</source> -<target>执行一个命令:</target> - -<source>OK</source> -<target>确定</target> - -<source>Connection type:</source> -<target>连接类型:</target> - -<source>Connected user accounts:</source> -<target>已连接的用户账户:</target> - -<source>&Add connection</source> -<target>添加连接(&A)</target> - -<source>&Disconnect</source> -<target>断开连接(&D)</target> - -<source>Selected user account:</source> -<target>选定的用户账户:</target> - -<source>Server name or IP address:</source> -<target>服务器名称或IP地址:</target> - -<source>Port:</source> -<target>端口:</target> - -<source>Encryption:</source> -<target>加密:</target> - -<source>&Disabled</source> -<target>禁用(&D)</target> - -<source>&Explicit SSL/TLS</source> -<target>显式SSL/TLS(&E)</target> - -<source>Authentication:</source> -<target>认证:</target> - -<source>&Password</source> -<target>密码(&P)</target> - -<source>&Key file</source> -<target>密钥文件(&K)</target> - -<source>&SSH agent</source> -<target>SSH代理(&S)</target> - -<source>User name:</source> -<target>用户名:</target> - -<source>Private key file:</source> -<target>私钥文件:</target> - -<source>&Show password</source> -<target>显示密码(&S)</target> - -<source>Directory on server:</source> -<target>服务器上的目录:</target> - -<source>Access timeout (in seconds):</source> -<target>访问超时(秒):</target> - -<source>SFTP channels per connection:</source> -<target>每个连接的SFTP通道数:</target> - -<source>Detect server limit</source> -<target>检测服务器限制</target> - -<source>Select Folder</source> -<target>选择文件夹</target> - -<source>Variant:</source> -<target>变化:</target> - -<source>&Don't show this dialog again</source> -<target>不要再显示这个对话框(&D)</target> - -<source>Bytes:</source> -<target>字节:</target> - -<source>Items:</source> -<target>项目:</target> - -<source>Synchronizing...</source> -<target>同步中...</target> - -<source>Minimize to notification area</source> -<target>最小化到系统托盘</target> - -<source>Bytes</source> -<target>字节</target> - -<source>Items</source> -<target>项目</target> - -<source>When finished:</source> -<target>当完成时:</target> - -<source>Auto-close</source> -<target>自动关闭</target> - -<source>Close</source> -<target>关闭</target> - -<source>&Pause</source> -<target>暂停(&P)</target> - -<source>Stop</source> -<target>停止</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>创建一个用于无人值守同步的批处理文件. 要开始, 双击这个文件或任务计划器中的计划调度: %x</target> - -<source>Progress dialog:</source> -<target>进度对话框:</target> - -<source>Run minimized</source> -<target>以最小化运行</target> - -<source>Show pop-up on errors or warnings</source> -<target>在错误或警告时显示弹出对话框</target> - -<source>&Cancel</source> -<target>取消(&C)</target> - -<source>Stop synchronization at first error</source> -<target>在遇到第一个错误时停止同步</target> - -<source>How can I schedule a batch job?</source> -<target>我如何计划一个批处理作业?</target> - -<source>&Keep relative paths</source> -<target>保持相对路径(&K)</target> - -<source>&Overwrite existing files</source> -<target>覆盖已存在文件(&O)</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>如下的设置使用于所有同步作业.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target>在覆盖目标之前先复制到临时文件(*.ffs_tmp). 这样即使在发生严重错误的情况下, 也可以保证有一致的状态.</target> - -<source>recommended</source> -<target>推荐</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>使用卷影复制服务来复制已共享或已锁定的文件.</target> - -<source>requires administrator rights</source> -<target>需要管理员权限</target> - -<source>Transfer file and folder permissions.</source> -<target>传输文件及文件夹的权限.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>重新显示所有被永久性隐藏的 对话框和警告信息</target> - -<source>Default log path:</source> -<target>默认日志路径:</target> - -<source>&Delete logs after x days:</source> -<target>在 x 天后删除日志(&D):</target> - -<source>Notification sounds:</source> -<target>通知声音:</target> - -<source>Synchronization finished:</source> -<target>同步完成:</target> - -<source>Customize context menu:</source> -<target>自定义右键菜单:</target> - -<source>Description</source> -<target>描述</target> - -<source>&Default</source> -<target>默认(&D)</target> - -<source>Feedback and suggestions are welcome:</source> -<target>欢迎提出反馈意见和建议:</target> - -<source>Home page</source> -<target>主页</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync 论坛</target> - -<source>Email</source> -<target>邮箱</target> - -<source>If you like FreeFileSync:</source> -<target>如果你喜欢 FreeFileSync:</target> - -<source>Support with a donation</source> -<target>通过捐款来支持我们</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>自动更新程序已由管理员禁用.</target> - -<source>Donation details</source> -<target>捐款详情</target> - -<source>Source code written in C++ using:</source> -<target>源代码使用如下工具由C++写成:</target> - -<source>Published under the GNU General Public License:</source> -<target>根据GNU通用公共许可证发布:</target> - -<source>Many thanks for localization:</source> -<target>非常感谢以下本地化翻译者:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>激活 FreeFileSync 捐赠版可用如下方式之一:</target> - -<source>Activate via internet now:</source> -<target>现在就通过互联网激活:</target> - -<source>Activate online</source> -<target>在线激活</target> - -<source>&Copy to clipboard</source> -<target>复制到剪贴板(&C)</target> - -<source>Enter activation key:</source> -<target>输入激活码:</target> - -<source>Activate offline</source> -<target>离线激活</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>突出显示那些超过如下天数 未运行的配置文件:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync需要访问权限, 以避免在同步数据(例如邮件, 消息, 日历)时出现"操作不允许"错误.</target> - -<source>Locate the FreeFileSync app</source> -<target>定位到 FreeFileSync 应用程序</target> - -<source>Open Security && Privacy</source> -<target>打开安全和隐私</target> - -<source>Click the lock to allow changes.</source> -<target>点击锁头图标以允许更改.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>拖动FreeFileSync放到面板.</target> - -<source>Synchronization Settings</source> -<target>同步设置</target> - -<source>Access Online Storage</source> -<target>访问在线存储</target> - -<source>Save as a Batch Job</source> -<target>保存为批处理作业</target> - -<source>Delete Items</source> -<target>删除项目</target> - -<source>Copy Items</source> -<target>复制项目</target> - -<source>Options</source> -<target>选项</target> - -<source>Select Time Span</source> -<target>选择时间跨度</target> - -<source>Highlight Configurations</source> -<target>突出显示配置文件</target> - -<source>Grant Full Disk Access</source> -<target>授予全盘访问权限</target> - -<source>Info</source> -<target>信息</target> - -<source>No log entries</source> -<target>没有日志条目</target> - -<source>Select all</source> -<target>选择全部</target> - -<source>&Options</source> -<target>选项(&O)</target> - -<source>Main Bar</source> -<target>主工具栏</target> - -<source>Folder Pairs</source> -<target>文件夹对</target> - -<source>Find</source> -<target>查找</target> - -<source>View Settings</source> -<target>视图设置</target> - -<source>Configuration</source> -<target>配置</target> - -<source>Overview</source> -<target>摘要</target> - -<source>Swap sides</source> -<target>两侧互换</target> - -<source>Show "%x"</source> -<target>显示 "%x"</target> - -<source>&Show details</source> -<target>显示详情(&S)</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x 可用!</target> - -<source>Local path not available for %x.</source> -<target>本地路径不适用于 %x.</target> - -<source>Confirm</source> -<target>确认</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>你是否要为 %x 个项目执行 %y 命令?</pluralform> -</target> - -<source>&Execute</source> -<target>排除(&E)</target> - -<source>Set direction:</source> -<target>设置方向:</target> - -<source>multiple selection</source> -<target>多选</target> - -<source>&Include via filter:</source> -<target>通过过滤器包含(&I):</target> - -<source>&Exclude via filter:</source> -<target>通过过滤器排除(&E):</target> - -<source>Include temporarily</source> -<target>暂时包括</target> - -<source>Exclude temporarily</source> -<target>暂时排除</target> - -<source>&Synchronize selection</source> -<target>同步选定内容(&S)</target> - -<source>&Copy to...</source> -<target>复制到(&C)...</target> - -<source>&Delete</source> -<target>删除(&D)</target> - -<source>Show icons:</source> -<target>显示图标:</target> - -<source>Small</source> -<target>小</target> - -<source>Medium</source> -<target>中</target> - -<source>Large</source> -<target>大</target> - -<source>Select time span...</source> -<target>选择时间跨度...</target> - -<source>Donation Edition</source> -<target>捐赠版本</target> - -<source>Folder Comparison and Synchronization</source> -<target>文件夹比较与同步</target> - -<source>Configuration saved</source> -<target>配置已保存</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync批处理文件</target> - -<source>Do you want to save changes to %x?</source> -<target>是否要保存修改到 %x?</target> - -<source>Never save &changes</source> -<target>不再保存更改(&C)</target> - -<source>Do&n't save</source> -<target>不保存(&N)</target> - -<source>%x cannot be renamed.</source> -<target>%x 无法被重命名.</target> - -<source>New name:</source> -<target>新文件名:</target> - -<source>Rename Configuration</source> -<target>重命名配置</target> - -<source>Configuration name must not be empty.</source> -<target>配置名称必须不为空.</target> - -<source>&Rename...</source> -<target>重命名(&R)...</target> - -<source>Hide configuration</source> -<target>隐藏配置文件</target> - -<source>Highlight...</source> -<target>突出显示...</target> - -<source>Clear filter</source> -<target>清除过滤器</target> - -<source>Show files that exist on left side only</source> -<target>显示仅存在左侧的文件</target> - -<source>Show files that exist on right side only</source> -<target>显示仅存在右侧的文件</target> - -<source>Show files that are newer on left</source> -<target>显示左侧较新的文件</target> - -<source>Show files that are newer on right</source> -<target>显示右侧较新的文件</target> - -<source>Show files that are equal</source> -<target>显示相同的文件</target> - -<source>Show files that are different</source> -<target>显示不同的文件</target> - -<source>Show conflicts</source> -<target>显示冲突</target> - -<source>Show files that will be created on the left side</source> -<target>显示将在左侧被建立的文件</target> - -<source>Show files that will be created on the right side</source> -<target>显示将在右侧被建立的文件</target> - -<source>Show files that will be deleted on the left side</source> -<target>显示将在左侧被删除的文件</target> - -<source>Show files that will be deleted on the right side</source> -<target>显示将在右侧被删除的文件</target> - -<source>Show files that will be updated on the left side</source> -<target>显示左侧将会被更新的文件</target> - -<source>Show files that will be updated on the right side</source> -<target>显示右侧将会被更新的文件</target> - -<source>Show files that won't be copied</source> -<target>显示将不被复制的文件</target> - -<source>Show filtered or temporarily excluded files</source> -<target>显示已被过滤或被临时排除的文件</target> - -<source>Filter</source> -<target>过滤器</target> - -<source>All files are in sync</source> -<target>所有文件均是同步的</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x 目录</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x 文件</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>显示 %x 中的 %y 行</pluralform> -</target> - -<source>Cannot find %x</source> -<target>找不到 %x</target> - -<source>Move up</source> -<target>上移</target> - -<source>Move down</source> -<target>下移</target> - -<source>Comma-separated values</source> -<target>逗号分割的数值(CSV)</target> - -<source>File list exported</source> -<target>文件清单已经导出</target> - -<source>Searching for program updates...</source> -<target>正在搜索程序的更新...</target> - -<source>Paused</source> -<target>已暂停</target> - -<source>Stop requested...</source> -<target>已请求停止...</target> - -<source>Initializing...</source> -<target>正在初始化...</target> - -<source>Comparing content...</source> -<target>正在比较文件内容...</target> - -<source>&Continue</source> -<target>继续(&C)</target> - -<source>Progress</source> -<target>进度</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>谢谢你, %x , 对我们的捐款和支持!</target> - -<source>Connections</source> -<target>连接数</target> - -<source>Recommended range:</source> -<target>建议的范围:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>你是否真的要从用户账户 %x 断开连接?</target> - -<source>Password:</source> -<target>密码:</target> - -<source>Key passphrase:</source> -<target>密钥口令短语:</target> - -<source>Please enter a file path.</source> -<target>请输入一个文件路径.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>复制如下的 %x 个项目到另一个文件夹?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>请输入一个目标文件夹.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>你是否要将如下 %x 个项目移动到回收站?</pluralform> -</target> - -<source>Move</source> -<target>移动</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>是否真的要删除如下 %x 个项目?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>是否开始同步选定内容?</target> - -<source>Start synchronization now?</source> -<target>现在开始同步吗?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>复制DACL, SACL, 所有者, 群组</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>集成外部应用程序到右键菜单. 如下宏可用:</target> - -<source>Full file or folder path</source> -<target>完整的文件或文件夹路径</target> - -<source>Parent folder path</source> -<target>上级文件夹路径</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP和MTP存储的临时本地副本</target> - -<source>Parameters for opposite side</source> -<target>用于对侧的参数</target> - -<source>Show hidden dialogs again</source> -<target>重新显示被隐藏的对话框</target> - -<source>All dialogs shown</source> -<target>所有对话框已显示</target> - -<source>Downloading update...</source> -<target>正在下载更新...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>以比较修改时间和文件大小来识别相同文件.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>以比较文件内容来识别相同的文件.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>以比较文件大小来识别相同的文件.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>识别和传播两侧的变化. 删除, 移动和冲突会使用一个数据库来自动检测.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>以适配右侧文件夹来匹配, 从而创建左侧文件夹的镜像备份.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>复制新的和已更新的文件到右侧文件夹.</target> - -<source>Configure your own synchronization rules.</source> -<target>配置你自己的同步规则.</target> - -<source>Comparison</source> -<target>比较</target> - -<source>Synchronization</source> -<target>同步</target> - -<source>This week</source> -<target>本周</target> - -<source>This month</source> -<target>本月</target> - -<source>This year</source> -<target>今年</target> - -<source>Byte</source> -<target>字节</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>保留已删除和覆盖的文件到回收站中</target> - -<source>Delete and overwrite files permanently</source> -<target>永久性删除和覆盖文件</target> - -<source>Replace</source> -<target>替换</target> - -<source>Move files and replace if existing</source> -<target>移动文件, 若文件已存在则替换</target> - -<source>Time stamp</source> -<target>时间戳</target> - -<source>Move files into a time-stamped subfolder</source> -<target>移动文件到时间戳子文件夹</target> - -<source>File</source> -<target>文件</target> - -<source>Append a time stamp to each file name</source> -<target>添加一个时间戳到每个文件名</target> - -<source>On completion:</source> -<target>在完成时:</target> - -<source>On errors:</source> -<target>在错误时:</target> - -<source>On success:</source> -<target>在成功时:</target> - -<source>Main config</source> -<target>主配置</target> - -<source>empty</source> -<target>空</target> - -<source>Leave as unresolved conflict</source> -<target>遗留为未解决的冲突</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>最小版本计数必须小于最大计数.</target> - -<source>&Restore</source> -<target>恢复(&R)</target> - -<source>Files</source> -<target>文件</target> - -<source>Percentage</source> -<target>百分比</target> - -<source>Failed to retrieve update information.</source> -<target>无法检索更新信息.</target> - -<source>Automatic updates:</source> -<target>自动更新:</target> - -<source>Check for Program Updates</source> -<target>检查程序的更新</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>现在就自动更新或者从FreeFileSync主页上手动下载?</target> - -<source>&Auto-update</source> -<target>自动更新(&A)</target> - -<source>&Home page</source> -<target>主页(&H)</target> - -<source>Download now?</source> -<target>立即下载?</target> - -<source>&Download</source> -<target>下载(&D)</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync 已是最新.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>无法在线找到当前 FreeFileSync 的版本号. 可能有新版本可用. 是否现在手动检测?</target> - -<source>&Check</source> -<target>检查(&C)</target> - -<source>Consistency check failed for %x.</source> -<target>对于 %x 的一致性检测失败.</target> - -<source>Installation was registered on a different operating system.</source> -<target>安装被注册在一个不同的操作系统上.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>无法激活FreeFileSync捐赠版.</target> - -<source>Incorrect activation key.</source> -<target>不正确的激活码.</target> - -<source>Unable to register to receive system messages.</source> -<target>无法注册以接收系统信息.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>安装选项 %x 只在 FreeFileSync 捐赠版有效.</target> - -<source>Cannot find system function %x.</source> -<target>无法找到系统功能 %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>无法为 %x 注册设备通知.</target> - -<source>The file is locked by another process:</source> -<target>此文件被另一进程锁定:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>无法确定文件夹 %x 所支持的权限.</target> - -<source>Cannot read security context of %x.</source> -<target>无法读取 %x 的安全上下文.</target> - -<source>Cannot write security context of %x.</source> -<target>无法写入 %x 的安全上下文.</target> - -<source>Cannot read permissions of %x.</source> -<target>无法读取 %x 的权限.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>无法从 %x 复制权限到 %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x 不是一个正规的目录名.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>无法从 %x 复制属性到 %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x 分</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x 小时</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>无法设置 %x 的特权.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>无法中止系统休眠模式.</target> - -<source>Cannot change process I/O priorities.</source> -<target>无法更改进程的I/O优先级.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>检查文件夹 %x 的回收站失败.</target> - -<source>Unable to shut down the system.</source> -<target>无法关闭系统.</target> - -<source>Prepare installation</source> -<target>准备安装</target> - -<source>Choose which components you want to install.</source> -<target>选择你要安装的组件.</target> - -<source>Select installation type:</source> -<target>选择安装方式:</target> - -<source>Local</source> -<target>本地</target> - -<source>Portable</source> -<target>便携</target> - -<source>Save settings in %x</source> -<target>在 %x 中保存设置</target> - -<source>Register FreeFileSync file extensions</source> -<target>注册 FreeFileSync 文件关联</target> - -<source>Create Explorer context menu entries</source> -<target>创建浏览器右键菜单入口</target> - -<source>Save settings in installation directory</source> -<target>保存设置到程序安装目录</target> - -<source>Do not write to Registry</source> -<target>不写入注册表</target> - -<source>Just copy the files</source> -<target>只复制文件</target> - -<source>Choose a directory for installation:</source> -<target>选择要安装的目录位置:</target> - -<source>Create shortcuts:</source> -<target>创建快捷方式:</target> - -<source>Desktop</source> -<target>桌面</target> - -<source>Start Menu</source> -<target>开始菜单</target> - -<source>Send To</source> -<target>发送到</target> - -<source>Registering FreeFileSync file extensions</source> -<target>注册 FreeFileSync 文件关联</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>取消注册 FreeFileSync 文件关联</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync 配置</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync 批处理文件</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync 同步数据库</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync 配置</target> - -<source>Edit with FreeFileSync</source> -<target>使用 FreeFileSync 编辑</target> - -<source>Instead of an ad, here's an animal.</source> -<target>这里是一只动物, 而不是广告.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync 便携版无法安装到 %x 的一个子目录.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>请选择本地安装类型, 或选择用于安装的不同文件夹.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>获取有额外功能的捐赠版本, 并帮助保持 FreeFileSync 无广告.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/chinese_traditional.lng b/FreeFileSync/Build/Resources/Languages/chinese_traditional.lng deleted file mode 100755 index 670fcfb1..00000000 --- a/FreeFileSync/Build/Resources/Languages/chinese_traditional.lng +++ /dev/null @@ -1,2120 +0,0 @@ -<header> - <language>正體中文</language> - <translator>Carlos Chen</translator> - <locale>Chinese (Traditional)</locale> - <image>flag_taiwan.png</image> - <plural_count>1</plural_count> - <plural_definition>0</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>無法讀取檔案 %x。</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -非預期的資料流大小。 -預期:%x 位元組 -實際:%y 位元組 -</target> - -<source>Cannot write file %x.</source> -<target>無法寫入檔案 %x。</target> - -<source>Cannot write permissions of %x.</source> -<target>無法寫入 %x 的權限。</target> - -<source>Operation not supported between different devices.</source> -<target>不支援不同裝置間的操作。</target> - -<source>Cannot delete file %x.</source> -<target>無法刪除目錄 %x。</target> - -<source>Cannot delete symbolic link %x.</source> -<target>無法刪除符號連結 %x。</target> - -<source>Cannot delete directory %x.</source> -<target>無法刪除目錄 %x。</target> - -<source>Cannot move file %x to %y.</source> -<target>無法移動檔案 %x 到 %y。</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>無法複製符號連結 %x 到 %y。</target> - -<source>Error Code %x</source> -<target>錯誤碼 %x</target> - -<source>Cannot read directory %x.</source> -<target>無法讀取目錄 %x。</target> - -<source>Cannot write modification time of %x.</source> -<target>無法寫入 %x 的修改時間。</target> - -<source>Cannot read file attributes of %x.</source> -<target>無法讀取 %x 的檔案屬性。</target> - -<source>Cannot create directory %x.</source> -<target>無法建立目錄 %x。</target> - -<source>Cannot determine final path for %x.</source> -<target>無法確定 %x 最後路徑。</target> - -<source>Operation not supported by device.</source> -<target>不支援該裝置的操作。</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>無法解析符號連結 %x。</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>無法將 %x 移動到資源回收筒。</target> - -<source>Authentication completed.</source> -<target>驗證完成。</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>您可以立即關閉此頁面並繼續使用FreeFileSync。</target> - -<source>Authentication failed.</source> -<target>驗證失敗。</target> - -<source>Unable to connect to %x.</source> -<target>無法連接到 %x。</target> - -<source>Cannot find %x.</source> -<target>找不到 %x。</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>名稱 %x 已被資料夾中的多個項目使用。</target> - -<source>Please authorize access to user account %x.</source> -<target>請授權存取使用者帳號 %x。</target> - -<source>Cannot open file %x.</source> -<target>無法開啟檔案 %x。</target> - -<source>The name %x is already used by another item.</source> -<target>名稱 %x 已被另一個項目使用。</target> - -<source>Cannot determine free disk space for %x.</source> -<target>無法確定 %x 的可用磁碟空間。</target> - -<source>Unable to disconnect from %x.</source> -<target>無法中斷 %x 的連線。</target> - -<source>Unable to access %x.</source> -<target>無法存取 %x。</target> - -<source>Failed to get information about server %x.</source> -<target>無法取得關於伺服器 %x 的資訊。</target> - -<source>Cannot monitor directory %x.</source> -<target>無法監測目錄 %x。</target> - -<source>Cannot find device %x.</source> -<target>找不到裝置 %x。</target> - -<source>Cannot open directory %x.</source> -<target>無法開啟目錄 %x。</target> - -<source>Unsupported item type.</source> -<target>不支援的項目類型。</target> - -<source>Incorrect command line:</source> -<target>不正確的命令列:</target> - -<source>The server does not support authentication via %x.</source> -<target>伺服器不支援 %x 進行驗證。</target> - -<source>Required:</source> -<target>必要:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>在 %x 秒後操作逾時。</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>無法一次等待超過 %x 個連線數。</pluralform> -</target> - -<source>Active connections: %x</source> -<target>活動連線數:%x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>無法開啟SFTP通道號 %x。</target> - -<source>Both sides have changed since last synchronization.</source> -<target>自上次同步後,兩邊均已變更過。</target> - -<source>Cannot determine sync-direction:</source> -<target>無法確定同步方向:</target> - -<source>No change since last synchronization.</source> -<target>自上次同步以來都沒有變更。</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>考慮到目前設定,資料庫項目不同步。</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>設定預設同步方向:舊檔案會被較新的檔案覆蓋。</target> - -<source>Creating file %x</source> -<target>正在建立檔案 %x</target> - -<source>Creating folder %x</source> -<target>正在建立資料夾 %x</target> - -<source>Creating symbolic link %x</source> -<target>正在建立符號連結 %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>正在移動檔案 %x 到資源回收筒</target> - -<source>Moving folder %x to the recycle bin</source> -<target>正在移動資料夾 %x 到資源回收筒</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>正在移動符號連結 %x 到資源回收筒</target> - -<source>Deleting file %x</source> -<target>正在刪除檔案 %x</target> - -<source>Deleting folder %x</source> -<target>正在刪除資料夾 %x</target> - -<source>Deleting symbolic link %x</source> -<target>正在刪除符號連結 %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>正在檢查資源回收筒的有效資料夾 %x…</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>以下資料夾不支援資源回收筒。刪除或覆蓋的檔將無法還原:</target> - -<source>An exception occurred</source> -<target>發生異常</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>%x 之後應該有一個左邊和右邊目錄路徑。</target> - -<source>Syntax error</source> -<target>語法錯誤</target> - -<source>Cannot find file %x.</source> -<target>找不到檔案 %x。</target> - -<source>Error</source> -<target>錯誤</target> - -<source>File %x does not contain a valid configuration.</source> -<target>檔案 %x 不包含一個有效的配置。</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>目錄透過命令列設定時,該設定檔不能包含配對目錄層級的設定。</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>目錄無法設定多個配置檔案。</target> - -<source>Command line</source> -<target>命令列</target> - -<source>Syntax:</source> -<target>語法:</target> - -<source>config files:</source> -<target>配置檔案:</target> - -<source>directory</source> -<target>目錄</target> - -<source>global config file:</source> -<target>全域配置檔案:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>FreeFileSync "ffs_gui"和(或)"ffs_batch"配置檔案的任意數量。</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>任意數量的備用配對目錄為最多一個配置檔案。</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>只打開選定的配置進行編輯而不執行。</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>備用的GlobalSettings.xml檔案路徑。</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>安裝檔已損壞。請重新安裝FreeFileSync。</target> - -<source>Cannot find the following folders:</source> -<target>找不到下列資料夾:</target> - -<source>The following folders do not yet exist:</source> -<target>下列資料夾不存在:</target> - -<source>The folders are created automatically when needed.</source> -<target>這些資料夾是在需要時自動建立的。</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>下列資料夾路徑大小寫不同。請使用單一形式,避免重複存取。</target> - -<source>Scanning:</source> -<target>正在掃瞄:</target> - -<source>Comparison finished:</source> -<target>比對完成:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>找到 %x 個項目。</pluralform> -</target> - -<source>Time elapsed:</source> -<target>經過時間:</target> - -<source>File %x has an invalid date.</source> -<target>檔案 %x 的日期無效。</target> - -<source>Date:</source> -<target>日期:</target> - -<source>Files have the same date but a different size.</source> -<target>檔案的日期相同但大小不同。</target> - -<source>Size:</source> -<target>大小:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>內容比對被設定的排除檔案跳過。</target> - -<source>Items differ in attributes only</source> -<target>只有項目的屬性不同</target> - -<source>Resolving symbolic link %x</source> -<target>正在解析符號連結 %x</target> - -<source>Comparing content of files %x</source> -<target>正在比對檔案 %x 的内容</target> - -<source>Generating file list...</source> -<target>正在產生檔案列表…</target> - -<source>Fail-safe file copy</source> -<target>失效安全的檔案複製</target> - -<source>Enabled</source> -<target>啟用</target> - -<source>Disabled</source> -<target>停用</target> - -<source>Copy locked files</source> -<target>複製被鎖定的檔案</target> - -<source>Copy file access permissions</source> -<target>複製檔案存取權限</target> - -<source>File time tolerance</source> -<target>檔案時間容差範圍</target> - -<source>Run with background priority</source> -<target>背景優先執行</target> - -<source>Lock directories during sync</source> -<target>在同步期間鎖定目錄</target> - -<source>Verify copied files</source> -<target>驗證複製的檔案</target> - -<source>Using non-default global settings:</source> -<target>使用非預設全域設定:</target> - -<source>A folder input field is empty.</source> -<target>資料夾輸入欄位是空白。</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>對應的資料夾將視為空資料夾。</target> - -<source>Exclude:</source> -<target>排除:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>一個配對資料夾的一個底層資料夾包含在另一個配對資料夾中。</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>應該從同步篩選器中排除資料夾。</target> - -<source>Calculating sync directions...</source> -<target>正在計算同步方向…</target> - -<source>Out of memory.</source> -<target>記憶體不足。</target> - -<source>Show in Explorer</source> -<target>在檔案總管中顯示</target> - -<source>Open with default application</source> -<target>使用預設的應用程式開啟</target> - -<source>Browse directory</source> -<target>瀏覽目錄</target> - -<source>Database file %x is incompatible.</source> -<target>資料庫檔案 %x 不相容。</target> - -<source>Initial synchronization:</source> -<target>初始同步:</target> - -<source>Database file %x does not yet exist.</source> -<target>資料庫檔案 %x 不存在。</target> - -<source>Database file is corrupted:</source> -<target>資料庫檔案已損壞:</target> - -<source>Loading file %x...</source> -<target>正在讀取檔案 %x…</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>資料庫檔案未包含上次同步資訊。</target> - -<source>Saving file %x...</source> -<target>正在儲存檔案 %x…</target> - -<source>Searching for folder %x...</source> -<target>正在搜尋資料夾 %x…</target> - -<source>Timeout while searching for folder %x.</source> -<target>搜尋資料夾 %x 時逾時。</target> - -<source>Cannot get process information.</source> -<target>無法取得處理訊息。</target> - -<source>Waiting while directory is locked:</source> -<target>等待目錄被鎖定:</target> - -<source>Lock owner:</source> -<target>鎖定擁有者:</target> - -<source>Detecting abandoned lock...</source> -<target>正在檢測被遺棄的鎖定…</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x 秒</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>只存在於左邊的項目</target> - -<source>Item exists on right side only</source> -<target>只存在於右邊的項目</target> - -<source>Left side is newer</source> -<target>左邊較新</target> - -<source>Right side is newer</source> -<target>右邊較新</target> - -<source>Items have different content</source> -<target>項目具有不同內容</target> - -<source>Both sides are equal</source> -<target>兩邊都相同</target> - -<source>Conflict/item cannot be categorized</source> -<target>衝突(項目)不能被分類</target> - -<source>Copy new item to left</source> -<target>複製新的項目到左邊</target> - -<source>Copy new item to right</source> -<target>複製新的項目到右邊</target> - -<source>Delete left item</source> -<target>刪除左邊項目</target> - -<source>Delete right item</source> -<target>刪除右邊項目</target> - -<source>Move file on left</source> -<target>移動左邊檔案</target> - -<source>Move file on right</source> -<target>移動右邊檔案</target> - -<source>Update left item</source> -<target>更新左邊項目</target> - -<source>Update right item</source> -<target>更新右邊項目</target> - -<source>Do nothing</source> -<target>維持原狀</target> - -<source>Update attributes on left</source> -<target>更新左邊屬性</target> - -<source>Update attributes on right</source> -<target>更新右邊屬性</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>解析 %x 檔案,第 %y 列,第 %z 行出現錯誤。</target> - -<source>Services</source> -<target>服務</target> - -<source>Show All</source> -<target>顯示全部</target> - -<source>Hide Others</source> -<target>隱藏其他</target> - -<source>Hide %x</source> -<target>隱藏 %x</target> - -<source>Quit %x</source> -<target>結束 %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>無法為以下資料夾設定目錄鎖定:</target> - -<source>Errors:</source> -<target>錯誤:</target> - -<source>Warnings:</source> -<target>警告:</target> - -<source>Items processed:</source> -<target>已處理項目:</target> - -<source>Items remaining:</source> -<target>剩餘項目:</target> - -<source>Total time:</source> -<target>全部時間:</target> - -<source>Warning</source> -<target>警告</target> - -<source>Stopped</source> -<target>已停止</target> - -<source>Cleaning up log files:</source> -<target>清除紀錄檔:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x 個執行緒</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/秒</target> - -<source>%x items</source> -<target>%x 項目</target> - -<source>Completed successfully</source> -<target>成功完成</target> - -<source>Completed with warnings</source> -<target>已完成但有警告</target> - -<source>Completed with errors</source> -<target>已完成但有錯誤</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>無法存取磁碟區陰影複製服務。</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>請在此系統上執行64位元版本的FreeFileSync建立陰影複製副本。</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>磁碟機名稱 %x 不是檔案路徑 %y 的一部分。</target> - -<source>File time and size</source> -<target>檔案時間和大小</target> - -<source>File content</source> -<target>檔案内容</target> - -<source>File size</source> -<target>檔案大小</target> - -<source>Two way</source> -<target>雙向</target> - -<source>Mirror</source> -<target>鏡像</target> - -<source>Update</source> -<target>更新</target> - -<source>Custom</source> -<target>自訂</target> - -<source>Multiple...</source> -<target>多個…</target> - -<source>Cannot write file attributes of %x.</source> -<target>無法寫入 %x 的檔案屬性。</target> - -<source>%x and %y have different content.</source> -<target>%x 和 %y 具有不同的內容。</target> - -<source>Data verification error:</source> -<target>資料驗證錯誤:</target> - -<source>Moving file %x to %y</source> -<target>正在移動檔案 %x 到 %y</target> - -<source>Moving folder %x to %y</source> -<target>正在移動資料夾 %x 到 %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>正在移動符號連結 %x 到 %y</target> - -<source>Updating file %x</source> -<target>正在更新檔案 %x</target> - -<source>Updating symbolic link %x</source> -<target>正在更新符號連結 %x</target> - -<source>Verifying file %x</source> -<target>正在驗證檔案 %x</target> - -<source>Updating attributes of %x</source> -<target>正在更新 %x 的屬性</target> - -<source>Source item %x not found</source> -<target>找不到來源項目 %x</target> - -<source>Parent folder %x is not existing.</source> -<target>上層資料夾 %x 不存在。</target> - -<source>Cannot copy file %x to %y.</source> -<target>無法複製檔案 %x 到 %y。</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>正在建立磁碟區陰影複製為 %x…</target> - -<source>Cannot find folder %x.</source> -<target>找不到資料夾 %x。</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>目標資料夾 %x 已存在,在資料夾比對時不可用。</target> - -<source>Target folder input field must not be empty.</source> -<target>目標資料夾輸入欄位不能為空白。</target> - -<source>Source folder %x not found.</source> -<target>找不到來源資料夾 %x。</target> - -<source>Please enter a target folder for versioning.</source> -<target>請輸入版本控制的目標資料夾。</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>下列項目有未解決的衝突,將不會同步:</target> - -<source>Folder pair:</source> -<target>配對資料夾:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>下列資料夾明顯不同。請檢查同步中選定的正確資料夾。</target> - -<source>Not enough free disk space available in:</source> -<target>沒有足夠的可用磁碟空間:</target> - -<source>Available:</source> -<target>可用:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>某些檔案將作為多個底層資料夾的一部分進行同步。</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>為了避免衝突,請設定排除篩選器,以便每個更新檔案僅包含一個底層資料夾。</target> - -<source>Versioning folder:</source> -<target>版本控制資料夾:</target> - -<source>Base folder:</source> -<target>底層資料夾:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>版本控制資料夾包含在底層資料夾中。</target> - -<source>Synchronizing folder pair:</source> -<target>同步配對資料夾:</target> - -<source>Generating database...</source> -<target>正在產生資料庫…</target> - -<source>Searching for old file versions:</source> -<target>正在搜尋舊檔版本:</target> - -<source>Removing old file versions:</source> -<target>正在移除舊檔版本:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>無法建立時間戳記的版本控制:</target> - -<source>Drag && drop</source> -<target>拖放</target> - -<source>Select a folder</source> -<target>選擇一個資料夾</target> - -<source>&New</source> -<target>新增(&N)</target> - -<source>&Open...</source> -<target>開啟(&O)…</target> - -<source>Save &as...</source> -<target>另存新檔(&A)…</target> - -<source>E&xit</source> -<target>離開(&X)</target> - -<source>&File</source> -<target>檔案(&F)</target> - -<source>&View help</source> -<target>檢視說明(&V)</target> - -<source>&About</source> -<target>關於(&A)</target> - -<source>&Help</source> -<target>說明(&H)</target> - -<source>Usage:</source> -<target>使用方法:</target> - -<source>Select folders to watch.</source> -<target>選擇要監看的資料夾。</target> - -<source>Enter a command line.</source> -<target>輸入一個命令列。</target> - -<source>Press 'Start'.</source> -<target>按下「開始」。</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>若要開始只要導入一個"ffs_batch"檔。</target> - -<source>Folders to watch:</source> -<target>要監看的資料夾:</target> - -<source>Add folder</source> -<target>新增資料夾</target> - -<source>Remove folder</source> -<target>移除資料夾</target> - -<source>Browse</source> -<target>瀏覽</target> - -<source>Idle time (in seconds):</source> -<target>閒置時間(以秒為單位):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>最後檢測到變更和執行命令之間的閒置時間</target> - -<source>Command line:</source> -<target>命令列:</target> - -<source>&Hide console window</source> -<target>隱藏主控台視窗(&H)</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -假如要觸發該命令: -- 檔案或子資料夾變更 -- 新資料夾到來(例如插入USB隨身碟) -</target> - -<source>Start</source> -<target>開始</target> - -<source>About</source> -<target>關於</target> - -<source>Build: %x</source> -<target>建立:%x</target> - -<source>All files</source> -<target>所有檔案</target> - -<source>Automated Synchronization</source> -<target>自動化同步</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x 協定不支援目錄監測:</target> - -<source>Directory monitoring active</source> -<target>目錄監測活動</target> - -<source>Waiting until directory is available:</source> -<target>正在等待可用目錄:</target> - -<source>&Configure</source> -<target>配置(&C)</target> - -<source>&Show error message</source> -<target>顯示錯誤訊息(&S)</target> - -<source>&Quit</source> -<target>離開(&Q)</target> - -<source>&Retry</source> -<target>重試(&R)</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x 位元組</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>正在載入…</target> - -<source>Scanning...</source> -<target>正在掃瞄…</target> - -<source>configuration file</source> -<target>配置檔案</target> - -<source>System: Sleep</source> -<target>系統:睡眠</target> - -<source>System: Shut down</source> -<target>系統:關機</target> - -<source>Nothing to synchronize</source> -<target>沒有要同步的內容</target> - -<source>Executing command:</source> -<target>執行命令:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>您可以切換到FreeFileSync的主視窗來解決此問題。</target> - -<source>&Don't show this warning again</source> -<target>不再顯示此警告(&D)</target> - -<source>&Ignore</source> -<target>忽略(&I)</target> - -<source>&Switch</source> -<target>切換(&S)</target> - -<source>Switching to FreeFileSync's main window</source> -<target>切換到FreeFileSync的主視窗</target> - -<source>Automatic retry</source> -<target>自動重試</target> - -<source>Ignore &all</source> -<target>全部忽略(&A)</target> - -<source>Retrying operation...</source> -<target>重試操作…</target> - -<source>Serious Error</source> -<target>嚴重錯誤</target> - -<source>Last session</source> -<target>上次連線</target> - -<source>Today</source> -<target>今日</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x 天</pluralform> -</target> - -<source>Name</source> -<target>名稱</target> - -<source>Last sync</source> -<target>上次同步</target> - -<source>Log</source> -<target>紀錄</target> - -<source>Folder</source> -<target>資料夾</target> - -<source>Symlink</source> -<target>符號連結</target> - -<source>Full path</source> -<target>完整路徑</target> - -<source>Relative path</source> -<target>相對路徑</target> - -<source>Item name</source> -<target>項目名稱</target> - -<source>Size</source> -<target>大小</target> - -<source>Date</source> -<target>日期</target> - -<source>Extension</source> -<target>副檔名</target> - -<source>Category</source> -<target>分類</target> - -<source>Action</source> -<target>動作</target> - -<source>Local comparison settings</source> -<target>本機比對設定</target> - -<source>Local synchronization settings</source> -<target>本機同步設定</target> - -<source>Local filter</source> -<target>本機篩選器</target> - -<source>Active</source> -<target>活動</target> - -<source>None</source> -<target>無</target> - -<source>Remove local settings</source> -<target>移除本機設定</target> - -<source>Clear local filter</source> -<target>清除本機篩選器</target> - -<source>Copy</source> -<target>複製</target> - -<source>Paste</source> -<target>貼上</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>選定資料夾 %x 無法使用於FreeFileSync。</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>請選擇一個本機檔案系統、網路或MTP裝置上的資料夾。</target> - -<source>Defined by context of use</source> -<target>由使用環境定義</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>需要FreeFileSync贊助版</target> - -<source>&Save</source> -<target>儲存(&S)</target> - -<source>Save as &batch job...</source> -<target>另存為批次工作(&B)…</target> - -<source>Show &log</source> -<target>顯示紀錄(&L)</target> - -<source>Start &comparison</source> -<target>開始比對(&C)</target> - -<source>C&omparison settings</source> -<target>比對設定(&O)</target> - -<source>&Filter settings</source> -<target>篩選器設定(&F)</target> - -<source>S&ynchronization settings</source> -<target>同步設定(&Y)</target> - -<source>Start &synchronization</source> -<target>開始同步(&S)</target> - -<source>&Actions</source> -<target>動作(&A)</target> - -<source>&Preferences</source> -<target>偏好設定(&P)</target> - -<source>&Language</source> -<target>語言(&L)</target> - -<source>&Find...</source> -<target>尋找(&F)…</target> - -<source>&Export file list...</source> -<target>匯出檔案列表(&E)…</target> - -<source>&Reset layout</source> -<target>重置佈局(&R)</target> - -<source>&Tools</source> -<target>工具(&T)</target> - -<source>&Check for updates now</source> -<target>現在檢查更新(&C)</target> - -<source>Check &automatically once a week</source> -<target>每週自動檢查一次(&A)</target> - -<source>Cancel</source> -<target>取消</target> - -<source>Compare</source> -<target>比對</target> - -<source>Synchronize</source> -<target>同步</target> - -<source>Add folder pair</source> -<target>新增配對資料夾</target> - -<source>Remove folder pair</source> -<target>移除配對資料夾</target> - -<source>Access online storage</source> -<target>存取線上儲存空間</target> - -<source>Close search bar</source> -<target>關閉搜尋欄位</target> - -<source>Find:</source> -<target>尋找:</target> - -<source>Match case</source> -<target>區分大小寫</target> - -<source>Processed:</source> -<target>已處理:</target> - -<source>Remaining:</source> -<target>剩餘:</target> - -<source>New</source> -<target>新增</target> - -<source>Open...</source> -<target>開啟…</target> - -<source>Save</source> -<target>儲存</target> - -<source>Save as...</source> -<target>另存新檔…</target> - -<source>View type:</source> -<target>檢視類型:</target> - -<source>Select view:</source> -<target>選擇視圖:</target> - -<source>Save as default</source> -<target>儲存為預設值</target> - -<source>Statistics:</source> -<target>統計資料:</target> - -<source>Number of files and folders that will be deleted</source> -<target>將被刪除的檔案和資料夾數量</target> - -<source>Number of files that will be updated</source> -<target>將被更新的檔案數量</target> - -<source>Number of files and folders that will be created</source> -<target>將被建立的檔案和資料夾數量</target> - -<source>Total bytes to copy</source> -<target>要複製的總資料量</target> - -<source>Arrange folder pair</source> -<target>排列配對資料夾</target> - -<source>Main settings:</source> -<target>主要設定:</target> - -<source>Use local settings:</source> -<target>使用本機設定:</target> - -<source>Select a variant:</source> -<target>選擇一個變數:</target> - -<source>Include &symbolic links:</source> -<target>包含符號連結(&S):</target> - -<source>&Follow</source> -<target>追隨(&F)</target> - -<source>&Direct</source> -<target>直接(&D)</target> - -<source>More information</source> -<target>詳細資訊</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>忽略時間偏移(&D)</target> - -<source>List of file time offsets to ignore</source> -<target>忽略列表中的檔案時間偏移</target> - -<source>Example:</source> -<target>範例:</target> - -<source>Handle daylight saving time</source> -<target>處理日光節約時間</target> - -<source>Ignore errors</source> -<target>忽略錯誤</target> - -<source>Retry count:</source> -<target>重試次數:</target> - -<source>Delay (in seconds):</source> -<target>延遲(以秒為單位):</target> - -<source>Performance improvements:</source> -<target>效能改善:</target> - -<source>Parallel file operations:</source> -<target>並列檔案操作:</target> - -<source>How to get best performance?</source> -<target>如何取得最佳效能?</target> - -<source>Local settings:</source> -<target>本機設定:</target> - -<source>Include:</source> -<target>包含:</target> - -<source>Show examples</source> -<target>顯示範例</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>選擇從同步中排除某些檔案的篩選器規則。輸入相對於其對應的配對資料夾路徑。</target> - -<source>File size:</source> -<target>檔案大小:</target> - -<source>Minimum:</source> -<target>最小:</target> - -<source>Maximum:</source> -<target>最大:</target> - -<source>Time span:</source> -<target>時間間隔:</target> - -<source>C&lear</source> -<target>清除(&L)</target> - -<source>Detect moved files</source> -<target>檢測被移動的檔案</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- 不支援所有檔案系統 -- 需要建立資料庫檔案 -- 初次同步的檢測不可用 -</target> - -<source>Delete files:</source> -<target>刪除檔案:</target> - -<source>&Recycle bin</source> -<target>資源回收筒(&R)</target> - -<source>&Permanent</source> -<target>常駐(&P)</target> - -<source>&Versioning</source> -<target>版本控制(&V)</target> - -<source>Move files to a user-defined folder</source> -<target>將檔案移動到一個使用者定義的資料夾</target> - -<source>Naming convention:</source> -<target>命名慣例:</target> - -<source>Limit file versions:</source> -<target>限制檔案版本:</target> - -<source>Last x days:</source> -<target>最近 x 天:</target> - -<source>&Override default log path:</source> -<target>覆蓋預設紀錄路徑(&O):</target> - -<source>Run a command:</source> -<target>執行命令:</target> - -<source>OK</source> -<target>確定</target> - -<source>Connection type:</source> -<target>連線類型:</target> - -<source>Connected user accounts:</source> -<target>已連線的使用者帳號:</target> - -<source>&Add connection</source> -<target>新增連線(&A)</target> - -<source>&Disconnect</source> -<target>中斷(&D)</target> - -<source>Selected user account:</source> -<target>選定使用者帳號:</target> - -<source>Server name or IP address:</source> -<target>伺服器名稱或IP位址:</target> - -<source>Port:</source> -<target>連接埠:</target> - -<source>Encryption:</source> -<target>加密:</target> - -<source>&Disabled</source> -<target>停用(&D)</target> - -<source>&Explicit SSL/TLS</source> -<target>外顯式SSL/TLS(&E)</target> - -<source>Authentication:</source> -<target>驗證:</target> - -<source>&Password</source> -<target>密碼(&P):</target> - -<source>&Key file</source> -<target>金鑰檔案(&K)</target> - -<source>&SSH agent</source> -<target>SSH連線(&S)</target> - -<source>User name:</source> -<target>使用者名稱:</target> - -<source>Private key file:</source> -<target>私密金鑰檔案:</target> - -<source>&Show password</source> -<target>顯示密碼(&S):</target> - -<source>Directory on server:</source> -<target>在伺服器上的目錄:</target> - -<source>Access timeout (in seconds):</source> -<target>存取逾時(以秒為單位):</target> - -<source>SFTP channels per connection:</source> -<target>每個連接SFTP通道數:</target> - -<source>Detect server limit</source> -<target>檢測伺服器限制</target> - -<source>Select Folder</source> -<target>選擇資料夾:</target> - -<source>Variant:</source> -<target>變數:</target> - -<source>&Don't show this dialog again</source> -<target>不再顯示此對話框(&D)</target> - -<source>Bytes:</source> -<target>位元組:</target> - -<source>Items:</source> -<target>項目:</target> - -<source>Synchronizing...</source> -<target>正在同步…</target> - -<source>Minimize to notification area</source> -<target>最小化到通知區域</target> - -<source>Bytes</source> -<target>位元組</target> - -<source>Items</source> -<target>項目</target> - -<source>When finished:</source> -<target>完成後:</target> - -<source>Auto-close</source> -<target>自動關閉</target> - -<source>Close</source> -<target>關閉</target> - -<source>&Pause</source> -<target>暫停(&P)</target> - -<source>Stop</source> -<target>停止</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>建立一個批次檔,用於無人值守同步。若要開始,在此檔案點兩下, 或安排在任務規劃中:%x</target> - -<source>Progress dialog:</source> -<target>進度對話框:</target> - -<source>Run minimized</source> -<target>最小化執行</target> - -<source>Show pop-up on errors or warnings</source> -<target>錯誤或警告時顯示彈出視窗</target> - -<source>&Cancel</source> -<target>取消(&C)</target> - -<source>Stop synchronization at first error</source> -<target>出現第一個錯誤時停止同步</target> - -<source>How can I schedule a batch job?</source> -<target>如何排程批次工作?</target> - -<source>&Keep relative paths</source> -<target>保持相對路徑(&K)</target> - -<source>&Overwrite existing files</source> -<target>覆蓋現有檔案(&O)</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>下列設定用於所有同步工作。</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -覆蓋目標之前先複製到一個暫存檔(*.ffs_tmp)。 -即使發生嚴重錯誤時,還能確保一致的狀態。 -</target> - -<source>recommended</source> -<target>建議</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>共用的副本或鎖定的檔案使用磁碟區陰影複製服務。</target> - -<source>requires administrator rights</source> -<target>需要系統管理員權限</target> - -<source>Transfer file and folder permissions.</source> -<target>傳輸檔案和資料夾的權限。</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>再次顯示所有永久 隱藏的對話框和警告訊息</target> - -<source>Default log path:</source> -<target>預設紀錄路徑:</target> - -<source>&Delete logs after x days:</source> -<target>在 x 天後刪除紀錄(&D):</target> - -<source>Notification sounds:</source> -<target>通知音效:</target> - -<source>Synchronization finished:</source> -<target>同步完成:</target> - -<source>Customize context menu:</source> -<target>自訂右鍵功能表:</target> - -<source>Description</source> -<target>描述</target> - -<source>&Default</source> -<target>預設(&D)</target> - -<source>Feedback and suggestions are welcome:</source> -<target>歡迎回饋和建議:</target> - -<source>Home page</source> -<target>主頁</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync論壇</target> - -<source>Email</source> -<target>信箱</target> - -<source>If you like FreeFileSync:</source> -<target>如果您喜歡FreeFileSync:</target> - -<source>Support with a donation</source> -<target>贊助與支持</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>自動更新程式被系統管理員停用。</target> - -<source>Donation details</source> -<target>贊助詳情</target> - -<source>Source code written in C++ using:</source> -<target>使用C++編寫的原始碼:</target> - -<source>Published under the GNU General Public License:</source> -<target>根據GNU通用公共授權條款發佈:</target> - -<source>Many thanks for localization:</source> -<target>非常感謝在地化翻譯人員:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>透過以下其中一種方法來啟動FreeFileSync贊助版:</target> - -<source>Activate via internet now:</source> -<target>立即由網際網路啟動:</target> - -<source>Activate online</source> -<target>線上啟動</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>從下面網址擷取離線啟用金鑰:</target> - -<source>&Copy to clipboard</source> -<target>複製到剪貼簿(&C)</target> - -<source>Enter activation key:</source> -<target>輸入啟用金鑰:</target> - -<source>Activate offline</source> -<target>離線啟動</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>突顯未執行超過以下天數的配置:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync要求取得存取權限,以避免在同步資料(例如郵件、訊息、日曆)時出現"不允許操作"錯誤。</target> - -<source>Locate the FreeFileSync app</source> -<target>找到FreeFileSync app</target> - -<source>Open Security && Privacy</source> -<target>開啟安全性與隱私權</target> - -<source>Click the lock to allow changes.</source> -<target>按鎖頭一下以允許更改。</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>將FreeFileSync拖移到面板中。</target> - -<source>Synchronization Settings</source> -<target>同步設定</target> - -<source>Access Online Storage</source> -<target>存取線上儲存空間</target> - -<source>Save as a Batch Job</source> -<target>另存為批次工作</target> - -<source>Delete Items</source> -<target>刪除項目</target> - -<source>Copy Items</source> -<target>複製項目</target> - -<source>Options</source> -<target>選項</target> - -<source>Select Time Span</source> -<target>選擇時間間隔</target> - -<source>Highlight Configurations</source> -<target>突顯配置</target> - -<source>Grant Full Disk Access</source> -<target>完全取用磁碟</target> - -<source>Info</source> -<target>訊息</target> - -<source>No log entries</source> -<target>沒有紀錄</target> - -<source>Select all</source> -<target>全選</target> - -<source>&Options</source> -<target>選項(&O)</target> - -<source>Main Bar</source> -<target>主要欄位</target> - -<source>Folder Pairs</source> -<target>配對資料夾</target> - -<source>Find</source> -<target>尋找</target> - -<source>View Settings</source> -<target>檢視設定</target> - -<source>Configuration</source> -<target>配置</target> - -<source>Overview</source> -<target>摘要</target> - -<source>Swap sides</source> -<target>兩邊交換</target> - -<source>Show "%x"</source> -<target>顯示 "%x"</target> - -<source>&Show details</source> -<target>顯示詳細資訊(&S)</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x 可用!</target> - -<source>Local path not available for %x.</source> -<target>本機路徑不適用於 %x。</target> - -<source>Confirm</source> -<target>確認</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>您真的要執行 %x 項目的命令 %y 嗎?</pluralform> -</target> - -<source>&Execute</source> -<target>執行(&E)</target> - -<source>Set direction:</source> -<target>設定方向:</target> - -<source>multiple selection</source> -<target>複選</target> - -<source>&Include via filter:</source> -<target>包含篩選器(&I):</target> - -<source>&Exclude via filter:</source> -<target>排除篩選器(&E):</target> - -<source>Include temporarily</source> -<target>暫時包含</target> - -<source>Exclude temporarily</source> -<target>暫時排除</target> - -<source>&Synchronize selection</source> -<target>同步選擇(&S)</target> - -<source>&Copy to...</source> -<target>複製到(&C)…</target> - -<source>&Delete</source> -<target>刪除(&D)</target> - -<source>Show icons:</source> -<target>顯示圖示:</target> - -<source>Small</source> -<target>小</target> - -<source>Medium</source> -<target>中</target> - -<source>Large</source> -<target>大</target> - -<source>Select time span...</source> -<target>選擇時間間隔…</target> - -<source>Donation Edition</source> -<target>贊助版</target> - -<source>Folder Comparison and Synchronization</source> -<target>資料夾比對和同步</target> - -<source>Configuration saved</source> -<target>配置已儲存</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync批次處理</target> - -<source>Do you want to save changes to %x?</source> -<target>是否要儲存變更到 %x?</target> - -<source>Never save &changes</source> -<target>不儲存變更(&C)</target> - -<source>Do&n't save</source> -<target>不儲存(&N)</target> - -<source>%x cannot be renamed.</source> -<target>%x 無法重新命名。</target> - -<source>New name:</source> -<target>新名稱:</target> - -<source>Rename Configuration</source> -<target>重新命名配置名稱</target> - -<source>Configuration name must not be empty.</source> -<target>配置名稱不能空白。</target> - -<source>&Rename...</source> -<target>重新命名(&R)…</target> - -<source>Hide configuration</source> -<target>隱藏配置</target> - -<source>Highlight...</source> -<target>突顯...</target> - -<source>Clear filter</source> -<target>清除篩選器</target> - -<source>Show files that exist on left side only</source> -<target>顯示只存在於左邊的檔案</target> - -<source>Show files that exist on right side only</source> -<target>顯示只存在於右邊的檔案</target> - -<source>Show files that are newer on left</source> -<target>顯示左邊較新的檔案</target> - -<source>Show files that are newer on right</source> -<target>顯示右邊較新的檔案</target> - -<source>Show files that are equal</source> -<target>顯示相同檔案</target> - -<source>Show files that are different</source> -<target>顯示不同檔案</target> - -<source>Show conflicts</source> -<target>顯示衝突</target> - -<source>Show files that will be created on the left side</source> -<target>顯示左邊將被建立的檔案</target> - -<source>Show files that will be created on the right side</source> -<target>顯示右邊將被建立的檔案</target> - -<source>Show files that will be deleted on the left side</source> -<target>顯示左邊將被刪除的檔案</target> - -<source>Show files that will be deleted on the right side</source> -<target>顯示右邊將被刪除的檔案</target> - -<source>Show files that will be updated on the left side</source> -<target>顯示左邊將被更新的檔案</target> - -<source>Show files that will be updated on the right side</source> -<target>顯示右邊將被更新的檔案</target> - -<source>Show files that won't be copied</source> -<target>顯示將不會被複製的檔案</target> - -<source>Show filtered or temporarily excluded files</source> -<target>顯示已篩選或暫時排除的檔案</target> - -<source>Filter</source> -<target>篩選器</target> - -<source>All files are in sync</source> -<target>所有檔案都同步</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x 個目錄</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x 個檔案</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>顯示第 %x 列中的第 %y 列</pluralform> -</target> - -<source>Cannot find %x</source> -<target>找不到 %x</target> - -<source>Move up</source> -<target>向上移動</target> - -<source>Move down</source> -<target>向下移動</target> - -<source>Comma-separated values</source> -<target>以逗號分隔值</target> - -<source>File list exported</source> -<target>檔案列表已匯出</target> - -<source>Searching for program updates...</source> -<target>正在搜尋程式更新…</target> - -<source>Paused</source> -<target>已暫停</target> - -<source>Stop requested...</source> -<target>停止請求...</target> - -<source>Initializing...</source> -<target>正在初始化…</target> - -<source>Comparing content...</source> -<target>正在比對内容…</target> - -<source>&Continue</source> -<target>繼續(&C)</target> - -<source>Progress</source> -<target>進度</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>%x,感謝您的贊助與支持!</target> - -<source>Connections</source> -<target>連線數</target> - -<source>Recommended range:</source> -<target>建議範圍:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>您真的要中斷使用者帳號 %x 的連線嗎?</target> - -<source>Password:</source> -<target>密碼:</target> - -<source>Key passphrase:</source> -<target>金鑰密碼:</target> - -<source>Please enter a file path.</source> -<target>請輸入檔案路徑。</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>將下列 %x 項目複製到另一個資料夾?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>請輸入目標資料夾。</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>您真的要將下列 %x 項目移動到資源回收筒嗎?</pluralform> -</target> - -<source>Move</source> -<target>移動</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>您真的要將下列 %x 項目刪除嗎?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>是否開始同步所選內容?</target> - -<source>Start synchronization now?</source> -<target>現在開始同步?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>複製DACL、SACL、擁有者、群組</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>整合右鍵功能表中的外部應用程式。可使用下列的巨集:</target> - -<source>Full file or folder path</source> -<target>完整檔案或資料夾路徑</target> - -<source>Parent folder path</source> -<target>上層資料夾路徑</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP和MTP儲存裝置的本機暫存副本</target> - -<source>Parameters for opposite side</source> -<target>另一邊的參數</target> - -<source>Show hidden dialogs again</source> -<target>再次顯示隱藏對話框</target> - -<source>All dialogs shown</source> -<target>顯示所有對話框</target> - -<source>Downloading update...</source> -<target>正在下載更新…</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>透過檔案修改時間和大小比對 來判斷相同檔案。</target> - -<source>Identify equal files by comparing the file content.</source> -<target>透過檔案內容比對來判斷相同檔案。</target> - -<source>Identify equal files by comparing their file size.</source> -<target>透過檔案大小比對來判斷相同檔案。</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>識別和傳遞兩邊的變化。 使用資料庫自動檢測刪除、移動和衝突。</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>透過改寫於右邊的資料夾 來匹配建立在左邊鏡像備份的資料夾。</target> - -<source>Copy new and updated files to the right folder.</source> -<target>將新的和已更新的檔案複製到右邊資料夾。</target> - -<source>Configure your own synchronization rules.</source> -<target>配置您自己的同步規則。</target> - -<source>Comparison</source> -<target>比對</target> - -<source>Synchronization</source> -<target>同步</target> - -<source>This week</source> -<target>本週</target> - -<source>This month</source> -<target>本月</target> - -<source>This year</source> -<target>今年</target> - -<source>Byte</source> -<target>位元組</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>在資源回收筒中保留已刪除和覆蓋的檔案</target> - -<source>Delete and overwrite files permanently</source> -<target>永久刪除和覆蓋的檔案</target> - -<source>Replace</source> -<target>取代</target> - -<source>Move files and replace if existing</source> -<target>如果存在,移動並取代檔案</target> - -<source>Time stamp</source> -<target>時間戳記</target> - -<source>Move files into a time-stamped subfolder</source> -<target>將檔案移動到時間戳記的子資料夾中</target> - -<source>File</source> -<target>檔案</target> - -<source>Append a time stamp to each file name</source> -<target>將時間戳記附加到每個檔案名稱上</target> - -<source>On completion:</source> -<target>完成時:</target> - -<source>On errors:</source> -<target>錯誤時:</target> - -<source>On success:</source> -<target>成功時:</target> - -<source>Main config</source> -<target>主要配置</target> - -<source>empty</source> -<target>空的</target> - -<source>Leave as unresolved conflict</source> -<target>保留給未解決的衝突</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>最小版本總數必須小於最大總數。</target> - -<source>&Restore</source> -<target>還原(&R)</target> - -<source>Files</source> -<target>檔案</target> - -<source>Percentage</source> -<target>百分比</target> - -<source>Failed to retrieve update information.</source> -<target>無法擷取更新訊息。</target> - -<source>Automatic updates:</source> -<target>自動更新:</target> - -<source>Check for Program Updates</source> -<target>檢查程式更新</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>要現在自動更新或是從FreeFileSync主頁手動下載?</target> - -<source>&Auto-update</source> -<target>自動更新(&A)</target> - -<source>&Home page</source> -<target>主頁(&H)</target> - -<source>Download now?</source> -<target>要現在下載嗎?</target> - -<source>&Download</source> -<target>下載(&D)</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync已經是最新版本。</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>找不到線上目前FreeFileSync版號。可能有較新的版本可用。現在要手動檢查嗎?</target> - -<source>&Check</source> -<target>檢查(&C)</target> - -<source>Consistency check failed for %x.</source> -<target>對 %x 一致性檢查失敗。</target> - -<source>Installation was registered on a different operating system.</source> -<target>已安裝註冊在不同的作業系統上。</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>無法啟動FreeFileSync贊助版。</target> - -<source>Incorrect activation key.</source> -<target>啟用金鑰不正確。</target> - -<source>Unable to register to receive system messages.</source> -<target>無法註冊以接收系統訊息。</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x 安裝選項僅在FreeFileSync贊助版可用。</target> - -<source>Cannot find system function %x.</source> -<target>找不到系統功能 %x。</target> - -<source>Unable to register device notifications for %x.</source> -<target>無法為 %x 註冊裝置通知。</target> - -<source>The file is locked by another process:</source> -<target>檔案被另一個處理程序鎖定:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>無法確定資料夾 %x 的檔案權限。</target> - -<source>Cannot read security context of %x.</source> -<target>無法讀取 %x 的安全內容。</target> - -<source>Cannot write security context of %x.</source> -<target>無法寫入 %x 的安全內容。</target> - -<source>Cannot read permissions of %x.</source> -<target>無法讀取 %x 的權限。</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>無法複製從 %x 到 %y 的權限。</target> - -<source>%x is not a regular directory name.</source> -<target>%x 不是一般目錄名稱。</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>無法複製從 %x 到 %y 的屬性。</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x 分</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x 小時</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>無法設定 %x 的特權。</target> - -<source>Unable to suspend system sleep mode.</source> -<target>無法中止系統睡眠模式。</target> - -<source>Cannot change process I/O priorities.</source> -<target>無法更改I/O處理優先順序。</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>檢查資源回收筒的資料夾 %x 失敗。</target> - -<source>Unable to shut down the system.</source> -<target>無法關閉系統。</target> - -<source>Prepare installation</source> -<target>準備安裝</target> - -<source>Choose which components you want to install.</source> -<target>選擇您要安裝的元件。</target> - -<source>Select installation type:</source> -<target>選擇安裝類型:</target> - -<source>Local</source> -<target>本機</target> - -<source>Portable</source> -<target>可攜式</target> - -<source>Save settings in %x</source> -<target>將設定儲存在 %x 中</target> - -<source>Register FreeFileSync file extensions</source> -<target>註冊FreeFileSync檔案關聯</target> - -<source>Create Explorer context menu entries</source> -<target>建立檔案總管右鍵功能表</target> - -<source>Save settings in installation directory</source> -<target>儲存設定到安裝目錄</target> - -<source>Do not write to Registry</source> -<target>不要寫入註冊表</target> - -<source>Just copy the files</source> -<target>只要複製檔案</target> - -<source>Choose a directory for installation:</source> -<target>選擇安裝目錄:</target> - -<source>Create shortcuts:</source> -<target>建立捷徑:</target> - -<source>Desktop</source> -<target>桌面</target> - -<source>Start Menu</source> -<target>開始功能表</target> - -<source>Send To</source> -<target>傳送到</target> - -<source>Registering FreeFileSync file extensions</source> -<target>註冊FreeFileSync檔案關聯</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>取消註冊FreeFileSync檔案關聯</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync配置</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync批次檔</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync同步資料庫</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync配置</target> - -<source>Edit with FreeFileSync</source> -<target>使用FreeFileSync進行編輯</target> - -<source>Instead of an ad, here's an animal.</source> -<target>這是一隻動物,不是廣告。</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync可攜式版本無法安裝到 %x 的子資料夾。</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>請選擇本機安裝類型或選擇不同的安裝資料夾。</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>取得贊助版的獎勵功能,並協助維持FreeFileSync無廣告。</target> - diff --git a/FreeFileSync/Build/Resources/Languages/croatian.lng b/FreeFileSync/Build/Resources/Languages/croatian.lng deleted file mode 100755 index c1fbb9f7..00000000 --- a/FreeFileSync/Build/Resources/Languages/croatian.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Hrvatski</language> - <translator>Slavko Blažević</translator> - <locale>hr_HR</locale> - <image>flag_croatia.png</image> - <plural_count>3</plural_count> - <plural_definition>n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Ne mogu čitati datoteku %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Neočekivana veličina podataka. -Očekivano: %x bajta -Stvarno: %y bajta -</target> - -<source>Cannot write file %x.</source> -<target>Ne mogu zapisati datoteku %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Ne mogu zapisati dopuštenja za %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Zadatak nije podržan između različitih uređaja.</target> - -<source>Cannot delete file %x.</source> -<target>Ne mogu izbrisati datoteku %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Nije moguće brisanje simbolične poveznice %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Ne mogu izbrisati mapu %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Ne mogu premjestiti datoteku %x u %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Ne može se kopirati simbolična poveznica %x prema %y.</target> - -<source>Error Code %x</source> -<target>Kod greške %x.</target> - -<source>Cannot read directory %x.</source> -<target>Nije moguće učitati mapu %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Ne mogu zapisati vrijeme izmjene %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Ne mogu pročitati osobine od %x.</target> - -<source>Cannot create directory %x.</source> -<target>Ne mogu izraditi mapu %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Ne mogu odrediti završnu putanju za %x.</target> - -<source>Operation not supported by device.</source> -<target>Zadatak nije podržan od uređaja.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Ne mogu odrediti simboličnu poveznicu %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Nije moguće premjestiti %x u koš za smeće.</target> - -<source>Authentication completed.</source> -<target>Provjera autentičnosti dovršena.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Sada možete zatvoriti ovu stranicu i nastaviti sa FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Provjera autentičnosti nije uspjela.</target> - -<source>Unable to connect to %x.</source> -<target>Nije moguće povezivanje na %x.</target> - -<source>Cannot find %x.</source> -<target>Nije moguće pronaći %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Naziv %x se koristi za više od jedne stavke u mapi.</target> - -<source>Please authorize access to user account %x.</source> -<target>Molimo odobrite pristup korisničkom računu %x.</target> - -<source>Cannot open file %x.</source> -<target>Ne mogu otvoriti datoteku %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Naziv %x se već koristi u drugoj datoteci.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Nije moguće izračunati slobodan prostor diska za %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nije moguće prekinuti vezu s %x.</target> - -<source>Unable to access %x.</source> -<target>Nije moguće pristupiti %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Nije moguće pristupiti informacijama servera %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Ne mogu nadzirati direktorij %x.</target> - -<source>Cannot find device %x.</source> -<target>Nije moguće pronaći uređaj %x.</target> - -<source>Cannot open directory %x.</source> -<target>Ne mogu otvoriti mapu %x.</target> - -<source>Unsupported item type.</source> -<target>Nepodržan tip datoteke.</target> - -<source>Incorrect command line:</source> -<target>Netočna naredbena linija:</target> - -<source>The server does not support authentication via %x.</source> -<target>Server ne podržava provjeru autentičnosti preko %x.</target> - -<source>Required:</source> -<target>Potrebno:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Vrijeme za operaciju je isteklo nakon %x sekundu.</pluralform> -<pluralform>Vrijeme za operaciju je isteklo nakon %x sekundi.</pluralform> -<pluralform>Vrijeme za operaciju je isteklo nakon %x sekundi.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Ne može se čekati na više od %x konekcije istovremeno.</pluralform> -<pluralform>Ne može se čekati na više od %x konekcija istovremeno.</pluralform> -<pluralform>Ne može se čekati na više od %x konekcija istovremeno.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktivne konekcije: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Nije uspjelo povezivanje na SFTP kanal broj %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Obje strane su promjenjene nakon zadnje sinkronizacije.</target> - -<source>Cannot determine sync-direction:</source> -<target>Ne mogu odrediti smjer sinkronizacije:</target> - -<source>No change since last synchronization.</source> -<target>Nema promjena od zadnje sinkronizacije.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Unos baze podataka nije u sinkronizaciji s obzirom na trenutne postavke.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Postavljam zadani sinkronizacijski smjer: Stare datoteke će biti prepisane novim datotekama.</target> - -<source>Creating file %x</source> -<target>Izrađujem datoteku %x</target> - -<source>Creating folder %x</source> -<target>Kreiranje mape %x</target> - -<source>Creating symbolic link %x</source> -<target>Izrađujem simboličnu poveznicu %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Premještnje datoteke %x u koš za smeće</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Premještnje mape %x u koš za smeće</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Premještnje simobličnog linka %x u koš za smeće</target> - -<source>Deleting file %x</source> -<target>Brisanje datoteke %x</target> - -<source>Deleting folder %x</source> -<target>Brisanje mape %x</target> - -<source>Deleting symbolic link %x</source> -<target>Brisanje simboličnog linka %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Provjeravanje dosupnosti kante za smeće za mapu %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Koš za smeće nije podržan od slijedećih mapa. Izbrisane ili prepisane datoteke neće biti moguće povratiti:</target> - -<source>An exception occurred</source> -<target>Dogodilo se izuzeće</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Lijeva i desna putanja do mapa je očekivana nakon %x.</target> - -<source>Syntax error</source> -<target>Greška sintakse</target> - -<source>Cannot find file %x.</source> -<target>Nije moguće pronaći datoteku %x.</target> - -<source>Error</source> -<target>Greška</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Datoteka %x ne sadrži valjane postavke.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Konfiguracijska datoteka ne smije sadržavati postavke na razini para direktorija kada su direktoriji postavljeni putem naredbene linije.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Direktoriji ne mogu biti postavljeni za više od jedne konfigracijske datoteke.</target> - -<source>Command line</source> -<target>Naredbena linija</target> - -<source>Syntax:</source> -<target>Sintaksa:</target> - -<source>config files:</source> -<target>config datoteke:</target> - -<source>directory</source> -<target>direktorij</target> - -<source>global config file:</source> -<target>globalna config datoteka:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Bilo koji broj FreeFileSync "ffs_gui" i/ili "ffs_batch" konfiguracijskih datoteka.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Bilo koji broj alternativnih parova mapa za najmanje jednu config datoteku.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Otvorite odabrane postavke za izmjenu bez da ih izvršite.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Putanja do alternativne GlobalSettings.xml datoteke.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Instalacijske datoteke su oštećene. Molimo ponovno instalirajte FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Ne mogu pronaći slijedeće mape:</target> - -<source>The following folders do not yet exist:</source> -<target>Navedene mape još ne postoje:</target> - -<source>The folders are created automatically when needed.</source> -<target>Mape se izrađuju automatski kada su potrebne.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Navedene mape se samo razlikuju u velikim i malim slovima. Molimo koristite jednoličan naziv mapa kako bi izbjegli duplikate.</target> - -<source>Scanning:</source> -<target>Pretražujem:</target> - -<source>Comparison finished:</source> -<target>Usporedba dovršena:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x stavka pronađena</pluralform> -<pluralform>%x stavki pronađeno</pluralform> -<pluralform>%x stavki pronađeno</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Proteklo vremena:</target> - -<source>File %x has an invalid date.</source> -<target>Datoteka %x ima nevažeći datum.</target> - -<source>Date:</source> -<target>Datum:</target> - -<source>Files have the same date but a different size.</source> -<target>Datoteke imaju isti datum ali različitu veličinu.</target> - -<source>Size:</source> -<target>Veličina:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Usporedba sadržaja je preskočena za izdvojene datoteke.</target> - -<source>Items differ in attributes only</source> -<target>Stavke se razlikuju samo u atributima</target> - -<source>Resolving symbolic link %x</source> -<target>Rješavam simboličku vezu %x</target> - -<source>Comparing content of files %x</source> -<target>Uspoređivanje sadržaja datoteka %x</target> - -<source>Generating file list...</source> -<target>Generiranje popisa datoteka...</target> - -<source>Fail-safe file copy</source> -<target>Kopiranje zaštićeno od grešaka</target> - -<source>Enabled</source> -<target>Uključeno</target> - -<source>Disabled</source> -<target>Isključeno</target> - -<source>Copy locked files</source> -<target>Kopiraj zaključane datoteke</target> - -<source>Copy file access permissions</source> -<target>Kopiraj datotečna dopuštenja</target> - -<source>File time tolerance</source> -<target>Tolerancija vremena datoteke</target> - -<source>Run with background priority</source> -<target>Pokreni s pozadinskim prioritetom</target> - -<source>Lock directories during sync</source> -<target>Zaključaj direktorije prilikom sinkronizacije</target> - -<source>Verify copied files</source> -<target>Potvrdi kopirane datoteke</target> - -<source>Using non-default global settings:</source> -<target>Korištenje ne-standardnih global postavki:</target> - -<source>A folder input field is empty.</source> -<target>Polje za odabir mape je prazno.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Odgovarajuća mapa će se smatrati praznom.</target> - -<source>Exclude:</source> -<target>Isključi:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Jedna bazna mapa od para mapa se nalazi u drugoj mapi.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Mapa bi trebala biti izdvojena od sinkronizacije pomoću filtera.</target> - -<source>Calculating sync directions...</source> -<target>Izračunavanje smjerova sinkronizacije...</target> - -<source>Out of memory.</source> -<target>Nedostatak memorije.</target> - -<source>Show in Explorer</source> -<target>Prikaži u Exploreru</target> - -<source>Open with default application</source> -<target>Otvori s zadanom aplikacijom</target> - -<source>Browse directory</source> -<target>Odaberi direktorij</target> - -<source>Database file %x is incompatible.</source> -<target>Datoteka baze %x je nekompatibilna.</target> - -<source>Initial synchronization:</source> -<target>Početna sinkronizacija:</target> - -<source>Database file %x does not yet exist.</source> -<target>Datoteka baze %x još ne postoji.</target> - -<source>Database file is corrupted:</source> -<target>Datoteka baze je oštećena:</target> - -<source>Loading file %x...</source> -<target>Učitavam datoteku %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Datoteke baze još uvijek ne sadrže informacije o zadnjoj sinkronizaciji.</target> - -<source>Saving file %x...</source> -<target>Spremanje datoteke %x...</target> - -<source>Searching for folder %x...</source> -<target>Tražim mapu %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Isteklo vrijeme traženja mape %x.</target> - -<source>Cannot get process information.</source> -<target>Ne mogu dobit informacije o procesu.</target> - -<source>Waiting while directory is locked:</source> -<target>Čekam dok se mapa zaključa:</target> - -<source>Lock owner:</source> -<target>Vlasnik ključa:</target> - -<source>Detecting abandoned lock...</source> -<target>Pronalazim napušteni ključ...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x sek</pluralform> -<pluralform>%x sek</pluralform> -<pluralform>%x sek</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Stavka postoji samo na lijevoj strani</target> - -<source>Item exists on right side only</source> -<target>Stavka postoji samo na desnoj strani</target> - -<source>Left side is newer</source> -<target>Lijeva strana je novija</target> - -<source>Right side is newer</source> -<target>Desna strana je novija</target> - -<source>Items have different content</source> -<target>Stavke imaju različit sadržaj</target> - -<source>Both sides are equal</source> -<target>Obje strane su jednake</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/stavka ne može biti razvrstana</target> - -<source>Copy new item to left</source> -<target>Kopiraj novu stavku lijevo</target> - -<source>Copy new item to right</source> -<target>Kopiraj novu stavku desno</target> - -<source>Delete left item</source> -<target>Obriši lijevu stavku</target> - -<source>Delete right item</source> -<target>Obriši desnu stavku</target> - -<source>Move file on left</source> -<target>Premjesti datoteku lijevo</target> - -<source>Move file on right</source> -<target>Premjest datoteku desno</target> - -<source>Update left item</source> -<target>Ažuriraj lijevu stavku</target> - -<source>Update right item</source> -<target>Ažuriraj desnu stavku</target> - -<source>Do nothing</source> -<target>Ne radi ništa</target> - -<source>Update attributes on left</source> -<target>Osvježi atribute lijevo</target> - -<source>Update attributes on right</source> -<target>Osvježi atribute desno</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Greška u analizi datoteke %x, red %y, stupac %z.</target> - -<source>Services</source> -<target>Servisi</target> - -<source>Show All</source> -<target>Prikaži sve</target> - -<source>Hide Others</source> -<target>Sakrij ostale</target> - -<source>Hide %x</source> -<target>Sakrij %x</target> - -<source>Quit %x</source> -<target>Napusti %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nije moguće zaključavanje slijedećih foldera:</target> - -<source>Errors:</source> -<target>Pogreške:</target> - -<source>Warnings:</source> -<target>Upozorenja:</target> - -<source>Items processed:</source> -<target>Obrađene stavke:</target> - -<source>Items remaining:</source> -<target>Preostale stavke:</target> - -<source>Total time:</source> -<target>Ukupno vrijeme:</target> - -<source>Warning</source> -<target>Upozorenje</target> - -<source>Stopped</source> -<target>Zaustavljeno</target> - -<source>Cleaning up log files:</source> -<target>Brisanje log datoteka:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x nit</pluralform> -<pluralform>%x niti</pluralform> -<pluralform>%x niti</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x stavki</target> - -<source>Completed successfully</source> -<target>Dovršeno uspješno</target> - -<source>Completed with warnings</source> -<target>Dovršeno s upozorenjima</target> - -<source>Completed with errors</source> -<target>Dovršeno s pogreškama</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Ne mogu pristupiti Voulme Shadow Copy servisu.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Molimo pokrenite 64-bitnu verziju FreeFileSync-a da bi izradili shadow kopije na ovom sustavu.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Naziv spremnika %x nije dio putanje datotke %y.</target> - -<source>File time and size</source> -<target>Vrijeme i veličina datoteke</target> - -<source>File content</source> -<target>Sadržaj datoteke</target> - -<source>File size</source> -<target>Veličina datoteke</target> - -<source>Two way</source> -<target>Dvosmjerno</target> - -<source>Mirror</source> -<target>Zrcalno</target> - -<source>Update</source> -<target>Ažuriraj</target> - -<source>Custom</source> -<target>Prilagođeno</target> - -<source>Multiple...</source> -<target>Mnogostruko...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Ne mogu zapisati svojstva od %x.</target> - -<source>%x and %y have different content.</source> -<target>%x. i %y imaju različit sadržaj.</target> - -<source>Data verification error:</source> -<target>Pogreška verificiranja podataka:</target> - -<source>Moving file %x to %y</source> -<target>Premještanje datoteke %x u %y</target> - -<source>Moving folder %x to %y</source> -<target>Premještanje mape %x u %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Premještanje simboličnog linka %x u %y</target> - -<source>Updating file %x</source> -<target>Ažuriram datoteku %x</target> - -<source>Updating symbolic link %x</source> -<target>Ažuriram simboličnu poveznicu %x</target> - -<source>Verifying file %x</source> -<target>Provjeravanje datoteke %x</target> - -<source>Updating attributes of %x</source> -<target>Obnavljam atribute od %x</target> - -<source>Source item %x not found</source> -<target>Izvorna datoteka %x nije pronađena</target> - -<source>Parent folder %x is not existing.</source> -<target>Glavna mapa %x ne postoji.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Ne mogu kopirati datoteku %x na %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Kreiranje Volume Shadow Copy za %x...</target> - -<source>Cannot find folder %x.</source> -<target>Ne mogu pronaći mapu %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Ciljna mapa %x već postoji, ali nije bila dostupna prilikom usporedbe mapa.</target> - -<source>Target folder input field must not be empty.</source> -<target>Odredišna mapa ne može biti prazna.</target> - -<source>Source folder %x not found.</source> -<target>Izvorna mapa %x nije pronađena.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Molimo odaberite odredišnu mapu za označavanje.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Slijedeće stavke imaju nerješene konflikte i zato neće biti sinkronizirane:</target> - -<source>Folder pair:</source> -<target>Par mapa:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Slijedeće mape su značajno različite. Molimo provjerite da su mape za sinkronizaciju ispravno odabrane.</target> - -<source>Not enough free disk space available in:</source> -<target>Nedovoljno prostora na disku:</target> - -<source>Available:</source> -<target>Dostupno:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Neke datoteke će biti sinkronizirane kao dio više baznih mapa.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Da biste izbjegli sukobe, postavite filtere za izuzeće tako da svaka ažurirana datoteka bude sadržana u samo jednoj baznoj mapi.</target> - -<source>Versioning folder:</source> -<target>Verzija mape:</target> - -<source>Base folder:</source> -<target>Bazna mapa:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Usporedni folder se nalazi u baznom folderu.</target> - -<source>Synchronizing folder pair:</source> -<target>Mape sinkronizacije::</target> - -<source>Generating database...</source> -<target>Izrađivanje baze podataka...</target> - -<source>Searching for old file versions:</source> -<target>Pretraživanje starih verzija datoteka:</target> - -<source>Removing old file versions:</source> -<target>Uklanjanje starih verzija datoteka:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nije moguća izrada vremenske oznake za označavanje:</target> - -<source>Drag && drop</source> -<target>Povuci && ispusti</target> - -<source>Select a folder</source> -<target>Odaberite mapu</target> - -<source>&New</source> -<target>&Novo</target> - -<source>&Open...</source> -<target>&Otvori...</target> - -<source>Save &as...</source> -<target>Spremiti &kao...</target> - -<source>E&xit</source> -<target>I&zlaz</target> - -<source>&File</source> -<target>&Datoteka</target> - -<source>&View help</source> -<target>&Pogledaj pomoć</target> - -<source>&About</source> -<target>&O programu</target> - -<source>&Help</source> -<target>&Pomoć</target> - -<source>Usage:</source> -<target>Uporaba:</target> - -<source>Select folders to watch.</source> -<target>Odaberite mape za nadziranje.</target> - -<source>Enter a command line.</source> -<target>Unesite naredbu.</target> - -<source>Press 'Start'.</source> -<target>Pretisnite 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Da biste započeli jednostavno uvezite "ffs_batch" datoteku.</target> - -<source>Folders to watch:</source> -<target>Mape za nadziranje:</target> - -<source>Add folder</source> -<target>Dodaj mapu</target> - -<source>Remove folder</source> -<target>Ukloni mapu</target> - -<source>Browse</source> -<target>Odaberi</target> - -<source>Idle time (in seconds):</source> -<target>Vrijeme pripravnosti (u sekundama):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Vrijeme čekanja između zadnje prepoznate promjene i izvršenja naredbe</target> - -<source>Command line:</source> -<target>Naredbena linija:</target> - -<source>&Hide console window</source> -<target>&Sakrij upravljački prozor</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Naredba će biti pokrenuta ako se: -- datoteke ili podmape promijene -- pojave nove mape (npr. umetanje USB stika) -</target> - -<source>Start</source> -<target>Započni</target> - -<source>About</source> -<target>O programu</target> - -<source>Build: %x</source> -<target>Inačnica: %x</target> - -<source>All files</source> -<target>Sve datoteke</target> - -<source>Automated Synchronization</source> -<target>Automatska Sinkronizacija</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x protokol ne podržava nadziranje mapa:</target> - -<source>Directory monitoring active</source> -<target>Nadzor direktorija je aktivan</target> - -<source>Waiting until directory is available:</source> -<target>Čekanje dok mapa bude dostupna:</target> - -<source>&Configure</source> -<target>&Postavke</target> - -<source>&Show error message</source> -<target>&Pokaži poruke o greškama</target> - -<source>&Quit</source> -<target>&Izlaz</target> - -<source>&Retry</source> -<target>&Ponovi</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x bajt</pluralform> -<pluralform>%x bajta</pluralform> -<pluralform>%x bajtova</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Učitavam...</target> - -<source>Scanning...</source> -<target>Tražim...</target> - -<source>configuration file</source> -<target>datoteka postavki</target> - -<source>System: Sleep</source> -<target>Sistem: Spavanje</target> - -<source>System: Shut down</source> -<target>Sistem: Isključivanje</target> - -<source>Nothing to synchronize</source> -<target>Ništa za sinkronizirati</target> - -<source>Executing command:</source> -<target>Naredba za izuzeće:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Možete prijeći na glavni prozor FreeFileSynca da bi rješili ovaj problem.</target> - -<source>&Don't show this warning again</source> -<target>&Ne prikazuj više ovo upozorenje.</target> - -<source>&Ignore</source> -<target>&Ignoriraj</target> - -<source>&Switch</source> -<target>&Prebaci</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Prebacivanje na glavni prozor FreeFileSync</target> - -<source>Automatic retry</source> -<target>Automatski pokušaj</target> - -<source>Ignore &all</source> -<target>Ignoriraj &sve</target> - -<source>Retrying operation...</source> -<target>Ponavljam operaciju...</target> - -<source>Serious Error</source> -<target>Ozbiljna Pogreška</target> - -<source>Last session</source> -<target>Zadnja sesija</target> - -<source>Today</source> -<target>Danas</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x dan</pluralform> -<pluralform>%x dana</pluralform> -<pluralform>%x dana</pluralform> -</target> - -<source>Name</source> -<target>Naziv</target> - -<source>Last sync</source> -<target>Zadnja sinkr</target> - -<source>Log</source> -<target>Izvješće</target> - -<source>Folder</source> -<target>Mapa</target> - -<source>Symlink</source> -<target>Poveznica simbola</target> - -<source>Full path</source> -<target>Puna putanja</target> - -<source>Relative path</source> -<target>Relativna putanja</target> - -<source>Item name</source> -<target>Naziv stavke</target> - -<source>Size</source> -<target>Veličina</target> - -<source>Date</source> -<target>Datum</target> - -<source>Extension</source> -<target>Ekstenzija</target> - -<source>Category</source> -<target>Kategorija</target> - -<source>Action</source> -<target>Radnja</target> - -<source>Local comparison settings</source> -<target>Lokalne postavke usporedbe</target> - -<source>Local synchronization settings</source> -<target>Lokalne postavke sinkronizacije</target> - -<source>Local filter</source> -<target>Lokalni filter</target> - -<source>Active</source> -<target>Aktivno</target> - -<source>None</source> -<target>Ništa</target> - -<source>Remove local settings</source> -<target>Ukloni lokalne postavke</target> - -<source>Clear local filter</source> -<target>Očisti lokalni filter</target> - -<source>Copy</source> -<target>Kopiraj</target> - -<source>Paste</source> -<target>Zalijepi</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Odabrana mapa %x ne može biti korištena u FreeFileSync-u.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Molimo odaberite mapu na lokalnom disku, mreži ili MTP uređaju.</target> - -<source>Defined by context of use</source> -<target>Određeno kontekstom uporabe</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Zahtjeva FreeFileSync Donatorsku Verziju</target> - -<source>&Save</source> -<target>&Spremi</target> - -<source>Save as &batch job...</source> -<target>Spremi kao &Slijedni zadatak...</target> - -<source>Show &log</source> -<target>Prikaži &zapisnik</target> - -<source>Start &comparison</source> -<target>Započni &usporedbu</target> - -<source>C&omparison settings</source> -<target>P&ostavke usporedbe</target> - -<source>&Filter settings</source> -<target>&Postavke filtera</target> - -<source>S&ynchronization settings</source> -<target>P&ostavke sinkronizacije</target> - -<source>Start &synchronization</source> -<target>Započni &sinkronizaciju</target> - -<source>&Actions</source> -<target>&Akcije</target> - -<source>&Preferences</source> -<target>&Perfomanse</target> - -<source>&Language</source> -<target>&Jezik</target> - -<source>&Find...</source> -<target>&Pronađi...</target> - -<source>&Export file list...</source> -<target>&Izvoz popisa datoteka...</target> - -<source>&Reset layout</source> -<target>&Resetiraj prikaz</target> - -<source>&Tools</source> -<target>&Alati</target> - -<source>&Check for updates now</source> -<target>&Provjeri nadogradnju sada</target> - -<source>Check &automatically once a week</source> -<target>Provjeri &automatski jednom tjedno</target> - -<source>Cancel</source> -<target>Odustani</target> - -<source>Compare</source> -<target>Usporedi</target> - -<source>Synchronize</source> -<target>Sinkroniziraj</target> - -<source>Add folder pair</source> -<target>Dodaj više mapa</target> - -<source>Remove folder pair</source> -<target>Ukloni ovu mapu</target> - -<source>Access online storage</source> -<target>Pristupi online pohrani</target> - -<source>Close search bar</source> -<target>Zatvori traku pretraživanja</target> - -<source>Find:</source> -<target>Pronađi:</target> - -<source>Match case</source> -<target>Identičan naziv</target> - -<source>Processed:</source> -<target>Odrađeno:</target> - -<source>Remaining:</source> -<target>Preostalo:</target> - -<source>New</source> -<target>Novo</target> - -<source>Open...</source> -<target>Otvori...</target> - -<source>Save</source> -<target>Spremi</target> - -<source>Save as...</source> -<target>Spremi kao...</target> - -<source>View type:</source> -<target>Vrsta prikaza:</target> - -<source>Select view:</source> -<target>Odaberite prikaz:</target> - -<source>Save as default</source> -<target>Spremi kao standardno</target> - -<source>Statistics:</source> -<target>Statistika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Broj datoteka i mapa koje će biti obrisane</target> - -<source>Number of files that will be updated</source> -<target>Broj datoteka koje će biti ažurirane</target> - -<source>Number of files and folders that will be created</source> -<target>Broj datoteka i foldera koje će biti izrađene</target> - -<source>Total bytes to copy</source> -<target>Ukupno bajta za kopirati</target> - -<source>Arrange folder pair</source> -<target>Rasporedi par mapa</target> - -<source>Main settings:</source> -<target>Glavne postavke:</target> - -<source>Use local settings:</source> -<target>Koristi lokalne postavke:</target> - -<source>Select a variant:</source> -<target>Odaberi opciju:</target> - -<source>Include &symbolic links:</source> -<target>Koristi &simbolične poveznice:</target> - -<source>&Follow</source> -<target>&Prati</target> - -<source>&Direct</source> -<target>&Direktno</target> - -<source>More information</source> -<target>Više informacija</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Zanemari vremenski pomak [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Popis u vremenskim razlikama datoteka za ignorirati</target> - -<source>Example:</source> -<target>Primjer:</target> - -<source>Handle daylight saving time</source> -<target>Upravljaj ljetnim računanjem vremena</target> - -<source>Ignore errors</source> -<target>Zanemariti pogreške</target> - -<source>Retry count:</source> -<target>Broj pokušaja:</target> - -<source>Delay (in seconds):</source> -<target>Odgoda (u sekundama):</target> - -<source>Performance improvements:</source> -<target>Poboljšanje perfomansi:</target> - -<source>Parallel file operations:</source> -<target>Paralelne operacije datotekama:</target> - -<source>How to get best performance?</source> -<target>Kako dobiti najbolje perfomanse?</target> - -<source>Local settings:</source> -<target>Lokalne postavke:</target> - -<source>Include:</source> -<target>Obuhvati:</target> - -<source>Show examples</source> -<target>Prikaži primjere</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Odaberite filter pravila da biste isključili određene datoteke iz sinkronizacije. Unesite relativnu putanju datoteka prema njihovim odgovarajućim parovima mapa.</target> - -<source>File size:</source> -<target>Veličina datoteke:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maksimum:</target> - -<source>Time span:</source> -<target>Vremenski raspon:</target> - -<source>C&lear</source> -<target>O&čisti</target> - -<source>Detect moved files</source> -<target>Otkrij premještene datoteke</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nije podržano kod svih datotečnih sustava -- Zahtjeva i stvara bazu podataka -- Otkrivanje nije dostupno za prvu sinkronizaciju -</target> - -<source>Delete files:</source> -<target>Izbriši datoteke:</target> - -<source>&Recycle bin</source> -<target>&Koš za smeće</target> - -<source>&Permanent</source> -<target>&Trajno</target> - -<source>&Versioning</source> -<target>&Odabir</target> - -<source>Move files to a user-defined folder</source> -<target>Premjesti datoteke u mapu određenu od korsnika</target> - -<source>Naming convention:</source> -<target>Naziv pravila:</target> - -<source>Limit file versions:</source> -<target>Limitiranje verzija datoteka:</target> - -<source>Last x days:</source> -<target>Zadnjih nekoliko dana:</target> - -<source>&Override default log path:</source> -<target>&Prepiši zadanu putanju zapisnika:</target> - -<source>Run a command:</source> -<target>Izvrši naredbu:</target> - -<source>OK</source> -<target>U redu</target> - -<source>Connection type:</source> -<target>Tip konekcije:</target> - -<source>Connected user accounts:</source> -<target>Povezani korisnički računi:</target> - -<source>&Add connection</source> -<target>&Dodaj račun</target> - -<source>&Disconnect</source> -<target>&Odspojiti</target> - -<source>Selected user account:</source> -<target>Odabrani korisnički račun:</target> - -<source>Server name or IP address:</source> -<target>Naziv servera ili IP adresa:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Enkripcija:</target> - -<source>&Disabled</source> -<target>&Isključeno</target> - -<source>&Explicit SSL/TLS</source> -<target>&Isključivo SSL/TLS</target> - -<source>Authentication:</source> -<target>Provjera korisnika:</target> - -<source>&Password</source> -<target>&Lozinka</target> - -<source>&Key file</source> -<target>&Ključ</target> - -<source>&SSH agent</source> -<target>&SSH upravitelj</target> - -<source>User name:</source> -<target>Korisničko ime:</target> - -<source>Private key file:</source> -<target>Privatni ključ:</target> - -<source>&Show password</source> -<target>&Prikaži lozinku</target> - -<source>Directory on server:</source> -<target>Mapa na serveru:</target> - -<source>Access timeout (in seconds):</source> -<target>Prekid pristupa nakon (u sekundama):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanala po konekciji:</target> - -<source>Detect server limit</source> -<target>Detektiranje limita servera</target> - -<source>Select Folder</source> -<target>Odaberi mapu</target> - -<source>Variant:</source> -<target>Opcija:</target> - -<source>&Don't show this dialog again</source> -<target>&Nemoj više prikazivati ovaj dijaloški prozor</target> - -<source>Bytes:</source> -<target>Bajta:</target> - -<source>Items:</source> -<target>Stavki:</target> - -<source>Synchronizing...</source> -<target>Sinkroniziranje...</target> - -<source>Minimize to notification area</source> -<target>Minimiziraj u područje obavjesti</target> - -<source>Bytes</source> -<target>Bajta</target> - -<source>Items</source> -<target>Stavke</target> - -<source>When finished:</source> -<target>Nakon završetka:</target> - -<source>Auto-close</source> -<target>Auto-zatvaranje</target> - -<source>Close</source> -<target>Zatvori</target> - -<source>&Pause</source> -<target>&Pauziraj</target> - -<source>Stop</source> -<target>Zaustavi</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Stvaranje slijednih datoteka za sinkronizaciju bez nadzora. Da započnete, dvostruko-kliknite na ovu datoteku ili planirajte u planeru zadataka: %x</target> - -<source>Progress dialog:</source> -<target>Prozor napretka:</target> - -<source>Run minimized</source> -<target>Pokreni minimizirano</target> - -<source>Show pop-up on errors or warnings</source> -<target>Prikaži skočni prozor pri greškama i upozorenjima</target> - -<source>&Cancel</source> -<target>&Odustani</target> - -<source>Stop synchronization at first error</source> -<target>Zaustavi sinkronizaciju pri prvoj pogrešci</target> - -<source>How can I schedule a batch job?</source> -<target>Kako zakazati slijedni zadatak?</target> - -<source>&Keep relative paths</source> -<target>&Zadrži relativne putanje</target> - -<source>&Overwrite existing files</source> -<target>&Prepiši postojeće datoteke</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Ove postavke se koriste za sve sinkronizacijske zadatke.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiraj u privremenu datoteku (*.ffs_tmp) prije prepisivanja ciljne datoteke -Ovo garantira stabilno stanje čak u slučaju ozbiljne greške. -</target> - -<source>recommended</source> -<target>preporučljivo</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiraj djeljene ili zaključane datoteke pomoću Volume Shadow Copy servisa.</target> - -<source>requires administrator rights</source> -<target>zahtjeva administratorska prava</target> - -<source>Transfer file and folder permissions.</source> -<target>Prenesi dopuštenja za datoteke i mape.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Prikaži sve trajno skrivene prozore i poruke upozorenja ponovno</target> - -<source>Default log path:</source> -<target>Zadana putanja zapisnika:</target> - -<source>&Delete logs after x days:</source> -<target>&Izbrisati zapisnike nakon x dana:</target> - -<source>Notification sounds:</source> -<target>Zvukovi upozorenja:</target> - -<source>Synchronization finished:</source> -<target>Sinkronizacija dovršena:</target> - -<source>Customize context menu:</source> -<target>Prilagodite kontekstni izbornik:</target> - -<source>Description</source> -<target>Opis</target> - -<source>&Default</source> -<target>&Zadano</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Povratne informacije i prijedlozi su dobrodošli:</target> - -<source>Home page</source> -<target>Web stranica</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Ako volite FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Podržite nas donacijom</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Auto updater je onemogućen od strane administratora.</target> - -<source>Donation details</source> -<target>Detalji donacije</target> - -<source>Source code written in C++ using:</source> -<target>Izvorni kod napisan u C++ uz korištenje:</target> - -<source>Published under the GNU General Public License:</source> -<target>Objavljeno pod GNU General Public Licencom:</target> - -<source>Many thanks for localization:</source> -<target>Velike zahvale idu:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivirajte FreeFileSync Donatorsku Verziju pomoću sljedećih načina:</target> - -<source>Activate via internet now:</source> -<target>Aktivacija preko interneta:</target> - -<source>Activate online</source> -<target>Aktiviraj online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Preuzeti offline aktivacijski ključ sa sljedeće URL adrese:</target> - -<source>&Copy to clipboard</source> -<target>&Kopirati u međuspremnik</target> - -<source>Enter activation key:</source> -<target>Unesite aktivacijski ključ:</target> - -<source>Activate offline</source> -<target>Aktivacija offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Istakni postavke koje nisu pokrenute više od broja dana:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync zahtjeva prava pristupa kako bi izbjegli pogrešku "Naredba nije dopuštena" prilikom sinkronizacije vaših datoteka (npr. Mail, Poruke, Kalendar).</target> - -<source>Locate the FreeFileSync app</source> -<target>Lociranje FreeFileSync aplikacije</target> - -<source>Open Security && Privacy</source> -<target>Otvoriti Sigurnost i privatnost</target> - -<source>Click the lock to allow changes.</source> -<target>Kliknite na lokot kako bi odobrili promjene.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Povući FreeFileSync u prozor.</target> - -<source>Synchronization Settings</source> -<target>Postavke Sinkronizacije</target> - -<source>Access Online Storage</source> -<target>Pristupi online pohrani</target> - -<source>Save as a Batch Job</source> -<target>Spremi kao slijedni zadatak</target> - -<source>Delete Items</source> -<target>Izbriši stavke</target> - -<source>Copy Items</source> -<target>Kopiraj stavke</target> - -<source>Options</source> -<target>Opcije</target> - -<source>Select Time Span</source> -<target>Odaberite vremenski raspon</target> - -<source>Highlight Configurations</source> -<target>Istakni postavke</target> - -<source>Grant Full Disk Access</source> -<target>Dopustiti puni pristup disku</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Nema izvještaja</target> - -<source>Select all</source> -<target>Odaberi sve</target> - -<source>&Options</source> -<target>&Opcije</target> - -<source>Main Bar</source> -<target>Glavna traka</target> - -<source>Folder Pairs</source> -<target>Parovi mapa</target> - -<source>Find</source> -<target>Pronađi</target> - -<source>View Settings</source> -<target>Postavke prikaza</target> - -<source>Configuration</source> -<target>Postavke</target> - -<source>Overview</source> -<target>Pregled</target> - -<source>Swap sides</source> -<target>Zamjeni strane</target> - -<source>Show "%x"</source> -<target>Prikaži "%x"</target> - -<source>&Show details</source> -<target>&Prikaži detalje</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x je dostupan!</target> - -<source>Local path not available for %x.</source> -<target>Nije dostupna lokalna putanja za %x.</target> - -<source>Confirm</source> -<target>Potvrdi</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Da li doista želite izvršiti naredbu %y za %x stavke?</pluralform> -<pluralform>Da li doista želite izvršiti naredbu %y za %x stavki?</pluralform> -<pluralform>Da li doista želite izvršiti naredbu %y za %x stavki?</pluralform> -</target> - -<source>&Execute</source> -<target>&Izvrši</target> - -<source>Set direction:</source> -<target>Odaberi smjer:</target> - -<source>multiple selection</source> -<target>višestruki odabir</target> - -<source>&Include via filter:</source> -<target>&Uključi pomoću filtera:</target> - -<source>&Exclude via filter:</source> -<target>&Izdvoji pomoću filtera:</target> - -<source>Include temporarily</source> -<target>Trenutno uključi</target> - -<source>Exclude temporarily</source> -<target>Izuzmi privremeno</target> - -<source>&Synchronize selection</source> -<target>&Sinkroniziraj odabrano</target> - -<source>&Copy to...</source> -<target>&Kopiraj na...</target> - -<source>&Delete</source> -<target>&Izbriši</target> - -<source>Show icons:</source> -<target>Prikaži ikone:</target> - -<source>Small</source> -<target>Male</target> - -<source>Medium</source> -<target>Srednje</target> - -<source>Large</source> -<target>Velike</target> - -<source>Select time span...</source> -<target>Odaberite vremenski raspon...</target> - -<source>Donation Edition</source> -<target>Donatorska Verzija</target> - -<source>Folder Comparison and Synchronization</source> -<target>Usporedba i sinkronizacija mapa</target> - -<source>Configuration saved</source> -<target>Postavke spremljene</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync slijedni zadatak</target> - -<source>Do you want to save changes to %x?</source> -<target>Da li želite spremiti izmjene za %x?</target> - -<source>Never save &changes</source> -<target>Nikad ne spremaj &promjene</target> - -<source>Do&n't save</source> -<target>&Nemoj spremiti</target> - -<source>%x cannot be renamed.</source> -<target>%x nije moguće preimenovati.</target> - -<source>New name:</source> -<target>Novi naziv:</target> - -<source>Rename Configuration</source> -<target>Postavke preimenovanja</target> - -<source>Configuration name must not be empty.</source> -<target>Naziv postavki ne može biti prazan.</target> - -<source>&Rename...</source> -<target>&Preimenovanje...</target> - -<source>Hide configuration</source> -<target>Sakrij postavke</target> - -<source>Highlight...</source> -<target>Istakni....</target> - -<source>Clear filter</source> -<target>Očisti filter</target> - -<source>Show files that exist on left side only</source> -<target>Prikaži datoteke koje postoje samo na lijevoj strani</target> - -<source>Show files that exist on right side only</source> -<target>Prikaži datoteke koje postoje samo na desnoj strani</target> - -<source>Show files that are newer on left</source> -<target>Prikaži datoteke koje su novije lijevo</target> - -<source>Show files that are newer on right</source> -<target>Prikaži datoteke koje su novije desno</target> - -<source>Show files that are equal</source> -<target>Prikaži jednake datoteke</target> - -<source>Show files that are different</source> -<target>Prikaži datoteke koje su različite</target> - -<source>Show conflicts</source> -<target>Prikaži sukobe</target> - -<source>Show files that will be created on the left side</source> -<target>Prikaži datoteke koje će biti kreirane na lijevoj strani</target> - -<source>Show files that will be created on the right side</source> -<target>Prikaži datoteke koje će biti kreirane na desnoj strani</target> - -<source>Show files that will be deleted on the left side</source> -<target>Prikaži datoteke koje će biti izbrisane na lijevoj strani</target> - -<source>Show files that will be deleted on the right side</source> -<target>Prikaži datoteke koje će biti izbrisane na desnoj strani</target> - -<source>Show files that will be updated on the left side</source> -<target>Prikaži datoteke koje će biti ažurirane na lijevoj strani</target> - -<source>Show files that will be updated on the right side</source> -<target>Prikaži datoteke koje će biti ažurirane na desnoj strani</target> - -<source>Show files that won't be copied</source> -<target>Prikaži datoteke koje neće biti kopirane</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Prikaži filtrirane ili privremeno odvojene datoteke</target> - -<source>Filter</source> -<target>Filtriranje</target> - -<source>All files are in sync</source> -<target>Sve datoteke su u sinkronizaciji</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x direktorij</pluralform> -<pluralform>%x direktorija</pluralform> -<pluralform>%x direktorija</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x datoteka</pluralform> -<pluralform>%x datoteke</pluralform> -<pluralform>%x datoteka</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Prikazano %y od %x reda</pluralform> -<pluralform>Prikazano %y od %x redova</pluralform> -<pluralform>Prikazano %y od %x redova</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Ne mogu pronaći %x</target> - -<source>Move up</source> -<target>Premjesti gore</target> - -<source>Move down</source> -<target>Premjesti dolje</target> - -<source>Comma-separated values</source> -<target>Zarezom odvojene vrijednosti</target> - -<source>File list exported</source> -<target>Popis datoteka je izvezen</target> - -<source>Searching for program updates...</source> -<target>Tražim nadogradnju programa...</target> - -<source>Paused</source> -<target>Pauzirano</target> - -<source>Stop requested...</source> -<target>Zatražen prekid...</target> - -<source>Initializing...</source> -<target>Započinjem...</target> - -<source>Comparing content...</source> -<target>Uspoređujem sadržaj...</target> - -<source>&Continue</source> -<target>&Nastavi</target> - -<source>Progress</source> -<target>Napredak</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Hvala Vam, %x, na vašoj donaciji i podršci!</target> - -<source>Connections</source> -<target>Konekcije</target> - -<source>Recommended range:</source> -<target>Predloženi raspon:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Da li se zaista želite odspojiti od korisničkog računa %x?</target> - -<source>Password:</source> -<target>Lozinka:</target> - -<source>Key passphrase:</source> -<target>Lozinka:</target> - -<source>Please enter a file path.</source> -<target>Molimo unesite putanju datoteke.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopirati navedenu %x stavku u drugu mapu?</pluralform> -<pluralform>Kopirati slijedeće %x stavke u drugu mapu?</pluralform> -<pluralform>Kopirati slijedećih %x stavki u drugu mapu?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Molim unesite odredišnu mapu.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Da li zaista želite premjestiti sljedeću %x stavku u koš za smeće?</pluralform> -<pluralform>Da li zaista želite premjestiti sljedeće %x stavke u koš za smeće?</pluralform> -<pluralform>Da li zaista želite premjestiti sljedećih %x stavki u koš za smeće?</pluralform> -</target> - -<source>Move</source> -<target>Premjesti</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Da li zaista želite obrisati sljedeću %x stavku?</pluralform> -<pluralform>Da li zaista želite obristi sljedeće %x stavke?</pluralform> -<pluralform>Da li zaista želite obristi sljedećih %x stavki?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Započeti sinkronizaciju odabranog?</target> - -<source>Start synchronization now?</source> -<target>Započeti sinkronizaciju sada?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiraj DACL, SACL, Vlasnika, Grupu</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integriraj vanjske aplikacije u kontekstni meni. Sljedeći makroi su dostupni:</target> - -<source>Full file or folder path</source> -<target>Puna putanja datoteke ili mape</target> - -<source>Parent folder path</source> -<target>Putanja bazne mape</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Privremena lokalna kopija za SFTP i MTP pohranu</target> - -<source>Parameters for opposite side</source> -<target>Parametri za suprotnu stranu</target> - -<source>Show hidden dialogs again</source> -<target>Prikaži skrivene prozore ponovno</target> - -<source>All dialogs shown</source> -<target>Svi prozori prikazani</target> - -<source>Downloading update...</source> -<target>Preuzimanje ažuriranja...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Ustanovi jednake datoteke uspoređujući vrijeme izmjene i veličinu.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Ustanovi jednake datoteke uspoređujući sadržaj datoteke.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Prepoznaj jednake datoteke uspoređujući njihovu veličinu.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Pronađi i izvrši izmjene na obje strane. Izbrisano, premješteno te sukobi se otkriju automatski pomoću baze podataka.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Izradi zrcalnu pričuvu lijeve mape prilagođavajući desnu mapu da bude jednaka.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopiraj nove i ažurirane datoteke u desnu mapu.</target> - -<source>Configure your own synchronization rules.</source> -<target>Postavite vaša vlastita pravila za sinkronizaciju.</target> - -<source>Comparison</source> -<target>Usporedba</target> - -<source>Synchronization</source> -<target>Sinkronizacija</target> - -<source>This week</source> -<target>Ovaj tjedan</target> - -<source>This month</source> -<target>Ovaj mjesec</target> - -<source>This year</source> -<target>Ove godine</target> - -<source>Byte</source> -<target>Bajt</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Zadržati izbrisane i prepisane datoteke u košu za smeće</target> - -<source>Delete and overwrite files permanently</source> -<target>Izbrisati i prepisat datoteke trajno</target> - -<source>Replace</source> -<target>Zamjeni</target> - -<source>Move files and replace if existing</source> -<target>Premjesti datoteke i zamjeni ako već postoje</target> - -<source>Time stamp</source> -<target>Vremenska oznaka</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Premjesti datoteke u vremenski označen podfolder</target> - -<source>File</source> -<target>Datoteka</target> - -<source>Append a time stamp to each file name</source> -<target>Dodijeli vremensku oznaku za svaki naziv datoteke</target> - -<source>On completion:</source> -<target>Pri dovršetku:</target> - -<source>On errors:</source> -<target>Uslijed grešaka:</target> - -<source>On success:</source> -<target>Pri uspješnom dovršetku:</target> - -<source>Main config</source> -<target>Glavne postavke</target> - -<source>empty</source> -<target>prazno</target> - -<source>Leave as unresolved conflict</source> -<target>Ostavi kao neriješeni konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>GGGG-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Broj minimalnih verzija treba biti manji od maksimalnog broja.</target> - -<source>&Restore</source> -<target>&Vrati</target> - -<source>Files</source> -<target>Datoteke</target> - -<source>Percentage</source> -<target>Postotak</target> - -<source>Failed to retrieve update information.</source> -<target>Preuzimanje informacija za ažuriranje nije bilo uspješno.</target> - -<source>Automatic updates:</source> -<target>Automatsko ažuriranje:</target> - -<source>Check for Program Updates</source> -<target>Provjeri za nadogradnje programa</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Automatski ažurirati sada ili preuzeti manualno sa FreeFileSync stranice?</target> - -<source>&Auto-update</source> -<target>&Automatsko ažuriranje</target> - -<source>&Home page</source> -<target>&Web stranica</target> - -<source>Download now?</source> -<target>Preuzeti sada?</target> - -<source>&Download</source> -<target>&Preuzmi</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync je ažuran.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Nije moguće pronaći trenutnu FreeFileSync verziju online. Vjerojatno je dostupna novija verzija. Provjeriti ručno sada?</target> - -<source>&Check</source> -<target>&Provjeri</target> - -<source>Consistency check failed for %x.</source> -<target>Provjera dosljednosti nije uspjela za %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Instalacija je registrirana na drugom operacijskom sustavu.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Aktivacija Donatorske Verzije FreeFileSync nije bila uspješna.</target> - -<source>Incorrect activation key.</source> -<target>Neispravan aktivacijski ključ.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nije moguće registriranje za primanje sistemskih poruka.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x opcija instalacije je dostupna samo u FreeFileSync Donatorskoj verziji.</target> - -<source>Cannot find system function %x.</source> -<target>Ne mogu pronaći sistemsku funkciju %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nije moguće registrirati prijavu uređaja za %x.</target> - -<source>The file is locked by another process:</source> -<target>Datoteku koristi drugi proces:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Neuspješno otkrivanje dopuštenja pristupa za mapu %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Ne mogu čitati zaštićeni sadržaj %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Ne mogu zapisati zaštićeni sadržaj %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Ne mogu čitati dopuštenja od %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nije moguće kopiranje dozvola za %x prema %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nije ispravan naziv mape.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nije moguće kopiranje atributa od %x prema %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x sat</pluralform> -<pluralform>%x sata</pluralform> -<pluralform>%x sati</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Ne mogu postaviti prava za %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nije moguće obustaviti sistemsko stanje pripravnosti.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Ne može se promjeniti proces I/O prioriteta.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Provjeravanje koša za smeće neuspješno za mapu %x.</target> - -<source>Unable to shut down the system.</source> -<target>Nije moguće isključiti računalo.</target> - -<source>Prepare installation</source> -<target>Pripremam instalaciju</target> - -<source>Choose which components you want to install.</source> -<target>Odaberite komponente koje želite instalirati.</target> - -<source>Select installation type:</source> -<target>Odaberite vrstu instalacije:</target> - -<source>Local</source> -<target>Lokalno</target> - -<source>Portable</source> -<target>Prenosivo</target> - -<source>Save settings in %x</source> -<target>Spremanje postavki u %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registriraj FreeFileSync ekstenziju</target> - -<source>Create Explorer context menu entries</source> -<target>Izradi stavke u Explorer kontekstnom izborniku</target> - -<source>Save settings in installation directory</source> -<target>Spremi postavke u instalacijsku mapu</target> - -<source>Do not write to Registry</source> -<target>Ne upisuj u Registry</target> - -<source>Just copy the files</source> -<target>Samo kopiraj datoteke</target> - -<source>Choose a directory for installation:</source> -<target>Odaberi mapu za instalaciju:</target> - -<source>Create shortcuts:</source> -<target>Izradi prečac:</target> - -<source>Desktop</source> -<target>Radna površina</target> - -<source>Start Menu</source> -<target>Start izbornik</target> - -<source>Send To</source> -<target>Pošalji na</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registriram FreeFileSync ekstenziju</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Uklanjam FreeFileSync ekstenziju</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Postavke</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync slijedna datoteka</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync sinkronizacijska baza podataka</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync postavke</target> - -<source>Edit with FreeFileSync</source> -<target>Uredi pomoću FreeFileSynca</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Umjesto reklama, prikazujemo vam životinje.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync prijenosna verzija se ne može instalirati u podfolder od %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Molimo odaberite lokalnu instalaciju ili odaberite drugu mapu za instalaciju.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Preuzmite donatorsku verziju sa bonus opcijama i pomognite da FreeFileSync ostane bez reklama.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/czech.lng b/FreeFileSync/Build/Resources/Languages/czech.lng deleted file mode 100755 index 2594f3aa..00000000 --- a/FreeFileSync/Build/Resources/Languages/czech.lng +++ /dev/null @@ -1,2149 +0,0 @@ -<header> - <language>Čeština</language> - <translator>ViCi</translator> - <locale>cs_CZ</locale> - <image>flag_czech_republic.png</image> - <plural_count>3</plural_count> - <plural_definition>n==1 ? 0 : n>=2 && n<=4 ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Nelze číst soubor %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -+Neočekávaná velikost dat. -Očekáváno: %x b -Aktuálně: %y b -</target> - -<source>Cannot write file %x.</source> -<target>Nelze zapsat soubor %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Nelze zapsat oprávnění pro %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operace není podporována mezi různými zařízeními.</target> - -<source>Cannot delete file %x.</source> -<target>Nelze smazat soubor %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Nelze smazat symbolický odkaz %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Nelze smazat adresář %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Nelze přesunout soubor %x do %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Nelze kopírovat symbolický odkaz %x do %y.</target> - -<source>Error Code %x</source> -<target>Chybový kód %x</target> - -<source>Cannot read directory %x.</source> -<target>Nelze číst adresář %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Nelze nastavit čas změny ve vlastnostech %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Nelze číst vlastnosti souboru %x.</target> - -<source>Cannot create directory %x.</source> -<target>Nelze vytvořit adresář %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Nelze určit výslednou cestu pro %x.</target> - -<source>Operation not supported by device.</source> -<target>Operace není zařízením podporována.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Nelze najít odkaz zástupce %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Není možné přesunout %x do Koše.</target> - -<source>Authentication completed.</source> -<target>Přístup povolen.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Nyní můžete tuto stránku zavřít a pokračovat s FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Přístup odmítnut.</target> - -<source>Unable to connect to %x.</source> -<target>Nepodařilo se připojit k %x.</target> - -<source>Cannot find %x.</source> -<target>Nelze najít %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Název %x je použit více jak jednou položkou ve složce.</target> - -<source>Please authorize access to user account %x.</source> -<target>Prosím autorizujte přístup k uživatelskému účtu %x.</target> - -<source>Cannot open file %x.</source> -<target>Nelze otevřít soubor %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Název %x je již používán jinou položkou.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Nelze zjistit volné místo na disku %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nelze se odpojit od %x.</target> - -<source>Unable to access %x.</source> -<target>Nepodařil se přístup k %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Nelze získat informace o serveru %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Nelze nastavit monitorování adresáře %x.</target> - -<source>Cannot find device %x.</source> -<target>Nelze nalézt zařízení %x.</target> - -<source>Cannot open directory %x.</source> -<target>Nelze otevřít adresář %x.</target> - -<source>Unsupported item type.</source> -<target>Nepodporovaný typ položky.</target> - -<source>Incorrect command line:</source> -<target>Neplatný příkaz:</target> - -<source>The server does not support authentication via %x.</source> -<target>Server nepodporuje ověření pomocí %x.</target> - -<source>Required:</source> -<target>Požadováno:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Vypršel čas 1 sekundy pro dokončení operace.</pluralform> -<pluralform>Vypršel čas %x sekund pro dokončení operace.</pluralform> -<pluralform>Vypršel čas %x sekund pro dokončení operace.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Nelze čekat na více jak 1 spojení najednou.</pluralform> -<pluralform>Nelze čekat na více jak %x spojení najednou.</pluralform> -<pluralform>Nelze čekat na více jak %x spojení najednou.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktivní spojení: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Nelze otevřít SFTP kanál %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Došlo ke změně obou stran od poslední synchronizace.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nelze určit směr synchronizace:</target> - -<source>No change since last synchronization.</source> -<target>Žádné změny od poslední synchronizace.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Databázové položky nejsou podle aktuální konfigurace synchronní.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Nastaven výchozí způsob synchronizace: Staré soubory budou nahrazeny novými.</target> - -<source>Creating file %x</source> -<target>Vytváření souboru %x</target> - -<source>Creating folder %x</source> -<target>Vytváření adresáře %x</target> - -<source>Creating symbolic link %x</source> -<target>Vytváření symbolického odkazu %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Přesouvání souboru %x do Koše</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Přesouvání adresáře %x do Koše</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Přesouvání symbolického odkazu %x do Koše</target> - -<source>Deleting file %x</source> -<target>Mazání souboru %x</target> - -<source>Deleting folder %x</source> -<target>Mazání adresáře %x</target> - -<source>Deleting symbolic link %x</source> -<target>Mazání symbolického odkazu %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Kontrola Koše na složku %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Pro některé složky nelze použít Koš a proto následující soubory budou odstraněny trvale, bez možnosti obnovy:</target> - -<source>An exception occurred</source> -<target>Vyskytla se chyba</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Je očekávané zadání parametru levého a pravého adresáře po %x.</target> - -<source>Syntax error</source> -<target>Chyba syntaxe</target> - -<source>Cannot find file %x.</source> -<target>Nelze najít soubor %x.</target> - -<source>Error</source> -<target>Chyba</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Soubor %x neobsahuje platnou konfiguraci.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Konfigurační soubor nesmí obsahovat nastavení na úrovni adresářových párů pokud je zadán přes příkazovou řádku.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Adresáře nemohou obsahovat více než jeden konfigurační soubor.</target> - -<source>Command line</source> -<target>Příkazová řádka</target> - -<source>Syntax:</source> -<target>Syntaxe:</target> - -<source>config files:</source> -<target>konfigurační soubory:</target> - -<source>directory</source> -<target>adresář</target> - -<source>global config file:</source> -<target>konfigurační soubory:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Libovolný počet konfiguračních souborů FreeFileSync typu "ffs_gui" a/nebo "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Libovolný počet alternativních párů adresářů na alespoň jednu konfiguraci.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Otevřít konfiguraci pouze pro editaci aniž by byla spuštěna.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Cesta k alternativnímu souboru GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Instalace programu je poškozena. Prosím nainstalujte znovu FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Nelze najít následující složky:</target> - -<source>The following folders do not yet exist:</source> -<target>Následující složky zatím neexistují:</target> - -<source>The folders are created automatically when needed.</source> -<target>Složky budou v případě potřeby automaticky vytvořeny.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Následující složky se v názvu liší velikostí písma. Prosím použijte stejný zápis, aby nedošlo k duplicitnímu přístupu.</target> - -<source>Scanning:</source> -<target>Zpracováváno:</target> - -<source>Comparison finished:</source> -<target>Porovnání dokončeno:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 položka nalezena</pluralform> -<pluralform>%x položky nalezeny</pluralform> -<pluralform>%x položek nalezeno</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Uplynulý čas:</target> - -<source>File %x has an invalid date.</source> -<target>Soubor %x má chybné datum.</target> - -<source>Date:</source> -<target>Čas:</target> - -<source>Files have the same date but a different size.</source> -<target>Soubory mají stejné datum a čas ale rozdílnou velikost.</target> - -<source>Size:</source> -<target>Velikost:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Porovnání obsahu bylo vynecháno pro vybrané soubory.</target> - -<source>Items differ in attributes only</source> -<target>Položky se liší pouze ve vlastnostech</target> - -<source>Resolving symbolic link %x</source> -<target>Hledání odkazu symbolického zástupce %x</target> - -<source>Comparing content of files %x</source> -<target>Porovnávání obsahu souborů %x</target> - -<source>Generating file list...</source> -<target>Vytváření seznamu souborů...</target> - -<source>Fail-safe file copy</source> -<target>Bezpečné kopírování souborů</target> - -<source>Enabled</source> -<target>Zapnuto</target> - -<source>Disabled</source> -<target>Vypnuto</target> - -<source>Copy locked files</source> -<target>Kopírování zamčených souborů</target> - -<source>Copy file access permissions</source> -<target>Kopírování přístupových oprávnění k souborům</target> - -<source>File time tolerance</source> -<target>Časová tolerance</target> - -<source>Run with background priority</source> -<target>Spuštění s prioritou na pozadí</target> - -<source>Lock directories during sync</source> -<target>Zamčení adresářů během synchronizace</target> - -<source>Verify copied files</source> -<target>Potvrzení zkopírovaných souborů</target> - -<source>Using non-default global settings:</source> -<target>Použití zvláštního nastavení:</target> - -<source>A folder input field is empty.</source> -<target>Není zadána vstupní složka.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Odpovídající složka bude považována za prázdnou.</target> - -<source>Exclude:</source> -<target>Vynechat:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Jedena ze základních párů složek je vnořená v jiném páru.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Složka by měla být vynechána ze synchronizace pomocí filtru.</target> - -<source>Calculating sync directions...</source> -<target>Příprava adresářů synchronizace...</target> - -<source>Out of memory.</source> -<target>Nedostatek pracovní paměti.</target> - -<source>Show in Explorer</source> -<target>Zobrazit v Průzkumníkovi</target> - -<source>Open with default application</source> -<target>Otevřít výchozí aplikací</target> - -<source>Browse directory</source> -<target>Procházet adresář</target> - -<source>Database file %x is incompatible.</source> -<target>Chybný formát databáze %x.</target> - -<source>Initial synchronization:</source> -<target>Prvotní synchronizace:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databázový soubor %x neexistuje.</target> - -<source>Database file is corrupted:</source> -<target>Databáze je poškozená:</target> - -<source>Loading file %x...</source> -<target>Načítání souboru %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Databázový soubor ještě neobsahuje informace o poslední synchronizaci.</target> - -<source>Saving file %x...</source> -<target>Ukládání souboru %x...</target> - -<source>Searching for folder %x...</source> -<target>Otevírání složky %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Vypršel časový limit pro nalezení adresáře %x.</target> - -<source>Cannot get process information.</source> -<target>Nelze získat informace procesu.</target> - -<source>Waiting while directory is locked:</source> -<target>Čekání na uzamčení adresáře:</target> - -<source>Lock owner:</source> -<target>Používá:</target> - -<source>Detecting abandoned lock...</source> -<target>Prověřování uzamčení...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sekunda</pluralform> -<pluralform>%x sekundy</pluralform> -<pluralform>%x sekund</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Položky existující pouze vlevo</target> - -<source>Item exists on right side only</source> -<target>Položky existující pouze vpravo</target> - -<source>Left side is newer</source> -<target>Vlevo je novější</target> - -<source>Right side is newer</source> -<target>Vpravo je novější</target> - -<source>Items have different content</source> -<target>Obsah položek je rozdílný</target> - -<source>Both sides are equal</source> -<target>Obě strany jsou shodné</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikty/položky které nelze zařadit</target> - -<source>Copy new item to left</source> -<target>Kopírovat novou položku doleva</target> - -<source>Copy new item to right</source> -<target>Kopírovat novou položku doprava</target> - -<source>Delete left item</source> -<target>Smazat položku zleva</target> - -<source>Delete right item</source> -<target>Smazat položku zprava</target> - -<source>Move file on left</source> -<target>Přesunout soubor nalevo</target> - -<source>Move file on right</source> -<target>Přesunout soubor napravo</target> - -<source>Update left item</source> -<target>Aktualizovat levou položku</target> - -<source>Update right item</source> -<target>Aktualizovat pravou položku</target> - -<source>Do nothing</source> -<target>Nic nedělat</target> - -<source>Update attributes on left</source> -<target>Nastavit vlastnosti vlevo</target> - -<source>Update attributes on right</source> -<target>Nastavit vlastnosti vpravo</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Chyba zpracování souboru %x: na řádku %y ve sloupci %z.</target> - -<source>Services</source> -<target>Služby</target> - -<source>Show All</source> -<target>Zobrazit vše</target> - -<source>Hide Others</source> -<target>Skrýt ostatní</target> - -<source>Hide %x</source> -<target>Skrýt %x</target> - -<source>Quit %x</source> -<target>Ukončit %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nelze uzamčít následující adresáře:</target> - -<source>Errors:</source> -<target>Chyb:</target> - -<source>Warnings:</source> -<target>Varování:</target> - -<source>Items processed:</source> -<target>Zpracováno položek:</target> - -<source>Items remaining:</source> -<target>Zbývá položek:</target> - -<source>Total time:</source> -<target>Celkový čas:</target> - -<source>Warning</source> -<target>Varování</target> - -<source>Stopped</source> -<target>Zastaveno</target> - -<source>Cleaning up log files:</source> -<target>Vyčištění žurnálů:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 proces</pluralform> -<pluralform>%x procesy</pluralform> -<pluralform>%x procesů</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/s</target> - -<source>%x items</source> -<target>%x položek</target> - -<source>Completed successfully</source> -<target>Úspěšně dokončeno</target> - -<source>Completed with warnings</source> -<target>Dokončeno s varováním</target> - -<source>Completed with errors</source> -<target>Dokončeno s chybou</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Nepodařil se přístup ke službě Stínové kopie.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Prosím použijte 64-bitovou verzi FreeFileSync pro použití služby Stínové kopie.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Název disku %x není součástí cesty souboru %y.</target> - -<source>File time and size</source> -<target>Podle velikosti a data souboru</target> - -<source>File content</source> -<target>Podle obsahu souboru</target> - -<source>File size</source> -<target>Podle velikosti souboru</target> - -<source>Two way</source> -<target>Databáze</target> - -<source>Mirror</source> -<target>Zrcadlení</target> - -<source>Update</source> -<target>Aktualizace</target> - -<source>Custom</source> -<target>Vlastní</target> - -<source>Multiple...</source> -<target>Různé...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Nelze zapsat vlastnosti souboru %x.</target> - -<source>%x and %y have different content.</source> -<target>%x a %y mají odlišný obsah.</target> - -<source>Data verification error:</source> -<target>Chyba verifikace dat:</target> - -<source>Moving file %x to %y</source> -<target>Přesouvání souboru %x do %y</target> - -<source>Moving folder %x to %y</source> -<target>Přesouvání adresáře %x do %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Přesouvání symbolického odkazu %x do %y</target> - -<source>Updating file %x</source> -<target>Aktualizace souboru %x</target> - -<source>Updating symbolic link %x</source> -<target>Aktualizace symbolického odkazu %x</target> - -<source>Verifying file %x</source> -<target>Kontrola souboru %x</target> - -<source>Updating attributes of %x</source> -<target>Aktualizace vlastností souboru %x</target> - -<source>Source item %x not found</source> -<target>Zdrojová položka %x nenalezena.</target> - -<source>Parent folder %x is not existing.</source> -<target>Nadřazená složka %x neexistuje.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Nelze kopírovat soubor %x do %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Vytváření Stínové kopie pro %x...</target> - -<source>Cannot find folder %x.</source> -<target>Nelze najít složku %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Cílová složka %x již existuje, ale při porovnávání nebyla k dispozici.</target> - -<source>Target folder input field must not be empty.</source> -<target>Cílová složka nesmí být prázdná.</target> - -<source>Source folder %x not found.</source> -<target>Zdrojovou složku %x nelze najít.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Prosím zadejte cílovou složku pro verzování.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Následující položky jsou nevyřešené konflikty a nebudou synchronizovány:</target> - -<source>Folder pair:</source> -<target>Dvojice složek:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Následující složky se významně liší. Zkontrolujte zda máte vybránu správnou dvojici složek pro synchronizaci.</target> - -<source>Not enough free disk space available in:</source> -<target>Nedostatek místa na disku:</target> - -<source>Available:</source> -<target>K dispozici:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Některé soubory budou synchronizovány jako součást vícezdrojových složek.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>K předejití konfliktů je potřeba nastavit filtr tak, aby každý soubor měl pouze jednu základní nadřazenou složku.</target> - -<source>Versioning folder:</source> -<target>Verzovací složka:</target> - -<source>Base folder:</source> -<target>Základní složka:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Verzovaná složka je vnořena v základní nadřazené složce.</target> - -<source>Synchronizing folder pair:</source> -<target>Zpracovávání páru složek:</target> - -<source>Generating database...</source> -<target>Vytváření databáze...</target> - -<source>Searching for old file versions:</source> -<target>Hledání starších verzí:</target> - -<source>Removing old file versions:</source> -<target>Odstraňování starších verzí:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nelze vytvořit časové značky verzování:</target> - -<source>Drag && drop</source> -<target>Přetáhni sem && pusť</target> - -<source>Select a folder</source> -<target>Vyberte adresář</target> - -<source>&New</source> -<target>&Nový</target> - -<source>&Open...</source> -<target>&Otevřít...</target> - -<source>Save &as...</source> -<target>Uložit &jako...</target> - -<source>E&xit</source> -<target>U&končit</target> - -<source>&File</source> -<target>&Soubor</target> - -<source>&View help</source> -<target>&Nápověda (pouze anglicky)</target> - -<source>&About</source> -<target>O &Programu</target> - -<source>&Help</source> -<target>&Pomoc</target> - -<source>Usage:</source> -<target>Použití:</target> - -<source>Select folders to watch.</source> -<target>Vyberte složku ke sledování.</target> - -<source>Enter a command line.</source> -<target>Zadejte příkazovou řádku.</target> - -<source>Press 'Start'.</source> -<target>Zmáčkněte 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Můžete načíst také konfigurační soubor "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Sledovaná složka:</target> - -<source>Add folder</source> -<target>Přidat adresář</target> - -<source>Remove folder</source> -<target>Odstranit adresář</target> - -<source>Browse</source> -<target>Procházet</target> - -<source>Idle time (in seconds):</source> -<target>Prodleva (v sekundách):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Prodleva mezi zjištěním poslední změny a spuštěním příkazu</target> - -<source>Command line:</source> -<target>Příkazová řádka:</target> - -<source>&Hide console window</source> -<target>&Skrýt příkazové okno</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Příkaz je spuštěn když: -- dojde ke změně v souboru nebo ve složce -- je zjištěna nová složka (např. vložením USB disku) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>O programu</target> - -<source>Build: %x</source> -<target>Verze: %x</target> - -<source>All files</source> -<target>Všechny soubory</target> - -<source>Automated Synchronization</source> -<target>Automatická synchronizace</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protokol %x nepodporuje sledování adresářů:</target> - -<source>Directory monitoring active</source> -<target>Sledování adresářů je aktivní</target> - -<source>Waiting until directory is available:</source> -<target>Čekání na dostupnost adresáře:</target> - -<source>&Configure</source> -<target>&Nastavit</target> - -<source>&Show error message</source> -<target>Zobrazit chybové &hlášení</target> - -<source>&Quit</source> -<target>U&končit</target> - -<source>&Retry</source> -<target>&Opakovat</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x B</pluralform> -<pluralform>%x B</pluralform> -<pluralform>%x B</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Načítání...</target> - -<source>Scanning...</source> -<target>Zpracovávání...</target> - -<source>configuration file</source> -<target>soubor nastavení</target> - -<source>System: Sleep</source> -<target>Režim spánku počítače</target> - -<source>System: Shut down</source> -<target>Vypnutí počítače</target> - -<source>Nothing to synchronize</source> -<target>Není co synchronizovat</target> - -<source>Executing command:</source> -<target>Spuštění příkazu:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>K odstranění tohoto problému se přepněte do hlavního okna FreeFileSync.</target> - -<source>&Don't show this warning again</source> -<target>&Nezobrazovat již příště toto varování</target> - -<source>&Ignore</source> -<target>&Pokračovat</target> - -<source>&Switch</source> -<target>&Přepnout</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Přepínání do hlavního okna FreeFileSync</target> - -<source>Automatic retry</source> -<target>Automatické opakování</target> - -<source>Ignore &all</source> -<target>Přeskočit &vše</target> - -<source>Retrying operation...</source> -<target>Opakovaní operace...</target> - -<source>Serious Error</source> -<target>Závažná chyba</target> - -<source>Last session</source> -<target>Poslední sezení</target> - -<source>Today</source> -<target>Dnes</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 den</pluralform> -<pluralform>%x dny</pluralform> -<pluralform>%x dnů</pluralform> -</target> - -<source>Name</source> -<target>Název</target> - -<source>Last sync</source> -<target>Naposledy</target> - -<source>Log</source> -<target>Žurnál zpracování</target> - -<source>Folder</source> -<target>Složka</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Plná cesta</target> - -<source>Relative path</source> -<target>Relativní cesta</target> - -<source>Item name</source> -<target>Název</target> - -<source>Size</source> -<target>Velikost</target> - -<source>Date</source> -<target>Čas</target> - -<source>Extension</source> -<target>Přípona</target> - -<source>Category</source> -<target>Kategorie</target> - -<source>Action</source> -<target>Akce</target> - -<source>Local comparison settings</source> -<target>Nastavení porovnání</target> - -<source>Local synchronization settings</source> -<target>Nastavení synchronizace</target> - -<source>Local filter</source> -<target>Místní filtr</target> - -<source>Active</source> -<target>Zapnutý</target> - -<source>None</source> -<target>Žádný</target> - -<source>Remove local settings</source> -<target>Zrušit nastavení</target> - -<source>Clear local filter</source> -<target>Vymazat nastavení filtru</target> - -<source>Copy</source> -<target>Kopírovat</target> - -<source>Paste</source> -<target>Vložit</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Vybranou složku %x nelze použít pro FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Prosím vyberte složku na místním souborovém systému, síti nebo multimediální zařízení.</target> - -<source>Defined by context of use</source> -<target>počet určen použitím</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Je vyžadována předplacená verze FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Uložit</target> - -<source>Save as &batch job...</source> -<target>Uložit jako &dávku...</target> - -<source>Show &log</source> -<target>&Zobrazit žurnál</target> - -<source>Start &comparison</source> -<target>Začít &porovnání</target> - -<source>C&omparison settings</source> -<target>Nastavení p&orovnání</target> - -<source>&Filter settings</source> -<target>Nastavení &filtru</target> - -<source>S&ynchronization settings</source> -<target>Nastavení s&ynchronizace</target> - -<source>Start &synchronization</source> -<target>Začít &synchronizaci</target> - -<source>&Actions</source> -<target>&Akce</target> - -<source>&Preferences</source> -<target>&Předvolby...</target> - -<source>&Language</source> -<target>&Jazyk</target> - -<source>&Find...</source> -<target>&Najít...</target> - -<source>&Export file list...</source> -<target>&Exportovat seznam souborů...</target> - -<source>&Reset layout</source> -<target>&Obnovit rozložení</target> - -<source>&Tools</source> -<target>&Nastavení</target> - -<source>&Check for updates now</source> -<target>&Zkontrolovat aktualizace nyní</target> - -<source>Check &automatically once a week</source> -<target>Kontrolovat &automaticky jednou týdně</target> - -<source>Cancel</source> -<target>Zrušit</target> - -<source>Compare</source> -<target>Porovnání</target> - -<source>Synchronize</source> -<target>Synchronizace</target> - -<source>Add folder pair</source> -<target>Přidat adresář pro porovnání</target> - -<source>Remove folder pair</source> -<target>Odstranit dvojici adresářů</target> - -<source>Access online storage</source> -<target>Přístup k uložišti</target> - -<source>Close search bar</source> -<target>Zavřít hledání</target> - -<source>Find:</source> -<target>Najít:</target> - -<source>Match case</source> -<target>Rozlišovat malá a velká písmena</target> - -<source>Processed:</source> -<target>Zpracováno:</target> - -<source>Remaining:</source> -<target>Zbývá:</target> - -<source>New</source> -<target>Nový</target> - -<source>Open...</source> -<target>Otevřít...</target> - -<source>Save</source> -<target>Uložit</target> - -<source>Save as...</source> -<target>Uložit jako...</target> - -<source>View type:</source> -<target>Typ zobrazení:</target> - -<source>Select view:</source> -<target>Výběr zobrazení:</target> - -<source>Save as default</source> -<target>Uložit jako výchozí</target> - -<source>Statistics:</source> -<target>Statistika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Počet souborů a složek ke smazání</target> - -<source>Number of files that will be updated</source> -<target>Počet souborů k aktualizaci</target> - -<source>Number of files and folders that will be created</source> -<target>Počet souborů a složek k vytvoření</target> - -<source>Total bytes to copy</source> -<target>Celkový objem dat</target> - -<source>Arrange folder pair</source> -<target>Uspořádat složky</target> - -<source>Main settings:</source> -<target>Hlavní nastavení:</target> - -<source>Use local settings:</source> -<target>Použít nastavení:</target> - -<source>Select a variant:</source> -<target>Výběr varianty:</target> - -<source>Include &symbolic links:</source> -<target>&Symbolické odkazy:</target> - -<source>&Follow</source> -<target>&Použít cíl</target> - -<source>&Direct</source> -<target>&Zachovat</target> - -<source>More information</source> -<target>Více informací</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorovat časový posun [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Seznam ignorovaných časových posunů souborů</target> - -<source>Example:</source> -<target>Příklad:</target> - -<source>Handle daylight saving time</source> -<target>Používat letní čas</target> - -<source>Ignore errors</source> -<target>Přeskočit chyby</target> - -<source>Retry count:</source> -<target>Počet opakování:</target> - -<source>Delay (in seconds):</source> -<target>Prodleva (v sekundách):</target> - -<source>Performance improvements:</source> -<target>Vylepšení rychlosti:</target> - -<source>Parallel file operations:</source> -<target>Paralelní operace se soubory:</target> - -<source>How to get best performance?</source> -<target>Jak získat nejlepší rychlost?</target> - -<source>Local settings:</source> -<target>Nastavení:</target> - -<source>Include:</source> -<target>Zahrnout:</target> - -<source>Show examples</source> -<target>Ukázat příklady</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Nastavte pravidla filtru pro vynechání některých souborů ze synchronizace. Zadávejte cesty relativně k odpovídající složce.</target> - -<source>File size:</source> -<target>Velikost soubor:</target> - -<source>Minimum:</source> -<target>Od verze:</target> - -<source>Maximum:</source> -<target>Do verze:</target> - -<source>Time span:</source> -<target>Časové rozmezí:</target> - -<source>C&lear</source> -<target>Vy&mazat</target> - -<source>Detect moved files</source> -<target>Detekce přesunutých souborů</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Není podporováno všemi souborovými systémy -- Vyžaduje vytvoření databázového souboru -- Detekce rozdílů až po první synchronizaci -</target> - -<source>Delete files:</source> -<target>Mazání souborů:</target> - -<source>&Recycle bin</source> -<target>&Koš</target> - -<source>&Permanent</source> -<target>&Trvale</target> - -<source>&Versioning</source> -<target>&Verzování</target> - -<source>Move files to a user-defined folder</source> -<target>Přesunout soubory do uživatelského adresáře</target> - -<source>Naming convention:</source> -<target>Pojmenování:</target> - -<source>Limit file versions:</source> -<target>Omezení verze souboru:</target> - -<source>Last x days:</source> -<target>Posledních dní:</target> - -<source>&Override default log path:</source> -<target>&Nahradit výchozí cestu žurnálu:</target> - -<source>Run a command:</source> -<target>Spustit příkaz:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Typ spojení:</target> - -<source>Connected user accounts:</source> -<target>Připojené uživatelské účty:</target> - -<source>&Add connection</source> -<target>&Přidat spojení</target> - -<source>&Disconnect</source> -<target>&Odpojit</target> - -<source>Selected user account:</source> -<target>Vybraný uživatelský účet:</target> - -<source>Server name or IP address:</source> -<target>Jméno serveru nebo jeho IP adresa:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Šifrování:</target> - -<source>&Disabled</source> -<target>&Vypnuto</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicitní SSL/TLS</target> - -<source>Authentication:</source> -<target>Zabezpečení:</target> - -<source>&Password</source> -<target>&Heslo</target> - -<source>&Key file</source> -<target>&Klíč</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>Uživatelské jméno:</target> - -<source>Private key file:</source> -<target>Soubor se soukromým klíčem:</target> - -<source>&Show password</source> -<target>&Zobraz</target> - -<source>Directory on server:</source> -<target>Adresář na serveru:</target> - -<source>Access timeout (in seconds):</source> -<target>Časový limit přístupu (v sekundách):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanálů na spojení:</target> - -<source>Detect server limit</source> -<target>Zjistit omezení serveru</target> - -<source>Select Folder</source> -<target>Výběr složky</target> - -<source>Variant:</source> -<target>Varianta:</target> - -<source>&Don't show this dialog again</source> -<target>Tento dialog již &nezobrazovat</target> - -<source>Bytes:</source> -<target>Dat:</target> - -<source>Items:</source> -<target>Položek:</target> - -<source>Synchronizing...</source> -<target>Synchronizuji...</target> - -<source>Minimize to notification area</source> -<target>Minimalizovat do oznamovací oblasti</target> - -<source>Bytes</source> -<target>Bajtů</target> - -<source>Items</source> -<target>Položek</target> - -<source>When finished:</source> -<target>Po dokončení:</target> - -<source>Auto-close</source> -<target>Automatické zavření</target> - -<source>Close</source> -<target>Zavřít</target> - -<source>&Pause</source> -<target>&Pauza</target> - -<source>Stop</source> -<target>Ukončit aplikaci</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Vytvoří dávkový souboru pro automatickou synchronizaci. Ke spuštění dávky jednoduše poklikejte na vytvořený soubor nebo využijte plánovač úloh vašeho systému: %x</target> - -<source>Progress dialog:</source> -<target>Zobrazení průběhu:</target> - -<source>Run minimized</source> -<target>Minimalizovat</target> - -<source>Show pop-up on errors or warnings</source> -<target>Zobrazit hlášení při chybě nebo varování</target> - -<source>&Cancel</source> -<target>&Zrušit</target> - -<source>Stop synchronization at first error</source> -<target>Ukončit synchronizaci při první chybě</target> - -<source>How can I schedule a batch job?</source> -<target>Jak nastavit spouštění dávky?</target> - -<source>&Keep relative paths</source> -<target>&Zachovat relativní cesty</target> - -<source>&Overwrite existing files</source> -<target>&Přepsat existující soubory</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Toto nastavení je platné pro všechny synchronizační úlohy.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target>Kopírovat nejprve do pomocného souboru (*.ffs_tmp) před přepisem cíle. Tento postup zajišťuje bezpečné chování i v případě závažné chyby.</target> - -<source>recommended</source> -<target>doporučeno</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopírovat sdílené nebo zamčené soubory pomocí služby Stínové kopie.</target> - -<source>requires administrator rights</source> -<target>vyžaduje administrátorská oprávnění</target> - -<source>Transfer file and folder permissions.</source> -<target>Přenést přístupová oprávnění souborů a složek.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Zobrazit znovu všechny trvale skryté dialogy a varovná hlášení</target> - -<source>Default log path:</source> -<target>Výchozí cesta žurnálu:</target> - -<source>&Delete logs after x days:</source> -<target>&Smazat žurnály po (dnech):</target> - -<source>Notification sounds:</source> -<target>Zvuky upozornění:</target> - -<source>Synchronization finished:</source> -<target>Dokončení synchronizace:</target> - -<source>Customize context menu:</source> -<target>Přizpůsobit kontextovou nabídku:</target> - -<source>Description</source> -<target>Popis</target> - -<source>&Default</source> -<target>&Předdefinované</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Komentáře a náměty jsou vždy vítány:</target> - -<source>Home page</source> -<target>Navštivte</target> - -<source>FreeFileSync Forum</source> -<target>Diskuzní fórum FreeFileSync</target> - -<source>Email</source> -<target>Napište</target> - -<source>If you like FreeFileSync:</source> -<target>Pokud se Vám FreeFileSync líbí:</target> - -<source>Support with a donation</source> -<target>Podpořit darem</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Automatická aktualizace byla správcem zakázána.</target> - -<source>Donation details</source> -<target>Podrobnosti</target> - -<source>Source code written in C++ using:</source> -<target>Zdrojový kód byl napsán kompletně v C++ pomocí:</target> - -<source>Published under the GNU General Public License:</source> -<target>Vydáno pod GNU General Public License (GPL):</target> - -<source>Many thanks for localization:</source> -<target>Poděkování za překlad FreeFileSync:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivovat placenou verzi FreeFileSync Donation Edition pomocí:</target> - -<source>Activate via internet now:</source> -<target>Aktivovat přes internet:</target> - -<source>Activate online</source> -<target>Aktivace on-line</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Získat aktivační klíč z následující adresy:</target> - -<source>&Copy to clipboard</source> -<target>&Kopírovat do schránky</target> - -<source>Enter activation key:</source> -<target>Vložit aktivační klíč:</target> - -<source>Activate offline</source> -<target>Aktivace off-line</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Zvýraznit položky, které nebyly spuštěny za poslední počet dní:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync potřebuje povolit přístupová práva, aby při synchronizaci dat (např. pošty, zpráv, kalendáře) nedošlo k odepření přístupu a k chybě zálohování.</target> - -<source>Locate the FreeFileSync app</source> -<target>Najděte umístění aplikace FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Jděte do Zabezpečení a soukromí</target> - -<source>Click the lock to allow changes.</source> -<target>Odemčete zámek pro povolení změn.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Přetáhněte FreeFileSync do pravého okna.</target> - -<source>Synchronization Settings</source> -<target>Nastavení synchronizace</target> - -<source>Access Online Storage</source> -<target>Online uložiště</target> - -<source>Save as a Batch Job</source> -<target>Uložit jako dávku</target> - -<source>Delete Items</source> -<target>Smazané položky</target> - -<source>Copy Items</source> -<target>Kopírované položky</target> - -<source>Options</source> -<target>Nastavení programu</target> - -<source>Select Time Span</source> -<target>Časové rozmezí</target> - -<source>Highlight Configurations</source> -<target>Zvýraznění položek</target> - -<source>Grant Full Disk Access</source> -<target>Povolení plný přístup k disku</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Žádné záznamy</target> - -<source>Select all</source> -<target>Vybrat vše</target> - -<source>&Options</source> -<target>Nastavení &programu</target> - -<source>Main Bar</source> -<target>Hlavní lišta</target> - -<source>Folder Pairs</source> -<target>Adresářové páry</target> - -<source>Find</source> -<target>Najít</target> - -<source>View Settings</source> -<target>Nastavení zobrazení</target> - -<source>Configuration</source> -<target>Konfigurace</target> - -<source>Overview</source> -<target>Přehled</target> - -<source>Swap sides</source> -<target>Změna stran</target> - -<source>Show "%x"</source> -<target>Zobrazit "%x"</target> - -<source>&Show details</source> -<target>&Zobrazit podrobnosti</target> - -<source>FreeFileSync %x is available!</source> -<target>Je k dostupná verze FreeFileSync %x!</target> - -<source>Local path not available for %x.</source> -<target>Místní cesta není k dispozici pro %x.</target> - -<source>Confirm</source> -<target>Potvrdit</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Opravdu chcete provést příkaz %y pro 1 položku?</pluralform> -<pluralform>Opravdu chcete provést příkaz %y pro %x položky?</pluralform> -<pluralform>Opravdu chcete provést příkaz %y pro %x položek?</pluralform> -</target> - -<source>&Execute</source> -<target>&Spustit</target> - -<source>Set direction:</source> -<target>Nastavit adresář:</target> - -<source>multiple selection</source> -<target>vícenásobný výběr</target> - -<source>&Include via filter:</source> -<target>&Zahrnout pomocí filtru:</target> - -<source>&Exclude via filter:</source> -<target>&Vynechat pomocí filtru:</target> - -<source>Include temporarily</source> -<target>Přidat dočasně</target> - -<source>Exclude temporarily</source> -<target>Vynechat dočasně</target> - -<source>&Synchronize selection</source> -<target>&Synchronizovat výběr</target> - -<source>&Copy to...</source> -<target>&Kopírovat do...</target> - -<source>&Delete</source> -<target>&Smazat</target> - -<source>Show icons:</source> -<target>Ikony:</target> - -<source>Small</source> -<target>Malé</target> - -<source>Medium</source> -<target>Střední</target> - -<source>Large</source> -<target>Velké</target> - -<source>Select time span...</source> -<target>Zadejte časové rozmezí...</target> - -<source>Donation Edition</source> -<target>Předplacená verze</target> - -<source>Folder Comparison and Synchronization</source> -<target>porovnání a synchronizace složek</target> - -<source>Configuration saved</source> -<target>Konfigurace uložena</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync dávka</target> - -<source>Do you want to save changes to %x?</source> -<target>Uložit změny do %x?</target> - -<source>Never save &changes</source> -<target>Nikdy &neukládat změny</target> - -<source>Do&n't save</source> -<target>&Neukládat</target> - -<source>%x cannot be renamed.</source> -<target>%x nelze prejmenovat.</target> - -<source>New name:</source> -<target>Nové jméno:</target> - -<source>Rename Configuration</source> -<target>Přejmenovat konfiguraci</target> - -<source>Configuration name must not be empty.</source> -<target>Název konfigurace nesmí být prázdný.</target> - -<source>&Rename...</source> -<target>&Přejmenovat...</target> - -<source>Hide configuration</source> -<target>Skrýt položky</target> - -<source>Highlight...</source> -<target>Zvýraznit...</target> - -<source>Clear filter</source> -<target>Vymazat filtr</target> - -<source>Show files that exist on left side only</source> -<target>Zobrazit soubory existující pouze vlevo</target> - -<source>Show files that exist on right side only</source> -<target>Zobrazit soubory existující pouze vpravo</target> - -<source>Show files that are newer on left</source> -<target>Zobrazit soubory novější vlevo</target> - -<source>Show files that are newer on right</source> -<target>Zobrazit soubory novější vpravo</target> - -<source>Show files that are equal</source> -<target>Zobrazit shodné soubory</target> - -<source>Show files that are different</source> -<target>Zobrazit rozdílené soubory</target> - -<source>Show conflicts</source> -<target>Zobrazit konflikty</target> - -<source>Show files that will be created on the left side</source> -<target>Zobrazit soubory, které budou vlevo vytvořeny</target> - -<source>Show files that will be created on the right side</source> -<target>Zobrazit soubory, které budou vpravo vytvořeny</target> - -<source>Show files that will be deleted on the left side</source> -<target>Zobrazit soubory, které budou vlevo smazány</target> - -<source>Show files that will be deleted on the right side</source> -<target>Zobrazit soubory, které budou vpravo smazány</target> - -<source>Show files that will be updated on the left side</source> -<target>Zobrazit soubory, které budou vlevo aktualizovány</target> - -<source>Show files that will be updated on the right side</source> -<target>Zobrazit soubory, které budou vpravo aktualizovány</target> - -<source>Show files that won't be copied</source> -<target>Zobrazit soubory, které nebudou kopírovány</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Zobrazit filtrované nebo dočasně vynechané soubory</target> - -<source>Filter</source> -<target>Filtr</target> - -<source>All files are in sync</source> -<target>Všechny soubory jsou synchronizovány</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 adresář</pluralform> -<pluralform>%x adresáře</pluralform> -<pluralform>%x adresářů</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 soubor</pluralform> -<pluralform>%x soubory</pluralform> -<pluralform>%x souborů</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Zobrazení %y z 1 řádku</pluralform> -<pluralform>Zobrazení %y z %x řádků</pluralform> -<pluralform>Zobrazení %y z %x řádků</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nelze najít %x</target> - -<source>Move up</source> -<target>Nahoru</target> - -<source>Move down</source> -<target>Dolů</target> - -<source>Comma-separated values</source> -<target>Text oddělený čárkami</target> - -<source>File list exported</source> -<target>Seznam souborů exportován</target> - -<source>Searching for program updates...</source> -<target>Hledání aktualizací programu...</target> - -<source>Paused</source> -<target>Pauza</target> - -<source>Stop requested...</source> -<target>Zastavování...</target> - -<source>Initializing...</source> -<target>Inicializace...</target> - -<source>Comparing content...</source> -<target>Porovnávání obsahu...</target> - -<source>&Continue</source> -<target>&Pokračovat</target> - -<source>Progress</source> -<target>Průběh</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Děkuji, %x, za příspěvek a podporu!</target> - -<source>Connections</source> -<target>Připojení</target> - -<source>Recommended range:</source> -<target>Doporučený rozsah:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Opravdu chcete odpojit od uživatelského účtu %x?</target> - -<source>Password:</source> -<target>Heslo:</target> - -<source>Key passphrase:</source> -<target>Klíč:</target> - -<source>Please enter a file path.</source> -<target>Prosím zadejte cestu k souboru.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopírovat následující položku do jiné složy?</pluralform> -<pluralform>Kopírovat následující %x položky do jiné složkyr?</pluralform> -<pluralform>Kopírovat následujících %x položek do jiné složkyr?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Prosím zadejte cílovou složku.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Opravdu chcete přesunout následující položku do Koše?</pluralform> -<pluralform>Opravdu chcete přesunout následující %x položky do Koše?</pluralform> -<pluralform>Opravdu chcete přesunout následujících %x položek do Koše?</pluralform> -</target> - -<source>Move</source> -<target>Přesunout</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Opravdu chcete smazat následující položku?</pluralform> -<pluralform>Opravdu chcete smazat následující %x položky?</pluralform> -<pluralform>Opravdu chcete smazat následujících %x položek?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Začít synchronizovat výběr?</target> - -<source>Start synchronization now?</source> -<target>Začít synchronizovat nyní?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopírovat DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrace externí aplikace do kontextového menu. K dispozici jsou následující makra:</target> - -<source>Full file or folder path</source> -<target>Plná cesta souboru nebo složky</target> - -<source>Parent folder path</source> -<target>Nadřazená složka</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Dočasná místní kopie pro SFTP a MTP</target> - -<source>Parameters for opposite side</source> -<target>Parametry protistrany</target> - -<source>Show hidden dialogs again</source> -<target>Znovu zobrazit skryté dialogy</target> - -<source>All dialogs shown</source> -<target>Vše zobrazováno</target> - -<source>Downloading update...</source> -<target>Stahování aktualizace...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Rozpoznat shodné soubory porovnáním jejich data změny a velikosti.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Rozpoznat shodné soubory porovnáním jejich obsahu.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Rozpoznat stejné soubory porovnáním jejich velikosti.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Rozpoznat a provést změny na obou stranách. Odstraněné, přesunuté nebo přejmenované soubory a konflikty budou detekovány automaticky pomocí databáze.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Vytvořit zrcadlovou kopii levé složky tak, aby po synchronizaci pravá složka přesně odpovídala levé.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopírovat nové a aktualizované soubory do pravé složky.</target> - -<source>Configure your own synchronization rules.</source> -<target>Nastavení vlastních pravidel synchronizace.</target> - -<source>Comparison</source> -<target>Porovnání</target> - -<source>Synchronization</source> -<target>Synchronizace</target> - -<source>This week</source> -<target>Tento týden</target> - -<source>This month</source> -<target>Tento měsíc</target> - -<source>This year</source> -<target>Tento rok</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Použít Koš pro mazání nebo přepis souborů</target> - -<source>Delete and overwrite files permanently</source> -<target>Odstranit a přepsat soubory trvale</target> - -<source>Replace</source> -<target>Nahradit</target> - -<source>Move files and replace if existing</source> -<target>Přesunout a nahradit pokud soubory existují</target> - -<source>Time stamp</source> -<target>Časová značka</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Přesunout soubory do časově označené podsložky</target> - -<source>File</source> -<target>Soubor</target> - -<source>Append a time stamp to each file name</source> -<target>Přidat časovou značku ke jménu souboru</target> - -<source>On completion:</source> -<target>Po dokončení:</target> - -<source>On errors:</source> -<target>Při chybě:</target> - -<source>On success:</source> -<target>Při dokončení:</target> - -<source>Main config</source> -<target>Hlavní nastavení</target> - -<source>empty</source> -<target>nezadáno</target> - -<source>Leave as unresolved conflict</source> -<target>Ponechat jako nevyřešený konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>RRRR-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimální verze musí být menší než maximum.</target> - -<source>&Restore</source> -<target>&Obnovit</target> - -<source>Files</source> -<target>Soubory</target> - -<source>Percentage</source> -<target>Procentní podíl</target> - -<source>Failed to retrieve update information.</source> -<target>Nepodařilo se získat informace o aktualizaci.</target> - -<source>Automatic updates:</source> -<target>Automatická aktualizace:</target> - -<source>Check for Program Updates</source> -<target>Hledání aktualizací programu</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Provést automatickou aktualizaci nyní nebo stáhnout ručně z domovské stránky FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Automatická aktualizace</target> - -<source>&Home page</source> -<target>&Domovská stránka</target> - -<source>Download now?</source> -<target>Stáhnout nyní?</target> - -<source>&Download</source> -<target>&Stahování</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync je aktuální.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Současná verze FreeFileSync nebyla nalezena on-line! Pravděpodobně existuje novější verze. Chcete verzi zkontrolovat ručně?</target> - -<source>&Check</source> -<target>&Kontrola</target> - -<source>Consistency check failed for %x.</source> -<target>Nepodařila se kontrola konzistence pro %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Instalace byla registrována na jiném operačním systému.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Nepodařilo se aktivovat FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Špatný aktivační klíč.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nepodařilo se zaregistrovat k odběru systémových zpráv.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x instalace je k dispozici pouze v předplacené verzi FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Nelze najít systémovou funkci %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nepodařilo se zaregistrovat zprávy zařízení %x.</target> - -<source>The file is locked by another process:</source> -<target>Soubor je uzamčen jiným procesem:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Nepodařilo se zjistit možnosti oprávnění pro složku %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Nelze číst přístupová práva pro %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Nelze zapsat přístupová práva pro %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Nelze číst oprávnění pro %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nelze kopírovat oprávnění z %x do %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x není platným názvem adresáře.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nelze kopírovat vlastnosti z %x do %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 minuta</pluralform> -<pluralform>%x minuty</pluralform> -<pluralform>%x minut</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hodina</pluralform> -<pluralform>%x hodiny</pluralform> -<pluralform>%x hodin</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Nelze nastavit práva pro %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nelze pozastavit Režim spánku.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nelze nastavit priority procesu.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Selhala kontrola Koše pro složku %x.</target> - -<source>Unable to shut down the system.</source> -<target>Nepodařilo se vypnout systém.</target> - -<source>Prepare installation</source> -<target>Příprava instalace</target> - -<source>Choose which components you want to install.</source> -<target>Vyberte komponenty k instalaci.</target> - -<source>Select installation type:</source> -<target>Vyberte typ instalace:</target> - -<source>Local</source> -<target>Lokální</target> - -<source>Portable</source> -<target>Přenosná</target> - -<source>Save settings in %x</source> -<target>uloží nastavení do %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>zaregistruje přípony souborů FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>vytvoří položky v kontextovém menu Průzkumníka</target> - -<source>Save settings in installation directory</source> -<target>uloží nastavení do složky určené pro instalaci</target> - -<source>Do not write to Registry</source> -<target>nemění ani nezapisuje do Registrů</target> - -<source>Just copy the files</source> -<target>zkopíruje pouze soubory</target> - -<source>Choose a directory for installation:</source> -<target>Vyberte složku pro instalaci:</target> - -<source>Create shortcuts:</source> -<target>Vytvořit zástupce:</target> - -<source>Desktop</source> -<target>Plocha</target> - -<source>Start Menu</source> -<target>Nabídka Start</target> - -<source>Send To</source> -<target>Odeslat</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Zaregistrovat příponu souborů FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Odregistrovat příponu souborů FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Nastavení FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Dávka FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Synchronizační databáze FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Nastavení RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Upravit v FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Místo reklamy zvířátko.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Přenosná verze FreeFileSync nemůže být instalována do složky %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Prosím zvolte lokální typ instalace nebo vyberte jinou složku.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Získat předplacenou verzi s funikcemi navíc a pomoci tím udržet FreeFileSync bez reklam.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/danish.lng b/FreeFileSync/Build/Resources/Languages/danish.lng deleted file mode 100755 index 1e5c9952..00000000 --- a/FreeFileSync/Build/Resources/Languages/danish.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Dansk</language> - <translator>Regmos</translator> - <locale>da_DK</locale> - <image>flag_denmark.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Kan ikke læse filen %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Uventet datastørrelse. -Forventet: %x byte -Aktuel: %y byte -</target> - -<source>Cannot write file %x.</source> -<target>Kan ikke oprette filen %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Kan ikke skrive tilladelserne til %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Handlingen støttes ikke mellem forskellige enheder.</target> - -<source>Cannot delete file %x.</source> -<target>Kan ikke slette filen %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Kan ikke slette det symbolske link %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Kan ikke slette mappen %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Kan ikke flytte filen %x til %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Kan ikke kopiere symlink fra %x til %y.</target> - -<source>Error Code %x</source> -<target>Fejlkode %x</target> - -<source>Cannot read directory %x.</source> -<target>Kan ikke læse mappen %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Kan ikke opdatere tidsændring på %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Kan ikke læse filattributterne på %x.</target> - -<source>Cannot create directory %x.</source> -<target>Kan ikke oprette mappen %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Kan ikke bestemme endelig sti for %x.</target> - -<source>Operation not supported by device.</source> -<target>Handlingen understøttes ikke af enheden.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Kan ikke følge symlinket %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Kunne ikke flytte %x til papirkurv.</target> - -<source>Authentication completed.</source> -<target>Godkendelse gennemført.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Du kan lukke siden og returnere til FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Godkendelse fejlede.</target> - -<source>Unable to connect to %x.</source> -<target>Kan ikke kontakte %x.</target> - -<source>Cannot find %x.</source> -<target>Kan ikke finde %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Navnet %x bruges af flere emner i mappen.</target> - -<source>Please authorize access to user account %x.</source> -<target>Godkend adgang til %x.</target> - -<source>Cannot open file %x.</source> -<target>Filen %x kan ikke åbnes.</target> - -<source>The name %x is already used by another item.</source> -<target>Navnet %x findes allerede.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Kan ikke definere ledig plads på %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Forbindelsen til %x kan ikke afbrydes.</target> - -<source>Unable to access %x.</source> -<target>Kan ikke tilgå %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Kunne ikke hente oplysninger om serveren %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Kan ikke overvåge mappen %x.</target> - -<source>Cannot find device %x.</source> -<target>Kan ikke finde enheden %x.</target> - -<source>Cannot open directory %x.</source> -<target>Kan ikke åbne mappen %x.</target> - -<source>Unsupported item type.</source> -<target>Emnetype ikke understøttet.</target> - -<source>Incorrect command line:</source> -<target>Ugyldig kommando:</target> - -<source>The server does not support authentication via %x.</source> -<target>Serveren støtter ikke godkendelse via %x.</target> - -<source>Required:</source> -<target>Krævet:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Tiden udløb efter 1 sekund.</pluralform> -<pluralform>Tiden udløb efter %x sekunder.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Kan ikke vente på mere end 1 forbindelse af gangen.</pluralform> -<pluralform>Kan ikke vente på mere end %x forbindelser af gangen.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktive forbindelser: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Fejl ved åbning af SFTP kanal nr. %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Begge sider ændret siden sidste synkronisering.</target> - -<source>Cannot determine sync-direction:</source> -<target>Kan ikke bestemme retning:</target> - -<source>No change since last synchronization.</source> -<target>Ingen ændringer siden sidste synkronisering.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Databaseemnet er ikke i synk med de aktuelle indstillinger.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Sætter standardretning: Gamle filer overskrives med nyere.</target> - -<source>Creating file %x</source> -<target>Opretter filen %x</target> - -<source>Creating folder %x</source> -<target>Opretter mappen %x</target> - -<source>Creating symbolic link %x</source> -<target>Opretter symlinket %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Flytter filen %x til papirkurv</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Flytter mappen %x til papirkurv</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Flytter symbolsk link %x til papirkurv</target> - -<source>Deleting file %x</source> -<target>Sletter filen %x</target> - -<source>Deleting folder %x</source> -<target>Sletter mappen %x</target> - -<source>Deleting symbolic link %x</source> -<target>Sletter symlink %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Tjekker papirkurvs tilgængelighed for mappen %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Papirkurven understøttere ikke følgende mapper. Slettede eller overskrevne filer kan ikke gendannes:</target> - -<source>An exception occurred</source> -<target>Undtagelse opstod</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Venstre og højre mappesti forventes efter %x.</target> - -<source>Syntax error</source> -<target>Syntaksfejl</target> - -<source>Cannot find file %x.</source> -<target>Kan ikke finde filen %x.</target> - -<source>Error</source> -<target>Fejl</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Filen %x indeholder ikke gyldige indstillinger.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Indstillingsfilen må ikke indeholde indstillinger på mappepar niveau når mapper er sat via kommando.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Mapper kan ikke sættes til mere end en indstillingsfil.</target> - -<source>Command line</source> -<target>Kommando</target> - -<source>Syntax:</source> -<target>Syntaks:</target> - -<source>config files:</source> -<target>indstillingsfiler:</target> - -<source>directory</source> -<target>mappe</target> - -<source>global config file:</source> -<target>global indstillingsfil:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Vilkårligt antal FreeFileSync "ffs_gui" og/eller "ffs_batch" indstillingsfiler.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Vilkårligt antal alternative mappepar til højst en indstillingsfil.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Åben valgte indstilling for at redigere den.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Sti til alternativ GlobalSettings.xml fil.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Ødelagte installationsfiler. Geninstaller FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Kan ikke finde følgende mapper:</target> - -<source>The following folders do not yet exist:</source> -<target>Følgende mapper findes endnu ikke:</target> - -<source>The folders are created automatically when needed.</source> -<target>De oprettes automatisk efter behov.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>I følgende mappestier afviger store/små bogstaver. Ret dem for at undgå duplikater.</target> - -<source>Scanning:</source> -<target>Skanner:</target> - -<source>Comparison finished:</source> -<target>Sammenligning gennemført:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 emne fundet</pluralform> -<pluralform>%x emner fundet</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Brugt tid:</target> - -<source>File %x has an invalid date.</source> -<target>Filen %x har en ugyldig dato.</target> - -<source>Date:</source> -<target>Dato:</target> - -<source>Files have the same date but a different size.</source> -<target>Filer har samme dato men forskellig størrelse.</target> - -<source>Size:</source> -<target>Størrelse:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Indholdssammenligning sprunget over for ekskluderede filer.</target> - -<source>Items differ in attributes only</source> -<target>Enhederne har kun attributter til forskel</target> - -<source>Resolving symbolic link %x</source> -<target>Løser symbolsk link %x</target> - -<source>Comparing content of files %x</source> -<target>Sammenligner indhold af filer %x</target> - -<source>Generating file list...</source> -<target>Opretter filliste...</target> - -<source>Fail-safe file copy</source> -<target>Sikker filkopiering</target> - -<source>Enabled</source> -<target>Aktiveret</target> - -<source>Disabled</source> -<target>Deaktiveret</target> - -<source>Copy locked files</source> -<target>Kopier låste filer</target> - -<source>Copy file access permissions</source> -<target>Kopier adgangstilladelser</target> - -<source>File time tolerance</source> -<target>Tidstolerance</target> - -<source>Run with background priority</source> -<target>Kør med baggrundsprioritet</target> - -<source>Lock directories during sync</source> -<target>Lås mapper under synk</target> - -<source>Verify copied files</source> -<target>Kontroller kopierede filer</target> - -<source>Using non-default global settings:</source> -<target>Brug tilpassede overordnede indstillinger:</target> - -<source>A folder input field is empty.</source> -<target>Der er ikke valgt nogen mapper.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Den tilsvarende mappe betragtes som tom.</target> - -<source>Exclude:</source> -<target>Ekskludér:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Et mappepars overordnede mappe indeholdes i den anden.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Mappen bør ekskluderes med et filter.</target> - -<source>Calculating sync directions...</source> -<target>Forbereder synkronisering...</target> - -<source>Out of memory.</source> -<target>Ikke nok hukommelse.</target> - -<source>Show in Explorer</source> -<target>Åben filplacering</target> - -<source>Open with default application</source> -<target>Åben med standardprogram</target> - -<source>Browse directory</source> -<target>Gennemse mappe</target> - -<source>Database file %x is incompatible.</source> -<target>Databasefilen %x er inkompatibel.</target> - -<source>Initial synchronization:</source> -<target>Forbereder synkronisering:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databasefilen %x findes ikke.</target> - -<source>Database file is corrupted:</source> -<target>Databasefil i stykker:</target> - -<source>Loading file %x...</source> -<target>Indlæser filen %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Databasefilen indeholder endnu ikke oplysninger om sidste synkronisering.</target> - -<source>Saving file %x...</source> -<target>Gemmer filen %x...</target> - -<source>Searching for folder %x...</source> -<target>Søger efter mappen %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Timeout ved søgning efter mappen %x.</target> - -<source>Cannot get process information.</source> -<target>Kan ikke hente procesinformation.</target> - -<source>Waiting while directory is locked:</source> -<target>Venter mens mappe låses:</target> - -<source>Lock owner:</source> -<target>Låsens ejer:</target> - -<source>Detecting abandoned lock...</source> -<target>Finder efterladt lås...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sek</pluralform> -<pluralform>%x sek</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Emnet findes kun på venstre side</target> - -<source>Item exists on right side only</source> -<target>Emnet findes kun på højre side</target> - -<source>Left side is newer</source> -<target>Venstre er nyest</target> - -<source>Right side is newer</source> -<target>Højre er nyest</target> - -<source>Items have different content</source> -<target>Emnerne har forskelligt indhold</target> - -<source>Both sides are equal</source> -<target>Begge sider er ens</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/ukendt emne</target> - -<source>Copy new item to left</source> -<target>Kopier nyt emne mod venstre</target> - -<source>Copy new item to right</source> -<target>Kopier nyt emne mod højre</target> - -<source>Delete left item</source> -<target>Slet emne til venstre</target> - -<source>Delete right item</source> -<target>Slet emne til højre</target> - -<source>Move file on left</source> -<target>Flyt filen til venstre</target> - -<source>Move file on right</source> -<target>Flyt filen til højre</target> - -<source>Update left item</source> -<target>Opdater venstre emne</target> - -<source>Update right item</source> -<target>Opdater højre emne</target> - -<source>Do nothing</source> -<target>Gør intet</target> - -<source>Update attributes on left</source> -<target>Opdater attributter mod venstre</target> - -<source>Update attributes on right</source> -<target>Opdater attributter mod højre</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Behandlingsfejl i filen %x, række %y, kolonne %z.</target> - -<source>Services</source> -<target>Tjenester</target> - -<source>Show All</source> -<target>Vis alle</target> - -<source>Hide Others</source> -<target>Skjul andre</target> - -<source>Hide %x</source> -<target>Skjul %x</target> - -<source>Quit %x</source> -<target>Luk %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Kan ikke sætte mappelåse for følgende mapper:</target> - -<source>Errors:</source> -<target>Fejl:</target> - -<source>Warnings:</source> -<target>Advarsler:</target> - -<source>Items processed:</source> -<target>Emner behandlet:</target> - -<source>Items remaining:</source> -<target>Emner tilbage:</target> - -<source>Total time:</source> -<target>Samlet tid:</target> - -<source>Warning</source> -<target>Advarsel</target> - -<source>Stopped</source> -<target>Afbrudt</target> - -<source>Cleaning up log files:</source> -<target>Rydder logfiler:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 tråd</pluralform> -<pluralform>%x tråde</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x emner</target> - -<source>Completed successfully</source> -<target>Gennemført</target> - -<source>Completed with warnings</source> -<target>Gennemført med advarsler</target> - -<source>Completed with errors</source> -<target>Gennemført med fejl</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>VSS tjenesten er ikke tilgængelig.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Brug FreeFileSync 64 bit, for at oprette VSS kopier på dette system.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Volumennavnet %x er ikke del af filstien %y.</target> - -<source>File time and size</source> -<target>Størrelse og tid</target> - -<source>File content</source> -<target>Indhold</target> - -<source>File size</source> -<target>Størrelse</target> - -<source>Two way</source> -<target>Tovejs</target> - -<source>Mirror</source> -<target>Spejling</target> - -<source>Update</source> -<target>Opdater</target> - -<source>Custom</source> -<target>Tilpasset</target> - -<source>Multiple...</source> -<target>Flere...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Kan ikke skrive filattributter til %x.</target> - -<source>%x and %y have different content.</source> -<target>%x og %y har forskelligt indhold.</target> - -<source>Data verification error:</source> -<target>Verifikationsfejl:</target> - -<source>Moving file %x to %y</source> -<target>Flytter filen %x til %y</target> - -<source>Moving folder %x to %y</source> -<target>Flytter mappen %x til %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Flytter symlinket %x til %y</target> - -<source>Updating file %x</source> -<target>Opdaterer filen %x</target> - -<source>Updating symbolic link %x</source> -<target>Opdaterer symbolsk link %x</target> - -<source>Verifying file %x</source> -<target>Verificerer filen %x</target> - -<source>Updating attributes of %x</source> -<target>Opdaterer attributter for %x</target> - -<source>Source item %x not found</source> -<target>Kildeemne %x ikke fundet</target> - -<source>Parent folder %x is not existing.</source> -<target>Overordnet mappe %x findes ikke.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Kan ikke kopiere filen %x til %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Opretter VSS kopi for %x...</target> - -<source>Cannot find folder %x.</source> -<target>Kan ikke finde mappen %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Destinationsmappen %x findes allerede, men var utilgængelig under analysen.</target> - -<source>Target folder input field must not be empty.</source> -<target>Destinationsmappen skal angives.</target> - -<source>Source folder %x not found.</source> -<target>Kildemappen %x blev ikke fundet.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Angiv mappe til versionering.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Følgende emner har uløste konflikter og synkroniseres ikke:</target> - -<source>Folder pair:</source> -<target>Mappepar:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Følgende mapper er markant forskellige. Kontroller at du har valgt de rigtige mapper.</target> - -<source>Not enough free disk space available in:</source> -<target>Ikke nok ledig diskplads på:</target> - -<source>Available:</source> -<target>Tilgængeligt:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Nogle filer synkroniseres som del af flere basismapper.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>For at undgå konflikter, bør ekskluderede filer kun findes i en kildemappe.</target> - -<source>Versioning folder:</source> -<target>Versioneringsmappe:</target> - -<source>Base folder:</source> -<target>Basismappe:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Versioneringsmappen ligger i hovedmappen.</target> - -<source>Synchronizing folder pair:</source> -<target>Synkroniserer mappepar:</target> - -<source>Generating database...</source> -<target>Opretter database...</target> - -<source>Searching for old file versions:</source> -<target>Søger efter gamle filversioner:</target> - -<source>Removing old file versions:</source> -<target>Fjerner gamle filversioner:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Kan ikke oprette tidsstempel til versionering:</target> - -<source>Drag && drop</source> -<target>Træk emner hertil</target> - -<source>Select a folder</source> -<target>Vælg en mappe</target> - -<source>&New</source> -<target>&Ny</target> - -<source>&Open...</source> -<target>&Åben...</target> - -<source>Save &as...</source> -<target>Gem &som...</target> - -<source>E&xit</source> -<target>L&uk</target> - -<source>&File</source> -<target>&Fil</target> - -<source>&View help</source> -<target>&Åben hjælp</target> - -<source>&About</source> -<target>&Om</target> - -<source>&Help</source> -<target>&Hjælp</target> - -<source>Usage:</source> -<target>Gør sådan:</target> - -<source>Select folders to watch.</source> -<target>Vælg mapper til jobbet.</target> - -<source>Enter a command line.</source> -<target>Angiv en kommando.</target> - -<source>Press 'Start'.</source> -<target>Klik 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Importer en "ffs_batch"fil (Fil > Åben...) for at komme igang.</target> - -<source>Folders to watch:</source> -<target>Jobbets mapper:</target> - -<source>Add folder</source> -<target>Tilføj mappe</target> - -<source>Remove folder</source> -<target>Fjern mappe</target> - -<source>Browse</source> -<target>Gennemse</target> - -<source>Idle time (in seconds):</source> -<target>Efter PC tomgang (sek):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Tid mellem sidst fundne ændring og udførsel</target> - -<source>Command line:</source> -<target>Kommando:</target> - -<source>&Hide console window</source> -<target>&Skjul vindue</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Kommandoen udføres hvis: -- filer eller undermapper ændres -- nye mapper findes (f.eks. USB nøgle) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>Om</target> - -<source>Build: %x</source> -<target>Udgivet: %x</target> - -<source>All files</source> -<target>Alle filer</target> - -<source>Automated Synchronization</source> -<target>Automatisk synkronisering</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protokollen %x understøttere ikke mappeovervågning:</target> - -<source>Directory monitoring active</source> -<target>Mappeovervågning aktiv</target> - -<source>Waiting until directory is available:</source> -<target>Venter til mappe er tilgængelig:</target> - -<source>&Configure</source> -<target>&Indstil</target> - -<source>&Show error message</source> -<target>V&is fejlbesked</target> - -<source>&Quit</source> -<target>&Afslut</target> - -<source>&Retry</source> -<target>&Prøv igen</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x byte</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Indlæser...</target> - -<source>Scanning...</source> -<target>Skanner...</target> - -<source>configuration file</source> -<target>Indstillingsfil</target> - -<source>System: Sleep</source> -<target>System: Slumre</target> - -<source>System: Shut down</source> -<target>System: Luk</target> - -<source>Nothing to synchronize</source> -<target>Alt er synkroniseret</target> - -<source>Executing command:</source> -<target>Udfører kommando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Skift til FreeFileSyncs hovedvindue for at løse problemet.</target> - -<source>&Don't show this warning again</source> -<target>&Vis ikke igen</target> - -<source>&Ignore</source> -<target>&Ignorer</target> - -<source>&Switch</source> -<target>&Skift</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Åbner FreeFileSyncs hovedvindue</target> - -<source>Automatic retry</source> -<target>Forsøg automatisk igen</target> - -<source>Ignore &all</source> -<target>Ignorer &alle</target> - -<source>Retrying operation...</source> -<target>Prøver igen...</target> - -<source>Serious Error</source> -<target>Kritisk fejl</target> - -<source>Last session</source> -<target>Sidste opgave</target> - -<source>Today</source> -<target>Idag</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dag</pluralform> -<pluralform>%x dage</pluralform> -</target> - -<source>Name</source> -<target>Navn</target> - -<source>Last sync</source> -<target>Sidste synk</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Mappe</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Fuld sti</target> - -<source>Relative path</source> -<target>Relativ sti</target> - -<source>Item name</source> -<target>Emnenavn</target> - -<source>Size</source> -<target>Størrelse</target> - -<source>Date</source> -<target>Dato</target> - -<source>Extension</source> -<target>Filtype</target> - -<source>Category</source> -<target>Status</target> - -<source>Action</source> -<target>Handling</target> - -<source>Local comparison settings</source> -<target>Lokale analyseindstillinger</target> - -<source>Local synchronization settings</source> -<target>Lokale synkindstillinger</target> - -<source>Local filter</source> -<target>Lokalt filter</target> - -<source>Active</source> -<target>Aktiv</target> - -<source>None</source> -<target>Ingen</target> - -<source>Remove local settings</source> -<target>Fjern lokale indstillinger</target> - -<source>Clear local filter</source> -<target>Ryd lokale filtre</target> - -<source>Copy</source> -<target>Kopiér</target> - -<source>Paste</source> -<target>Indsæt</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Mappen %x kan ikke bruges med FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Vælg lokal mappe, netværksmappe eller mappe på MTP enhed.</target> - -<source>Defined by context of use</source> -<target>Defineres af aktuelle betingelser</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Kræver FreeFileSync donationsudgave</target> - -<source>&Save</source> -<target>&Gem</target> - -<source>Save as &batch job...</source> -<target>Gem som &batchfil...</target> - -<source>Show &log</source> -<target>Vis &log</target> - -<source>Start &comparison</source> -<target>Start &analyse</target> - -<source>C&omparison settings</source> -<target>A&nalyseindstillinger</target> - -<source>&Filter settings</source> -<target>&Filterindstillinger</target> - -<source>S&ynchronization settings</source> -<target>S&ynkroniseringsindstillinger</target> - -<source>Start &synchronization</source> -<target>Start &synkronisering</target> - -<source>&Actions</source> -<target>&Handlinger</target> - -<source>&Preferences</source> -<target>&Indstillinger</target> - -<source>&Language</source> -<target>&Sprog</target> - -<source>&Find...</source> -<target>S&øg...</target> - -<source>&Export file list...</source> -<target>&Eksporter filliste...</target> - -<source>&Reset layout</source> -<target>N&ulstil layout</target> - -<source>&Tools</source> -<target>&Værktøj</target> - -<source>&Check for updates now</source> -<target>S&øg efter opdatering</target> - -<source>Check &automatically once a week</source> -<target>Søg &automatisk en gang om ugen</target> - -<source>Cancel</source> -<target>Annuller</target> - -<source>Compare</source> -<target>Analysér</target> - -<source>Synchronize</source> -<target>Synkronisér</target> - -<source>Add folder pair</source> -<target>Tilføj mappepar</target> - -<source>Remove folder pair</source> -<target>Fjern mappepar</target> - -<source>Access online storage</source> -<target>Åben onlinelager</target> - -<source>Close search bar</source> -<target>Luk søgelinie</target> - -<source>Find:</source> -<target>Søg:</target> - -<source>Match case</source> -<target>Versalfølsom (a/A)</target> - -<source>Processed:</source> -<target>Behandlet:</target> - -<source>Remaining:</source> -<target>Resterende:</target> - -<source>New</source> -<target>Ny</target> - -<source>Open...</source> -<target>Åben...</target> - -<source>Save</source> -<target>Gem</target> - -<source>Save as...</source> -<target>Gem som...</target> - -<source>View type:</source> -<target>Visning:</target> - -<source>Select view:</source> -<target>Vælg visning:</target> - -<source>Save as default</source> -<target>Gem som standard</target> - -<source>Statistics:</source> -<target>Statistik:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Antal filer og mapper der slettes</target> - -<source>Number of files that will be updated</source> -<target>Antal filer der opdateres</target> - -<source>Number of files and folders that will be created</source> -<target>Antal filer og mapper der oprettes</target> - -<source>Total bytes to copy</source> -<target>Antal bytes der kopieres</target> - -<source>Arrange folder pair</source> -<target>Arrangér mappepar</target> - -<source>Main settings:</source> -<target>Overordnede indstillinger:</target> - -<source>Use local settings:</source> -<target>Brug lokale indstillinger:</target> - -<source>Select a variant:</source> -<target>Vælg metode:</target> - -<source>Include &symbolic links:</source> -<target>Medtag &symbolske link:</target> - -<source>&Follow</source> -<target>&Følg</target> - -<source>&Direct</source> -<target>&Henvis</target> - -<source>More information</source> -<target>Mere information</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorer tidsændring [tt:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Tidsændringer der ignoreres</target> - -<source>Example:</source> -<target>Eksempel:</target> - -<source>Handle daylight saving time</source> -<target>Tag hensyn til sommertid</target> - -<source>Ignore errors</source> -<target>Ignorér fejl</target> - -<source>Retry count:</source> -<target>Antal forsøg:</target> - -<source>Delay (in seconds):</source> -<target>Forsinkelse (sek):</target> - -<source>Performance improvements:</source> -<target>Ydelsesforbedring:</target> - -<source>Parallel file operations:</source> -<target>Parallelle filhandlinger:</target> - -<source>How to get best performance?</source> -<target>Hvordan får du bedste ydelse?</target> - -<source>Local settings:</source> -<target>Lokale indstillinger:</target> - -<source>Include:</source> -<target>Inkludér:</target> - -<source>Show examples</source> -<target>Vis eksempler</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Angiv filterregler der udelukker bestemte filer fra synkroniseringen. Filstier skal relatere til kildemapperne.</target> - -<source>File size:</source> -<target>Filstørrelse:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maksimum:</target> - -<source>Time span:</source> -<target>Interval:</target> - -<source>C&lear</source> -<target>R&yd</target> - -<source>Detect moved files</source> -<target>Genkend flyttede filer</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Understøtter ikke alle filsystemer -- Opretter nødvendige databasefiler -- Genkender ikke ved første synk -</target> - -<source>Delete files:</source> -<target>Filsletning:</target> - -<source>&Recycle bin</source> -<target>&Papirkurv</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versionering</target> - -<source>Move files to a user-defined folder</source> -<target>Flyt filer til brugerdefineret mappe</target> - -<source>Naming convention:</source> -<target>Navneregler:</target> - -<source>Limit file versions:</source> -<target>Begræns filversioner:</target> - -<source>Last x days:</source> -<target>Sidste x dage:</target> - -<source>&Override default log path:</source> -<target>&Tilpas logplacering:</target> - -<source>Run a command:</source> -<target>Kør kommando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Forbindelsestype:</target> - -<source>Connected user accounts:</source> -<target>Forbundne konti:</target> - -<source>&Add connection</source> -<target>&Tilføj</target> - -<source>&Disconnect</source> -<target>&Afbryd</target> - -<source>Selected user account:</source> -<target>Valgt konto:</target> - -<source>Server name or IP address:</source> -<target>Servernavn eller IP adresse:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Kryptering:</target> - -<source>&Disabled</source> -<target>&Deaktiveret</target> - -<source>&Explicit SSL/TLS</source> -<target>&Eksplicit SSL/TLS</target> - -<source>Authentication:</source> -<target>Godkendelse:</target> - -<source>&Password</source> -<target>K&odeord</target> - -<source>&Key file</source> -<target>&Nøglefil</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>Brugernavn:</target> - -<source>Private key file:</source> -<target>Privat nøglefil:</target> - -<source>&Show password</source> -<target>Vis &kodeord</target> - -<source>Directory on server:</source> -<target>Servermappe:</target> - -<source>Access timeout (in seconds):</source> -<target>Timeout (sekunder):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanaler pr. forbindelse:</target> - -<source>Detect server limit</source> -<target>Genkend servergrænse</target> - -<source>Select Folder</source> -<target>Vælg mappe</target> - -<source>Variant:</source> -<target>Jobtype:</target> - -<source>&Don't show this dialog again</source> -<target>&Vis ikke igen</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Emner:</target> - -<source>Synchronizing...</source> -<target>Synkroniserer...</target> - -<source>Minimize to notification area</source> -<target>Minimér til uret</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Emner</target> - -<source>When finished:</source> -<target>Når gennemført:</target> - -<source>Auto-close</source> -<target>Autoluk</target> - -<source>Close</source> -<target>Luk</target> - -<source>&Pause</source> -<target>&Pause</target> - -<source>Stop</source> -<target>Stop</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Opret batchfil til automatisk synkronisering. Start med dobbeltklik på filen eller planlæg via opgavestyring: %x</target> - -<source>Progress dialog:</source> -<target>Fremskridt:</target> - -<source>Run minimized</source> -<target>Kør minimeret</target> - -<source>Show pop-up on errors or warnings</source> -<target>Vis fejlbeskeder og advarsler</target> - -<source>&Cancel</source> -<target>&Annuller</target> - -<source>Stop synchronization at first error</source> -<target>Stop synkronisering ved første fejl</target> - -<source>How can I schedule a batch job?</source> -<target>Hvordan oprettes en batchfil?</target> - -<source>&Keep relative paths</source> -<target>&Bevar relative stier</target> - -<source>&Overwrite existing files</source> -<target>&Overskriv eksisterende filer</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Disse indstillinger gælder alle synkroniseringer.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiér til midlertidig fil (*.ffs_tmp) før overskrivning. -Sikrer processen ved alvorlige fejl. -</target> - -<source>recommended</source> -<target>anbefales</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiér delte eller låste filer med VSS kopiering.</target> - -<source>requires administrator rights</source> -<target>kræver administratorrettigheder</target> - -<source>Transfer file and folder permissions.</source> -<target>Overfør fil og mappetilladelser.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Vis skjulte advarsler og beskeder igen</target> - -<source>Default log path:</source> -<target>Logplacering:</target> - -<source>&Delete logs after x days:</source> -<target>&Slet logs efter x dage:</target> - -<source>Notification sounds:</source> -<target>Beskedlyde:</target> - -<source>Synchronization finished:</source> -<target>Synkronisering gennemført:</target> - -<source>Customize context menu:</source> -<target>Tilpas kontekstmenu:</target> - -<source>Description</source> -<target>Beskrivelse</target> - -<source>&Default</source> -<target>S&tandard</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Kritik og foreslag er meget velkomne:</target> - -<source>Home page</source> -<target>Hjemmeside</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync forum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Er du glad for FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Donér for at støtte</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Autoopdatering deaktiveret af administrator.</target> - -<source>Donation details</source> -<target>Donationsdetaljer</target> - -<source>Source code written in C++ using:</source> -<target>Kildekoden er skrevet i C++ med hjælp fra:</target> - -<source>Published under the GNU General Public License:</source> -<target>Udgivet under GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Tak for oversættelse til:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivér FreeFileSync donationsudgave på en af følgende måder:</target> - -<source>Activate via internet now:</source> -<target>Aktivér via internet nu:</target> - -<source>Activate online</source> -<target>Aktivér online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Hent offline aktiveringsnøgle fra følgende adresse:</target> - -<source>&Copy to clipboard</source> -<target>&Kopiér</target> - -<source>Enter activation key:</source> -<target>Indsæt aktiveringsnøgle:</target> - -<source>Activate offline</source> -<target>Aktivér offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Fremhæv indstillinger der ikke er kørt i det følgende antal dage:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync kræver adgangsrettighedeer for at undgå "Handling ikke tilladt" fejl, ved synkronisering af data (mail, beskeder, kalender...etc.).</target> - -<source>Locate the FreeFileSync app</source> -<target>Find FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Åben Sikkerhed && anonymitet</target> - -<source>Click the lock to allow changes.</source> -<target>Klik på låsen tillader ændringer.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Træk FreeFileSync ind i panelet.</target> - -<source>Synchronization Settings</source> -<target>Synkroniseringsindstillinger</target> - -<source>Access Online Storage</source> -<target>Tilgå online lager</target> - -<source>Save as a Batch Job</source> -<target>Gem som batchfil</target> - -<source>Delete Items</source> -<target>Slet emner</target> - -<source>Copy Items</source> -<target>Kopiér emner</target> - -<source>Options</source> -<target>Indstillinger</target> - -<source>Select Time Span</source> -<target>Vælg tidsinterval</target> - -<source>Highlight Configurations</source> -<target>Fremhæv indstillinger</target> - -<source>Grant Full Disk Access</source> -<target>Tillad fuld adgang til disk</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Ingen logemner</target> - -<source>Select all</source> -<target>Vælg alt</target> - -<source>&Options</source> -<target>&Indstillinger</target> - -<source>Main Bar</source> -<target>Hovedlinie</target> - -<source>Folder Pairs</source> -<target>Mappepar</target> - -<source>Find</source> -<target>Søg</target> - -<source>View Settings</source> -<target>Visninger</target> - -<source>Configuration</source> -<target>Indstilling</target> - -<source>Overview</source> -<target>Oversigt</target> - -<source>Swap sides</source> -<target>Byt side</target> - -<source>Show "%x"</source> -<target>Vis "%x"</target> - -<source>&Show details</source> -<target>&Vis detaljer</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x er udkommet!</target> - -<source>Local path not available for %x.</source> -<target>Placeringen er ikke tilgængelig for %x.</target> - -<source>Confirm</source> -<target>Bekræft</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Vil du køre kommandoen %y for 1 emne?</pluralform> -<pluralform>Vil du køre kommandoen %y for %x emner?</pluralform> -</target> - -<source>&Execute</source> -<target>&Udfør</target> - -<source>Set direction:</source> -<target>Retning:</target> - -<source>multiple selection</source> -<target>vælg flere</target> - -<source>&Include via filter:</source> -<target>&Inkludér m. filter:</target> - -<source>&Exclude via filter:</source> -<target>&Ekskludér m. filter:</target> - -<source>Include temporarily</source> -<target>Inkluder midlertidigt</target> - -<source>Exclude temporarily</source> -<target>Ekskluder midlertidigt</target> - -<source>&Synchronize selection</source> -<target>&Synkronisér valgte</target> - -<source>&Copy to...</source> -<target>&Kopier til...</target> - -<source>&Delete</source> -<target>&Slet</target> - -<source>Show icons:</source> -<target>Vis ikoner:</target> - -<source>Small</source> -<target>Små</target> - -<source>Medium</source> -<target>Medium</target> - -<source>Large</source> -<target>Store</target> - -<source>Select time span...</source> -<target>Vælg tidsinterval...</target> - -<source>Donation Edition</source> -<target>Donationsudgave</target> - -<source>Folder Comparison and Synchronization</source> -<target>Mappeanalyse og synkronisering</target> - -<source>Configuration saved</source> -<target>Indstillinger gemt</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batchfil</target> - -<source>Do you want to save changes to %x?</source> -<target>Vil du gemme ændringer i %x?</target> - -<source>Never save &changes</source> -<target>Gem &aldrig ændringer</target> - -<source>Do&n't save</source> -<target>&Gem ikke</target> - -<source>%x cannot be renamed.</source> -<target>%x kan ikke omdøbes.</target> - -<source>New name:</source> -<target>Nyt navn:</target> - -<source>Rename Configuration</source> -<target>Indstillinger</target> - -<source>Configuration name must not be empty.</source> -<target>Indstillingsnavn skal udfyldes.</target> - -<source>&Rename...</source> -<target>&Omdøb...</target> - -<source>Hide configuration</source> -<target>Skjul indstillinger</target> - -<source>Highlight...</source> -<target>Fremhæv...</target> - -<source>Clear filter</source> -<target>Ryd filter</target> - -<source>Show files that exist on left side only</source> -<target>Vis filer der kun findes på venstre side</target> - -<source>Show files that exist on right side only</source> -<target>Vis filer der kun findes på højre side</target> - -<source>Show files that are newer on left</source> -<target>Vis nyere filer på venstre side</target> - -<source>Show files that are newer on right</source> -<target>Vis nyere filer på højre side</target> - -<source>Show files that are equal</source> -<target>Vis ens filer</target> - -<source>Show files that are different</source> -<target>Vis uens filer</target> - -<source>Show conflicts</source> -<target>Vis konflikter</target> - -<source>Show files that will be created on the left side</source> -<target>Vis filer der oprettes på venstre side</target> - -<source>Show files that will be created on the right side</source> -<target>Vis filer der oprettes på højre side</target> - -<source>Show files that will be deleted on the left side</source> -<target>Vis filer der slettes på venstre side</target> - -<source>Show files that will be deleted on the right side</source> -<target>Vis filer der slettes på højre side</target> - -<source>Show files that will be updated on the left side</source> -<target>Vis filer der opdateres på venstre side</target> - -<source>Show files that will be updated on the right side</source> -<target>Vis filer der opdateres på højre side</target> - -<source>Show files that won't be copied</source> -<target>Vis filer der ikke kopieres</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Vis filtrerede eller midlertidigt ekskluderede filer</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Alt er synkroniseret</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 mappe</pluralform> -<pluralform>%x mapper</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 fil</pluralform> -<pluralform>%x filer</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Viser %y af 1 række</pluralform> -<pluralform>Viser %y af %x rækker</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Kan ikke finde %x</target> - -<source>Move up</source> -<target>Flyt op</target> - -<source>Move down</source> -<target>Flyt ned</target> - -<source>Comma-separated values</source> -<target>Kommaopdelte værdier</target> - -<source>File list exported</source> -<target>Fillisten blev eksporteret</target> - -<source>Searching for program updates...</source> -<target>Søger efter opdatering...</target> - -<source>Paused</source> -<target>Pauset</target> - -<source>Stop requested...</source> -<target>Stop anmodning...</target> - -<source>Initializing...</source> -<target>Forbereder...</target> - -<source>Comparing content...</source> -<target>Analyserer indhold...</target> - -<source>&Continue</source> -<target>&Fortsæt</target> - -<source>Progress</source> -<target>Fremskridt</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Tak %x for donationen og støtten!</target> - -<source>Connections</source> -<target>Forbindelser</target> - -<source>Recommended range:</source> -<target>Anbefalet interval:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Vil du afbryde forbindelsen til %x?</target> - -<source>Password:</source> -<target>Kodeord:</target> - -<source>Key passphrase:</source> -<target>Nøglesætning:</target> - -<source>Please enter a file path.</source> -<target>Angiv placering.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Vil du kopiere emnet til en anden mappe?</pluralform> -<pluralform>Vil du kopiere %x emner til en anden mappe?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Angiv destinationsmappe.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Vil du flytte følgende emne til papirkurven?</pluralform> -<pluralform>Vil du flytte følgende %x emner til papirkurven?</pluralform> -</target> - -<source>Move</source> -<target>Flyt</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Vil du slette følgende emne?</pluralform> -<pluralform>Vil du slette følgende %x emner?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Start synkronisering af valgte?</target> - -<source>Start synchronization now?</source> -<target>Synkroniser nu?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiér DACL, SACL, ejer, gruppe</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrer eksterne programmer i kontekstmenu. Brug følgende macroer:</target> - -<source>Full file or folder path</source> -<target>Fuld fil-/mappesti</target> - -<source>Parent folder path</source> -<target>Forældremappes placering</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Midlertidig kopi for SFTP og MTP opbevaring</target> - -<source>Parameters for opposite side</source> -<target>Modsatte sides parametre</target> - -<source>Show hidden dialogs again</source> -<target>Gendan skjulte beskeder</target> - -<source>All dialogs shown</source> -<target>Alle dialoger vises</target> - -<source>Downloading update...</source> -<target>Henter opdatering...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Genkend ens filer efter filtid og størrelse.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Genkend ens filer efter indhold.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Genkend ens filer ved at sammenligne filstørrelsen.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Find og udbred ændringer på begge sider. Sletninger, omdøbninger og konflikter findes automatisk i en database.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Opret spejling af venstre mappe ved at tilpasse den højre mappe.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopier nye og opdaterede filer til højre mappe.</target> - -<source>Configure your own synchronization rules.</source> -<target>Opret dine egne synkroniseringsregler.</target> - -<source>Comparison</source> -<target>Analyse</target> - -<source>Synchronization</source> -<target>Synkronisering</target> - -<source>This week</source> -<target>Denne uge</target> - -<source>This month</source> -<target>Denne måned</target> - -<source>This year</source> -<target>Dette år</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Flyt slettede og overskrevne filer til papirkurv</target> - -<source>Delete and overwrite files permanently</source> -<target>Slet og overskriv permanent</target> - -<source>Replace</source> -<target>Erstat</target> - -<source>Move files and replace if existing</source> -<target>Flyt fil og erstat eventuelt eksisterende</target> - -<source>Time stamp</source> -<target>Tidsstempel</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Flyt filer til tidsmærket undermappe</target> - -<source>File</source> -<target>Fil</target> - -<source>Append a time stamp to each file name</source> -<target>Føj tidsstempel til hvert filnavn</target> - -<source>On completion:</source> -<target>Ved gennemført:</target> - -<source>On errors:</source> -<target>Ved fejl:</target> - -<source>On success:</source> -<target>Ved gennemført:</target> - -<source>Main config</source> -<target>Hovedindstilling</target> - -<source>empty</source> -<target>tom</target> - -<source>Leave as unresolved conflict</source> -<target>Efterlad som uløst konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Mindste antal versioner skal være mindre end det maksimale.</target> - -<source>&Restore</source> -<target>&Vis vindue</target> - -<source>Files</source> -<target>Filer</target> - -<source>Percentage</source> -<target>Procent</target> - -<source>Failed to retrieve update information.</source> -<target>Opdateringssøgning fejlede.</target> - -<source>Automatic updates:</source> -<target>Automatiske opdateringer:</target> - -<source>Check for Program Updates</source> -<target>Søg efter opdatering</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Opdater automatisk nu, eller download fra FreeFileSync hjemmeside?</target> - -<source>&Auto-update</source> -<target>&Autoopdatering</target> - -<source>&Home page</source> -<target>&Hjemmeside</target> - -<source>Download now?</source> -<target>Download nu?</target> - -<source>&Download</source> -<target>&Download</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync er opdateret.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Kunne ikke konstatere den aktuelle FreeFileSync version online. Der findes sandsynligvis en nyere udgave. Søg manuelt nu?</target> - -<source>&Check</source> -<target>&Kontroller</target> - -<source>Consistency check failed for %x.</source> -<target>Kontrolfejl for %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Installationen var registreret på et andet styresystem.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Aktivering af FreeFileSync donationsudgave mislykkedes.</target> - -<source>Incorrect activation key.</source> -<target>Forkert licens.</target> - -<source>Unable to register to receive system messages.</source> -<target>Kunne ikke registrere modtagelse af systembeskeder.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Installationsmuligheden %x er kun mulig i FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Kan ikke finde systemfunktionen %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Kan ikke registrere beskeder for %x.</target> - -<source>The file is locked by another process:</source> -<target>Filen er låst af en anden process:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Filtilladelser for mappen %x kunne ikke bestemmes.</target> - -<source>Cannot read security context of %x.</source> -<target>Kan ikke læse sikkerhedsindstillinger på %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Kan ikke skrive sikkerhedsindstillinger til %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Kan ikke læse tilladelserne på %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Kan ikke kopiere tilladelser fra %x til %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x er ikke et gyldigt mappenavn.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Kan ikke kopiere attributter fra %x til %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 time</pluralform> -<pluralform>%x timer</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Kan ikke sætte %x privilegier.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Kunne ikke ophæve standby.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Kan ikke ændre I/O prioriteter.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Check papirkurv fejlede for mappen %x.</target> - -<source>Unable to shut down the system.</source> -<target>Kunne ikke lukke computeren.</target> - -<source>Prepare installation</source> -<target>Forbereder installering</target> - -<source>Choose which components you want to install.</source> -<target>Vælg hvordan FreeFileSync skal installeres.</target> - -<source>Select installation type:</source> -<target>Vælg installeringstype:</target> - -<source>Local</source> -<target>Standard</target> - -<source>Portable</source> -<target>Portable</target> - -<source>Save settings in %x</source> -<target>Gem indstillinger i %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registrér FreeFileSync filtyper</target> - -<source>Create Explorer context menu entries</source> -<target>Vises i Stifinders højrekliksmenu</target> - -<source>Save settings in installation directory</source> -<target>Gemmer indstillinger i programmets mappe</target> - -<source>Do not write to Registry</source> -<target>Skriver ikke til registreringsdatabasen</target> - -<source>Just copy the files</source> -<target>Udpakker filer til valgt mappe</target> - -<source>Choose a directory for installation:</source> -<target>Vælg installeringsmappe:</target> - -<source>Create shortcuts:</source> -<target>Opret genveje:</target> - -<source>Desktop</source> -<target>På skrivebord</target> - -<source>Start Menu</source> -<target>Startmenu</target> - -<source>Send To</source> -<target>Send til</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registrerer FreeFileSync filtyper</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Fjerner FreeFileSync filtyperegistrering</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync indstillinger</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync batchfil</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync synkroniseringsdatabase</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync indstillinger</target> - -<source>Edit with FreeFileSync</source> -<target>Rediger med FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Her er et dyr, i stedet for annoncer.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync portable kan ikke installeres i en undermappe til %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Installer normalt, eller vælg en anden mappe.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Hent donationsudgave med flere funktioner, og hold FreeFileSync fri for annoncer.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/dutch.lng b/FreeFileSync/Build/Resources/Languages/dutch.lng deleted file mode 100755 index 6a7dd34c..00000000 --- a/FreeFileSync/Build/Resources/Languages/dutch.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Nederlands</language> - <translator>Leo49</translator> - <locale>nl_NL</locale> - <image>flag_holland.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Kan het bestand %x niet lezen.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Onverwachte grootte van de gegevensstroom. -Verwacht: %x bytes -Werkelijk: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Kan bestand %x niet schrijven.</target> - -<source>Cannot write permissions of %x.</source> -<target>Kan de aangegeven machtigingen van %x niet schrijven.</target> - -<source>Operation not supported between different devices.</source> -<target>Bewerking wordt niet ondersteund tussen verschillende apparaten.</target> - -<source>Cannot delete file %x.</source> -<target>Kan bestand %x niet verwijderen.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Kan de symbolische koppeling %x niet verwijderen.</target> - -<source>Cannot delete directory %x.</source> -<target>De map %x kan niet verwijderd worden.</target> - -<source>Cannot move file %x to %y.</source> -<target>Het bestand %x kan niet naar %y verplaatst worden.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Kan de symbolische koppeling %x niet kopiëren naar %y.</target> - -<source>Error Code %x</source> -<target>Foutcode %x</target> - -<source>Cannot read directory %x.</source> -<target>Kan de map %x niet lezen.</target> - -<source>Cannot write modification time of %x.</source> -<target>De modificatie-tijd van %x kan niet geschreven worden.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Kan de bestandskenmerken van %x niet lezen.</target> - -<source>Cannot create directory %x.</source> -<target>Kan de map %x niet maken.</target> - -<source>Cannot determine final path for %x.</source> -<target>Kan het uiteindelijke pad voor %x niet bepalen.</target> - -<source>Operation not supported by device.</source> -<target>Bewerking wordt niet ondersteund door het apparaat.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Kan de symbolische koppeling %x niet oplossen.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Niet in staat om %x naar de prullenbak te verplaatsen.</target> - -<source>Authentication completed.</source> -<target>Authenticatie voltooid.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>U kunt deze pagina nu sluiten en doorgaan met FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Verificatie mislukt.</target> - -<source>Unable to connect to %x.</source> -<target>Kan geen verbinding maken met %x.</target> - -<source>Cannot find %x.</source> -<target>Kan %x niet vinden.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>De naam %x wordt gebruikt door meer dan één item in de map.</target> - -<source>Please authorize access to user account %x.</source> -<target>Gelieve toestemming te geven om toegang tot het gebruikersaccount %x.</target> - -<source>Cannot open file %x.</source> -<target>Het bestand %x kan niet geopend worden.</target> - -<source>The name %x is already used by another item.</source> -<target>De naam %x wordt al door een ander item gebruikt.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Kan de vrije schijfruimte voor %x niet bepalen.</target> - -<source>Unable to disconnect from %x.</source> -<target>Kan verbinding van %x niet verbreken.</target> - -<source>Unable to access %x.</source> -<target>Geen toegang tot %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Fout bij het ophalen van informatie over server %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Kan map %x niet bewaken.</target> - -<source>Cannot find device %x.</source> -<target>Kan apparaat %x niet vinden.</target> - -<source>Cannot open directory %x.</source> -<target>Kan de map %x niet openen.</target> - -<source>Unsupported item type.</source> -<target>Niet-ondersteund item type.</target> - -<source>Incorrect command line:</source> -<target>Onjuiste opdrachtregel:</target> - -<source>The server does not support authentication via %x.</source> -<target>De server ondersteunt geen verificatie via %x.</target> - -<source>Required:</source> -<target>Vereist:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Bewerking na 1 seconde verlopen.</pluralform> -<pluralform>Bewerking na %x seconden verlopen.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Kan niet meer dan op 1 verbinding tegelijk wachten.</pluralform> -<pluralform>Kan niet meer dan op %x verbindingen tegelijk wachten.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Actieve verbindingen: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Fout bij het openen van SFTP kanaalnummer %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Beide zijden zijn gewijzigd sinds de laatste synchronisatie.</target> - -<source>Cannot determine sync-direction:</source> -<target>De synchronisatierichting kan niet worden bepaald:</target> - -<source>No change since last synchronization.</source> -<target>Geen veranderingen sinds de laatste synchronisatie.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>De databasevermelding is niet gesynchroniseerd volgens de huidige instellingen.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Standaardwaarden instellen voor synchronisatierichtingen: oude bestanden worden overschreven door nieuwere.</target> - -<source>Creating file %x</source> -<target>Bestand %x maken</target> - -<source>Creating folder %x</source> -<target>Map %x maken</target> - -<source>Creating symbolic link %x</source> -<target>Symbolische link %x maken</target> - -<source>Moving file %x to the recycle bin</source> -<target>Verplaatsen van bestand %x naar de prullenbak</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Map %x naar de prullenbak verplaatsen</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Verplaatsen symbolische koppeling %x naar de prullenbak</target> - -<source>Deleting file %x</source> -<target>Bestand %x verwijderen</target> - -<source>Deleting folder %x</source> -<target>Map %x verwijderen</target> - -<source>Deleting symbolic link %x</source> -<target>Symbolische koppeling %x verwijderen</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Beschikbaarheid van prullenbak controleren voor map %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>De prullenbak wordt niet ondersteund door de volgende mappen. Verwijderde of overschreven bestanden kunnen niet worden hersteld:</target> - -<source>An exception occurred</source> -<target>Er is een uitzondering opgetreden</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Een linker en een rechter mappad worden verwacht na %x.</target> - -<source>Syntax error</source> -<target>Syntaxis fout</target> - -<source>Cannot find file %x.</source> -<target>Kan bestand %x niet vinden.</target> - -<source>Error</source> -<target>Fout</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Het bestand %x bevat geen geldige configuratie.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Het configuratiebestand mag geen instellingen op mappaarniveau bevatten, als de mappen via de opdrachtregel zijn ingesteld.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Mappen kunnen niet worden gebruikt voor meer dan één configuratiebestand.</target> - -<source>Command line</source> -<target>Opdrachtregel</target> - -<source>Syntax:</source> -<target>Syntax:</target> - -<source>config files:</source> -<target>configuratiebestanden:</target> - -<source>directory</source> -<target>directory</target> - -<source>global config file:</source> -<target>globaal configuratiebestand:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Een willekeurig aantal FreeFileSync "ffs_gui" en/of "ffs_batch" configuratiebestanden.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Een willekeurig aantal alternatieve mapparen voor maximaal een configuratiebestand.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Open de geselecteerde configuratie om deze alleen te bewerken zonder deze uit te voeren.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Bestandspad naar plaatsvervangend GlobalSettings.xml bestand.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Installatiebestanden zijn beschadigd. Installeer FreeFileSync opnieuw.</target> - -<source>Cannot find the following folders:</source> -<target>De volgende mappen konden niet worden gevonden:</target> - -<source>The following folders do not yet exist:</source> -<target>De volgende mappen bestaan nog niet:</target> - -<source>The folders are created automatically when needed.</source> -<target>De mappen worden automatisch gemaakt indien dit nodig is.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>De volgende mappaden zijn hoofdlettergevoelig. Gebruik een uniforme vorm om dubbele toegang te voorkomen.</target> - -<source>Scanning:</source> -<target>Scannen:</target> - -<source>Comparison finished:</source> -<target>Vergelijking voltooid:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 item gevonden</pluralform> -<pluralform>%x items gevonden</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Verstreken tijd:</target> - -<source>File %x has an invalid date.</source> -<target>Het bestand %x heeft een ongeldige datum.</target> - -<source>Date:</source> -<target>Datum:</target> - -<source>Files have the same date but a different size.</source> -<target>Bestanden hebben dezelfde datum maar verschillende groottes.</target> - -<source>Size:</source> -<target>Grootte:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>De inhoud vergelijking voor uitgesloten bestanden werd overgeslagen.</target> - -<source>Items differ in attributes only</source> -<target>De items verschillen alleen in de kenmerken</target> - -<source>Resolving symbolic link %x</source> -<target>Symbolische link %x oplossen</target> - -<source>Comparing content of files %x</source> -<target>Vergelijkt de inhoud van bestanden %x</target> - -<source>Generating file list...</source> -<target>Maak bestandslijst...</target> - -<source>Fail-safe file copy</source> -<target>Fail-safe bestand kopiëren</target> - -<source>Enabled</source> -<target>Ingeschakeld</target> - -<source>Disabled</source> -<target>Uitgeschakeld</target> - -<source>Copy locked files</source> -<target>Vergrendelde bestanden kopiëren</target> - -<source>Copy file access permissions</source> -<target>Toegangsmachtigingen om bestanden te kopiëren</target> - -<source>File time tolerance</source> -<target>Tolerantie bestandstijd</target> - -<source>Run with background priority</source> -<target>Uitvoeren met achtergrond prioriteit</target> - -<source>Lock directories during sync</source> -<target>Mappen vergrendelen tijdens de synchronisatie</target> - -<source>Verify copied files</source> -<target>Controleer de gekopieerde bestanden</target> - -<source>Using non-default global settings:</source> -<target>Het gebruik van niet-standaard algemene instellingen:</target> - -<source>A folder input field is empty.</source> -<target>Invoerveld van een map is leeg.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>De betreffende map wordt als leeg beschouwd.</target> - -<source>Exclude:</source> -<target>Uitgesloten:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Een basismap van een mappaar is opgenomen in de andere.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>De map moet worden uitgesloten van synchronisatie via filter.</target> - -<source>Calculating sync directions...</source> -<target>Berekenen sync richtingen...</target> - -<source>Out of memory.</source> -<target>Onvoldoende werkgeheugen.</target> - -<source>Show in Explorer</source> -<target>In Explorer weergeven</target> - -<source>Open with default application</source> -<target>Openen met standaardtoepassing</target> - -<source>Browse directory</source> -<target>Blader in map</target> - -<source>Database file %x is incompatible.</source> -<target>Databasebestand %x is niet compatibel.</target> - -<source>Initial synchronization:</source> -<target>Initiële synchronisatie:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databasebestand %x bestaat nog niet.</target> - -<source>Database file is corrupted:</source> -<target>Databasebestand is beschadigd:</target> - -<source>Loading file %x...</source> -<target>Laden van bestand %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>De databasebestanden bevatten nog geen informatie over de laatste synchronisatie.</target> - -<source>Saving file %x...</source> -<target>Opslaan van bestand %x...</target> - -<source>Searching for folder %x...</source> -<target>Zoeken naar map %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Time-out tijdens het zoeken naar de map %x.</target> - -<source>Cannot get process information.</source> -<target>Kan geen procesinformatie krijgen.</target> - -<source>Waiting while directory is locked:</source> -<target>Wachten terwijl de map is vergrendeld:</target> - -<source>Lock owner:</source> -<target>Vergrendel eigenaar:</target> - -<source>Detecting abandoned lock...</source> -<target>Opsporen van verlaten vergrendeling...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Item bestaat alleen aan de linkerzijde</target> - -<source>Item exists on right side only</source> -<target>Item bestaat alleen aan de rechterzijde</target> - -<source>Left side is newer</source> -<target>Linkerzijde is nieuwer</target> - -<source>Right side is newer</source> -<target>Rechterzijde is nieuwer</target> - -<source>Items have different content</source> -<target>Items hebben verschillende inhoud</target> - -<source>Both sides are equal</source> -<target>Beide zijden zijn gelijk</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflict/item kan niet worden gecategoriseerd</target> - -<source>Copy new item to left</source> -<target>Kopieer nieuw item naar links</target> - -<source>Copy new item to right</source> -<target>Kopieer nieuw item naar rechts</target> - -<source>Delete left item</source> -<target>Verwijder linker item</target> - -<source>Delete right item</source> -<target>Verwijder rechter item</target> - -<source>Move file on left</source> -<target>Verplaats linker bestand</target> - -<source>Move file on right</source> -<target>Verplaats rechter bestand</target> - -<source>Update left item</source> -<target>Update linker item</target> - -<source>Update right item</source> -<target>Update rechter item</target> - -<source>Do nothing</source> -<target>Niets doen</target> - -<source>Update attributes on left</source> -<target>Update kenmerken aan de linkerzijde</target> - -<source>Update attributes on right</source> -<target>Update kenmerken aan de rechterzijde</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Fout bij het analyseren van bestand %x, rij %y, kolom %z.</target> - -<source>Services</source> -<target>Diensten</target> - -<source>Show All</source> -<target>Toon alles</target> - -<source>Hide Others</source> -<target>Verberg anderen</target> - -<source>Hide %x</source> -<target>Verberg %x</target> - -<source>Quit %x</source> -<target>Sluit %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Kan map vergrendelingen niet instellen voor de volgende mappen:</target> - -<source>Errors:</source> -<target>Fouten:</target> - -<source>Warnings:</source> -<target>Waarschuwingen:</target> - -<source>Items processed:</source> -<target>Items verwerkt:</target> - -<source>Items remaining:</source> -<target>Overgebleven items:</target> - -<source>Total time:</source> -<target>Totale tijd:</target> - -<source>Warning</source> -<target>Waarschuwing</target> - -<source>Stopped</source> -<target>Gestopt</target> - -<source>Cleaning up log files:</source> -<target>Logbestanden opschonen:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sec</target> - -<source>%x items</source> -<target>%x items</target> - -<source>Completed successfully</source> -<target>Succesvol voltooid</target> - -<source>Completed with warnings</source> -<target>Voltooid met waarschuwingen</target> - -<source>Completed with errors</source> -<target>Voltooid met fouten</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Kan geen toegang krijgen tot de Volume Shadow Copy Service.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Gelieve de 64-bits versie van FreeFileSync te gebruiken om schaduwkopiën te maken op dit systeem.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Volumenaam %x behoort niet tot bestandspad %y.</target> - -<source>File time and size</source> -<target>Datum en grootte bestand</target> - -<source>File content</source> -<target>Bestandsinhoud</target> - -<source>File size</source> -<target>Bestandsgrootte</target> - -<source>Two way</source> -<target>Twee richtingen</target> - -<source>Mirror</source> -<target>Spiegelen</target> - -<source>Update</source> -<target>Bijwerken</target> - -<source>Custom</source> -<target>Aangepast</target> - -<source>Multiple...</source> -<target>Meerdere...</target> - -<source>Cannot write file attributes of %x.</source> -<target>De bestandskenmerken voor %x kunnen niet geschreven worden.</target> - -<source>%x and %y have different content.</source> -<target>%x en %y hebben verschillende inhoud.</target> - -<source>Data verification error:</source> -<target>Gegevens verificatiefout:</target> - -<source>Moving file %x to %y</source> -<target>Bestand %x verplaatsen naar %y</target> - -<source>Moving folder %x to %y</source> -<target>Map %x verplaatsen naar %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Symbolische link %x verplaatsen naar %y</target> - -<source>Updating file %x</source> -<target>Bestand %x bijwerken</target> - -<source>Updating symbolic link %x</source> -<target>Symbolische link %x bijwerken</target> - -<source>Verifying file %x</source> -<target>Controleren van bestand %x</target> - -<source>Updating attributes of %x</source> -<target>Kenmerken van %x bijwerken</target> - -<source>Source item %x not found</source> -<target>Bronitem %x niet gevonden</target> - -<source>Parent folder %x is not existing.</source> -<target>Bovenliggende map %x bestaat niet.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Kan bestand %x niet kopiëren naar %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Maken van een volume schaduwkopie voor %x...</target> - -<source>Cannot find folder %x.</source> -<target>Kan de map %x niet vinden.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Doelmap %x bestaat al, maar was niet beschikbaar tijdens het vergelijken van de mappen.</target> - -<source>Target folder input field must not be empty.</source> -<target>Het invoerveld van de doelmap moet niet leeg zijn.</target> - -<source>Source folder %x not found.</source> -<target>Bronmap %x niet gevonden.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Voer een doelmap in voor versiebeheer.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>De volgende items hebben onopgeloste conflicten en zullen niet worden gesynchroniseerd:</target> - -<source>Folder pair:</source> -<target>Map-paar:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>De volgende mappen zijn significant verschillend. Controleer of de juiste mappen zijn geselecteerd voor synchronisatie.</target> - -<source>Not enough free disk space available in:</source> -<target>Er is onvoldoende vrije schijfruimte beschikbaar in:</target> - -<source>Available:</source> -<target>Beschikbaar:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Sommige bestanden worden gesynchroniseerd als onderdeel van meerdere basis mappen.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Om conflicten te voorkomen, stelt u de uitsluitingsfilters zo in dat elk bijgewerkt bestand slechts door één basismap wordt opgenomen.</target> - -<source>Versioning folder:</source> -<target>Map versiebeheer:</target> - -<source>Base folder:</source> -<target>Basismap:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>De map versiebeheer bevindt zich in een basismap.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchroniseren van map-paar:</target> - -<source>Generating database...</source> -<target>Genereren database...</target> - -<source>Searching for old file versions:</source> -<target>Naar oude bestandsversies zoeken:</target> - -<source>Removing old file versions:</source> -<target>Oude bestandsversies verwijderen:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Kan geen tijdstempel maken voor versiebeheer:</target> - -<source>Drag && drop</source> -<target>Slepen && neerzetten</target> - -<source>Select a folder</source> -<target>Selecteer een map</target> - -<source>&New</source> -<target>&Nieuw</target> - -<source>&Open...</source> -<target>&Openen...</target> - -<source>Save &as...</source> -<target>Opslaan &als...</target> - -<source>E&xit</source> -<target>A&fsluiten</target> - -<source>&File</source> -<target>&Bestand</target> - -<source>&View help</source> -<target>&Help weergeven</target> - -<source>&About</source> -<target>&Over</target> - -<source>&Help</source> -<target>&Help</target> - -<source>Usage:</source> -<target>Gebruik:</target> - -<source>Select folders to watch.</source> -<target>Selecteer mappen om te bekijken.</target> - -<source>Enter a command line.</source> -<target>Een opdrachtregel invoeren.</target> - -<source>Press 'Start'.</source> -<target>Druk op 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Om te beginnen gewoon een "ffs_batch"-bestand importeren.</target> - -<source>Folders to watch:</source> -<target>Mappen om te bekijken:</target> - -<source>Add folder</source> -<target>Map toevoegen</target> - -<source>Remove folder</source> -<target>Map verwijderen</target> - -<source>Browse</source> -<target>Bladeren</target> - -<source>Idle time (in seconds):</source> -<target>Inactieve tijd (in seconden):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Inactieve tijd tussen laatste gedetecteerde wijziging en uitvoering van de opdracht</target> - -<source>Command line:</source> -<target>Opdrachtregel:</target> - -<source>&Hide console window</source> -<target>&Verberg bedieningspaneel</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -De opdracht wordt geactiveerd als: -- bestanden of submappen wijzigen -- nieuwe mappen verschijnen (b.v. USB-stick wordt geplaatst) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>Over</target> - -<source>Build: %x</source> -<target>Ontwikkeld: %x</target> - -<source>All files</source> -<target>Alle bestanden</target> - -<source>Automated Synchronization</source> -<target>Automatische synchronisatie</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Het %x protocol ondersteunt geen mapcontrole:</target> - -<source>Directory monitoring active</source> -<target>Mapcontrole actief</target> - -<source>Waiting until directory is available:</source> -<target>Wachten tot de map beschikbaar is:</target> - -<source>&Configure</source> -<target>&Configureer</target> - -<source>&Show error message</source> -<target>&Toon foutmelding</target> - -<source>&Quit</source> -<target>&Stoppen</target> - -<source>&Retry</source> -<target>&Probeer opnieuw</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Laden...</target> - -<source>Scanning...</source> -<target>Scannen...</target> - -<source>configuration file</source> -<target>configuratiebestand</target> - -<source>System: Sleep</source> -<target>Systeem: Slaapstand</target> - -<source>System: Shut down</source> -<target>Systeem: Uitschakelen</target> - -<source>Nothing to synchronize</source> -<target>Niets om te synchroniseren</target> - -<source>Executing command:</source> -<target>Opdracht uitvoeren:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>U kunt overschakelen naar het hoofdvenster van FreeFileSync om dit probleem op te lossen.</target> - -<source>&Don't show this warning again</source> -<target>&Deze waarschuwing niet opnieuw weergeven</target> - -<source>&Ignore</source> -<target>&Negeren</target> - -<source>&Switch</source> -<target>&Wisselen</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Overschakelen naar het hoofdvenster van FreeFileSyncs</target> - -<source>Automatic retry</source> -<target>Automatisch opnieuw proberen</target> - -<source>Ignore &all</source> -<target>Negeer &alles</target> - -<source>Retrying operation...</source> -<target>Bewerking opnieuw proberen...</target> - -<source>Serious Error</source> -<target>Ernstige fout</target> - -<source>Last session</source> -<target>Laatste sessie</target> - -<source>Today</source> -<target>Vandaag</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dag</pluralform> -<pluralform>%x dagen</pluralform> -</target> - -<source>Name</source> -<target>Naam</target> - -<source>Last sync</source> -<target>Laatste synchronisatie</target> - -<source>Log</source> -<target>Logboek</target> - -<source>Folder</source> -<target>Map</target> - -<source>Symlink</source> -<target>Symbolische link</target> - -<source>Full path</source> -<target>Volledig pad</target> - -<source>Relative path</source> -<target>Relatief pad</target> - -<source>Item name</source> -<target>Itemnaam</target> - -<source>Size</source> -<target>Grootte</target> - -<source>Date</source> -<target>Datum</target> - -<source>Extension</source> -<target>Uitbreiding</target> - -<source>Category</source> -<target>Categorie</target> - -<source>Action</source> -<target>Actie</target> - -<source>Local comparison settings</source> -<target>Lokale vergelijking instellingen</target> - -<source>Local synchronization settings</source> -<target>Lokale synchronisatie instellingen</target> - -<source>Local filter</source> -<target>Lokaal filter</target> - -<source>Active</source> -<target>Actief</target> - -<source>None</source> -<target>Geen</target> - -<source>Remove local settings</source> -<target>Lokale instellingen verwijderen</target> - -<source>Clear local filter</source> -<target>Verwijder lokaal filter</target> - -<source>Copy</source> -<target>Kopieer</target> - -<source>Paste</source> -<target>Plakken</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>De geselecteerde map %x kan niet worden gebruikt met FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Selecteer een map op een lokaal bestandssysteem, netwerk of een MTP-apparaat.</target> - -<source>Defined by context of use</source> -<target>Gedefinieerd door de samenhang van het gebruik</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Vereist FreeFileSync Donatie Editie</target> - -<source>&Save</source> -<target>&Opslaan</target> - -<source>Save as &batch job...</source> -<target>Opslaan als &batchverwerking...</target> - -<source>Show &log</source> -<target>Bekijk &logbestand</target> - -<source>Start &comparison</source> -<target>Start &vergelijking</target> - -<source>C&omparison settings</source> -<target>V&ergelijkings instellingen</target> - -<source>&Filter settings</source> -<target>&Filter instellingen</target> - -<source>S&ynchronization settings</source> -<target>S&ynchronisatie instellingen</target> - -<source>Start &synchronization</source> -<target>Start &synchronisatie</target> - -<source>&Actions</source> -<target>&Acties</target> - -<source>&Preferences</source> -<target>&Voorkeuren</target> - -<source>&Language</source> -<target>&Taal</target> - -<source>&Find...</source> -<target>&Zoeken...</target> - -<source>&Export file list...</source> -<target>&Exporteren bestandslijst...</target> - -<source>&Reset layout</source> -<target>&Reset lay-out</target> - -<source>&Tools</source> -<target>&Gereedschap</target> - -<source>&Check for updates now</source> -<target>&Controleren op updates</target> - -<source>Check &automatically once a week</source> -<target>Controleer eens per week &automatisch</target> - -<source>Cancel</source> -<target>Annuleren</target> - -<source>Compare</source> -<target>Vergelijken</target> - -<source>Synchronize</source> -<target>Synchroniseren</target> - -<source>Add folder pair</source> -<target>Map-paar toevoegen</target> - -<source>Remove folder pair</source> -<target>Verwijder map-paar</target> - -<source>Access online storage</source> -<target>Toegang tot online opslag</target> - -<source>Close search bar</source> -<target>Sluit de zoekbalk</target> - -<source>Find:</source> -<target>Zoeken:</target> - -<source>Match case</source> -<target>Hoofdlettergevoelig</target> - -<source>Processed:</source> -<target>Verwerkt:</target> - -<source>Remaining:</source> -<target>Resterend:</target> - -<source>New</source> -<target>Nieuw</target> - -<source>Open...</source> -<target>Openen...</target> - -<source>Save</source> -<target>Opslaan</target> - -<source>Save as...</source> -<target>Opslaan als...</target> - -<source>View type:</source> -<target>Type bekijken:</target> - -<source>Select view:</source> -<target>Selecteer weergave:</target> - -<source>Save as default</source> -<target>Opslaan als standaard</target> - -<source>Statistics:</source> -<target>Statistieken:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Aantal bestanden en mappen die worden verwijderd</target> - -<source>Number of files that will be updated</source> -<target>Aantal bestanden die bijgewerkt zullen worden</target> - -<source>Number of files and folders that will be created</source> -<target>Aantal bestanden en mappen die worden gemaakt</target> - -<source>Total bytes to copy</source> -<target>Totaal aantal te kopiëren bytes</target> - -<source>Arrange folder pair</source> -<target>Rangschik folder-paar</target> - -<source>Main settings:</source> -<target>Belangrijkste instellingen:</target> - -<source>Use local settings:</source> -<target>Gebruik lokale instellingen:</target> - -<source>Select a variant:</source> -<target>Selecteer een variant:</target> - -<source>Include &symbolic links:</source> -<target>Inclusief &symbolische links:</target> - -<source>&Follow</source> -<target>&Volgen</target> - -<source>&Direct</source> -<target>&Direct</target> - -<source>More information</source> -<target>Meer informatie</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Negeer tijdsverschuiving [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lijst van bestandstijdverschuivingen om te negeren</target> - -<source>Example:</source> -<target>Voorbeeld:</target> - -<source>Handle daylight saving time</source> -<target>Zomertijd gebruiken</target> - -<source>Ignore errors</source> -<target>Negeer fouten</target> - -<source>Retry count:</source> -<target>Probeer opnieuw te tellen:</target> - -<source>Delay (in seconds):</source> -<target>Vertraging (in seconden):</target> - -<source>Performance improvements:</source> -<target>Prestatieverbeteringen:</target> - -<source>Parallel file operations:</source> -<target>Parallelle bestandsbewerkingen:</target> - -<source>How to get best performance?</source> -<target>Hoe kom je aan de beste prestaties?</target> - -<source>Local settings:</source> -<target>Lokale instellingen:</target> - -<source>Include:</source> -<target>Inclusief:</target> - -<source>Show examples</source> -<target>Toon voorbeelden</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Selecteer filterregels om bepaalde bestanden uit te sluiten van synchronisatie. Voer bestandspaden in ten opzichte van hun bijbehorend map-paar.</target> - -<source>File size:</source> -<target>Bestandsgrootte:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maximum:</target> - -<source>Time span:</source> -<target>Tijdsduur:</target> - -<source>C&lear</source> -<target>&Wissen</target> - -<source>Detect moved files</source> -<target>Detecteren van verplaatste bestanden</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Niet ondersteund door alle bestandssystemen -- Vereist en maakt database bestanden -- Detectie niet beschikbaar voor de eerste synchronisatie -</target> - -<source>Delete files:</source> -<target>Bestanden verwijderen:</target> - -<source>&Recycle bin</source> -<target>&Prullenbak</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versiebeheer</target> - -<source>Move files to a user-defined folder</source> -<target>Verplaats bestanden naar een door de gebruiker gedefinieerde map</target> - -<source>Naming convention:</source> -<target>Naamgevingsconventie:</target> - -<source>Limit file versions:</source> -<target>Beperk bestandsversies:</target> - -<source>Last x days:</source> -<target>Laatste x dagen:</target> - -<source>&Override default log path:</source> -<target>&Overschrijf standaard logboekpad:</target> - -<source>Run a command:</source> -<target>Voer een opdracht uit:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Verbindingstype:</target> - -<source>Connected user accounts:</source> -<target>Verbonden gebruikersaccounts:</target> - -<source>&Add connection</source> -<target>&Verbinding toevoegen</target> - -<source>&Disconnect</source> -<target>&Verbreken</target> - -<source>Selected user account:</source> -<target>Geselecteerde gebruikersaccount:</target> - -<source>Server name or IP address:</source> -<target>Servernaam of IP-adres:</target> - -<source>Port:</source> -<target>Poort:</target> - -<source>Encryption:</source> -<target>Codering:</target> - -<source>&Disabled</source> -<target>&Uitgeschakeld</target> - -<source>&Explicit SSL/TLS</source> -<target>&Expliciete SSL/TLS</target> - -<source>Authentication:</source> -<target>Verificatie:</target> - -<source>&Password</source> -<target>&Wachtwoord</target> - -<source>&Key file</source> -<target>&Sleutelbestand</target> - -<source>&SSH agent</source> -<target>&SSH-agent(Putty)</target> - -<source>User name:</source> -<target>Gebruikersnaam:</target> - -<source>Private key file:</source> -<target>Prive sleutelbestand:</target> - -<source>&Show password</source> -<target>&Toon wachtwoord</target> - -<source>Directory on server:</source> -<target>Map op de server:</target> - -<source>Access timeout (in seconds):</source> -<target>Toegang timeout (in seconden):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanalen per verbinding:</target> - -<source>Detect server limit</source> -<target>Gedetecteerd server limiet</target> - -<source>Select Folder</source> -<target>Selecteer map</target> - -<source>Variant:</source> -<target>Variant:</target> - -<source>&Don't show this dialog again</source> -<target>&Dit dialoogvenster niet opnieuw weergeven</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Objecten:</target> - -<source>Synchronizing...</source> -<target>Synchroniseren...</target> - -<source>Minimize to notification area</source> -<target>Minimaliseren naar systeemvak</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Objecten</target> - -<source>When finished:</source> -<target>Indien gereed:</target> - -<source>Auto-close</source> -<target>Automatisch sluiten</target> - -<source>Close</source> -<target>Sluiten</target> - -<source>&Pause</source> -<target>&Pauze</target> - -<source>Stop</source> -<target>Stop</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Maak een batch-bestand om zonder toezicht te synchroniseren. Om te starten, dubbelklik op het bestand of maak een opdracht in de taakplanner: %x</target> - -<source>Progress dialog:</source> -<target>Voortgangsdialoog:</target> - -<source>Run minimized</source> -<target>Geminimaliseerd uitvoeren</target> - -<source>Show pop-up on errors or warnings</source> -<target>Toon pop-up bij fouten of waarschuwingen</target> - -<source>&Cancel</source> -<target>&Annuleer</target> - -<source>Stop synchronization at first error</source> -<target>Synchronisatie bij eerste fout stoppen</target> - -<source>How can I schedule a batch job?</source> -<target>Hoe kan ik een batchverwerking plannen?</target> - -<source>&Keep relative paths</source> -<target>&Houd relatieve paden</target> - -<source>&Overwrite existing files</source> -<target>&Overschrijf bestaande bestanden</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>De volgende instellingen worden gebruikt voor alle synchronisatie opdrachten.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiëren naar een tijdelijk bestand (*.ffs_tmp) voordat het doel wordt overschreven. -Dit garandeert een consistente status zelfs in het geval van een ernstige fout. -</target> - -<source>recommended</source> -<target>aanbevolen</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Gedeelde of vergrendelde bestanden met behulp van de Volume Schaduw copy-Service kopiëren.</target> - -<source>requires administrator rights</source> -<target>vereist beheerdersrechten</target> - -<source>Transfer file and folder permissions.</source> -<target>Overdracht van bestands- en mapmachtigingen.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Alle permanent verborgen dialogen en waarschuwingsberichten opnieuw weergeven</target> - -<source>Default log path:</source> -<target>Standaard logboek pad:</target> - -<source>&Delete logs after x days:</source> -<target>&Verwijder logboeken na x dagen:</target> - -<source>Notification sounds:</source> -<target>Meldingsgeluiden:</target> - -<source>Synchronization finished:</source> -<target>De synchronisatie is voltooid:</target> - -<source>Customize context menu:</source> -<target>Contextmenu aanpassen:</target> - -<source>Description</source> -<target>Beschrijving</target> - -<source>&Default</source> -<target>&Standaard</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Terugkoppeling en suggesties zijn welkom:</target> - -<source>Home page</source> -<target>Startpagina</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Als FreeFileSync je bevalt:</target> - -<source>Support with a donation</source> -<target>Steunen met een donatie</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>De automatische updater werd uitgeschakeld door de beheerder.</target> - -<source>Donation details</source> -<target>Donatie details</target> - -<source>Source code written in C++ using:</source> -<target>Broncode werd in C++ geschreven met:</target> - -<source>Published under the GNU General Public License:</source> -<target>Gepubliceerd onder de GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Hartelijk dank voor de lokalisatie:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Activeer de FreeFileSync Donatie Editie door één van de volgende manieren:</target> - -<source>Activate via internet now:</source> -<target>Activeer nu via internet:</target> - -<source>Activate online</source> -<target>Online activeren</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Een offline activatie sleutel ophalen van de volgende URL:</target> - -<source>&Copy to clipboard</source> -<target>&Naar klembord kopiëren</target> - -<source>Enter activation key:</source> -<target>Voer activeringscode in:</target> - -<source>Activate offline</source> -<target>Activeer offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Markeer configuraties die niet meer dan het volgende aantal dagen zijn uitgevoerd:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync heeft toegangsrechten nodig om te voorkomen dat "Bediening niet toegestaan" foutmeldingen bij het synchroniseren van uw gegevens (bijv. Mail, Berichten, Kalenders) ontstaan.</target> - -<source>Locate the FreeFileSync app</source> -<target>Zoek de FreeFileSync-app op</target> - -<source>Open Security && Privacy</source> -<target>Open Beveiliging en privacy</target> - -<source>Click the lock to allow changes.</source> -<target>Klik op het slot om wijzigingen toe te staan.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Sleep FreeFileSync naar het paneel.</target> - -<source>Synchronization Settings</source> -<target>Synchronisatie instellingen</target> - -<source>Access Online Storage</source> -<target>Toegang Online Opslag</target> - -<source>Save as a Batch Job</source> -<target>Opslaan als een batchverwerking</target> - -<source>Delete Items</source> -<target>Items verwijderen</target> - -<source>Copy Items</source> -<target>Items kopiëren</target> - -<source>Options</source> -<target>Opties</target> - -<source>Select Time Span</source> -<target>Selecteer tijdsduur</target> - -<source>Highlight Configurations</source> -<target>Markeer Configuraties</target> - -<source>Grant Full Disk Access</source> -<target>Volledige schijftoegang verlenen</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Geen vermeldingen in het logboek</target> - -<source>Select all</source> -<target>Alles selecteren</target> - -<source>&Options</source> -<target>&Opties</target> - -<source>Main Bar</source> -<target>Hoofdbalk</target> - -<source>Folder Pairs</source> -<target>Map-paren</target> - -<source>Find</source> -<target>Zoeken</target> - -<source>View Settings</source> -<target>Instellingen bekijken</target> - -<source>Configuration</source> -<target>Configuratie</target> - -<source>Overview</source> -<target>Overzicht</target> - -<source>Swap sides</source> -<target>Verwisselen van zijden</target> - -<source>Show "%x"</source> -<target>Toon "%x"</target> - -<source>&Show details</source> -<target>&Toon details</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x is beschikbaar!</target> - -<source>Local path not available for %x.</source> -<target>Lokaal pad niet beschikbaar voor %x.</target> - -<source>Confirm</source> -<target>Bevestigen</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Wilt u echt het commando %y voor één item uitvoeren?</pluralform> -<pluralform>Wilt u echt het commando %y voor %x items uitvoeren?</pluralform> -</target> - -<source>&Execute</source> -<target>&Uitvoeren</target> - -<source>Set direction:</source> -<target>Richting instellen:</target> - -<source>multiple selection</source> -<target>meervoudige selectie</target> - -<source>&Include via filter:</source> -<target>Via filter &Toevoegen:</target> - -<source>&Exclude via filter:</source> -<target>Via filter &Uitsluiten:</target> - -<source>Include temporarily</source> -<target>Tijdelijk opnemen</target> - -<source>Exclude temporarily</source> -<target>Tijdelijk uitsluiten</target> - -<source>&Synchronize selection</source> -<target>Selectie &synchroniseren</target> - -<source>&Copy to...</source> -<target>&Kopiëren naar...</target> - -<source>&Delete</source> -<target>&Verwijderen</target> - -<source>Show icons:</source> -<target>Pictogrammen weergeven:</target> - -<source>Small</source> -<target>Klein</target> - -<source>Medium</source> -<target>Medium</target> - -<source>Large</source> -<target>Groot</target> - -<source>Select time span...</source> -<target>Selecteer tijdsduur...</target> - -<source>Donation Edition</source> -<target>Donatie Editie</target> - -<source>Folder Comparison and Synchronization</source> -<target>Map vergelijken en synchroniseren</target> - -<source>Configuration saved</source> -<target>Configuratie opgeslagen</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Wilt u de wijzigingen in %x opslaan?</target> - -<source>Never save &changes</source> -<target>&Wijzigingen nooit opslaan</target> - -<source>Do&n't save</source> -<target>&Niet opslaan</target> - -<source>%x cannot be renamed.</source> -<target>%x kan niet worden hernoemd.</target> - -<source>New name:</source> -<target>Nieuwe naam:</target> - -<source>Rename Configuration</source> -<target>Hernoem configuratie</target> - -<source>Configuration name must not be empty.</source> -<target>De configuratienaam mag niet leeg zijn.</target> - -<source>&Rename...</source> -<target>&Hernoem....</target> - -<source>Hide configuration</source> -<target>Verberg configuratie</target> - -<source>Highlight...</source> -<target>Markeer...</target> - -<source>Clear filter</source> -<target>Filter wissen</target> - -<source>Show files that exist on left side only</source> -<target>Toon bestanden die bestaan alleen aan de linkerzijde</target> - -<source>Show files that exist on right side only</source> -<target>Toon bestanden die bestaan alleen aan de rechterzijde</target> - -<source>Show files that are newer on left</source> -<target>Bestanden die nieuwer zijn aan de linkerzijde weergeven</target> - -<source>Show files that are newer on right</source> -<target>Bestanden die nieuwer zijn aan de rechterzijde weergeven</target> - -<source>Show files that are equal</source> -<target>Bestanden die gelijk zijn weergeven</target> - -<source>Show files that are different</source> -<target>Bestanden die verschillend zijn weergeven</target> - -<source>Show conflicts</source> -<target>Conflicten weergeven</target> - -<source>Show files that will be created on the left side</source> -<target>Bestanden die gemaakt worden aan de linkerzijde weergeven</target> - -<source>Show files that will be created on the right side</source> -<target>Bestanden die gemaakt worden aan de rechterzijde weergeven</target> - -<source>Show files that will be deleted on the left side</source> -<target>Bestanden die worden verwijderd aan de linkerzijde weergeven</target> - -<source>Show files that will be deleted on the right side</source> -<target>Bestanden die worden verwijderd aan de rechterzijde weergeven</target> - -<source>Show files that will be updated on the left side</source> -<target>Toon bestanden die worden bijgewerkt aan de linkerzijde</target> - -<source>Show files that will be updated on the right side</source> -<target>Toon bestanden die worden bijgewerkt aan de rechterzijde</target> - -<source>Show files that won't be copied</source> -<target>Bestanden weergeven die niet gekopiërd worden</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Toon gefilterde of tijdelijk uitgesloten bestanden</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Alle bestanden zijn in synchronisatie</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 map</pluralform> -<pluralform>%x mappen</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 bestand</pluralform> -<pluralform>%x bestanden</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>%y van 1 rij weergeven</pluralform> -<pluralform>%y van %x rijen weergeven</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Kan %x niet vinden.</target> - -<source>Move up</source> -<target>Omhoog</target> - -<source>Move down</source> -<target>Omlaag</target> - -<source>Comma-separated values</source> -<target>Door komma gescheiden waarden</target> - -<source>File list exported</source> -<target>Bestandenlijst geëxporteerd</target> - -<source>Searching for program updates...</source> -<target>Zoeken naar programma-updates...</target> - -<source>Paused</source> -<target>Onderbroken</target> - -<source>Stop requested...</source> -<target>Stop gevraagd...</target> - -<source>Initializing...</source> -<target>Initialiseren...</target> - -<source>Comparing content...</source> -<target>Inhoud vergelijken...</target> - -<source>&Continue</source> -<target>&Doorgaan</target> - -<source>Progress</source> -<target>Voortgang</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Dank u, %x, voor uw donatie en ondersteuning!</target> - -<source>Connections</source> -<target>Verbindingen</target> - -<source>Recommended range:</source> -<target>Aanbevolen bereik:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Wilt u echt de verbinding verbreken met gebruikersaccount %x?</target> - -<source>Password:</source> -<target>Wachtwoord:</target> - -<source>Key passphrase:</source> -<target>Wachtwoordzin:</target> - -<source>Please enter a file path.</source> -<target>Voer een bestandspad in.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopieer het volgende item naar een andere map?</pluralform> -<pluralform>Kopieer de volgende %x items naar een andere map?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Selecteer een doelmap.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Wilt u het volgende item echt naar de prullenbak verplaatsen?</pluralform> -<pluralform>Wilt u de volgende %x items echt naar de prullenbak verplaatsen?</pluralform> -</target> - -<source>Move</source> -<target>Verplaatsen</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Wilt u het volgende item echt verwijderen?</pluralform> -<pluralform>Wilt u de volgende %x items echt verwijderen?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>De selectie nu synchroniseren?</target> - -<source>Start synchronization now?</source> -<target>Synchronisatie nu starten?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiëren DACL, SACL, Eigenaar, Groep</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Externe applicaties integreren in het contextmenu. De volgende macro's zijn beschikbaar:</target> - -<source>Full file or folder path</source> -<target>Volledig bestand of mappad</target> - -<source>Parent folder path</source> -<target>Bovenliggend mappad</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Tijdelijke lokale kopie voor SFTP en MTP-opslag</target> - -<source>Parameters for opposite side</source> -<target>Parameters voor de andere kant</target> - -<source>Show hidden dialogs again</source> -<target>Verborgen dialoogvensters weergeven</target> - -<source>All dialogs shown</source> -<target>Alle dialoogvensters worden getoond</target> - -<source>Downloading update...</source> -<target>Downloaden van update...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identificeer gelijke bestanden door het vergelijken van wijzigingen in tijd en grootte.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identificeer gelijke bestanden door het vergelijken van de bestandsinhoud.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identificeer gelijke bestanden door de bestandsgrootte te vergelijken.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identificeren en doorgeven van veranderingen aan beide kanten. Verwijderingen, verplaatsingen en conflicten worden automatisch gedetecteerd met behulp van een database.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Maak een spiegel-backup van de linkermap, door de rechtermap aan te aanpassen.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Nieuwe en bijgewerkte bestanden naar de rechter map kopiëren.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configureer uw eigen synchronisatie regels.</target> - -<source>Comparison</source> -<target>Vergelijking</target> - -<source>Synchronization</source> -<target>Synchronisatie</target> - -<source>This week</source> -<target>Deze week</target> - -<source>This month</source> -<target>Deze maand</target> - -<source>This year</source> -<target>Dit jaar</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Bewaar verwijderde en overschreven bestanden in de prullenbak</target> - -<source>Delete and overwrite files permanently</source> -<target>Verwijder en overschrijf bestanden permanent</target> - -<source>Replace</source> -<target>Vervangen</target> - -<source>Move files and replace if existing</source> -<target>Verplaats bestanden en vervang bestaande</target> - -<source>Time stamp</source> -<target>Tijdstempel</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Verplaats bestanden naar een submap met tijdstempel</target> - -<source>File</source> -<target>Bestand</target> - -<source>Append a time stamp to each file name</source> -<target>Aan elke bestandsnaam een tijdstempel toevoegen</target> - -<source>On completion:</source> -<target>Na voltooiing:</target> - -<source>On errors:</source> -<target>Op fouten:</target> - -<source>On success:</source> -<target>Op succes:</target> - -<source>Main config</source> -<target>Hoofd configuratie</target> - -<source>empty</source> -<target>leeg</target> - -<source>Leave as unresolved conflict</source> -<target>Laten als onopgelost conflict</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>JJJJ-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Het minimum aantal versies moet kleiner zijn dan het maximale aantal.</target> - -<source>&Restore</source> -<target>&Herstellen</target> - -<source>Files</source> -<target>Bestanden</target> - -<source>Percentage</source> -<target>Percentage</target> - -<source>Failed to retrieve update information.</source> -<target>Het ophalen van de update informatie is mislukt.</target> - -<source>Automatic updates:</source> -<target>Automatische updates:</target> - -<source>Check for Program Updates</source> -<target>Controleer voor programma-updates</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Auto-update nu of handmatig downloaden vanaf de startpagina FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Auto-update</target> - -<source>&Home page</source> -<target>&Startpagina</target> - -<source>Download now?</source> -<target>Nu downloaden?</target> - -<source>&Download</source> -<target>&Downloaden</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync is actueel.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Kan het actuele FreeFileSync versienummer online niet vinden. Een nieuwere versie is waarschijnlijk beschikbaar. Nu handmatig controleren?</target> - -<source>&Check</source> -<target>&Controleren</target> - -<source>Consistency check failed for %x.</source> -<target>Consistentiecontrole mislukt voor %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Installatie was geregistreerd op een ander besturingssysteem.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Kan de FreeFileSync Donatie Editie niet activeren.</target> - -<source>Incorrect activation key.</source> -<target>Onjuiste activeringssleutel.</target> - -<source>Unable to register to receive system messages.</source> -<target>Niet in staat om de ontvangen systeemberichten te registreren.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>De %x installatieoptie is alleen beschikbaar in de FreeFileSync Donatie Editie.</target> - -<source>Cannot find system function %x.</source> -<target>Kan de systeemfunctie %x niet vinden.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Niet in staat om apparaat meldingen te registreren voor %x.</target> - -<source>The file is locked by another process:</source> -<target>Het bestand is vergrendeld door een ander proces:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Kan ondersteuning voor bestandsrechten voor map %x niet bepalen.</target> - -<source>Cannot read security context of %x.</source> -<target>Kan de beveiligingscontext van %x niet lezen.</target> - -<source>Cannot write security context of %x.</source> -<target>Kan de beveiligingscontext van %x niet schrijven.</target> - -<source>Cannot read permissions of %x.</source> -<target>Kan de aangegeven machtigingen van %x niet lezen.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Kan de toegangsrechten van %x niet kopiëren naar %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x is niet een normale mapnaam.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Kan de attributen van %x niet kopiëren naar %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min.</pluralform> -<pluralform>%x min.</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 uur</pluralform> -<pluralform>%x uren</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Kan geen privileges %x instellen.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Niet in staat om de systeem slaapstand op te schorten.</target> - -<source>Cannot change process I/O priorities.</source> -<target>De input/output prioriteiten kunnen niet gewijzigd worden.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Controle van de prullenbak voor map %x is mislukt.</target> - -<source>Unable to shut down the system.</source> -<target>Kan het systeem niet afsluiten.</target> - -<source>Prepare installation</source> -<target>Installatie voorbereiden</target> - -<source>Choose which components you want to install.</source> -<target>Kies welke onderdelen u wilt installeren.</target> - -<source>Select installation type:</source> -<target>Selecteer type installatie:</target> - -<source>Local</source> -<target>Lokaal</target> - -<source>Portable</source> -<target>Mobiele</target> - -<source>Save settings in %x</source> -<target>Instellingen opslaan in %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registreer FreeFileSync bestands-extensies</target> - -<source>Create Explorer context menu entries</source> -<target>Maak Explorer context menu-items</target> - -<source>Save settings in installation directory</source> -<target>Sla instellingen op in de installatiemap</target> - -<source>Do not write to Registry</source> -<target>Schrijf niet naar het register</target> - -<source>Just copy the files</source> -<target>Kopieer de bestanden</target> - -<source>Choose a directory for installation:</source> -<target>Kies een map voor de installatie:</target> - -<source>Create shortcuts:</source> -<target>Maak snelkoppelingen:</target> - -<source>Desktop</source> -<target>Bureaublad</target> - -<source>Start Menu</source> -<target>Startmenu</target> - -<source>Send To</source> -<target>Verzenden Naar</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registeren van de FreeFileSync bestands-extensies</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>De-installeren van de FreeFileSync bestands-extensies</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync configuratie</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync batch bestand</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync synchronisatie database</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync configuratie</target> - -<source>Edit with FreeFileSync</source> -<target>Bewerken met FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>In plaats van een advertentie is hier een dier.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>De mobiele versie van FreeFileSync kan niet worden geïnstalleerd in een submap van %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Kies voor een lokale installatie of selecteer een andere map voor de installatie.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Ontvang de Donatie Editie met bonuseigenschappen en help FreeFileSync advertentie-vrij te houden.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/english_uk.lng b/FreeFileSync/Build/Resources/Languages/english_uk.lng deleted file mode 100755 index 64605033..00000000 --- a/FreeFileSync/Build/Resources/Languages/english_uk.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>English (UK)</language> - <translator>Robert Readman</translator> - <locale>English (U.K.)</locale> - <image>flag_england.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Cannot read file %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Cannot write file %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Cannot write permissions of %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operation not supported between different devices.</target> - -<source>Cannot delete file %x.</source> -<target>Cannot delete file %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Cannot delete symbolic link %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Cannot delete directory %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Cannot move file %x to %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Cannot copy symbolic link %x to %y.</target> - -<source>Error Code %x</source> -<target>Error Code %x</target> - -<source>Cannot read directory %x.</source> -<target>Cannot read directory %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Cannot write modification time of %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Cannot read file attributes of %x.</target> - -<source>Cannot create directory %x.</source> -<target>Cannot create directory %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Cannot determine final path for %x.</target> - -<source>Operation not supported by device.</source> -<target>Operation not supported by device.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Cannot resolve symbolic link %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Unable to move %x to the recycle bin.</target> - -<source>Authentication completed.</source> -<target>Authentication completed.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>You may close this page now and continue with FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Authentication failed.</target> - -<source>Unable to connect to %x.</source> -<target>Unable to connect to %x.</target> - -<source>Cannot find %x.</source> -<target>Cannot find %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>The name %x is used by more than one item in the folder.</target> - -<source>Please authorize access to user account %x.</source> -<target>Please authorise access to user account %x.</target> - -<source>Cannot open file %x.</source> -<target>Cannot open file %x.</target> - -<source>The name %x is already used by another item.</source> -<target>The name %x is already used by another item.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Cannot determine free disk space for %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Unable to disconnect from %x.</target> - -<source>Unable to access %x.</source> -<target>Unable to access %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Failed to get information about server %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Cannot monitor directory %x.</target> - -<source>Cannot find device %x.</source> -<target>Cannot find device %x.</target> - -<source>Cannot open directory %x.</source> -<target>Cannot open directory %x.</target> - -<source>Unsupported item type.</source> -<target>Unsupported item type.</target> - -<source>Incorrect command line:</source> -<target>Incorrect command line:</target> - -<source>The server does not support authentication via %x.</source> -<target>The server does not support authentication via %x.</target> - -<source>Required:</source> -<target>Required:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Active connections: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Failed to open SFTP channel number %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Both sides have changed since last synchronisation.</target> - -<source>Cannot determine sync-direction:</source> -<target>Cannot determine sync-direction:</target> - -<source>No change since last synchronization.</source> -<target>No change since last synchronisation.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>The database entry is not in sync considering current settings.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Setting default synchronisation directions: Old files will be overwritten with newer files.</target> - -<source>Creating file %x</source> -<target>Creating file %x</target> - -<source>Creating folder %x</source> -<target>Creating folder %x</target> - -<source>Creating symbolic link %x</source> -<target>Creating symbolic link %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Moving file %x to the recycle bin</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Moving folder %x to the recycle bin</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Moving symbolic link %x to the recycle bin</target> - -<source>Deleting file %x</source> -<target>Deleting file %x</target> - -<source>Deleting folder %x</source> -<target>Deleting folder %x</target> - -<source>Deleting symbolic link %x</source> -<target>Deleting symbolic link %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Checking recycle bin availability for folder %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</target> - -<source>An exception occurred</source> -<target>An exception occurred</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>A left and a right directory path are expected after %x.</target> - -<source>Syntax error</source> -<target>Syntax error</target> - -<source>Cannot find file %x.</source> -<target>Cannot find file %x.</target> - -<source>Error</source> -<target>Error</target> - -<source>File %x does not contain a valid configuration.</source> -<target>File %x does not contain a valid configuration.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>The config file must not contain settings at directory pair level when directories are set via command line.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Directories cannot be set for more than one configuration file.</target> - -<source>Command line</source> -<target>Command line</target> - -<source>Syntax:</source> -<target>Syntax:</target> - -<source>config files:</source> -<target>config files:</target> - -<source>directory</source> -<target>directory</target> - -<source>global config file:</source> -<target>global config file:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Any number of alternative directory pairs for at most one config file.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Open the selected configuration for editing only, without executing it.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Path to an alternate GlobalSettings.xml file.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Installation files are corrupted. Please reinstall FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Cannot find the following folders:</target> - -<source>The following folders do not yet exist:</source> -<target>The following folders do not yet exist:</target> - -<source>The folders are created automatically when needed.</source> -<target>The folders are created automatically when needed.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</target> - -<source>Scanning:</source> -<target>Scanning:</target> - -<source>Comparison finished:</source> -<target>Comparison finished:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Time elapsed:</target> - -<source>File %x has an invalid date.</source> -<target>File %x has an invalid date.</target> - -<source>Date:</source> -<target>Date:</target> - -<source>Files have the same date but a different size.</source> -<target>Files have the same date but a different size.</target> - -<source>Size:</source> -<target>Size:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Content comparison was skipped for excluded files.</target> - -<source>Items differ in attributes only</source> -<target>Items differ in attributes only</target> - -<source>Resolving symbolic link %x</source> -<target>Resolving symbolic link %x</target> - -<source>Comparing content of files %x</source> -<target>Comparing content of files %x</target> - -<source>Generating file list...</source> -<target>Generating file list...</target> - -<source>Fail-safe file copy</source> -<target>Fail-safe file copy</target> - -<source>Enabled</source> -<target>Enabled</target> - -<source>Disabled</source> -<target>Disabled</target> - -<source>Copy locked files</source> -<target>Copy locked files</target> - -<source>Copy file access permissions</source> -<target>Copy file access permissions</target> - -<source>File time tolerance</source> -<target>File time tolerance</target> - -<source>Run with background priority</source> -<target>Run with background priority</target> - -<source>Lock directories during sync</source> -<target>Lock directories during sync</target> - -<source>Verify copied files</source> -<target>Verify copied files</target> - -<source>Using non-default global settings:</source> -<target>Using non-default global settings:</target> - -<source>A folder input field is empty.</source> -<target>A folder input field is empty.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>The corresponding folder will be considered as empty.</target> - -<source>Exclude:</source> -<target>Exclude:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>One base folder of a folder pair is contained in the other one.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>The folder should be excluded from synchronisation via filter.</target> - -<source>Calculating sync directions...</source> -<target>Calculating sync directions...</target> - -<source>Out of memory.</source> -<target>Out of memory.</target> - -<source>Show in Explorer</source> -<target>Show in Explorer</target> - -<source>Open with default application</source> -<target>Open with default application</target> - -<source>Browse directory</source> -<target>Browse directory</target> - -<source>Database file %x is incompatible.</source> -<target>Database file %x is incompatible.</target> - -<source>Initial synchronization:</source> -<target>Initial synchronisation:</target> - -<source>Database file %x does not yet exist.</source> -<target>Database file %x does not yet exist.</target> - -<source>Database file is corrupted:</source> -<target>Database file is corrupted:</target> - -<source>Loading file %x...</source> -<target>Loading file %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>The database files do not yet contain information about the last synchronisation.</target> - -<source>Saving file %x...</source> -<target>Saving file %x...</target> - -<source>Searching for folder %x...</source> -<target>Searching for folder %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Time out while searching for folder %x.</target> - -<source>Cannot get process information.</source> -<target>Cannot get process information.</target> - -<source>Waiting while directory is locked:</source> -<target>Waiting while directory is locked:</target> - -<source>Lock owner:</source> -<target>Lock owner:</target> - -<source>Detecting abandoned lock...</source> -<target>Detecting abandoned lock...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Item exists on left side only</target> - -<source>Item exists on right side only</source> -<target>Item exists on right side only</target> - -<source>Left side is newer</source> -<target>Left side is newer</target> - -<source>Right side is newer</source> -<target>Right side is newer</target> - -<source>Items have different content</source> -<target>Items have different content</target> - -<source>Both sides are equal</source> -<target>Both sides are equal</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflict/item cannot be categorised</target> - -<source>Copy new item to left</source> -<target>Copy new item to left</target> - -<source>Copy new item to right</source> -<target>Copy new item to right</target> - -<source>Delete left item</source> -<target>Delete left item</target> - -<source>Delete right item</source> -<target>Delete right item</target> - -<source>Move file on left</source> -<target>Move file on left</target> - -<source>Move file on right</source> -<target>Move file on right</target> - -<source>Update left item</source> -<target>Update left item</target> - -<source>Update right item</source> -<target>Update right item</target> - -<source>Do nothing</source> -<target>Do nothing</target> - -<source>Update attributes on left</source> -<target>Update attributes on left</target> - -<source>Update attributes on right</source> -<target>Update attributes on right</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Error parsing file %x, row %y, column %z.</target> - -<source>Services</source> -<target>Services</target> - -<source>Show All</source> -<target>Show All</target> - -<source>Hide Others</source> -<target>Hide Others</target> - -<source>Hide %x</source> -<target>Hide %x</target> - -<source>Quit %x</source> -<target>Quit %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Cannot set directory locks for the following folders:</target> - -<source>Errors:</source> -<target>Errors:</target> - -<source>Warnings:</source> -<target>Warnings:</target> - -<source>Items processed:</source> -<target>Elements processed:</target> - -<source>Items remaining:</source> -<target>Elements remaining:</target> - -<source>Total time:</source> -<target>Total time:</target> - -<source>Warning</source> -<target>Warning</target> - -<source>Stopped</source> -<target>Stopped</target> - -<source>Cleaning up log files:</source> -<target>Cleaning up log files:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sec</target> - -<source>%x items</source> -<target>%x items</target> - -<source>Completed successfully</source> -<target>Completed successfully</target> - -<source>Completed with warnings</source> -<target>Completed with warnings</target> - -<source>Completed with errors</source> -<target>Completed with errors</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Cannot access the Volume Shadow Copy Service.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Volume name %x is not part of file path %y.</target> - -<source>File time and size</source> -<target>File time and size</target> - -<source>File content</source> -<target>File content</target> - -<source>File size</source> -<target>File size</target> - -<source>Two way</source> -<target>Two way</target> - -<source>Mirror</source> -<target>Mirror</target> - -<source>Update</source> -<target>Update</target> - -<source>Custom</source> -<target>Custom</target> - -<source>Multiple...</source> -<target>Multiple...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Cannot write file attributes of %x.</target> - -<source>%x and %y have different content.</source> -<target>%x and %y have different content.</target> - -<source>Data verification error:</source> -<target>Data verification error:</target> - -<source>Moving file %x to %y</source> -<target>Moving file %x to %y</target> - -<source>Moving folder %x to %y</source> -<target>Moving folder %x to %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Moving symbolic link %x to %y</target> - -<source>Updating file %x</source> -<target>Updating file %x</target> - -<source>Updating symbolic link %x</source> -<target>Updating symbolic link %x</target> - -<source>Verifying file %x</source> -<target>Verifying file %x</target> - -<source>Updating attributes of %x</source> -<target>Updating attributes of %x</target> - -<source>Source item %x not found</source> -<target>Source item %x not found</target> - -<source>Parent folder %x is not existing.</source> -<target>Parent folder %x is not existing.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Cannot copy file %x to %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Creating a Volume Shadow Copy for %x...</target> - -<source>Cannot find folder %x.</source> -<target>Cannot find folder %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Target folder %x is already existing, but was not available during folder comparison.</target> - -<source>Target folder input field must not be empty.</source> -<target>Target folder input field must not be empty.</target> - -<source>Source folder %x not found.</source> -<target>Source folder %x not found.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Please enter a target folder for versioning.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>The following items have unresolved conflicts and will not be synchronised:</target> - -<source>Folder pair:</source> -<target>Folder pair:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>The following folders are significantly different. Please check that the correct folders are selected for synchronisation.</target> - -<source>Not enough free disk space available in:</source> -<target>Not enough free disk space available in:</target> - -<source>Available:</source> -<target>Available:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Some files will be synchronised as part of multiple base folders.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</target> - -<source>Versioning folder:</source> -<target>Versioning folder:</target> - -<source>Base folder:</source> -<target>Base folder:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>The versioning folder is contained in a base folder.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchronising folder pair:</target> - -<source>Generating database...</source> -<target>Generating database...</target> - -<source>Searching for old file versions:</source> -<target>Searching for old file versions:</target> - -<source>Removing old file versions:</source> -<target>Removing old file versions:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Unable to create time stamp for versioning:</target> - -<source>Drag && drop</source> -<target>Drag && drop</target> - -<source>Select a folder</source> -<target>Select a folder</target> - -<source>&New</source> -<target>&New</target> - -<source>&Open...</source> -<target>&Open...</target> - -<source>Save &as...</source> -<target>Save &as...</target> - -<source>E&xit</source> -<target>E&xit</target> - -<source>&File</source> -<target>&File</target> - -<source>&View help</source> -<target>&View help</target> - -<source>&About</source> -<target>&About</target> - -<source>&Help</source> -<target>&Help</target> - -<source>Usage:</source> -<target>Usage:</target> - -<source>Select folders to watch.</source> -<target>Select folders to watch.</target> - -<source>Enter a command line.</source> -<target>Enter a command line.</target> - -<source>Press 'Start'.</source> -<target>Press 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>To get started just import a "ffs_batch" file.</target> - -<source>Folders to watch:</source> -<target>Folders to watch:</target> - -<source>Add folder</source> -<target>Add folder</target> - -<source>Remove folder</source> -<target>Remove folder</target> - -<source>Browse</source> -<target>Browse</target> - -<source>Idle time (in seconds):</source> -<target>Idle time (in seconds):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Idle time between last detected change and execution of command</target> - -<source>Command line:</source> -<target>Command line:</target> - -<source>&Hide console window</source> -<target>&Hide console window</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>About</target> - -<source>Build: %x</source> -<target>Build: %x</target> - -<source>All files</source> -<target>All files</target> - -<source>Automated Synchronization</source> -<target>Automated Synchronisation</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>The %x protocol does not support directory monitoring:</target> - -<source>Directory monitoring active</source> -<target>Directory monitoring active</target> - -<source>Waiting until directory is available:</source> -<target>Waiting until directory is available:</target> - -<source>&Configure</source> -<target>&Configure</target> - -<source>&Show error message</source> -<target>&Show error message</target> - -<source>&Quit</source> -<target>&Quit</target> - -<source>&Retry</source> -<target>&Retry</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Loading...</target> - -<source>Scanning...</source> -<target>Scanning...</target> - -<source>configuration file</source> -<target>configuration file</target> - -<source>System: Sleep</source> -<target>System: Sleep</target> - -<source>System: Shut down</source> -<target>System: Shut down</target> - -<source>Nothing to synchronize</source> -<target>Nothing to synchronise</target> - -<source>Executing command:</source> -<target>Executing command:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>You can switch to FreeFileSync's main window to resolve this issue.</target> - -<source>&Don't show this warning again</source> -<target>&Don't show this warning again</target> - -<source>&Ignore</source> -<target>&Ignore</target> - -<source>&Switch</source> -<target>&Switch</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Switching to FreeFileSync's main window</target> - -<source>Automatic retry</source> -<target>Automatic retry</target> - -<source>Ignore &all</source> -<target>Ignore &all</target> - -<source>Retrying operation...</source> -<target>Retrying operation...</target> - -<source>Serious Error</source> -<target>Serious Error</target> - -<source>Last session</source> -<target>Last session</target> - -<source>Today</source> -<target>Today</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</target> - -<source>Name</source> -<target>Name</target> - -<source>Last sync</source> -<target>Last sync</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Folder</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Full path</target> - -<source>Relative path</source> -<target>Relative path</target> - -<source>Item name</source> -<target>Item name</target> - -<source>Size</source> -<target>Size</target> - -<source>Date</source> -<target>Date</target> - -<source>Extension</source> -<target>Extension</target> - -<source>Category</source> -<target>Category</target> - -<source>Action</source> -<target>Action</target> - -<source>Local comparison settings</source> -<target>Local comparison settings</target> - -<source>Local synchronization settings</source> -<target>Local synchronisation settings</target> - -<source>Local filter</source> -<target>Local filter</target> - -<source>Active</source> -<target>Active</target> - -<source>None</source> -<target>None</target> - -<source>Remove local settings</source> -<target>Remove local settings</target> - -<source>Clear local filter</source> -<target>Clear local filter</target> - -<source>Copy</source> -<target>Copy</target> - -<source>Paste</source> -<target>Paste</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>The selected folder %x cannot be used with FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Please select a folder on a local file system, network or an MTP device.</target> - -<source>Defined by context of use</source> -<target>Defined by context of use</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Requires FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Save</target> - -<source>Save as &batch job...</source> -<target>Save as &batch job...</target> - -<source>Show &log</source> -<target>Show &log</target> - -<source>Start &comparison</source> -<target>Start &comparison</target> - -<source>C&omparison settings</source> -<target>C&omparison settings</target> - -<source>&Filter settings</source> -<target>&Filter settings</target> - -<source>S&ynchronization settings</source> -<target>S&ynchronization settings</target> - -<source>Start &synchronization</source> -<target>Start &synchronisation</target> - -<source>&Actions</source> -<target>&Actions</target> - -<source>&Preferences</source> -<target>&Preferences</target> - -<source>&Language</source> -<target>&Language</target> - -<source>&Find...</source> -<target>&Find...</target> - -<source>&Export file list...</source> -<target>&Export file list...</target> - -<source>&Reset layout</source> -<target>&Reset layout</target> - -<source>&Tools</source> -<target>&Tools</target> - -<source>&Check for updates now</source> -<target>&Check for updates now</target> - -<source>Check &automatically once a week</source> -<target>Check &automatically once a week</target> - -<source>Cancel</source> -<target>Cancel</target> - -<source>Compare</source> -<target>Compare</target> - -<source>Synchronize</source> -<target>Synchronise</target> - -<source>Add folder pair</source> -<target>Add folder pair</target> - -<source>Remove folder pair</source> -<target>Remove folder pair</target> - -<source>Access online storage</source> -<target>Access online storage</target> - -<source>Close search bar</source> -<target>Close search bar</target> - -<source>Find:</source> -<target>Find:</target> - -<source>Match case</source> -<target>Match case</target> - -<source>Processed:</source> -<target>Processed:</target> - -<source>Remaining:</source> -<target>Remaining:</target> - -<source>New</source> -<target>New</target> - -<source>Open...</source> -<target>Open...</target> - -<source>Save</source> -<target>Save</target> - -<source>Save as...</source> -<target>Save as...</target> - -<source>View type:</source> -<target>View type:</target> - -<source>Select view:</source> -<target>Select view:</target> - -<source>Save as default</source> -<target>Save as default</target> - -<source>Statistics:</source> -<target>Statistics:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Number of files and folders that will be deleted</target> - -<source>Number of files that will be updated</source> -<target>Number of files that will be updated</target> - -<source>Number of files and folders that will be created</source> -<target>Number of files and folders that will be created</target> - -<source>Total bytes to copy</source> -<target>Total bytes to copy</target> - -<source>Arrange folder pair</source> -<target>Arrange folder pair</target> - -<source>Main settings:</source> -<target>Main settings:</target> - -<source>Use local settings:</source> -<target>Use local settings:</target> - -<source>Select a variant:</source> -<target>Select a variant:</target> - -<source>Include &symbolic links:</source> -<target>Include &symbolic links:</target> - -<source>&Follow</source> -<target>&Follow</target> - -<source>&Direct</source> -<target>&Direct</target> - -<source>More information</source> -<target>More information</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignore time shift [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>List of file time offsets to ignore</target> - -<source>Example:</source> -<target>Example:</target> - -<source>Handle daylight saving time</source> -<target>Handle daylight saving time</target> - -<source>Ignore errors</source> -<target>Ignore errors</target> - -<source>Retry count:</source> -<target>Retry count:</target> - -<source>Delay (in seconds):</source> -<target>Delay (in seconds):</target> - -<source>Performance improvements:</source> -<target>Performance improvements:</target> - -<source>Parallel file operations:</source> -<target>Parallel file operations:</target> - -<source>How to get best performance?</source> -<target>How to get best performance?</target> - -<source>Local settings:</source> -<target>Local settings:</target> - -<source>Include:</source> -<target>Include:</target> - -<source>Show examples</source> -<target>Show examples</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Select filter rules to exclude certain files from synchronisation. Enter file paths relative to their corresponding folder pair.</target> - -<source>File size:</source> -<target>File size:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maximum:</target> - -<source>Time span:</source> -<target>Time span:</target> - -<source>C&lear</source> -<target>C&lear</target> - -<source>Detect moved files</source> -<target>Detect moved files</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</target> - -<source>Delete files:</source> -<target>Delete files:</target> - -<source>&Recycle bin</source> -<target>&Recycle bin</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versioning</target> - -<source>Move files to a user-defined folder</source> -<target>Move files to a user-defined folder</target> - -<source>Naming convention:</source> -<target>Naming convention:</target> - -<source>Limit file versions:</source> -<target>Limit file versions:</target> - -<source>Last x days:</source> -<target>Last x days:</target> - -<source>&Override default log path:</source> -<target>&Override default log path:</target> - -<source>Run a command:</source> -<target>Run a command:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Connection type:</target> - -<source>Connected user accounts:</source> -<target>Connected user accounts:</target> - -<source>&Add connection</source> -<target>&Add connection</target> - -<source>&Disconnect</source> -<target>&Disconnect</target> - -<source>Selected user account:</source> -<target>Selected user account:</target> - -<source>Server name or IP address:</source> -<target>Server name or IP address:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Encryption:</target> - -<source>&Disabled</source> -<target>&Disabled</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicit SSL/TLS</target> - -<source>Authentication:</source> -<target>Authentication:</target> - -<source>&Password</source> -<target>&Password</target> - -<source>&Key file</source> -<target>&Key file</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>User name:</target> - -<source>Private key file:</source> -<target>Private key file:</target> - -<source>&Show password</source> -<target>&Show password</target> - -<source>Directory on server:</source> -<target>Directory on server:</target> - -<source>Access timeout (in seconds):</source> -<target>Access timeout (in seconds):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP channels per connection:</target> - -<source>Detect server limit</source> -<target>Detect server limit</target> - -<source>Select Folder</source> -<target>Select Folder</target> - -<source>Variant:</source> -<target>Variant:</target> - -<source>&Don't show this dialog again</source> -<target>&Don't show this dialogue again</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Items:</target> - -<source>Synchronizing...</source> -<target>Synchronising...</target> - -<source>Minimize to notification area</source> -<target>Minimise to notification area</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Items</target> - -<source>When finished:</source> -<target>When finished:</target> - -<source>Auto-close</source> -<target>Auto-close</target> - -<source>Close</source> -<target>Close</target> - -<source>&Pause</source> -<target>&Pause</target> - -<source>Stop</source> -<target>Stop</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Create a batch file for unattended synchronisation. To start, double-click this file or schedule in a task planner: %x</target> - -<source>Progress dialog:</source> -<target>Progress dialog:</target> - -<source>Run minimized</source> -<target>Run minimised</target> - -<source>Show pop-up on errors or warnings</source> -<target>Show pop-up on errors or warnings</target> - -<source>&Cancel</source> -<target>&Cancel</target> - -<source>Stop synchronization at first error</source> -<target>Stop synchronisation at first error</target> - -<source>How can I schedule a batch job?</source> -<target>How can I schedule a batch job?</target> - -<source>&Keep relative paths</source> -<target>&Keep relative paths</target> - -<source>&Overwrite existing files</source> -<target>&Overwrite existing files</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>The following settings are used for all synchronisation jobs.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</target> - -<source>recommended</source> -<target>recommended</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copy shared or locked files using the Volume Shadow Copy Service.</target> - -<source>requires administrator rights</source> -<target>requires administrator rights</target> - -<source>Transfer file and folder permissions.</source> -<target>Transfer file and folder permissions.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Show all permanently hidden dialogues and warning messages again</target> - -<source>Default log path:</source> -<target>Default log path:</target> - -<source>&Delete logs after x days:</source> -<target>&Delete logs after x days:</target> - -<source>Notification sounds:</source> -<target>Notification sounds:</target> - -<source>Synchronization finished:</source> -<target>Synchronisation finished:</target> - -<source>Customize context menu:</source> -<target>Customise context menu:</target> - -<source>Description</source> -<target>Description</target> - -<source>&Default</source> -<target>&Default</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Feedback and suggestions are welcome:</target> - -<source>Home page</source> -<target>Home page</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>E-mail</target> - -<source>If you like FreeFileSync:</source> -<target>If you like FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Support with a donation</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>The auto updater was disabled by the administrator.</target> - -<source>Donation details</source> -<target>Donation details</target> - -<source>Source code written in C++ using:</source> -<target>Source code written in C++ using:</target> - -<source>Published under the GNU General Public License:</source> -<target>Published under the GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Many thanks for localisation:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Activate the FreeFileSync Donation Edition by one of the following methods:</target> - -<source>Activate via internet now:</source> -<target>Activate via internet now:</target> - -<source>Activate online</source> -<target>Activate online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Retrieve an offline activation key from the following URL:</target> - -<source>&Copy to clipboard</source> -<target>&Copy to clipboard</target> - -<source>Enter activation key:</source> -<target>Enter activation key:</target> - -<source>Activate offline</source> -<target>Activate offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Highlight configurations that have not been run for more than the following number of days:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</target> - -<source>Locate the FreeFileSync app</source> -<target>Locate the FreeFileSync app</target> - -<source>Open Security && Privacy</source> -<target>Open Security && Privacy</target> - -<source>Click the lock to allow changes.</source> -<target>Click the lock to allow changes.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Drag FreeFileSync into the panel.</target> - -<source>Synchronization Settings</source> -<target>Synchronisation Settings</target> - -<source>Access Online Storage</source> -<target>Access Online Storage</target> - -<source>Save as a Batch Job</source> -<target>Save as a Batch Job</target> - -<source>Delete Items</source> -<target>Delete Items</target> - -<source>Copy Items</source> -<target>Copy Items</target> - -<source>Options</source> -<target>Options</target> - -<source>Select Time Span</source> -<target>Select Time Span</target> - -<source>Highlight Configurations</source> -<target>Highlight Configurations</target> - -<source>Grant Full Disk Access</source> -<target>Grant Full Disk Access</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>No log entries</target> - -<source>Select all</source> -<target>Select all</target> - -<source>&Options</source> -<target>&Options</target> - -<source>Main Bar</source> -<target>Main Bar</target> - -<source>Folder Pairs</source> -<target>Folder Pairs</target> - -<source>Find</source> -<target>Find</target> - -<source>View Settings</source> -<target>View Settings</target> - -<source>Configuration</source> -<target>Configuration</target> - -<source>Overview</source> -<target>Overview</target> - -<source>Swap sides</source> -<target>Swap sides</target> - -<source>Show "%x"</source> -<target>Show "%x"</target> - -<source>&Show details</source> -<target>&Show details</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x is available!</target> - -<source>Local path not available for %x.</source> -<target>Local path not available for %x.</target> - -<source>Confirm</source> -<target>Confirm</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</target> - -<source>&Execute</source> -<target>&Execute</target> - -<source>Set direction:</source> -<target>Set direction:</target> - -<source>multiple selection</source> -<target>multiple selection</target> - -<source>&Include via filter:</source> -<target>&Include via filter:</target> - -<source>&Exclude via filter:</source> -<target>&Exclude via filter:</target> - -<source>Include temporarily</source> -<target>Include temporarily</target> - -<source>Exclude temporarily</source> -<target>Exclude temporarily</target> - -<source>&Synchronize selection</source> -<target>&Synchronise selection</target> - -<source>&Copy to...</source> -<target>&Copy to...</target> - -<source>&Delete</source> -<target>&Delete</target> - -<source>Show icons:</source> -<target>Show icons:</target> - -<source>Small</source> -<target>Small</target> - -<source>Medium</source> -<target>Medium</target> - -<source>Large</source> -<target>Large</target> - -<source>Select time span...</source> -<target>Select time span...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Folder Comparison and Synchronisation</target> - -<source>Configuration saved</source> -<target>Configuration saved</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Do you want to save changes to %x?</target> - -<source>Never save &changes</source> -<target>Never save &changes</target> - -<source>Do&n't save</source> -<target>Do&n't save</target> - -<source>%x cannot be renamed.</source> -<target>%x cannot be renamed.</target> - -<source>New name:</source> -<target>New name:</target> - -<source>Rename Configuration</source> -<target>Rename Configuration</target> - -<source>Configuration name must not be empty.</source> -<target>Configuration name must not be empty.</target> - -<source>&Rename...</source> -<target>&Rename...</target> - -<source>Hide configuration</source> -<target>Hide configuration</target> - -<source>Highlight...</source> -<target>Highlight...</target> - -<source>Clear filter</source> -<target>Clear filter</target> - -<source>Show files that exist on left side only</source> -<target>Show files that exist on left side only</target> - -<source>Show files that exist on right side only</source> -<target>Show files that exist on right side only</target> - -<source>Show files that are newer on left</source> -<target>Show files that are newer on left</target> - -<source>Show files that are newer on right</source> -<target>Show files that are newer on right</target> - -<source>Show files that are equal</source> -<target>Show files that are equal</target> - -<source>Show files that are different</source> -<target>Show files that are different</target> - -<source>Show conflicts</source> -<target>Show conflicts</target> - -<source>Show files that will be created on the left side</source> -<target>Show files that will be created on the left side</target> - -<source>Show files that will be created on the right side</source> -<target>Show files that will be created on the right side</target> - -<source>Show files that will be deleted on the left side</source> -<target>Show files that will be deleted on the left side</target> - -<source>Show files that will be deleted on the right side</source> -<target>Show files that will be deleted on the right side</target> - -<source>Show files that will be updated on the left side</source> -<target>Show files that will be updated on the left side</target> - -<source>Show files that will be updated on the right side</source> -<target>Show files that will be updated on the right side</target> - -<source>Show files that won't be copied</source> -<target>Show files that won't be copied</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Show filtered or temporarily excluded files</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>All files are in sync</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Cannot find %x</target> - -<source>Move up</source> -<target>Move up</target> - -<source>Move down</source> -<target>Move down</target> - -<source>Comma-separated values</source> -<target>Comma-separated values</target> - -<source>File list exported</source> -<target>File list exported</target> - -<source>Searching for program updates...</source> -<target>Searching for program updates...</target> - -<source>Paused</source> -<target>Paused</target> - -<source>Stop requested...</source> -<target>Stop requested...</target> - -<source>Initializing...</source> -<target>Initialising...</target> - -<source>Comparing content...</source> -<target>Comparing content...</target> - -<source>&Continue</source> -<target>&Continue</target> - -<source>Progress</source> -<target>Progress</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Thank you, %x, for your donation and support!</target> - -<source>Connections</source> -<target>Connections</target> - -<source>Recommended range:</source> -<target>Recommended range:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Do you really want to disconnect from user account %x?</target> - -<source>Password:</source> -<target>Password:</target> - -<source>Key passphrase:</source> -<target>Key passphrase:</target> - -<source>Please enter a file path.</source> -<target>Please enter a file path.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Please enter a target folder.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</target> - -<source>Move</source> -<target>Move</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Start to synchronise the selection?</target> - -<source>Start synchronization now?</source> -<target>Start synchronisation now?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copy DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrate external applications into context menu. The following macros are available:</target> - -<source>Full file or folder path</source> -<target>Full file or folder path</target> - -<source>Parent folder path</source> -<target>Parent folder path</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Temporary local copy for SFTP and MTP storage</target> - -<source>Parameters for opposite side</source> -<target>Parameters for opposite side</target> - -<source>Show hidden dialogs again</source> -<target>Show hidden dialogues again</target> - -<source>All dialogs shown</source> -<target>All dialogues shown</target> - -<source>Downloading update...</source> -<target>Downloading update...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identify equal files by comparing modification time and size.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identify equal files by comparing the file content.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identify equal files by comparing their file size.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Create a mirror backup of the left folder by adapting the right folder to match.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copy new and updated files to the right folder.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configure your own synchronisation rules.</target> - -<source>Comparison</source> -<target>Comparison</target> - -<source>Synchronization</source> -<target>Synchronisation</target> - -<source>This week</source> -<target>This week</target> - -<source>This month</source> -<target>This month</target> - -<source>This year</source> -<target>This year</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Retain deleted and overwritten files in the recycle bin</target> - -<source>Delete and overwrite files permanently</source> -<target>Delete and overwrite files permanently</target> - -<source>Replace</source> -<target>Replace</target> - -<source>Move files and replace if existing</source> -<target>Move files and replace if existing</target> - -<source>Time stamp</source> -<target>Time stamp</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Move files into a time-stamped subfolder</target> - -<source>File</source> -<target>File</target> - -<source>Append a time stamp to each file name</source> -<target>Append a time stamp to each file name</target> - -<source>On completion:</source> -<target>On completion:</target> - -<source>On errors:</source> -<target>On errors:</target> - -<source>On success:</source> -<target>On success:</target> - -<source>Main config</source> -<target>Main config</target> - -<source>empty</source> -<target>empty</target> - -<source>Leave as unresolved conflict</source> -<target>Leave as unresolved conflict</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimum version count must be smaller than maximum count.</target> - -<source>&Restore</source> -<target>&Restore</target> - -<source>Files</source> -<target>Files</target> - -<source>Percentage</source> -<target>Percentage</target> - -<source>Failed to retrieve update information.</source> -<target>Failed to retrieve update information.</target> - -<source>Automatic updates:</source> -<target>Automatic updates:</target> - -<source>Check for Program Updates</source> -<target>Check for Program Updates</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Auto-update now or download manually from the FreeFileSync home page?</target> - -<source>&Auto-update</source> -<target>&Auto-update</target> - -<source>&Home page</source> -<target>&Home page</target> - -<source>Download now?</source> -<target>Download now?</target> - -<source>&Download</source> -<target>&Download</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync is up to date.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</target> - -<source>&Check</source> -<target>&Check</target> - -<source>Consistency check failed for %x.</source> -<target>Consistency check failed for %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Installation was registered on a different operating system.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Failed to activate FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Incorrect activation key.</target> - -<source>Unable to register to receive system messages.</source> -<target>Unable to register to receive system messages.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>The %x installation option is only available in the FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Cannot find system function %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Unable to register device notifications for %x.</target> - -<source>The file is locked by another process:</source> -<target>The file is locked by another process:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Failed to determine file permission support for folder %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Cannot read security context of %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Cannot write security context of %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Cannot read permissions of %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Cannot copy permissions from %x to %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x is not a regular directory name.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Cannot copy attributes from %x to %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Cannot set privilege %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Unable to suspend system sleep mode.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Cannot change process I/O priorities.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Checking recycle bin failed for folder %x.</target> - -<source>Unable to shut down the system.</source> -<target>Unable to shut down the system.</target> - -<source>Prepare installation</source> -<target>Prepare installation</target> - -<source>Choose which components you want to install.</source> -<target>Choose which components you want to install.</target> - -<source>Select installation type:</source> -<target>Select installation type:</target> - -<source>Local</source> -<target>Local</target> - -<source>Portable</source> -<target>Portable</target> - -<source>Save settings in %x</source> -<target>Save settings in %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Register FreeFileSync file extensions</target> - -<source>Create Explorer context menu entries</source> -<target>Create Explorer context menu entries</target> - -<source>Save settings in installation directory</source> -<target>Save settings in installation directory</target> - -<source>Do not write to Registry</source> -<target>Do not write to Registry</target> - -<source>Just copy the files</source> -<target>Just copy the files</target> - -<source>Choose a directory for installation:</source> -<target>Choose a directory for installation:</target> - -<source>Create shortcuts:</source> -<target>Create shortcuts:</target> - -<source>Desktop</source> -<target>Desktop</target> - -<source>Start Menu</source> -<target>Start Menu</target> - -<source>Send To</source> -<target>Send To</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registering FreeFileSync file extensions</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Unregistering FreeFileSync file extensions</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Configuration</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync Batch File</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync Synchronisation Database</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync Configuration</target> - -<source>Edit with FreeFileSync</source> -<target>Edit with FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Instead of an ad, here's an animal.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>The FreeFileSync portable version cannot install into a subfolder of %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Please choose the local installation type or select a different folder for installation.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/french.lng b/FreeFileSync/Build/Resources/Languages/french.lng deleted file mode 100755 index 2e47d567..00000000 --- a/FreeFileSync/Build/Resources/Languages/french.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Français</language> - <translator>Jean-François Hartmann</translator> - <locale>fr_FR</locale> - <image>flag_france.png</image> - <plural_count>2</plural_count> - <plural_definition>n <= 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Impossible de lire le fichier %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Le flux de données a une taille inattendue : -Attendu : %x octets -Trouvé : %y octets -</target> - -<source>Cannot write file %x.</source> -<target>Impossible d'écrire le fichier %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Impossible d'écrire les permissions de %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Opération non prise en charge entre appareils différents.</target> - -<source>Cannot delete file %x.</source> -<target>Impossible de supprimer le fichier %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Impossible de supprimer le lien symbolique %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Impossible de supprimer le répertoire %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Impossible de déplacer le fichier %x vers %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Impossible de copier le lien symbolique %x vers %y.</target> - -<source>Error Code %x</source> -<target>Code Erreur %x</target> - -<source>Cannot read directory %x.</source> -<target>Impossible de lire le répertoire %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Impossible d'écrire la date de modification de %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Impossible de lire les attributs du fichier %x.</target> - -<source>Cannot create directory %x.</source> -<target>Impossible de créer le répertoire %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Impossible de déterminer le chemin pour %x.</target> - -<source>Operation not supported by device.</source> -<target>Opération non prise en charge par cet appareil.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Impossible de résoudre le lien symbolique %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Impossible de déplacer %x dans la Corbeille.</target> - -<source>Authentication completed.</source> -<target>Identification terminée.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Vous pouvez fermer cette page maintenant et poursuivre avec FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Echec de l'identification.</target> - -<source>Unable to connect to %x.</source> -<target>Impossible de se connecter à %x.</target> - -<source>Cannot find %x.</source> -<target>Impossible de trouver %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Le nom %x est utilisé par plusieurs éléments du dossier.</target> - -<source>Please authorize access to user account %x.</source> -<target>Veuillez autoriser l'accès au compte d'utilisateur %x.</target> - -<source>Cannot open file %x.</source> -<target>Impossible d'ouvrir le fichier %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Le nom %x est déjà utilisé par un autre élément.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Impossible de calculer l'espace libre du disque %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Impossible de se déconnecter de %x.</target> - -<source>Unable to access %x.</source> -<target>Impossible d'accéder à %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Impossible de trouver le serveur %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Impossible de gérer le répertoire %x.</target> - -<source>Cannot find device %x.</source> -<target>Impossible de trouver le périphérique %x.</target> - -<source>Cannot open directory %x.</source> -<target>Impossible d'ouvrir le répertoire %x.</target> - -<source>Unsupported item type.</source> -<target>Type d'élément non pris en charge.</target> - -<source>Incorrect command line:</source> -<target>Ligne de commande incorrecte :</target> - -<source>The server does not support authentication via %x.</source> -<target>Le serveur refuse l'authentification par %x.</target> - -<source>Required:</source> -<target>Requis :</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>L'opération a expiré après %x seconde.</pluralform> -<pluralform>L'opération a expiré après %x secondes.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Impossible d'attendre plus de %x connexion à la fois.</pluralform> -<pluralform>Impossible d'attendre plus de %x connexions à la fois.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Connexions actives : %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Impossible d'ouvrir le port SFTP %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Les deux côtés ont changé depuis la dernière synchronisation.</target> - -<source>Cannot determine sync-direction:</source> -<target>Impossible de déterminer le sens de la synchronisation :</target> - -<source>No change since last synchronization.</source> -<target>Aucun changement depuis la dernière synchronisation.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>L'entrée de la base de données n'est pas en phase compte tenu des paramètres actuels.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Directions de la synchronisation par défaut : les anciens fichiers seront remplacés par les nouveaux.</target> - -<source>Creating file %x</source> -<target>Création du fichier %x</target> - -<source>Creating folder %x</source> -<target>Création du dossier %x</target> - -<source>Creating symbolic link %x</source> -<target>Création du lien symbolique %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Déplacement du fichier %x vers la Corbeille<</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Déplacement du dossier %x vers la Corbeille<</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Déplacement du lien symbolique %x vers la Corbeille</target> - -<source>Deleting file %x</source> -<target>Suppression du fichier %x</target> - -<source>Deleting folder %x</source> -<target>Suppression du dossier %x</target> - -<source>Deleting symbolic link %x</source> -<target>Suppression du lien symbolique %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Contrôle de la disponibilité de la Corbeille pour le dossier %x ...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>La corbeille n'est pas supportée par les dossiers suivants. Les fichiers supprimés ou modifiés ne pourront pas être restaurés :</target> - -<source>An exception occurred</source> -<target>Une erreur s'est produite</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Un répertoire gauche et un répertoire droit sont requis après %x.</target> - -<source>Syntax error</source> -<target>Erreur de syntaxe</target> - -<source>Cannot find file %x.</source> -<target>Impossible de trouver le fichier %x.</target> - -<source>Error</source> -<target>Erreur</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Le fichier %x ne contient pas une configuration valide.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Le fichier de configuration ne peut pas contenir de paramètres au niveau de paires de répertoires quand ceux-ci sont définis par une ligne de commande.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Les répertoires ne peuvent pas être définis pour plus d'un fichier de configuration.</target> - -<source>Command line</source> -<target>Ligne de commande</target> - -<source>Syntax:</source> -<target>Syntaxe :</target> - -<source>config files:</source> -<target>fichier de configuration :</target> - -<source>directory</source> -<target>répertoire</target> - -<source>global config file:</source> -<target>fichier de configuration globale :</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>N'importe quel nombre de fichiers FreeFileSync "ffs_gui" et/ou "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>N'importe quel nombre de paires de répertoires distincts pour au plus un fichier de configuration.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>L'ouverture de la configuration choisie pour être modifiée ne permet pas de l'exécuter.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Chemin d'un fichier GlobalSettings.xml distinct.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Un ou plusieurs fichiers installés sont abîmés. Veuillez réinstaller FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Impossible de trouver les dossiers suivants :</target> - -<source>The following folders do not yet exist:</source> -<target>Les dossiers suivants n'existent plus :</target> - -<source>The folders are created automatically when needed.</source> -<target>Les dossiers sont créés automatiquement quand cela est nécessaire.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Les chemins de dossier suivants diffèrent selon les cas. Veuillez utiliser un seul formulaire afin d'éviter les accès en double.</target> - -<source>Scanning:</source> -<target>Lecture en cours :</target> - -<source>Comparison finished:</source> -<target>Comparaison terminée :</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x élément trouvé</pluralform> -<pluralform>%x éléments trouvés</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Temps écoulé :</target> - -<source>File %x has an invalid date.</source> -<target>Le fichier %x a une date invalide.</target> - -<source>Date:</source> -<target>Date :</target> - -<source>Files have the same date but a different size.</source> -<target>Les fichiers ont la même date mais une taille différente.</target> - -<source>Size:</source> -<target>Taille :</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>La comparaison des contenus est sautée pour les fichiers exclus.</target> - -<source>Items differ in attributes only</source> -<target>Seuls les attributs des éléments diffèrent</target> - -<source>Resolving symbolic link %x</source> -<target>Résolution du lien symbolique %x</target> - -<source>Comparing content of files %x</source> -<target>Comparaison du contenu des fichiers %x</target> - -<source>Generating file list...</source> -<target>Génération de la liste des fichiers ...</target> - -<source>Fail-safe file copy</source> -<target>Copie de fichiers sécurisée</target> - -<source>Enabled</source> -<target>Activé</target> - -<source>Disabled</source> -<target>Désactivé</target> - -<source>Copy locked files</source> -<target>Copie des fichiers verrouillés</target> - -<source>Copy file access permissions</source> -<target>Copie des droits d'accès aux fichiers</target> - -<source>File time tolerance</source> -<target>Tolérance horaire</target> - -<source>Run with background priority</source> -<target>Exécution avec la priorité de tâche de fond.</target> - -<source>Lock directories during sync</source> -<target>Verrouillage des répertoires pendant la synchronisation</target> - -<source>Verify copied files</source> -<target>Vérification de la copie des fichiers</target> - -<source>Using non-default global settings:</source> -<target>Utilisation des paramètres globaux particuliers :</target> - -<source>A folder input field is empty.</source> -<target>Un champ dossier est vide.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Le dossier correspondant sera considéré comme vide.</target> - -<source>Exclude:</source> -<target>Exclure :</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Un dossier défini dans la paire des dossiers est contenu dans l'autre.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Le dossier sera exclu de la synchronisation par le filtre.</target> - -<source>Calculating sync directions...</source> -<target>Evaluation du sens des synchronisations ...</target> - -<source>Out of memory.</source> -<target>Mémoire insuffisante.</target> - -<source>Show in Explorer</source> -<target>Montrer dans l'explorateur</target> - -<source>Open with default application</source> -<target>Ouvrir avec l'application par défaut</target> - -<source>Browse directory</source> -<target>Parcourir le répertoire</target> - -<source>Database file %x is incompatible.</source> -<target>La base de données %x n'est pas compatible.</target> - -<source>Initial synchronization:</source> -<target>Première synchronisation :</target> - -<source>Database file %x does not yet exist.</source> -<target>La base de données %x n'existe plus.</target> - -<source>Database file is corrupted:</source> -<target>La base de données est abîmée :</target> - -<source>Loading file %x...</source> -<target>Chargement du fichier %x ...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>La base de données ne contient plus aujourd'hui d'informations sur la dernière synchronisation.</target> - -<source>Saving file %x...</source> -<target>Enregistrement du fichier %x ...</target> - -<source>Searching for folder %x...</source> -<target>Recherche du dossier %x ...</target> - -<source>Timeout while searching for folder %x.</source> -<target>La recherche du dossier %x a expirée.</target> - -<source>Cannot get process information.</source> -<target>Impossible d'obtenir les informations du traitement.</target> - -<source>Waiting while directory is locked:</source> -<target>En attente tant que le répertoire est verrouillé :</target> - -<source>Lock owner:</source> -<target>Propriétaire du verrou :</target> - -<source>Detecting abandoned lock...</source> -<target>Détection de verrouillage abandonné ...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x sec</pluralform> -<pluralform>%x sec</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Cet élément existe seulement à gauche</target> - -<source>Item exists on right side only</source> -<target>Cet élément existe seulement à droite</target> - -<source>Left side is newer</source> -<target>L'élément de gauche est plus récent</target> - -<source>Right side is newer</source> -<target>L'élément de droite est plus récent</target> - -<source>Items have different content</source> -<target>Les élement ont un contenu différent</target> - -<source>Both sides are equal</source> -<target>Les deux cotés sont identiques</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflit/élément impossible à classer</target> - -<source>Copy new item to left</source> -<target>Copie du nouvel élément à gauche</target> - -<source>Copy new item to right</source> -<target>Copie du nouvel élément à droite</target> - -<source>Delete left item</source> -<target>Suppression de l'élément de gauche</target> - -<source>Delete right item</source> -<target>Suppression de l'élément de droite</target> - -<source>Move file on left</source> -<target>Déplacer les fichiers à gauche</target> - -<source>Move file on right</source> -<target>Déplacer les fichiers à droite</target> - -<source>Update left item</source> -<target>Mettre à jour l'élément de gauche</target> - -<source>Update right item</source> -<target>Mettre à jour l'élément de droite</target> - -<source>Do nothing</source> -<target>Ne rien faire</target> - -<source>Update attributes on left</source> -<target>Mise à jour des attributs à gauche</target> - -<source>Update attributes on right</source> -<target>Mise à jour des attributs à droite</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Erreur lors de l'analyse du fichier %x, ligne %y, colonne %z.</target> - -<source>Services</source> -<target>Services</target> - -<source>Show All</source> -<target>Tout afficher</target> - -<source>Hide Others</source> -<target>Masquer les autres</target> - -<source>Hide %x</source> -<target>Masquer %x</target> - -<source>Quit %x</source> -<target>Quitter %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Impossible de verrouiller les répertoires des dossiers suivants :</target> - -<source>Errors:</source> -<target>Erreurs :</target> - -<source>Warnings:</source> -<target>Avertissements :</target> - -<source>Items processed:</source> -<target>Élements traités :</target> - -<source>Items remaining:</source> -<target>Élements restants :</target> - -<source>Total time:</source> -<target>Durée totale :</target> - -<source>Warning</source> -<target>Attention</target> - -<source>Stopped</source> -<target>Arrêté</target> - -<source>Cleaning up log files:</source> -<target>Nettoyage des journaux :</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x tâche</pluralform> -<pluralform>%x tâches</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sec</target> - -<source>%x items</source> -<target>%x éléments</target> - -<source>Completed successfully</source> -<target>Terminé avec succès</target> - -<source>Completed with warnings</source> -<target>Terminé avec observations</target> - -<source>Completed with errors</source> -<target>Terminé avec erreurs</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Impossible d'accéder au service Volume Shadow Copy.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Veuillez exécuter de préférence la version 64 bits de FreeFileSync pour utiliser le service Shadow Copy.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Le nom de volume %x ne fait pas partie du chemin %y.</target> - -<source>File time and size</source> -<target>Date et taille du fichier</target> - -<source>File content</source> -<target>Contenu du fichier</target> - -<source>File size</source> -<target>Taille du fichier</target> - -<source>Two way</source> -<target>Deux sens</target> - -<source>Mirror</source> -<target>Miroir</target> - -<source>Update</source> -<target>Mise à Jour</target> - -<source>Custom</source> -<target>Personnaliser</target> - -<source>Multiple...</source> -<target>Multiple ...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Impossible d'écrire les attributs de fichier de %x.</target> - -<source>%x and %y have different content.</source> -<target>%x et %y ont des contenus différents.</target> - -<source>Data verification error:</source> -<target>Erreur de contrôle des données :</target> - -<source>Moving file %x to %y</source> -<target>Déplacement du fichier %x vers %y</target> - -<source>Moving folder %x to %y</source> -<target>Déplacement du dossier %x vers %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Déplacement du lien symbolique %x vers %y</target> - -<source>Updating file %x</source> -<target>Mise à jour du fichier %x</target> - -<source>Updating symbolic link %x</source> -<target>Mise à jour du lien symbolique %x</target> - -<source>Verifying file %x</source> -<target>Contrôle du fichier %x</target> - -<source>Updating attributes of %x</source> -<target>Mise à jour des attributs de %x</target> - -<source>Source item %x not found</source> -<target>L'élément source %x n'a pas été trouvé</target> - -<source>Parent folder %x is not existing.</source> -<target>Le dossier parent %x n'existe pas.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Impossible de copier le fichier %x vers %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Création d'un Volume Shadow Copy pour %x ...</target> - -<source>Cannot find folder %x.</source> -<target>Dossier %x introuvable.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Le dossier cible %x existe déjà, mais n'est pas disponible pendant la comparaison des dossiers.</target> - -<source>Target folder input field must not be empty.</source> -<target>Le champ dossier de destination ne doit pas être vide.</target> - -<source>Source folder %x not found.</source> -<target>Dossier source %x non trouvé.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Veuillez entrer le dossier destinataire pour la gestion des versions.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Les éléments suivants sont en conflits non résolus et ne seront pas synchronisés :</target> - -<source>Folder pair:</source> -<target>Paire de dossiers :</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Les dossiers suivants sont assez différents. Veuillez contrôler que ce sont les bons dossiers qui sont sélectionnés pour la synchronisation.</target> - -<source>Not enough free disk space available in:</source> -<target>Espace disque insuffisant sur :</target> - -<source>Available:</source> -<target>Disponible :</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Certains fichiers seront synchronisés comme éléments de plusieurs dossiers de base.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Pour éviter les conflits, veuillez configurer les filtres d'exclusion afin que chaque fichier mis à jour soit inclus par un seul dossier de base.</target> - -<source>Versioning folder:</source> -<target>Dossier de gestion des versions :</target> - -<source>Base folder:</source> -<target>Dossier de base :</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Le dossier de version est situé dans le dossier de base.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchronisation de la paire de dossiers :</target> - -<source>Generating database...</source> -<target>Génération de la base de données ...</target> - -<source>Searching for old file versions:</source> -<target>Recherche d'anciennes versions :</target> - -<source>Removing old file versions:</source> -<target>Suppression d'anciennes versions :</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Impossible de générer l'horodatage pour la gestion des versions :</target> - -<source>Drag && drop</source> -<target>Glisser && Déposer</target> - -<source>Select a folder</source> -<target>Choisissez un dossier</target> - -<source>&New</source> -<target>&Nouveau</target> - -<source>&Open...</source> -<target>&Ouvrir ...</target> - -<source>Save &as...</source> -<target>S&auvegarder sous ...</target> - -<source>E&xit</source> -<target>&Quitter</target> - -<source>&File</source> -<target>&Fichiers</target> - -<source>&View help</source> -<target>&Afficher l'aide</target> - -<source>&About</source> -<target>&A propos de</target> - -<source>&Help</source> -<target>&Aide</target> - -<source>Usage:</source> -<target>Utilisation :</target> - -<source>Select folders to watch.</source> -<target>Choisir les dossiers à examiner.</target> - -<source>Enter a command line.</source> -<target>Entrez une ligne de commande.</target> - -<source>Press 'Start'.</source> -<target>Cliquez sur 'Démarrer'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Pour démarrer, il faut importer un fichier "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Dossiers à surveiller :</target> - -<source>Add folder</source> -<target>Ajout d'un dossier</target> - -<source>Remove folder</source> -<target>Suppression d'un dossier</target> - -<source>Browse</source> -<target>Parcourir</target> - -<source>Idle time (in seconds):</source> -<target>Durée d'inactivité (en secondes) :</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Délai entre le dernier changement détecté et la dernière exécution de la commande</target> - -<source>Command line:</source> -<target>Ligne de commande :</target> - -<source>&Hide console window</source> -<target>&Masquer la fenêtre de console</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -La commande est déclenchée si : -- un fichier ou un dossier est modifié -- un nouveau dossier apparait (par exemple : insertion d'une clé USB) -</target> - -<source>Start</source> -<target>Démarrer</target> - -<source>About</source> -<target>A propos de</target> - -<source>Build: %x</source> -<target>Généré : %x</target> - -<source>All files</source> -<target>Tous les fichiers</target> - -<source>Automated Synchronization</source> -<target>Synchronisation Automatique</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Le protocole %x ne supporte pas le contrôle d'anuaire :</target> - -<source>Directory monitoring active</source> -<target>Gestion des répertoires active</target> - -<source>Waiting until directory is available:</source> -<target>En attente de la disponibilité du répertoire :</target> - -<source>&Configure</source> -<target>&Configurer</target> - -<source>&Show error message</source> -<target>&Afficher les messages d'erreur</target> - -<source>&Quit</source> -<target>&Quitter</target> - -<source>&Retry</source> -<target>&Réessayer</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x octet</pluralform> -<pluralform>%x octets</pluralform> -</target> - -<source>%x MB</source> -<target>%x Mo</target> - -<source>%x KB</source> -<target>%x Ko</target> - -<source>%x GB</source> -<target>%x Go</target> - -<source>Loading...</source> -<target>Chargement ...</target> - -<source>Scanning...</source> -<target>Lecture en cours ...</target> - -<source>configuration file</source> -<target>Fichier de configuration</target> - -<source>System: Sleep</source> -<target>Système : Mise en veille</target> - -<source>System: Shut down</source> -<target>Système : Arrêt</target> - -<source>Nothing to synchronize</source> -<target>Rien à synchroniser</target> - -<source>Executing command:</source> -<target>Exécution de la commande :</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Vous pouvez basculer vers la fenêtre principale de FreeFileSync pour résoudre ce problème.</target> - -<source>&Don't show this warning again</source> -<target>&Ne plus afficher cet avertissement</target> - -<source>&Ignore</source> -<target>&Ignorer</target> - -<source>&Switch</source> -<target>&Changer</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Basculer vers la fenêtre principale de FreeFileSync</target> - -<source>Automatic retry</source> -<target>Réessayer automatiquement</target> - -<source>Ignore &all</source> -<target>&Tout ignorer</target> - -<source>Retrying operation...</source> -<target>Opération retentée ...</target> - -<source>Serious Error</source> -<target>Erreur Grave</target> - -<source>Last session</source> -<target>Dernière session</target> - -<source>Today</source> -<target>Aujourd'hui</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x jour</pluralform> -<pluralform>%x jours</pluralform> -</target> - -<source>Name</source> -<target>Nom</target> - -<source>Last sync</source> -<target>Dernière synchro</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Dossier</target> - -<source>Symlink</source> -<target>Lien symbolique</target> - -<source>Full path</source> -<target>Chemin complet</target> - -<source>Relative path</source> -<target>Chemin relatif</target> - -<source>Item name</source> -<target>Nom de l'élément</target> - -<source>Size</source> -<target>Taille</target> - -<source>Date</source> -<target>Date</target> - -<source>Extension</source> -<target>Extension</target> - -<source>Category</source> -<target>Catégorie</target> - -<source>Action</source> -<target>Action</target> - -<source>Local comparison settings</source> -<target>Paramètres de comparaison locaux</target> - -<source>Local synchronization settings</source> -<target>Paramètres de synchronisation locaux</target> - -<source>Local filter</source> -<target>Filtre local</target> - -<source>Active</source> -<target>Actif</target> - -<source>None</source> -<target>Aucun</target> - -<source>Remove local settings</source> -<target>supprimer les paramètres locaux</target> - -<source>Clear local filter</source> -<target>Effacer le filtre local</target> - -<source>Copy</source> -<target>Copier</target> - -<source>Paste</source> -<target>Coller</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Le dossier sélectionné %x ne peut être utilisé avec FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Veuillez choisir un dossier local, en réseau ou un périphérique MTP.</target> - -<source>Defined by context of use</source> -<target>Défini par le contexte de l'utilisation</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Nécessite FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Sauvegarder</target> - -<source>Save as &batch job...</source> -<target>Enregistrer en tant que fichier de &commandes ...</target> - -<source>Show &log</source> -<target>Afficher &journal</target> - -<source>Start &comparison</source> -<target>Démarrer la &comparaison</target> - -<source>C&omparison settings</source> -<target>Paramètres de C&omparaison</target> - -<source>&Filter settings</source> -<target>Paramètres de &Filtrage</target> - -<source>S&ynchronization settings</source> -<target>Paramètres de S&ynchronisation</target> - -<source>Start &synchronization</source> -<target>Démarrer la &synchronisation</target> - -<source>&Actions</source> -<target>&Actions</target> - -<source>&Preferences</source> -<target>&Préférences</target> - -<source>&Language</source> -<target>&Langue</target> - -<source>&Find...</source> -<target>&Rechercher ...</target> - -<source>&Export file list...</source> -<target>&Exportation de la liste des fichiers ...</target> - -<source>&Reset layout</source> -<target>&Réinitialiser la disposition</target> - -<source>&Tools</source> -<target>Ou&tils</target> - -<source>&Check for updates now</source> -<target>&Rechercher une mise à jour</target> - -<source>Check &automatically once a week</source> -<target>Contrôler &automatiquement une fois par semaine</target> - -<source>Cancel</source> -<target>Annuler</target> - -<source>Compare</source> -<target>Comparer</target> - -<source>Synchronize</source> -<target>Synchroniser</target> - -<source>Add folder pair</source> -<target>Ajout d'un couple de dossiers</target> - -<source>Remove folder pair</source> -<target>Supprimer le couple de dossiers</target> - -<source>Access online storage</source> -<target>Accès au stockage en ligne</target> - -<source>Close search bar</source> -<target>Fermer la barre de recherche</target> - -<source>Find:</source> -<target>Rechercher :</target> - -<source>Match case</source> -<target>Respect de la casse</target> - -<source>Processed:</source> -<target>Traité :</target> - -<source>Remaining:</source> -<target>Restant :</target> - -<source>New</source> -<target>Nouveau</target> - -<source>Open...</source> -<target>Ouvrir ...</target> - -<source>Save</source> -<target>Sauvegarder</target> - -<source>Save as...</source> -<target>Sauvegarder sous ...</target> - -<source>View type:</source> -<target>Type de vue :</target> - -<source>Select view:</source> -<target>Choisir la vue :</target> - -<source>Save as default</source> -<target>Sauvegarde par défaut</target> - -<source>Statistics:</source> -<target>Statistiques :</target> - -<source>Number of files and folders that will be deleted</source> -<target>Nombre de fichiers et de dossiers qui seront supprimés</target> - -<source>Number of files that will be updated</source> -<target>Nombre de fichiers à mettre à jour</target> - -<source>Number of files and folders that will be created</source> -<target>Nombre de fichiers et de dossiers qui seront créés</target> - -<source>Total bytes to copy</source> -<target>Nombre total d'octets à copier</target> - -<source>Arrange folder pair</source> -<target>Coordonne la paire de dossiers</target> - -<source>Main settings:</source> -<target>Paramètres principaux :</target> - -<source>Use local settings:</source> -<target>Utiliser les paramètres locaux :</target> - -<source>Select a variant:</source> -<target>Choisir une variante :</target> - -<source>Include &symbolic links:</source> -<target>Inclure les liens &symboliques :</target> - -<source>&Follow</source> -<target>&Poursuivre</target> - -<source>&Direct</source> -<target>&Direct</target> - -<source>More information</source> -<target>Plus d'informations</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorer le décalage horaire [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Liste des décalages de temps UTC à ignorer</target> - -<source>Example:</source> -<target>Exemple :</target> - -<source>Handle daylight saving time</source> -<target>Gérer l'heure d'été</target> - -<source>Ignore errors</source> -<target>Ignorer les erreurs</target> - -<source>Retry count:</source> -<target>Nombre de tentatives :</target> - -<source>Delay (in seconds):</source> -<target>Délai (en secondes) :</target> - -<source>Performance improvements:</source> -<target>Amélioration des performances :</target> - -<source>Parallel file operations:</source> -<target>Opérations sur les fichiers parallèles :</target> - -<source>How to get best performance?</source> -<target>Comment améliorer les performances ?</target> - -<source>Local settings:</source> -<target>Paramètres locaux :</target> - -<source>Include:</source> -<target>Inclure :</target> - -<source>Show examples</source> -<target>Afficher les exemples</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Choisissez les règles de filtrage pour exclure certains fichiers de la synchronisation. Entrez les chemins des fichiers par rapport à leur paire de dossiers.</target> - -<source>File size:</source> -<target>Taille du fichier :</target> - -<source>Minimum:</source> -<target>Minimum :</target> - -<source>Maximum:</source> -<target>Maximum :</target> - -<source>Time span:</source> -<target>Intervalle de temps :</target> - -<source>C&lear</source> -<target>&Effacer</target> - -<source>Detect moved files</source> -<target>Détection des fichiers déplacés</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Non pris en charge par tous les systèmes de fichiers -- Nécessite et crée la base de données -- Détection impossible lors de la première synchronisation -</target> - -<source>Delete files:</source> -<target>Supprimer les fichiers :</target> - -<source>&Recycle bin</source> -<target>&Corbeille</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>Gestion des &Versions</target> - -<source>Move files to a user-defined folder</source> -<target>Déplacer les fichiers vers un dossier utilisateur</target> - -<source>Naming convention:</source> -<target>Convention de nommage :</target> - -<source>Limit file versions:</source> -<target>Limiter les versions de fichiers :</target> - -<source>Last x days:</source> -<target>Derniers x jours :</target> - -<source>&Override default log path:</source> -<target>&Remplacer le chemin par défaut du journal :</target> - -<source>Run a command:</source> -<target>Éxecuter une commande :</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Type de connexion :</target> - -<source>Connected user accounts:</source> -<target>Comptes utilisateur connectés :</target> - -<source>&Add connection</source> -<target>&Ajouter une connexion</target> - -<source>&Disconnect</source> -<target>&Se déconnecter</target> - -<source>Selected user account:</source> -<target>Choisir un compte utilisateur :</target> - -<source>Server name or IP address:</source> -<target>Nom du serveur ou adresse IP :</target> - -<source>Port:</source> -<target>Port :</target> - -<source>Encryption:</source> -<target>Cryptage :</target> - -<source>&Disabled</source> -<target>&Désactivé</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicite SSL/TLS</target> - -<source>Authentication:</source> -<target>Authentication :</target> - -<source>&Password</source> -<target>Mot de &Passe</target> - -<source>&Key file</source> -<target>&Fichier clé</target> - -<source>&SSH agent</source> -<target>Agent &SSH</target> - -<source>User name:</source> -<target>Nom de l'utilisateur :</target> - -<source>Private key file:</source> -<target>Fichier clé personnel :</target> - -<source>&Show password</source> -<target>&Afficher le mot de passe</target> - -<source>Directory on server:</source> -<target>Répertoire sur le serveur :</target> - -<source>Access timeout (in seconds):</source> -<target>Délai d'accès (en secondes) :</target> - -<source>SFTP channels per connection:</source> -<target>Ports SFTP par connexion :</target> - -<source>Detect server limit</source> -<target>Détection des limites du serveur</target> - -<source>Select Folder</source> -<target>Choisir un Dossier</target> - -<source>Variant:</source> -<target>Variante :</target> - -<source>&Don't show this dialog again</source> -<target>&Ne plus afficher cette boîte de dialogue</target> - -<source>Bytes:</source> -<target>Octets :</target> - -<source>Items:</source> -<target>Elément :</target> - -<source>Synchronizing...</source> -<target>Synchronisation en cours ...</target> - -<source>Minimize to notification area</source> -<target>Réduction à la zone de notification</target> - -<source>Bytes</source> -<target>Octets</target> - -<source>Items</source> -<target>Eléments</target> - -<source>When finished:</source> -<target>A la fin :</target> - -<source>Auto-close</source> -<target>Fermeture automatique</target> - -<source>Close</source> -<target>Fermer</target> - -<source>&Pause</source> -<target>&Pause</target> - -<source>Stop</source> -<target>Arrêt</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Créer un fichier batch pour une synchronisation non assitée. Pour démarrer, double-cliquez sur ce fichier ou planifiez-le dans le gestionnaire des tâches : %x</target> - -<source>Progress dialog:</source> -<target>Fenêtre de progression:</target> - -<source>Run minimized</source> -<target>Exécution fenêtre réduite</target> - -<source>Show pop-up on errors or warnings</source> -<target>Montrer les avertissements et les messages d'erreur</target> - -<source>&Cancel</source> -<target>&Annuler</target> - -<source>Stop synchronization at first error</source> -<target>Arrêter la synchronisation à la première erreur</target> - -<source>How can I schedule a batch job?</source> -<target>Comment planifier un fichier de commandes ?</target> - -<source>&Keep relative paths</source> -<target>&Conserver les chemins relatifs</target> - -<source>&Overwrite existing files</source> -<target>&Remplacer les fichiers existants</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Les paramètres suivants sont utilisés lors de toutes les synchronisations.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copie vers un fichier temporaire (*.ffs_tmp) avant le remplacement de la cible. -Cela garantit la cohérence du système de fichiers en cas d'erreur grave. -</target> - -<source>recommended</source> -<target>recommandée</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copie les fichiers partagés ou verrouillés à l'aide du Service Volume Shadow Copy.</target> - -<source>requires administrator rights</source> -<target>nécessite les droits d'administrateur</target> - -<source>Transfer file and folder permissions.</source> -<target>Transfert des autorisations des fichiers et dossiers.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Réafficher en permanence les boîtes de dialogue et les avertissements</target> - -<source>Default log path:</source> -<target>Chemin du journal par défaut :</target> - -<source>&Delete logs after x days:</source> -<target>&Supprimer les journaux après x jours :</target> - -<source>Notification sounds:</source> -<target>Son de la notification :</target> - -<source>Synchronization finished:</source> -<target>Synchronisation terminée :</target> - -<source>Customize context menu:</source> -<target>Personnaliser le menu contextuel :</target> - -<source>Description</source> -<target>Description</target> - -<source>&Default</source> -<target>&Défaut</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Commentaires et suggestions sont les bienvenus :</target> - -<source>Home page</source> -<target>Page d'accueil</target> - -<source>FreeFileSync Forum</source> -<target>Forum FreeFileSync</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Si vous aimez FreeFileSync :</target> - -<source>Support with a donation</source> -<target>Soutenir avec un don</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>La mise à jour automatique a été désactivée par l'administrateur.</target> - -<source>Donation details</source> -<target>Détails pour les donations</target> - -<source>Source code written in C++ using:</source> -<target>Code source écrit en C++ utilisant :</target> - -<source>Published under the GNU General Public License:</source> -<target>Publié sous licence publique générale GNU :</target> - -<source>Many thanks for localization:</source> -<target>Un grand merci pour la traduction à :</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Activez la FreeFileSync Donation Edition par l'une des méthodes suivantes :</target> - -<source>Activate via internet now:</source> -<target>Activez par internet maintenant :</target> - -<source>Activate online</source> -<target>Activez en ligne</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Récupérer une clé d'activation hors ligne à partir de l'URL suivante :</target> - -<source>&Copy to clipboard</source> -<target>& Copie dans le presse-papiers</target> - -<source>Enter activation key:</source> -<target>Entrez la clé d'activation :</target> - -<source>Activate offline</source> -<target>Activez hors ligne</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Signaler les configurations non exécutées depuis le nombre de jours suivant :</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync requiert les droits d'accès pour éviter les erreurs "Opération non autorisée" lors de la synchronisation de vos données (Courrier, Messages, Calendriers, par exemple).</target> - -<source>Locate the FreeFileSync app</source> -<target>Trouver l'application FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Ouvrir Sécurité et confidentialité</target> - -<source>Click the lock to allow changes.</source> -<target>Cliquez sur le verrou pour autoriser les modifications.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Déplacer FreeFileSync vers le panneau.</target> - -<source>Synchronization Settings</source> -<target>Configuration de la Synchronisation</target> - -<source>Access Online Storage</source> -<target>Accéder au stockage en ligne</target> - -<source>Save as a Batch Job</source> -<target>Enregistrer en tant que Fichier de Commandes</target> - -<source>Delete Items</source> -<target>Supprimer les Éléments</target> - -<source>Copy Items</source> -<target>Copier les Éléménts</target> - -<source>Options</source> -<target>Options</target> - -<source>Select Time Span</source> -<target>Choix de l'Intervalle de Temps</target> - -<source>Highlight Configurations</source> -<target>Signaler les configurations</target> - -<source>Grant Full Disk Access</source> -<target>Accordez l'accès complet au disque</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Aucune entrée journal</target> - -<source>Select all</source> -<target>Tout sélectionner</target> - -<source>&Options</source> -<target>&Options</target> - -<source>Main Bar</source> -<target>Barre Principale</target> - -<source>Folder Pairs</source> -<target>Paires de Dossiers</target> - -<source>Find</source> -<target>Rechercher</target> - -<source>View Settings</source> -<target>Configuration de la vue</target> - -<source>Configuration</source> -<target>Configuration</target> - -<source>Overview</source> -<target>Aperçu</target> - -<source>Swap sides</source> -<target>Permuter les côtés</target> - -<source>Show "%x"</source> -<target>Afficher "%x"</target> - -<source>&Show details</source> -<target>&Afficher les détails</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x est disponible !</target> - -<source>Local path not available for %x.</source> -<target>Chemin local invalide pour %x.</target> - -<source>Confirm</source> -<target>Confirmer</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Êtes-vous sûr de vouloir exécuter la commande %y pour %x élément ?</pluralform> -<pluralform>Êtes-vous sûr de vouloir exécuter la commande %y pour %x éléments ?</pluralform> -</target> - -<source>&Execute</source> -<target>&Exécuter</target> - -<source>Set direction:</source> -<target>Choix de la direction :</target> - -<source>multiple selection</source> -<target>sélection multiple</target> - -<source>&Include via filter:</source> -<target>&Inclure via le filtre :</target> - -<source>&Exclude via filter:</source> -<target>&Exclure via le filtre :</target> - -<source>Include temporarily</source> -<target>Inclure temporairement</target> - -<source>Exclude temporarily</source> -<target>Exclure temporairement</target> - -<source>&Synchronize selection</source> -<target>&Choix de la synchronisation</target> - -<source>&Copy to...</source> -<target>&Copier vers ...</target> - -<source>&Delete</source> -<target>&Supprimer</target> - -<source>Show icons:</source> -<target>Afficher les icônes :</target> - -<source>Small</source> -<target>Petit</target> - -<source>Medium</source> -<target>Moyen</target> - -<source>Large</source> -<target>Grand</target> - -<source>Select time span...</source> -<target>Choisir un intervalle de temps ...</target> - -<source>Donation Edition</source> -<target>Edition Donation</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparaison de dossiers et Synchronisation</target> - -<source>Configuration saved</source> -<target>Configuration enregistrée</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Voulez-vous enregistrer les modifications dans %x ?</target> - -<source>Never save &changes</source> -<target>Ne jamais sauvegarder les &modifications</target> - -<source>Do&n't save</source> -<target>&Ne pas Sauvegarder</target> - -<source>%x cannot be renamed.</source> -<target>%x ne peut être renommé.</target> - -<source>New name:</source> -<target>Nouveau Nom :</target> - -<source>Rename Configuration</source> -<target>Renommer la configuration</target> - -<source>Configuration name must not be empty.</source> -<target>Le nom de configuration ne doit pas être vide.</target> - -<source>&Rename...</source> -<target>&Renommer...</target> - -<source>Hide configuration</source> -<target>Masquer la configuration</target> - -<source>Highlight...</source> -<target>Signaler ...</target> - -<source>Clear filter</source> -<target>Effacer les filtres</target> - -<source>Show files that exist on left side only</source> -<target>Afficher les fichiers existant seulement à gauche</target> - -<source>Show files that exist on right side only</source> -<target>Afficher les fichiers existant seulement à droite</target> - -<source>Show files that are newer on left</source> -<target>Afficher les fichiers de gauche plus récents que ceux de droite</target> - -<source>Show files that are newer on right</source> -<target>Afficher les fichiers de droite plus récents que ceux de gauche</target> - -<source>Show files that are equal</source> -<target>Afficher les fichiers identiques</target> - -<source>Show files that are different</source> -<target>Afficher les fichiers différents</target> - -<source>Show conflicts</source> -<target>Afficher les conflits</target> - -<source>Show files that will be created on the left side</source> -<target>Afficher les fichiers qui seront créés à gauche</target> - -<source>Show files that will be created on the right side</source> -<target>Afficher les fichiers qui seront créés à droite</target> - -<source>Show files that will be deleted on the left side</source> -<target>Afficher les fichiers qui seront supprimés à gauche</target> - -<source>Show files that will be deleted on the right side</source> -<target>Afficher les fichiers qui seront supprimés à droite</target> - -<source>Show files that will be updated on the left side</source> -<target>Affiche les fichiers à mettre à jour côté gauche</target> - -<source>Show files that will be updated on the right side</source> -<target>Affiche les fichiers à mettre à jour côté droit</target> - -<source>Show files that won't be copied</source> -<target>Afficher les fichiers qui ne seront pas copiés</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Afficher les fichiers filtrés ou temporairement exclus</target> - -<source>Filter</source> -<target>Filtre</target> - -<source>All files are in sync</source> -<target>Tous les fichiers sont synchronisés</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x répertoire</pluralform> -<pluralform>%x répertoires</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x fichier</pluralform> -<pluralform>%x fichiers</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Affiche %y sur %x ligne</pluralform> -<pluralform>Affiche %y sur %x lignes</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Impossible de trouver %x</target> - -<source>Move up</source> -<target>Monter</target> - -<source>Move down</source> -<target>Descendre</target> - -<source>Comma-separated values</source> -<target>Valeurs séparées par une virgule</target> - -<source>File list exported</source> -<target>Liste des fichiers exportée</target> - -<source>Searching for program updates...</source> -<target>Recherche de mises à jour ...</target> - -<source>Paused</source> -<target>En pause</target> - -<source>Stop requested...</source> -<target>Arrêt demandé ...</target> - -<source>Initializing...</source> -<target>Initialisation ...</target> - -<source>Comparing content...</source> -<target>Comparaison du contenu ...</target> - -<source>&Continue</source> -<target>&Continuer</target> - -<source>Progress</source> -<target>Progression</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Merci %x pour votre don et votre aide !</target> - -<source>Connections</source> -<target>Connexions</target> - -<source>Recommended range:</source> -<target>Plage recommandée :</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Voulez-vous vraiment vous déconnecter du compte utilisateur %x ?</target> - -<source>Password:</source> -<target>Mot de passe :</target> - -<source>Key passphrase:</source> -<target>Phrase secrète :</target> - -<source>Please enter a file path.</source> -<target>Veuillez entrer un chemin d'accès.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copier %x élément dans un autre dossier ?</pluralform> -<pluralform>Copier les %x éléments suivants dans un autre dossier ?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Veuillez indiquer le dossier destination.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Etes-vous sûr de vouloir mettre à la Corbeille %x élément suivant ?</pluralform> -<pluralform>Etes-vous sûr de vouloir mettre à la Corbeille les %x éléments suivants ?</pluralform> -</target> - -<source>Move</source> -<target>Déplacer</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Voulez-vous vraiment supprimer %x élément ?</pluralform> -<pluralform>Voulez-vous vraiment supprimer ces %x éléments ?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Commencer à synchroniser la sélection ?</target> - -<source>Start synchronization now?</source> -<target>Démarrer la synchronisation maintenant ?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copie DACL, SACL, propriétaire et groupe</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Inclure les applications externes dans le menu contextuel. Les macros suivantes sont disponibles :</target> - -<source>Full file or folder path</source> -<target>Chemin complet du fichier ou du dossier</target> - -<source>Parent folder path</source> -<target>Chemin parent du dossier</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Copie temporaire en local pour les stockages en SFTP et MTP.</target> - -<source>Parameters for opposite side</source> -<target>Paramètres du côté opposé.</target> - -<source>Show hidden dialogs again</source> -<target>Réafficher les boîtes de dialogue masquées</target> - -<source>All dialogs shown</source> -<target>Afficher toutes les boîtes de dialogue</target> - -<source>Downloading update...</source> -<target>Téléchargement de la mise à jour ...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Reconnaître les fichiers identiques à l'aide de leur taille et de leur date.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Reconnaître les fichiers identiques à l'aide de leur contenu.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identifier les fichiers identiques en comparant leur taille.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifier et propager les modifications des deux côtés. Suppressions, déplacements et conflits sont détectés automatiquement en utilisant une base de données.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Créer une sauvegarde miroir du dossier de gauche de telle sorte que le dossier de droite lui corresponde exactement.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copier les fichiers nouveaux ou mis à jour dans le dossier de droite.</target> - -<source>Configure your own synchronization rules.</source> -<target>Paramétrage de vos règles de synchronisation.</target> - -<source>Comparison</source> -<target>Comparaison</target> - -<source>Synchronization</source> -<target>Synchronisation</target> - -<source>This week</source> -<target>Cette semaine</target> - -<source>This month</source> -<target>Ce mois</target> - -<source>This year</source> -<target>Cette année</target> - -<source>Byte</source> -<target>Octet</target> - -<source>KB</source> -<target>Ko</target> - -<source>MB</source> -<target>Mo</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Conserver les fichiers détruits ou remplacés dans la corbeille</target> - -<source>Delete and overwrite files permanently</source> -<target>Supprimer et remplacer les fichiers de façon permanente</target> - -<source>Replace</source> -<target>Remplacer</target> - -<source>Move files and replace if existing</source> -<target>Déplacer les fichiers et remplacer ceux existant</target> - -<source>Time stamp</source> -<target>Horodatage</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Déplacer les fichiers dans un sous-dossier horodaté</target> - -<source>File</source> -<target>Fichier</target> - -<source>Append a time stamp to each file name</source> -<target>Ajouter un horodatage à chaque nom de fichier</target> - -<source>On completion:</source> -<target>A la fin :</target> - -<source>On errors:</source> -<target>En cas d'erreur :</target> - -<source>On success:</source> -<target>En cas de succès :</target> - -<source>Main config</source> -<target>Configuration principale</target> - -<source>empty</source> -<target>vide</target> - -<source>Leave as unresolved conflict</source> -<target>Abandonner en tant que conflit non résolu</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>AAAA-MM-JJ hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Le compteur de versions minimum doit être plus petit que le compteur maximum.</target> - -<source>&Restore</source> -<target>&Restaurer</target> - -<source>Files</source> -<target>Fichiers</target> - -<source>Percentage</source> -<target>Pourcentage</target> - -<source>Failed to retrieve update information.</source> -<target>Impossible de retrouver les informations de mise à jour.</target> - -<source>Automatic updates:</source> -<target>Mise à jour automatique :</target> - -<source>Check for Program Updates</source> -<target>Recherche des Mises à Jour</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Mise à jour automatique maintenant ou téléchargement manuel à partir du site de FreeFileSync ?</target> - -<source>&Auto-update</source> -<target>Mise à jour &automatique</target> - -<source>&Home page</source> -<target>&Téléchargement</target> - -<source>Download now?</source> -<target>Télécharger maintenant ?</target> - -<source>&Download</source> -<target>&Télécharger</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync est à jour.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Le numéro de la version courante de FreeFileSync est introuvable sur internet. Une nouvelle version est probablement disponible. Voulez-vous vérifier maintenant ?</target> - -<source>&Check</source> -<target>&Contrôle</target> - -<source>Consistency check failed for %x.</source> -<target>Contrôle de cohérence incorrect pour %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>L'installation a été enregistré avec un système d'exploitation différent.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Impossible d'activer FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Clé d'activation incorrecte.</target> - -<source>Unable to register to receive system messages.</source> -<target>Impossible d'enregistrer la réception des messages système.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>L'option d'installation %x n'est disponible que dans FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Impossible de trouver la fonction système %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Impossible d'enregistrer les notifications de périphérique pour %x.</target> - -<source>The file is locked by another process:</source> -<target>Le fichier est verrouillé par un autre process :</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Impossible de déterminer les autorisations de fichier du dossier %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Impossible de lire les paramètres de sécurité de %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Impossible d'écrire les paramètres de sécurité de %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Impossible de lire les permissions de %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Impossible de copier les permissions de %x à %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x n'est pas un nom de répertoire valide.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Impossible de copier les attributs de %x à %y.</target> - -<source>%x TB</source> -<target>%x To</target> - -<source>%x PB</source> -<target>%x Po</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x heure</pluralform> -<pluralform>%x heures</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Impossible de fixer le privilège %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Impossible de suspendre le mode veille du système.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Impossible de modifier les priorités E/S des tâches.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Échec de la vérification de la Corbeille pour le dossier %x.</target> - -<source>Unable to shut down the system.</source> -<target>Impossible d'arrêter le système.</target> - -<source>Prepare installation</source> -<target>Préparation de l'installation</target> - -<source>Choose which components you want to install.</source> -<target>Sélectionnez les composants que vous voulez installer.</target> - -<source>Select installation type:</source> -<target>Choisir le type d'installation :</target> - -<source>Local</source> -<target>Locale</target> - -<source>Portable</source> -<target>Portable</target> - -<source>Save settings in %x</source> -<target>Sauvegarder les paramètres dans %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Enregistrez les extensions de fichier FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Créer les entrées du menu contextuel de l'Explorateur</target> - -<source>Save settings in installation directory</source> -<target>Sauvegarder la configuration dans le répertoire d'installation</target> - -<source>Do not write to Registry</source> -<target>Ne pas modifier la base des registres</target> - -<source>Just copy the files</source> -<target>Copier seulement les fichiers</target> - -<source>Choose a directory for installation:</source> -<target>Choisir le répertoire d'installation :</target> - -<source>Create shortcuts:</source> -<target>Création de raccourcis sur :</target> - -<source>Desktop</source> -<target>le Bureau</target> - -<source>Start Menu</source> -<target>Menu de démarrage</target> - -<source>Send To</source> -<target>Envoyer vers</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Enregistrement des extensions de fichier FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Désenregistrement des extensions de fichier FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configuration de FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Fichiers batch de FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Base de données de synchronisation de FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configuration de RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Modification avec FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>A la place d'une publicité, voici un animal.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>La version portable de FreeFileSync ne peut pas être intallée dans le sous-dossier de %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Veuillez choisir le type d'installation locale ou sélectionner un autre dossier pour cette installation.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Obtenez l'Édition Don avec des fonctionnalités bonus et aidez FreeFileSync à rester sans publicité.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/german.lng b/FreeFileSync/Build/Resources/Languages/german.lng deleted file mode 100755 index f505735a..00000000 --- a/FreeFileSync/Build/Resources/Languages/german.lng +++ /dev/null @@ -1,2139 +0,0 @@ -<header> - <language>Deutsch</language> - <translator>Zenju</translator> - <locale>de_DE</locale> - <image>flag_germany.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Die Datei %x kann nicht gelesen werden.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Unerwartete Größe des Datenstroms. -Erwartet: %x bytes -Tatsächlich: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Die Datei %x kann nicht geschrieben werden.</target> - -<source>Cannot write permissions of %x.</source> -<target>Die Berechtigungen von %x können nicht geschrieben werden.</target> - -<source>Operation not supported between different devices.</source> -<target>Der Vorgang wird zwischen unterschiedlichen Geräten nicht unterstützt.</target> - -<source>Temporary access error:</source> -<target>Vorübergehender Zugriffsfehler:</target> - -<source>Cannot delete file %x.</source> -<target>Die Datei %x kann nicht gelöscht werden.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Die symbolischen Verknüpfung %x kann nicht gelöscht werden.</target> - -<source>Cannot delete directory %x.</source> -<target>Das Verzeichnis %x kann nicht gelöscht werden.</target> - -<source>Cannot move file %x to %y.</source> -<target>Die Datei %x kann nicht nach %y verschoben werden.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Die symbolische Verknüpfung %x kann nicht nach %y kopiert werden.</target> - -<source>Error Code %x</source> -<target>Fehlercode %x</target> - -<source>Cannot read directory %x.</source> -<target>Das Verzeichnis %x kann nicht gelesen werden.</target> - -<source>Cannot write modification time of %x.</source> -<target>Die Änderungszeit von %x kann nicht geschrieben werden.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Die Dateiattribute von %x können nicht gelesen werden.</target> - -<source>Cannot create directory %x.</source> -<target>Das Verzeichnis %x kann nicht erstellt werden.</target> - -<source>Cannot determine final path for %x.</source> -<target>Der endgültige Pfad für %x kann nicht ermittelt werden.</target> - -<source>Operation not supported by device.</source> -<target>Der Vorgang wird vom Gerät nicht unterstützt.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Die symbolische Verknüpfung %x kann nicht aufgelöst werden.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x kann nicht in den Papierkorb verschoben werden.</target> - -<source>Authentication completed.</source> -<target>Authentifizierung abgeschlossen.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Sie können diese Seite nun schließen und mit FreeFileSync fortfahren.</target> - -<source>Authentication failed.</source> -<target>Authentifizierung fehlgeschlagen.</target> - -<source>Unable to connect to %x.</source> -<target>Es kann keine Verbindung zu %x aufgebaut werden.</target> - -<source>Cannot find %x.</source> -<target>%x wurde nicht gefunden.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Der Name %x wird von mehr als einem Element im Ordner verwendet.</target> - -<source>Please authorize access to user account %x.</source> -<target>Bitte autorisieren Sie den Zugriff auf das Nutzerkonto %x.</target> - -<source>Cannot open file %x.</source> -<target>Die Datei %x kann nicht geöffnet werden.</target> - -<source>The name %x is already used by another item.</source> -<target>Der Name %x wird bereits von einem anderen Element verwendet.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Der freie Speicherplatz für %x konnte nicht ermittelt werden.</target> - -<source>Unable to disconnect from %x.</source> -<target>Die Verbindung zu %x kann nicht getrennt werden.</target> - -<source>Unable to access %x.</source> -<target>Auf %x kann nicht zugegriffen werden.</target> - -<source>Failed to get information about server %x.</source> -<target>Informationen über den Server %x konnten nicht abgerufen werden.</target> - -<source>Cannot monitor directory %x.</source> -<target>Das Verzeichnis %x kann nicht überwacht werden.</target> - -<source>Cannot find device %x.</source> -<target>Das Gerät %x wurde nicht gefunden.</target> - -<source>Cannot open directory %x.</source> -<target>Das Verzeichnis %x kann nicht geöffnet werden.</target> - -<source>Unsupported item type.</source> -<target>Der Elementstyp wird nicht unterstützt.</target> - -<source>Incorrect command line:</source> -<target>Ungültige Befehlszeile:</target> - -<source>The server does not support authentication via %x.</source> -<target>Der Server unterstützt keine Authentifizierung über %x.</target> - -<source>Required:</source> -<target>Benötigt:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Der Vorgang hat das Zeitlimit von 1 Sekunde überschritten.</pluralform> -<pluralform>Der Vorgang hat das Zeitlimit von %x Sekunden überschritten.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Auf mehr als 1 Verbindung kann nicht gleichzeitig gewartet werden.</pluralform> -<pluralform>Auf mehr als %x Verbindungen kann nicht gleichzeitig gewartet werden.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktive Verbindungen: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Der SFTP Kanal Nummer %x konnte nicht geöffnet werden.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Beide Seiten wurden seit der letzten Synchronisation verändert.</target> - -<source>Cannot determine sync-direction:</source> -<target>Die Synchronisationsrichtung kann nicht bestimmt werden:</target> - -<source>No change since last synchronization.</source> -<target>Keine Änderungen seit der letzten Synchronisation.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Der Datenbankeintrag ist nicht synchron gemäß den aktuellen Einstellungen.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Setze Standardwerte für Synchronisationsrichtungen: Alte Dateien werden durch neuere überschrieben.</target> - -<source>Creating file %x</source> -<target>Erstelle Datei %x</target> - -<source>Creating folder %x</source> -<target>Erstelle Ordner %x</target> - -<source>Creating symbolic link %x</source> -<target>Erstelle symbolische Verknüpfung %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Verschiebe Datei %x in den Papierkorb</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Verschiebe Ordner %x in den Papierkorb</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Verschiebe symbolische Verknüpfung %x in den Papierkorb</target> - -<source>Deleting file %x</source> -<target>Lösche Datei %x</target> - -<source>Deleting folder %x</source> -<target>Lösche Ordner %x</target> - -<source>Deleting symbolic link %x</source> -<target>Lösche symbolische Verknüpfung %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Prüfe Verfügbarkeit des Papierkorbs für Ordner %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Der Papierkorb wird von den folgenden Ordnern nicht unterstützt. Gelöschte oder überschriebene Dateien werden nicht wiederhergestellt werden können:</target> - -<source>An exception occurred</source> -<target>Eine Ausnahme ist aufgetreten</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Ein linker und rechter Verzeichnispfad werden nach %x erwartet.</target> - -<source>Syntax error</source> -<target>Syntaxfehler</target> - -<source>Cannot find file %x.</source> -<target>Die Datei %x wurde nicht gefunden.</target> - -<source>Error</source> -<target>Fehler</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Die Datei %x enthält keine gültige Konfiguration.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Die Konfigurationsdatei darf keine Einstellungen auf Verzeichnispaarebene enthalten, wenn Verzeichnisse über die Befehlszeile gesetzt werden.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Verzeichnisse können nicht für mehr als eine Konfigurationsdatei gesetzt werden.</target> - -<source>Command line</source> -<target>Kommandozeile</target> - -<source>Syntax:</source> -<target>Syntax:</target> - -<source>config files:</source> -<target>Konfigurationsdateien:</target> - -<source>directory</source> -<target>Verzeichnis</target> - -<source>global config file:</source> -<target>Globale Konfigurationsdatei:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Beliebige Anzahl von FreeFileSync "ffs_gui" und/oder "ffs_batch" Konfigurationsdateien.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Beliebige Anzahl von alternativen Verzeichnispaaren für maximal eine Konfigurationsdatei.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Ausgewählte Konfiguration nur zum Editieren öffnen ohne sie auszuführen.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Pfad zu alternativer GlobalSettings.xml Datei.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Die Installationsdateien sind beschädigt. Bitte installieren Sie FreeFileSync neu.</target> - -<source>Cannot find the following folders:</source> -<target>Die folgenden Ordner wurden nicht gefunden:</target> - -<source>The following folders do not yet exist:</source> -<target>Die folgenden Ordner existieren noch nicht:</target> - -<source>The folders are created automatically when needed.</source> -<target>Die Ordner werden bei Bedarf automatisch erstellt.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Die folgenden Ordnerpfade unterscheiden sich in der Groß-/Kleinschreibung. Bitte verwenden Sie eine einheitliche Form um doppelte Zugriffe zu vermeiden.</target> - -<source>Scanning:</source> -<target>Suche Dateien:</target> - -<source>Comparison finished:</source> -<target>Vergleich abgeschlossen:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 Element gefunden</pluralform> -<pluralform>%x Elemente gefunden</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Vergangene Zeit:</target> - -<source>File %x has an invalid date.</source> -<target>Die Datei %x hat ein ungültiges Datum.</target> - -<source>Date:</source> -<target>Datum:</target> - -<source>Files have the same date but a different size.</source> -<target>Die Dateien haben dasselbe Datum, aber unterschiedliche Größen.</target> - -<source>Size:</source> -<target>Größe:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Der Vergleich nach Dateiinhalt wurde für die ausgeschlossenen Dateien übersprungen.</target> - -<source>Items differ in attributes only</source> -<target>Die Elemente unterscheiden sich nur in Attributen</target> - -<source>Resolving symbolic link %x</source> -<target>Folge der symbolischen Verknüpfung %x</target> - -<source>Comparing content of files %x</source> -<target>Vergleiche Inhalt der Dateien %x</target> - -<source>Generating file list...</source> -<target>Erzeuge Dateiliste...</target> - -<source>Fail-safe file copy</source> -<target>Dateien ausfallsicher kopieren</target> - -<source>Enabled</source> -<target>Aktiviert</target> - -<source>Disabled</source> -<target>Deaktiviert</target> - -<source>Copy locked files</source> -<target>Gesperrte Dateien kopieren</target> - -<source>Copy file access permissions</source> -<target>Dateizugriffsberechtigungen kopieren</target> - -<source>File time tolerance</source> -<target>Dateizeittoleranz</target> - -<source>Run with background priority</source> -<target>Mit Hintergrundpriorität ausführen</target> - -<source>Lock directories during sync</source> -<target>Verzeichnisse während Synchronisation sperren</target> - -<source>Verify copied files</source> -<target>Kopierte Dateien verifizieren</target> - -<source>Using non-default global settings:</source> -<target>Nicht dem Standard entsprechende globale Einstellungen:</target> - -<source>A folder input field is empty.</source> -<target>Ein Ordnereingabefeld ist leer.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Der entsprechende Ordner wird als leer angesehen.</target> - -<source>Exclude:</source> -<target>Ausschließen:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Ein Basisordner eines Ordnerpaares ist im anderen enthalten.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Der Ordner sollte von der Synchronisation über den Filter ausgeschlossen werden.</target> - -<source>Calculating sync directions...</source> -<target>Berechne Synchronisationsrichtungen...</target> - -<source>Out of memory.</source> -<target>Nicht genügend Arbeitsspeicher.</target> - -<source>Show in Explorer</source> -<target>Im Explorer anzeigen</target> - -<source>Open with default application</source> -<target>Mit Standardanwendung öffnen</target> - -<source>Browse directory</source> -<target>Verzeichnis öffnen</target> - -<source>Database file %x is incompatible.</source> -<target>Die Datenbankdatei %x ist nicht kompatibel.</target> - -<source>Initial synchronization:</source> -<target>Erstmalige Synchronisation:</target> - -<source>Database file %x does not yet exist.</source> -<target>Die Datenbankdatei %x existiert noch nicht.</target> - -<source>Database file is corrupted:</source> -<target>Die Datenbankdatei ist beschädigt:</target> - -<source>Loading file %x...</source> -<target>Lade Datei %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Die Datenbankdateien beinhalten noch keine Informationen zur letzten Synchronisation.</target> - -<source>Saving file %x...</source> -<target>Speichere Datei %x...</target> - -<source>Searching for folder %x...</source> -<target>Suche Ordner %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Das Zeitlimit für die Suche nach Ordner %x wurde überschritten.</target> - -<source>Cannot get process information.</source> -<target>Prozessinformationen können nicht gelesen werden.</target> - -<source>Waiting while directory is locked:</source> -<target>Warte während das Verzeichnis gesperrt ist:</target> - -<source>Lock owner:</source> -<target>Sperreigentümer:</target> - -<source>Detecting abandoned lock...</source> -<target>Ermittle aufgegebene Sperre...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 Sek.</pluralform> -<pluralform>%x Sek.</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Element existiert nur links</target> - -<source>Item exists on right side only</source> -<target>Element existiert nur rechts</target> - -<source>Left side is newer</source> -<target>Linke Seite ist neuer</target> - -<source>Right side is newer</source> -<target>Rechte Seite ist neuer</target> - -<source>Items have different content</source> -<target>Elemente haben unterschiedlichen Inhalt</target> - -<source>Both sides are equal</source> -<target>Beide Seiten sind gleich</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/Element, das nicht eingeordnet werden kann</target> - -<source>Copy new item to left</source> -<target>Kopiere neues Element nach links</target> - -<source>Copy new item to right</source> -<target>Kopiere neues Element nach rechts</target> - -<source>Delete left item</source> -<target>Lösche linkes Element</target> - -<source>Delete right item</source> -<target>Lösche rechtes Element</target> - -<source>Move file on left</source> -<target>Verschiebe linke Datei</target> - -<source>Move file on right</source> -<target>Verschiebe rechte Datei</target> - -<source>Update left item</source> -<target>Aktualisiere linkes Element</target> - -<source>Update right item</source> -<target>Aktualisiere rechtes Element</target> - -<source>Do nothing</source> -<target>Nichts tun</target> - -<source>Update attributes on left</source> -<target>Aktualisiere Attribute des linken Elements</target> - -<source>Update attributes on right</source> -<target>Aktualisiere Attribute des rechten Elements</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Fehler beim Auswerten der Datei %x, Zeile %y, Spalte %z.</target> - -<source>Services</source> -<target>Dienste</target> - -<source>Show All</source> -<target>Alle einblenden</target> - -<source>Hide Others</source> -<target>Andere ausblenden</target> - -<source>Hide %x</source> -<target>%x ausblenden</target> - -<source>Quit %x</source> -<target>%x beenden</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Die Verzeichnissperren können für die folgenden Ordner nicht gesetzt werden:</target> - -<source>Errors:</source> -<target>Fehler:</target> - -<source>Warnings:</source> -<target>Warnungen:</target> - -<source>Items processed:</source> -<target>Verarbeitete Elemente:</target> - -<source>Items remaining:</source> -<target>Verbleibende Elemente:</target> - -<source>Total time:</source> -<target>Gesamtzeit:</target> - -<source>Warning</source> -<target>Warnung</target> - -<source>Stopped</source> -<target>Gestoppt</target> - -<source>Cleaning up log files:</source> -<target>Bereinige Protokolldateien:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 Thread</pluralform> -<pluralform>%x Threads</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x Elemente</target> - -<source>Completed successfully</source> -<target>Erfolgreich abgeschlossen</target> - -<source>Completed with warnings</source> -<target>Mit Warnungen abgeschlossen</target> - -<source>Completed with errors</source> -<target>Mit Fehlern abgeschlossen</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Auf den Volumenschattenkopiedienst kann nicht zugegriffen werden.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Bitte starten Sie die FreeFileSync 64-Bit Version, um Schattenkopien auf diesem System zu erstellen.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Laufwerksname %x ist kein Teil des Dateipfades %y.</target> - -<source>File time and size</source> -<target>Datum und Größe</target> - -<source>File content</source> -<target>Dateiinhalt</target> - -<source>File size</source> -<target>Dateigröße</target> - -<source>Two way</source> -<target>Zwei Wege</target> - -<source>Mirror</source> -<target>Spiegeln</target> - -<source>Update</source> -<target>Aktualisieren</target> - -<source>Custom</source> -<target>Eigene</target> - -<source>Multiple...</source> -<target>Verschiedene...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Die Dateiattribute von %x können nicht geschrieben werden.</target> - -<source>%x and %y have different content.</source> -<target>%x und %y haben unterschiedlichen Inhalt.</target> - -<source>Data verification error:</source> -<target>Verifizierungsfehler:</target> - -<source>Moving file %x to %y</source> -<target>Verschiebe Datei %x nach %y</target> - -<source>Moving folder %x to %y</source> -<target>Verschiebe Ordner %x nach %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Verschiebe symbolische Verknüpfung %x nach %y</target> - -<source>Updating file %x</source> -<target>Aktualisiere Datei %x</target> - -<source>Updating symbolic link %x</source> -<target>Aktualisiere symbolische Verknüpfung %x</target> - -<source>Verifying file %x</source> -<target>Verifiziere Datei %x</target> - -<source>Updating attributes of %x</source> -<target>Aktualisiere Attribute von %x</target> - -<source>Source item %x not found</source> -<target>Das Quellelement %x wurde nicht gefunden.</target> - -<source>Parent folder %x is not existing.</source> -<target>Der übergeordnete Ordner %x existiert nicht.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Die Datei %x kann nicht nach %y kopiert werden.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Erstelle eine Volumenschattenkopie für %x...</target> - -<source>Cannot find folder %x.</source> -<target>Der Ordner %x wurde nicht gefunden.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Der Zielordner %x existiert bereits, war allerdings während des Ordnervergleichs nicht verfügbar.</target> - -<source>Target folder input field must not be empty.</source> -<target>Das Eingabefeld für den Zielordner darf nicht leer sein.</target> - -<source>Source folder %x not found.</source> -<target>Der Quellordner %x wurde nicht gefunden.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Bitte geben Sie einen Zielorder für die Versionierung ein.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Die folgenden Elemente haben ungelöste Konflikte und werden nicht synchronisiert werden:</target> - -<source>Folder pair:</source> -<target>Ordnerpaar:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Die folgenden Ordner unterscheiden sich erheblich. Überprüfen Sie, ob die richtigen Ordner für die Synchronisation ausgewählt wurden.</target> - -<source>Not enough free disk space available in:</source> -<target>Nicht genügend freier Speicher verfügbar für:</target> - -<source>Available:</source> -<target>Verfügbar:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Einige Dateien werden als Teil mehrerer Basisordner synchronisiert werden.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Um Konflikte zu vermeiden sollten Ausschlussfilter erstellt werden, so dass jede aktualisierte Datei nur einem Basisordner zugeordnet wird.</target> - -<source>Versioning folder:</source> -<target>Versionierungsordner:</target> - -<source>Base folder:</source> -<target>Basisordner:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Der Versionierungsordner ist in einem Basisordner enthalten.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchronisiere Ordnerpaar:</target> - -<source>Generating database...</source> -<target>Erzeuge Synchronisationsdatenbank...</target> - -<source>Searching for old file versions:</source> -<target>Suche alte Dateiversionen:</target> - -<source>Removing old file versions:</source> -<target>Entferne alte Dateiversionen:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Der Zeitstempel für die Versionierung kann nicht erstellt werden:</target> - -<source>Drag && drop</source> -<target>Drag && Drop</target> - -<source>Select a folder</source> -<target>Ordner auswählen</target> - -<source>&New</source> -<target>&Neu</target> - -<source>&Open...</source> -<target>Ö&ffnen...</target> - -<source>Save &as...</source> -<target>Speichern &unter...</target> - -<source>E&xit</source> -<target>&Beenden</target> - -<source>&File</source> -<target>&Datei</target> - -<source>&View help</source> -<target>&Hilfe anzeigen</target> - -<source>&About</source> -<target>&Über</target> - -<source>&Help</source> -<target>&Hilfe</target> - -<source>Usage:</source> -<target>Verwendung:</target> - -<source>Select folders to watch.</source> -<target>Zu überwachende Ordner wählen.</target> - -<source>Enter a command line.</source> -<target>Eine Befehlszeile angeben.</target> - -<source>Press 'Start'.</source> -<target>'Start' drücken.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Zum Schnelleinstieg einfach eine "ffs_batch" Datei importieren.</target> - -<source>Folders to watch:</source> -<target>Zu überwachende Ordner:</target> - -<source>Add folder</source> -<target>Ordner hinzufügen</target> - -<source>Remove folder</source> -<target>Ordner entfernen</target> - -<source>Browse</source> -<target>Auswählen</target> - -<source>Idle time (in seconds):</source> -<target>Ruhezeit (in Sekunden):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Ruhezeit zwischen der letzten erkannten Änderung und dem Aufruf der Befehlszeile</target> - -<source>Command line:</source> -<target>Befehlszeile:</target> - -<source>&Hide console window</source> -<target>&Konsolenfenster verbergen</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Die Befehlszeile wird ausgelöst, wenn: -- Dateien oder Unterordner sich ändern -- neue Ordner erscheinen (z.B. Anschluss eines USB Sticks) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>Über</target> - -<source>Build: %x</source> -<target>Build: %x</target> - -<source>All files</source> -<target>Alle Dateien</target> - -<source>Automated Synchronization</source> -<target>Automatisierte Synchronisation</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Das %x Protokoll unterstützt keine Verzeichnisüberwachung:</target> - -<source>Directory monitoring active</source> -<target>Verzeichnisüberwachung ist aktiv</target> - -<source>Waiting until directory is available:</source> -<target>Warte bis Verzeichnis verfügbar ist:</target> - -<source>&Configure</source> -<target>&Konfigurieren</target> - -<source>&Show error message</source> -<target>&Fehlermeldung zeigen</target> - -<source>&Quit</source> -<target>&Beenden</target> - -<source>&Retry</source> -<target>&Wiederholen</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 Byte</pluralform> -<pluralform>%x Bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Lade...</target> - -<source>Scanning...</source> -<target>Suche Dateien...</target> - -<source>configuration file</source> -<target>Konfigurationsdatei</target> - -<source>System: Sleep</source> -<target>System: Energie sparen</target> - -<source>System: Shut down</source> -<target>System: Herunterfahren</target> - -<source>Nothing to synchronize</source> -<target>Es gibt nichts zu synchronisieren</target> - -<source>Executing command:</source> -<target>Führe Befehl aus:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Sie können auf FreeFileSyncs Hauptfenster wechseln, um das Problem zu beheben.</target> - -<source>&Don't show this warning again</source> -<target>&Diese Warnung nicht mehr anzeigen</target> - -<source>&Ignore</source> -<target>&Ignorieren</target> - -<source>&Switch</source> -<target>&Wechseln</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Wechsle auf FreeFileSyncs Hauptfenster</target> - -<source>Automatic retry</source> -<target>Automatische Wiederholung</target> - -<source>Ignore &all</source> -<target>&Alle ignorieren</target> - -<source>Retrying operation...</source> -<target>Wiederhole Vorgang...</target> - -<source>Serious Error</source> -<target>Schwerer Fehler</target> - -<source>Last session</source> -<target>Letzte Sitzung</target> - -<source>Today</source> -<target>Heute</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 Tag</pluralform> -<pluralform>%x Tage</pluralform> -</target> - -<source>Name</source> -<target>Name</target> - -<source>Last sync</source> -<target>Letzte Synchronisation</target> - -<source>Log</source> -<target>Protokoll</target> - -<source>Folder</source> -<target>Ordner</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Absoluter Pfad</target> - -<source>Relative path</source> -<target>Relativer Pfad</target> - -<source>Item name</source> -<target>Elementname</target> - -<source>Size</source> -<target>Größe</target> - -<source>Date</source> -<target>Datum</target> - -<source>Extension</source> -<target>Erweiterung</target> - -<source>Category</source> -<target>Kategorie</target> - -<source>Action</source> -<target>Aktion</target> - -<source>Local comparison settings</source> -<target>Lokale Vergleichseinstellungen</target> - -<source>Local synchronization settings</source> -<target>Lokale Synchronisationseinstellungen</target> - -<source>Local filter</source> -<target>Lokaler Filter</target> - -<source>Active</source> -<target>Aktiv</target> - -<source>None</source> -<target>Ohne</target> - -<source>Remove local settings</source> -<target>Lokale Einstellungen entfernen</target> - -<source>Clear local filter</source> -<target>Lokalen Filter löschen</target> - -<source>Copy</source> -<target>Kopieren</target> - -<source>Paste</source> -<target>Einfügen</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Der ausgewählte Ordner %x kann nicht mit FreeFileSync verwendet werden.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Bitte wählen Sie einen Ordner auf einem lokalen Dateisystem, Netzwerk oder MTP Gerät.</target> - -<source>Defined by context of use</source> -<target>Durch Nutzungskontext festgelegt</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Benötigt FreeFileSync Spendenversion</target> - -<source>&Save</source> -<target>&Speichern</target> - -<source>Save as &batch job...</source> -<target>Speichern als Batch&auftrag...</target> - -<source>Show &log</source> -<target>&Protokoll zeigen</target> - -<source>Start &comparison</source> -<target>&Vergleich starten</target> - -<source>C&omparison settings</source> -<target>V&ergleichseinstellungen</target> - -<source>&Filter settings</source> -<target>&Filtereinstellungen</target> - -<source>S&ynchronization settings</source> -<target>S&ynchronisationseinstellungen</target> - -<source>Start &synchronization</source> -<target>&Synchronisation starten</target> - -<source>&Actions</source> -<target>&Aktionen</target> - -<source>&Preferences</source> -<target>&Einstellungen</target> - -<source>&Language</source> -<target>&Sprache</target> - -<source>&Find...</source> -<target>S&uchen...</target> - -<source>&Export file list...</source> -<target>Dateiliste e&xportieren...</target> - -<source>&Reset layout</source> -<target>Oberfläche &zurücksetzen</target> - -<source>&Tools</source> -<target>E&xtras</target> - -<source>&Check for updates now</source> -<target>&Jetzt auf Aktualisierung prüfen</target> - -<source>Check &automatically once a week</source> -<target>&Automatisch wöchentlich prüfen</target> - -<source>Cancel</source> -<target>Abbrechen</target> - -<source>Compare</source> -<target>Vergleichen</target> - -<source>Synchronize</source> -<target>Synchronisieren</target> - -<source>Add folder pair</source> -<target>Ordnerpaar hinzufügen</target> - -<source>Remove folder pair</source> -<target>Ordnerpaar entfernen</target> - -<source>Access online storage</source> -<target>Auf Onlinespeicher zugreifen</target> - -<source>Close search bar</source> -<target>Suchleiste schließen</target> - -<source>Find:</source> -<target>Suchen:</target> - -<source>Match case</source> -<target>Groß-/Kleinschreibung</target> - -<source>Processed:</source> -<target>Verarbeitet:</target> - -<source>Remaining:</source> -<target>Verbleibend:</target> - -<source>New</source> -<target>Neu</target> - -<source>Open...</source> -<target>Öffnen...</target> - -<source>Save</source> -<target>Speichern</target> - -<source>Save as...</source> -<target>Speichern unter...</target> - -<source>View type:</source> -<target>Ansichtstyp:</target> - -<source>Select view:</source> -<target>Ansicht wählen:</target> - -<source>Save as default</source> -<target>Als Standard speichern</target> - -<source>Statistics:</source> -<target>Statistiken:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Anzahl der zu löschenden Dateien und Ordner</target> - -<source>Number of files that will be updated</source> -<target>Anzahl der zu aktualisierenden Dateien</target> - -<source>Number of files and folders that will be created</source> -<target>Anzahl der zu erstellenden Dateien und Ordner</target> - -<source>Total bytes to copy</source> -<target>Gesamtmenge der zu kopierenden Daten</target> - -<source>Arrange folder pair</source> -<target>Ordnerpaar anordnen</target> - -<source>Main settings:</source> -<target>Haupteinstellungen:</target> - -<source>Use local settings:</source> -<target>Verwende lokale Einstellungen:</target> - -<source>Select a variant:</source> -<target>Variante wählen:</target> - -<source>Include &symbolic links:</source> -<target>Symbolische &Verknüpfungen einschließen:</target> - -<source>&Follow</source> -<target>&Folgen</target> - -<source>&Direct</source> -<target>&Direkt</target> - -<source>More information</source> -<target>Mehr Information</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Zeitversatz ignorieren [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Liste von Zeitverschiebungen die ignoriert werden sollen</target> - -<source>Example:</source> -<target>Beispiel:</target> - -<source>Handle daylight saving time</source> -<target>Sommerzeit berücksichtigen</target> - -<source>Ignore errors</source> -<target>Fehler ignorieren</target> - -<source>Retry count:</source> -<target>Wiederholungen:</target> - -<source>Delay (in seconds):</source> -<target>Verzögerung (in Sekunden):</target> - -<source>Performance improvements:</source> -<target>Leistungsverbesserungen:</target> - -<source>Parallel file operations:</source> -<target>Parallele Dateioperationen:</target> - -<source>How to get best performance?</source> -<target>Wie erhält man die beste Leistung?</target> - -<source>Local settings:</source> -<target>Lokale Einstellungen:</target> - -<source>Include:</source> -<target>Einschließen:</target> - -<source>Show examples</source> -<target>Beispiele zeigen</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Wählen Sie Filterregeln aus, um einzelne Dateien von der Synchronisation auszuschließen. Geben Sie Dateipfade relativ zum zugehörigen Ordnerpaar an.</target> - -<source>File size:</source> -<target>Dateigröße:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maximum:</target> - -<source>Time span:</source> -<target>Zeitspanne:</target> - -<source>C&lear</source> -<target>&Löschen</target> - -<source>Detect moved files</source> -<target>Verschobene Dateien erkennen</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Wird nicht von allen Dateisystemen unterstützt. -- Benötigt und erstellt Datenbankdateien. -- Erkennung bei erster Synchronisation nicht verfügbar. -</target> - -<source>Delete files:</source> -<target>Dateien löschen:</target> - -<source>&Recycle bin</source> -<target>Papier&korb</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versionierung</target> - -<source>Move files to a user-defined folder</source> -<target>Dateien in einen benutzerdefinierten Ordner verschieben</target> - -<source>Naming convention:</source> -<target>Namenskonvention:</target> - -<source>Limit file versions:</source> -<target>Begrenze Dateiversionen:</target> - -<source>Last x days:</source> -<target>Letzte x Tage:</target> - -<source>&Override default log path:</source> -<target>&Standardprotokollpfad überschreiben:</target> - -<source>Run a command:</source> -<target>Befehl ausführen:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Verbindungstyp:</target> - -<source>Connected user accounts:</source> -<target>Verbundene Nutzerkonten:</target> - -<source>&Add connection</source> -<target>&Verbindung hinzufügen</target> - -<source>&Disconnect</source> -<target>&Trennen</target> - -<source>Selected user account:</source> -<target>Ausgewähltes Nutzerkonto:</target> - -<source>Server name or IP address:</source> -<target>Servername oder IP-Adresse:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Verschlüsselung:</target> - -<source>&Disabled</source> -<target>&Deaktiviert</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explizites SSL/TLS</target> - -<source>Authentication:</source> -<target>Authentifizierung:</target> - -<source>&Password</source> -<target>&Passwort</target> - -<source>&Key file</source> -<target>&Schlüsseldatei</target> - -<source>&SSH agent</source> -<target>&SSH Agent</target> - -<source>User name:</source> -<target>Benutzername:</target> - -<source>Private key file:</source> -<target>Private Schlüsseldatei:</target> - -<source>&Show password</source> -<target>&Passwort zeigen</target> - -<source>Directory on server:</source> -<target>Verzeichnis auf Server:</target> - -<source>Access timeout (in seconds):</source> -<target>Zeitlimit für Zugriff(in Sekunden):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP Kanäle je Verbindung:</target> - -<source>Detect server limit</source> -<target>Ermittle Serverlimit</target> - -<source>Select Folder</source> -<target>Ordner auswählen</target> - -<source>Variant:</source> -<target>Variante:</target> - -<source>&Don't show this dialog again</source> -<target>&Diesen Dialog nicht mehr anzeigen</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Elemente:</target> - -<source>Synchronizing...</source> -<target>Synchronisiere...</target> - -<source>Minimize to notification area</source> -<target>In das Benachrichtigungsfeld minimieren</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Elemente</target> - -<source>When finished:</source> -<target>Wenn fertig:</target> - -<source>Auto-close</source> -<target>Automatisch schließen</target> - -<source>Close</source> -<target>Schließen</target> - -<source>&Pause</source> -<target>&Pause</target> - -<source>Stop</source> -<target>Stop</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Erstellt eine Batchdatei für die unbeaufsichtigte Synchronisation. Zum Starten die Datei doppelklicken oder in einen Taskplaner eintragen: %x</target> - -<source>Progress dialog:</source> -<target>Fortschrittsdialog:</target> - -<source>Run minimized</source> -<target>Minimiert ausführen</target> - -<source>Show pop-up on errors or warnings</source> -<target>Ein Auswahlfenster bei Fehlern oder Warnungen anzeigen</target> - -<source>&Cancel</source> -<target>&Abbrechen</target> - -<source>Stop synchronization at first error</source> -<target>Synchronisation beim ersten Fehler stoppen</target> - -<source>How can I schedule a batch job?</source> -<target>Wie können Batchaufträge in den Taskplaner eingetragen werden?</target> - -<source>&Keep relative paths</source> -<target>&Relative Pfade beibehalten</target> - -<source>&Overwrite existing files</source> -<target>&Existierende Dateien überschreiben</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Die folgenden Einstellungen werden für alle Synchronisationsaufgaben verwendet.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiere in eine temporäre Datei (*.ffs_tmp) bevor das Ziel überschrieben wird. -Dadurch wird ein konsistenter Datenstand auch bei schweren Fehlern garantiert. -</target> - -<source>recommended</source> -<target>empfohlen</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiere gesperrte Dateien mit Hilfe des Volumenschattenkopie-Dienstes.</target> - -<source>requires administrator rights</source> -<target>Benötigt Administratorrechte</target> - -<source>Transfer file and folder permissions.</source> -<target>Übertrage Datei- und Ordnerberechtigungen.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Alle dauerhaft versteckten Fenster und Warnmeldungen wieder anzeigen</target> - -<source>Default log path:</source> -<target>Standardprotokollpfad:</target> - -<source>&Delete logs after x days:</source> -<target>&Protokolldateien nach x Tagen löschen:</target> - -<source>Notification sounds:</source> -<target>Benachrichtigungstöne:</target> - -<source>Synchronization finished:</source> -<target>Synchronisation abgeschlossen:</target> - -<source>Customize context menu:</source> -<target>Kontextmenü anpassen:</target> - -<source>Description</source> -<target>Beschreibung</target> - -<source>&Default</source> -<target>&Standard</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Hinweise und Vorschläge sind willkommen:</target> - -<source>Home page</source> -<target>Homepage</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Wenn Sie FreeFileSync mögen:</target> - -<source>Support with a donation</source> -<target>Mit einer Spende unterstützen</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Die automatische Aktualisierung wurde vom Administrator deaktiviert.</target> - -<source>Donation details</source> -<target>Spendendetails</target> - -<source>Source code written in C++ using:</source> -<target>Der Quellcode wurde in C++ geschrieben mit:</target> - -<source>Published under the GNU General Public License:</source> -<target>Veröffentlicht unter der Allgemeinen Öffentlichen GNU-Lizenz:</target> - -<source>Many thanks for localization:</source> -<target>Vielen Dank für die Lokalisation:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivieren Sie die FreeFileSync Spendenversion durch eine der folgenden Methoden:</target> - -<source>Activate via internet now:</source> -<target>Jetzt über das Internet aktivieren:</target> - -<source>Activate online</source> -<target>Online aktivieren</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Einen Offline-Aktivierungsschlüssel von folgender URL abrufen:</target> - -<source>&Copy to clipboard</source> -<target>In &Zwischenablage kopieren</target> - -<source>Enter activation key:</source> -<target>Aktivierungsschlüssel eingeben:</target> - -<source>Activate offline</source> -<target>Offline aktivieren</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Konfigurationen hervorheben, die seit mehr als die folgende Anzahl an Tagen nicht mehr ausgeführt wurden:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync benötigt Zugriffsrechte, um "Operation nicht erlaubt" Fehler bei der Synchronisation deiner Daten (z.B. E-Mail, Nachrichten, Kalender) zu vermeiden.</target> - -<source>Locate the FreeFileSync app</source> -<target>Die FreeFileSync App finden</target> - -<source>Open Security && Privacy</source> -<target>Systemeinstellungen/Sicherheit öffnen</target> - -<source>Click the lock to allow changes.</source> -<target>Das Schloss anklicken und Änderungen erlauben.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>FreeFileSync in das Fenster ziehen.</target> - -<source>Synchronization Settings</source> -<target>Synchronisationseinstellungen</target> - -<source>Access Online Storage</source> -<target>Auf Onlinespeicher zugreifen</target> - -<source>Save as a Batch Job</source> -<target>Als Batchauftrag speichern</target> - -<source>Delete Items</source> -<target>Elemente löschen</target> - -<source>Copy Items</source> -<target>Elemente kopieren</target> - -<source>Options</source> -<target>Optionen</target> - -<source>Select Time Span</source> -<target>Zeitspanne auswählen</target> - -<source>Highlight Configurations</source> -<target>Konfigurationen hervorheben</target> - -<source>Grant Full Disk Access</source> -<target>Festplattenvollzugriff gewähren</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Keine Protokolleinträge</target> - -<source>Select all</source> -<target>Alle auswählen</target> - -<source>&Options</source> -<target>&Optionen</target> - -<source>Main Bar</source> -<target>Hauptleiste</target> - -<source>Folder Pairs</source> -<target>Ordnerpaare</target> - -<source>Find</source> -<target>Suchen</target> - -<source>View Settings</source> -<target>Ansichtseinstellungen</target> - -<source>Configuration</source> -<target>Konfiguration</target> - -<source>Overview</source> -<target>Übersicht</target> - -<source>Swap sides</source> -<target>Seiten vertauschen</target> - -<source>Show "%x"</source> -<target>Zeige "%x"</target> - -<source>&Show details</source> -<target>&Zeige Details</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x ist verfügbar!</target> - -<source>Local path not available for %x.</source> -<target>Lokaler Pfad ist nicht verfügbar für %x.</target> - -<source>Confirm</source> -<target>Bestätigen</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Soll der Befehl %y wirklich für ein Element ausgeführt werden?</pluralform> -<pluralform>Soll der Befehl %y wirklich für %x Elemente ausgeführt werden?</pluralform> -</target> - -<source>&Execute</source> -<target>&Ausführen</target> - -<source>Set direction:</source> -<target>Setze Richtung:</target> - -<source>multiple selection</source> -<target>Mehrfachauswahl</target> - -<source>&Include via filter:</source> -<target>Über Filter &einschließen:</target> - -<source>&Exclude via filter:</source> -<target>Über Filter &ausschließen:</target> - -<source>Include temporarily</source> -<target>Temporär einschließen</target> - -<source>Exclude temporarily</source> -<target>Temporär ausschließen</target> - -<source>&Synchronize selection</source> -<target>Auswahl &synchronisieren</target> - -<source>&Copy to...</source> -<target>&Kopieren nach...</target> - -<source>&Delete</source> -<target>&Löschen</target> - -<source>Show icons:</source> -<target>Symbole anzeigen:</target> - -<source>Small</source> -<target>Klein</target> - -<source>Medium</source> -<target>Mittel</target> - -<source>Large</source> -<target>Groß</target> - -<source>Select time span...</source> -<target>Zeitspanne auswählen...</target> - -<source>Donation Edition</source> -<target>Spendenversion</target> - -<source>Folder Comparison and Synchronization</source> -<target>Ordnervergleich und Synchronisation</target> - -<source>Configuration saved</source> -<target>Konfiguration gespeichert</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync Batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Möchten Sie die Änderungen an %x speichern?</target> - -<source>Never save &changes</source> -<target>Änderungen nie &speichern</target> - -<source>Do&n't save</source> -<target>&Nicht speichern</target> - -<source>%x cannot be renamed.</source> -<target>%x kann nicht umbenannt werden.</target> - -<source>New name:</source> -<target>Neuer name:</target> - -<source>Rename Configuration</source> -<target>Konfiguration umbenennen</target> - -<source>Configuration name must not be empty.</source> -<target>Der Konfigurationsname darf nicht leer sein.</target> - -<source>&Rename...</source> -<target>&Umbenennen...</target> - -<source>Hide configuration</source> -<target>Konfiguration ausblenden</target> - -<source>Highlight...</source> -<target>Hervorheben...</target> - -<source>Clear filter</source> -<target>Filter löschen</target> - -<source>Show files that exist on left side only</source> -<target>Nur links existierende Dateien anzeigen</target> - -<source>Show files that exist on right side only</source> -<target>Nur rechts existierende Dateien anzeigen</target> - -<source>Show files that are newer on left</source> -<target>Auf beiden Seiten existierende Dateien anzeigen; linke Datei ist neuer</target> - -<source>Show files that are newer on right</source> -<target>Auf beiden Seiten existierende Dateien anzeigen; rechte Datei ist neuer</target> - -<source>Show files that are equal</source> -<target>Gleiche Dateien anzeigen</target> - -<source>Show files that are different</source> -<target>Ungleiche Dateien anzeigen</target> - -<source>Show conflicts</source> -<target>Konflikte zeigen</target> - -<source>Show files that will be created on the left side</source> -<target>Dateien zeigen, die links erstellt werden</target> - -<source>Show files that will be created on the right side</source> -<target>Dateien zeigen, die rechts erstellt werden</target> - -<source>Show files that will be deleted on the left side</source> -<target>Dateien zeigen, die links gelöscht werden</target> - -<source>Show files that will be deleted on the right side</source> -<target>Dateien zeigen, die rechts gelöscht werden</target> - -<source>Show files that will be updated on the left side</source> -<target>Dateien zeigen, die links aktualisiert werden</target> - -<source>Show files that will be updated on the right side</source> -<target>Dateien zeigen, die rechts aktualisiert werden</target> - -<source>Show files that won't be copied</source> -<target>Dateien zeigen, die nicht kopiert werden</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Gefilterte oder temporär ausgeschlossene Dateien zeigen</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Alle Dateien sind synchron</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 Verzeichnis</pluralform> -<pluralform>%x Verzeichnisse</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 Datei</pluralform> -<pluralform>%x Dateien</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Zeige %y von 1 Zeile</pluralform> -<pluralform>Zeige %y von %x Zeilen</pluralform> -</target> - -<source>Cannot find %x</source> -<target>%x wurde nicht gefunden.</target> - -<source>Move up</source> -<target>Nach oben</target> - -<source>Move down</source> -<target>Nach unten</target> - -<source>Comma-separated values</source> -<target>Kommagetrennte Werte</target> - -<source>File list exported</source> -<target>Dateiliste exportiert</target> - -<source>Searching for program updates...</source> -<target>Suche nach aktualisierten Programmversionen...</target> - -<source>Paused</source> -<target>Angehalten</target> - -<source>Stop requested...</source> -<target>Wird gestoppt...</target> - -<source>Initializing...</source> -<target>Initialisiere...</target> - -<source>Comparing content...</source> -<target>Vergleiche Dateiinhalt...</target> - -<source>&Continue</source> -<target>&Fortfahren</target> - -<source>Progress</source> -<target>Fortschritt</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Danke %x für die Spende und Unterstützung!</target> - -<source>Connections</source> -<target>Verbindungen</target> - -<source>Recommended range:</source> -<target>Empfohlener Bereich:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Soll die Verbindung zum Nutzerkonto %x wirklich getrennt werden?</target> - -<source>Password:</source> -<target>Passwort:</target> - -<source>Key passphrase:</source> -<target>Passphrase für Schlüssel:</target> - -<source>Please enter a file path.</source> -<target>Bitte geben Sie einen Dateipfad ein.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Soll das folgende Element in einen anderen Ordner kopiert werden?</pluralform> -<pluralform>Sollen die folgenden %x Elemente in einen anderen Ordner kopiert werden?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Bitte geben Sie einen Zielorder ein.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Soll das folgende Element wirklich in den Papierkorb verschoben werden?</pluralform> -<pluralform>Sollen die folgenden %x Elemente wirklich in den Papierkorb verschoben werden?</pluralform> -</target> - -<source>Move</source> -<target>Verschieben</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Soll das folgende Element wirklich gelöscht werden?</pluralform> -<pluralform>Sollen die folgenden %x Elemente wirklich gelöscht werden?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Auswahl jetzt synchronisieren?</target> - -<source>Start synchronization now?</source> -<target>Synchronisation jetzt starten?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>DACL, SACL, Besitzer und Gruppe kopieren</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integriert externe Anwendungen in das Kontextmenü. Die folgenden Makros stehen zur Verfügung:</target> - -<source>Full file or folder path</source> -<target>Kompletter Datei oder Ordnerpfad</target> - -<source>Parent folder path</source> -<target>Übergeordneter Ordnerpfad</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Temporäre lokale Kopie für SFTP und MTP Speicher</target> - -<source>Parameters for opposite side</source> -<target>Parameter für gegenüberliegende Seite</target> - -<source>Show hidden dialogs again</source> -<target>Versteckte Fenster wieder zeigen</target> - -<source>All dialogs shown</source> -<target>Alle Fenster sind sichtbar</target> - -<source>Downloading update...</source> -<target>Lade Aktualisierung...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Erkenne gleiche Dateien anhand der Änderungszeit und Größe.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Erkenne gleiche Dateien durch Vergleich des Dateiinhaltes.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Erkenne gleiche Dateien anhand der Dateigröße.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifiziere und propagiere Änderungen auf beiden Seiten. Löschungen, Verschiebungen und Konflikte werden automatisch mit Hilfe einer Datenbank erkannt.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Eine Spiegelkopie des linken Ordners erstellen, indem der rechte Ordner angeglichen wird.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Neue und aktualisierte Dateien in den rechten Ordner kopieren.</target> - -<source>Configure your own synchronization rules.</source> -<target>Eigene Synchronisationsregeln definieren.</target> - -<source>Comparison</source> -<target>Vergleich</target> - -<source>Synchronization</source> -<target>Synchronisation</target> - -<source>This week</source> -<target>Diese Woche</target> - -<source>This month</source> -<target>Dieser Monat</target> - -<source>This year</source> -<target>Dieses Jahr</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Gelöschte und überschriebene Dateien im Papierkorb aufbewahren</target> - -<source>Delete and overwrite files permanently</source> -<target>Dateien endgültig löschen und überschreiben</target> - -<source>Replace</source> -<target>Ersetzen</target> - -<source>Move files and replace if existing</source> -<target>Dateien verschieben und vorhandene ersetzen</target> - -<source>Time stamp</source> -<target>Zeitstempel</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Dateien in einen Unterordner mit Zeitstempel verschieben</target> - -<source>File</source> -<target>Datei</target> - -<source>Append a time stamp to each file name</source> -<target>Einen Zeitstempel an jeden Dateinamen anhängen</target> - -<source>On completion:</source> -<target>Nach Abschluss:</target> - -<source>On errors:</source> -<target>Bei Fehlern:</target> - -<source>On success:</source> -<target>Bei Erfolg:</target> - -<source>Main config</source> -<target>Hauptkonfiguration</target> - -<source>empty</source> -<target>leer</target> - -<source>Leave as unresolved conflict</source> -<target>Als unbehandelten Konflikt belassen</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>JJJJ-MM-TT hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Die minimale Anzahl der Versionen muss kleiner als die maximale sein.</target> - -<source>&Restore</source> -<target>&Wiederherstellen</target> - -<source>Files</source> -<target>Dateien</target> - -<source>Percentage</source> -<target>Prozent</target> - -<source>Failed to retrieve update information.</source> -<target>Aktualisierungsinformationen konnten nicht abgerufen werden.</target> - -<source>Automatic updates:</source> -<target>Automatische Aktualisierung:</target> - -<source>Check for Program Updates</source> -<target>Suche nach neuer Programmversion</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Jetzt automatisch aktualisieren oder manuell von der FreeFileSync Homepage herunterladen?</target> - -<source>&Auto-update</source> -<target>&Automatisch</target> - -<source>&Home page</source> -<target>&Homepage</target> - -<source>Download now?</source> -<target>Jetzt herunterladen?</target> - -<source>&Download</source> -<target>Zum &Download</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync ist auf dem neuesten Stand.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Die aktuelle FreeFileSync Versionsnummer wurde online nicht gefunden. Wahrscheinlich ist eine neuere Version verfügbar. Jetzt manuell prüfen?</target> - -<source>&Check</source> -<target>&Prüfen</target> - -<source>Consistency check failed for %x.</source> -<target>Die Gültigkeitsprüfung für %x ist fehlgeschlagen.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Die Installation wurde auf einem anderen Betriebssystem registriert.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Die Aktivierung der FreeFileSync Spendenversion ist fehlgeschlagen.</target> - -<source>Incorrect activation key.</source> -<target>Falscher Aktivierungsschlüssel.</target> - -<source>Unable to register to receive system messages.</source> -<target>Die Registrierung zum Empfang von Systemmeldungen ist fehlgeschlagen.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Die %x Installationsoption ist nur in der FreeFileSync Spendenversion verfügbar.</target> - -<source>Cannot find system function %x.</source> -<target>Die Systemfunktion %x wurde nicht gefunden.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Die Registrierung für Gerätemeldungen ist für %x fehlgeschlagen.</target> - -<source>The file is locked by another process:</source> -<target>Die Datei wird von einem anderen Prozess gesperrt:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Die Prüfung auf Unterstützung von Dateiberechtigungen für Ordner %x ist fehlgeschlagen.</target> - -<source>Cannot read security context of %x.</source> -<target>Der Sicherheitskontext von %x kann nicht gelesen werden.</target> - -<source>Cannot write security context of %x.</source> -<target>Der Sicherheitskontext von %x kann nicht geschrieben werden.</target> - -<source>Cannot read permissions of %x.</source> -<target>Die Berechtigungen von %x können nicht gelesen werden.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Die Berechtigungen können nicht von %x nach %y kopiert werden.</target> - -<source>%x is not a regular directory name.</source> -<target>%x ist kein regulärer Verzeichnisname.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Die Attribute können nicht von %x nach %y kopiert werden.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 Min.</pluralform> -<pluralform>%x Min.</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 Stunde</pluralform> -<pluralform>%x Stunden</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Das Privileg %x kann nicht gesetzt werden.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Der Schlafmodus des Betriebssystems kann nicht ausgesetzt werden.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Die Eingabe/Ausgabe Prioritäten für den Prozess können nicht geändert werden.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Die Prüfung des Papierkorbs für Ordner %x ist fehlgeschlagen.</target> - -<source>Unable to shut down the system.</source> -<target>Das System kann nicht heruntergefahren werden.</target> - -<source>Prepare installation</source> -<target>Installation vorbereiten</target> - -<source>Choose which components you want to install.</source> -<target>Wählen Sie die zu installierenden Komponenten.</target> - -<source>Select installation type:</source> -<target>Installationstyp wählen:</target> - -<source>Local</source> -<target>Lokal</target> - -<source>Portable</source> -<target>Portabel</target> - -<source>Save settings in %x</source> -<target>Einstellungen in %x sichern</target> - -<source>Register FreeFileSync file extensions</source> -<target>FreeFileSync Dateiendungen registrieren</target> - -<source>Create Explorer context menu entries</source> -<target>Einträge im Explorer Kontextmenü erstellen</target> - -<source>Save settings in installation directory</source> -<target>Einstellungen im Installationsverzeichnis sichern</target> - -<source>Do not write to Registry</source> -<target>Kein Eintrag in Windows Registrierung</target> - -<source>Just copy the files</source> -<target>Nur die Dateien kopieren</target> - -<source>Choose a directory for installation:</source> -<target>Wählen Sie ein Verzeichnis für die Installation:</target> - -<source>Create shortcuts:</source> -<target>Verknüpfungen erstellen:</target> - -<source>Desktop</source> -<target>Desktop</target> - -<source>Start Menu</source> -<target>Startmenü</target> - -<source>Send To</source> -<target>Senden an</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registriere FreeFileSync Dateiendungen</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Deregistriere FreeFileSync Dateiendungen</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Konfiguration</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync Batchdatei</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync Synchronisationsdatenbank</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync Konfiguration</target> - -<source>Edit with FreeFileSync</source> -<target>Mit FreeFileSync editieren</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Hier ein Tierbild statt Werbung.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Die portable Version von FreeFileSync kann nicht in einen Unterordner von %x installiert werden.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Bitte wählen Sie den lokalen Installationstyp oder einen anderen Ordner für die Installation.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Jetzt die Spendenversion mit Bonusfunktionen holen und mithelfen, FreeFileSync werbefrei zu halten.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/greek.lng b/FreeFileSync/Build/Resources/Languages/greek.lng deleted file mode 100755 index 3cb3c1a8..00000000 --- a/FreeFileSync/Build/Resources/Languages/greek.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Eλληνικά</language> - <translator>Γιώργος Δ. Γιαγλής</translator> - <locale>el_GR</locale> - <image>flag_greece.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Δεν μπορεί να γίνει ανάγνωση του αρχείου %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Μη αναμενόμενο μέγεθος της ροής δεδομένων. -Αναμενόμενο: %x bytes -Βρέθηκε: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Δεν μπορεί να γίνει εγγραφή του αρχείου %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Δεν μπορεί να γίνει εγγραφή των δικαιωμάτων πρόσβασης του %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Η λειτουργία δεν υποστηρίζεται μεταξύ διαφορετικών χώρων αποθήκευσης.</target> - -<source>Cannot delete file %x.</source> -<target>Δεν μπορεί να διαγραφεί το αρχείο %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Δεν μπορεί να διαγραφεί ο συμβολικός σύνδεσμος %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Δεν μπορεί να διαγραφεί ο υποκατάλογος %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Δεν μπορεί το αρχείο %x να μεταφερθεί στο %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Αδυναμία αντιγραφής του συμβολικού συνδέσμου %x στο %y.</target> - -<source>Error Code %x</source> -<target>Κωδικός Σφάλματος %x</target> - -<source>Cannot read directory %x.</source> -<target>Δεν μπορεί να γίνει ανάγνωση του καταλόγου %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Δεν μπορεί να γίνει εγγραφή της ώρας τροποποίησης του %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Δεν μπορεί να γίνει ανάγνωση των χαρακτηριστικών του αρχείου %x.</target> - -<source>Cannot create directory %x.</source> -<target>Δεν μπορεί να δημιουργηθεί ο υποκατάλογος %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Δεν μπορεί να προσδιοριστεί η τελική διαδρομή για το %x.</target> - -<source>Operation not supported by device.</source> -<target>Η λειτουργία δεν υποστηρίζεται από το χώρο αποθήκευσης.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Ο συμβολικός σύνδεσμος %x δεν μπορεί να επιλυθεί.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Δεν ήταν δυνατή η μεταφορά του %x στον κάδο ανακύκλωσης.</target> - -<source>Authentication completed.</source> -<target>Ολοκληρώθηκε η επαλήθευση ταυτότητας.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Τώρα μπορείτε να κλείσετε αυτή τη σελίδα και να συνεχίσετε το FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Η επαλήθευση ταυτότητας απέτυχε.</target> - -<source>Unable to connect to %x.</source> -<target>Δεν μπορεί να πραγματοποιηθεί σύνδεση με το %x.</target> - -<source>Cannot find %x.</source> -<target>Το %x δεν μπορεί να βρεθεί.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Το όνομα %x χρησιμοποιείται για περισσότερα από ένα αρχεία στον φάκελο.</target> - -<source>Please authorize access to user account %x.</source> -<target>Παρακαλούμε εξουσιοδοτείστε την πρόσβαση στο λογαριασμό χρήστη %x.</target> - -<source>Cannot open file %x.</source> -<target>Δεν είναι δυνατό το άνοιγμα του αρχείου %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Το όνομα %x χρησιμοποιείται ήδη από άλλο στοιχείο.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Δεν μπορεί να υπολογιστεί ο ελεύθερος χώρος του δίσκου %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Αδυναία αποσύνδεσης από το %x.</target> - -<source>Unable to access %x.</source> -<target>Δεν είναι δυνατή η πρόσβαση στο %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Αποτυχία λήψης πληροφοριών από τον διακομιστή %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Δεν είναι δυνατή η παρακολύθηση του υποκαταλόγου %x.</target> - -<source>Cannot find device %x.</source> -<target>Ο χώρος αποθήκευσης %x δεν μπορεί να βρεθεί.</target> - -<source>Cannot open directory %x.</source> -<target>Δεν είναι δυνατό το άνοιγμα του υποκαταλόγου %x.</target> - -<source>Unsupported item type.</source> -<target>Μη υποστηριζόμενος τύπος στοιχείου.</target> - -<source>Incorrect command line:</source> -<target>Εσφαλμένη γραμμή εντολών:</target> - -<source>The server does not support authentication via %x.</source> -<target>Ο εξυπηρετητής δεν υποστηρίζει επαλήθευση ταυτότητας μέσω %x.</target> - -<source>Required:</source> -<target>Απαιτείται:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Το χρονικό όριο της λειτουργίας έληξε μετά από 1 δευτερόλεπτο.</pluralform> -<pluralform>Το χρονικό όριο της λειτουργίας έληξε μετά από %x δευτερόλεπτα.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Δεν είναι δυνατή η αναμονή περισσότερων από 1 σύνδεσης τη φορά.</pluralform> -<pluralform>Δεν είναι δυνατή η αναμονή περισσότερων από %x συνδέσεων τη φορά.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Ενεργές συνδέσεις: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Αποτυχία ανοίγματος του SFTP καναλιού με αριθμό %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Και οι δυο πλευρές έχουν αλλάξει από τον τελευταίο συγχρονισμό.</target> - -<source>Cannot determine sync-direction:</source> -<target>Δεν μπορεί να προσδιοριστεί η κατεύθυνση συγχρονισμού:</target> - -<source>No change since last synchronization.</source> -<target>Καμία αλλαγή από τον προηγούμενο συγχρονισμό.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Με βάση τις τρέχουσες ρυθμίσεις η βάση δεδομένων δεν είναι συγχρονισμένη.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Ρύθμιση προεπιλεγμένης κατεύθυνσης συγχρονισμού: Τα νεότερα αρχεία θα αντικαταστήσουν τα παλιότερα.</target> - -<source>Creating file %x</source> -<target>Δημιουργία του αρχείου %x</target> - -<source>Creating folder %x</source> -<target>Δημιουργία του φακέλου %x</target> - -<source>Creating symbolic link %x</source> -<target>Δημιουργία των συμβολικών συνδέσμων %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Μεταφορά του αρχείου %x στον κάδο ανακύκλωσης</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Μεταφορά του φακέλου %x στον κάδο ανακύκλωσης</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Μεταφορά του συμβολικού συνδέσμου %x στον κάδο ανακύκλωσης</target> - -<source>Deleting file %x</source> -<target>Διαγραφή του αρχείου %x</target> - -<source>Deleting folder %x</source> -<target>Διαγραφή του φακέλου %x</target> - -<source>Deleting symbolic link %x</source> -<target>Διαγραφή της συμβολικής σύνδεσης %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Έλεγχος της διαθεσιμότητας του κάδου ανακύκλωσης για το φάκελο %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Ο Κάδος Ανακύκλωσης δεν υποστηρίζεται στους ακόλουθους φακέλους. Αρχεία που διαγράφησαν ή αντικαταστάθηκαν δεν θα μπορούν να επαναφερθούν:</target> - -<source>An exception occurred</source> -<target>Παρουσιάστηκε μια εξαίρεση</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Μετά το %x αναμένονται μια διαδρομή υποκαταλόγου αριστερά και μια δεξιά.</target> - -<source>Syntax error</source> -<target>Σφάλμα σύνταξης</target> - -<source>Cannot find file %x.</source> -<target>Το αρχείο %x δεν μπορεί να βρεθεί.</target> - -<source>Error</source> -<target>Σφάλμα</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Το αρχείο %x δεν περιέχει έγκυρες παραμέτρους.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Το αρχείο διάταξης δεν πρέπει να περιλαμβάνει ρυθμίσεις στο επίπεδο του ζεύγους των υποκαταλόγων, όταν οι φάκελοι ορίζονται μέσω της γραμμής εργασιών.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Δεν μπορούν να οριστούν φάκελοι για περισσότερα από ένα αρχεία παραμέτρων.</target> - -<source>Command line</source> -<target>Γραμμή εντολών</target> - -<source>Syntax:</source> -<target>Σύνταξη:</target> - -<source>config files:</source> -<target>αρχεία ρυθμίσεων:</target> - -<source>directory</source> -<target>υποκατάλογος</target> - -<source>global config file:</source> -<target>αρχείο γενικών ρυθμίσεων:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Οποιοσδήποτε αριθμός από αρχεία παραμέτρων "ffs_gui" ή/και "ffs_batch" του FreeFileSync.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Οποιοσδήποτε αριθμός από εναλλακτικά ζεύγη υποκαταλόγων για το πολύ ένα αρχείο ρυθμίσεων.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Άνοιγμα του επιλεγμένου αρχείου παραμέτρων μόνο για διόρθωση, χωρίς να εκτελεστεί.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Διαδρομή σε ένα εναλλακτικό αρχείο GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Τα αρχεία εγκατάστασης είναι κατεστραμμένα. Παρακαλούμε επανεγκαταστείστε το FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Οι ακόλουθοι φάκελοι δεν ήταν δυνατό να βρεθούν:</target> - -<source>The following folders do not yet exist:</source> -<target>Οι ακόλουθοι φάκελοι δεν υπάρχουν προς το παρόν:</target> - -<source>The folders are created automatically when needed.</source> -<target>Οι φάκελοι θα δημιουργηθούν αυτόματα όταν χρειαστούν.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Οι ακόλουθες διαδρομές υποκαταλόγων διαφέρουν ως προς τα κεφαλαία/πεζά τους. Παρακαλούμε χρησιμοποιείστε την ίδια μορφή, ώστε να αποφευχθούν οι διπλές προσβάσεις.</target> - -<source>Scanning:</source> -<target>Ανίχνευση:</target> - -<source>Comparison finished:</source> -<target>Ολοκλήρωση σύγκρισης:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>βρέθηκε 1 στοιχείο</pluralform> -<pluralform>βρέθηκαν %x στοιχεία</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Πέρασε χρόνος:</target> - -<source>File %x has an invalid date.</source> -<target>Το αρχείο %x δεν έχει έγκυρη ημερομηνία.</target> - -<source>Date:</source> -<target>Ημερομηνία:</target> - -<source>Files have the same date but a different size.</source> -<target>Τα αρχεία έχουν την ίδια ημερομηνία αλλά διαφορετικό μέγεθος.</target> - -<source>Size:</source> -<target>Μέγεθος:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Η σύγκριση των περιεχομένων έχει παραληφθεί για τα εξαιρεθέντα αρχεία.</target> - -<source>Items differ in attributes only</source> -<target>Τα στοιχεία διαφέρουν μόνο ως προς τα χαρακτηριστικά τους</target> - -<source>Resolving symbolic link %x</source> -<target>Επίλυση του συμβολικού συνδέσμου %x</target> - -<source>Comparing content of files %x</source> -<target>Σύγκριση του περιεχομένου των αρχείων %x</target> - -<source>Generating file list...</source> -<target>Δημιουργία καταλόγου αρχείων...</target> - -<source>Fail-safe file copy</source> -<target>Ασφαλής αντιγραφή αρχείων</target> - -<source>Enabled</source> -<target>Ενεργοποιημένο</target> - -<source>Disabled</source> -<target>Απενεργοποιημένο</target> - -<source>Copy locked files</source> -<target>Αντιγραφή κλειδωμένων αρχείων</target> - -<source>Copy file access permissions</source> -<target>Αντιγραφή των δικαιωμάτων πρόσβασης των αρχείων</target> - -<source>File time tolerance</source> -<target>Ανοχή στην ημερομηνία αρχείου</target> - -<source>Run with background priority</source> -<target>Εκτέλεση με προτεραιότητα παρασκηνίου</target> - -<source>Lock directories during sync</source> -<target>Κλείδωμα των υποκαταλόγων κατά τη διάρκεια του συγχρονισμού</target> - -<source>Verify copied files</source> -<target>Επαλήθευση των αντιγραμμένων αρχείων</target> - -<source>Using non-default global settings:</source> -<target>Χρήση μη-προεπιλεγμένων γενικών ρυθμίσεων:</target> - -<source>A folder input field is empty.</source> -<target>Ένα πεδίο εισαγωγής φακέλων είναι άδειο.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Ο αντίστοιχος φάκελος θα θεωρηθεί κενός.</target> - -<source>Exclude:</source> -<target>Εξαίρεση:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Ο ένας βασικός φάκελος ενός ζεύγους φακέλων βρίσκεται μέσα στον άλλον.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Ο φάκελος θα έπρεπε να εξαιρεθεί από το συγχρονισμό μέσω φίλτρου.</target> - -<source>Calculating sync directions...</source> -<target>Υπολογισμός των κατευθύνσεων συγχρονισμού...</target> - -<source>Out of memory.</source> -<target>Ανεπαρκής μνήμη.</target> - -<source>Show in Explorer</source> -<target>Εμφάνιση στην Εξερεύνηση</target> - -<source>Open with default application</source> -<target>Άνοιγμα με την προεπιλεγμένη εφαρμογή</target> - -<source>Browse directory</source> -<target>Αναζήτηση υποκαταλόγου</target> - -<source>Database file %x is incompatible.</source> -<target>Το αρχείο βάσης δεδομένων %x δεν είναι συμβατό.</target> - -<source>Initial synchronization:</source> -<target>Αρχικός συγχρονισμός:</target> - -<source>Database file %x does not yet exist.</source> -<target>Το αρχείο βάσης δεδομένων %x δεν έχει ακόμα δημιουργηθεί.</target> - -<source>Database file is corrupted:</source> -<target>Το αρχείο βάσης δεδομένων είναι κατεστραμμένο:</target> - -<source>Loading file %x...</source> -<target>Λήψη του αρχείου %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Τα αρχεία βάσης δεδομένων δεν περιέχουν ακόμα πληροφορίες για τον τελευταίο συγχρονισμό.</target> - -<source>Saving file %x...</source> -<target>Αποθήκευση του αρχείου %x...</target> - -<source>Searching for folder %x...</source> -<target>Αναζήτηση του φακέλου %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Λήξη χρονικού ορίου αναζήτησης του φακέλου %x.</target> - -<source>Cannot get process information.</source> -<target>Δεν μπορούν να ληφθούν πληροφορίες για τις τρέχουσες διαδικασίες.</target> - -<source>Waiting while directory is locked:</source> -<target>Αναμονή μέχρι να κλειδωθεί ο υποκατάλογος:</target> - -<source>Lock owner:</source> -<target>Ιδιοκτήτης κλειδώματος:</target> - -<source>Detecting abandoned lock...</source> -<target>Ανίχνευση κλειδώματος που εγκαταλείφθηκε...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 δ/λεπτο</pluralform> -<pluralform>%x δ/λεπτα</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Το στοιχείο υπάρχει μόνο στην αριστερή πλευρά</target> - -<source>Item exists on right side only</source> -<target>Το στοιχείο υπάρχει μόνο στη δεξιά πλευρά</target> - -<source>Left side is newer</source> -<target>Το στοιχείο στην αριστερή πλευρά είναι πιο πρόσφατο</target> - -<source>Right side is newer</source> -<target>Το στοιχείο στη δεξιά πλευρά είναι πιο πρόσφατο</target> - -<source>Items have different content</source> -<target>Τα στοιχεία έχουν διαφορετικό περιεχόμενο</target> - -<source>Both sides are equal</source> -<target>Οι δυο πλευρές είναι ίδιες</target> - -<source>Conflict/item cannot be categorized</source> -<target>Διένεξη/το στοιχείο δεν μπορεί να κατηγοριοποιηθεί</target> - -<source>Copy new item to left</source> -<target>Αντιγραφή του νέου στοιχείου στα αριστερά</target> - -<source>Copy new item to right</source> -<target>Αντιγραφή του νέου στοιχείου στα δεξιά</target> - -<source>Delete left item</source> -<target>Διαγραφή του στοιχείου στα αριστερά</target> - -<source>Delete right item</source> -<target>Διαγραφή του στοιχείου στα δεξιά</target> - -<source>Move file on left</source> -<target>Μεταφορά του αρχείου που βρίσκεται αριστερά</target> - -<source>Move file on right</source> -<target>Μεταφορά του αρχείου που βρίσκεται δεξιά</target> - -<source>Update left item</source> -<target>Ενημέρωση του στοιχείου που βρίσκεται αριστερά</target> - -<source>Update right item</source> -<target>Ενημέρωση του στοιχείου που βρίσκεται δεξιά</target> - -<source>Do nothing</source> -<target>Καμία ενέργεια</target> - -<source>Update attributes on left</source> -<target>Ενημέρωση των χαρακτηριστικών στα αριστερά</target> - -<source>Update attributes on right</source> -<target>Ενημέρωση των χαρακτηριστικών στα δεξιά</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Σφάλμα κατά την ανάλυση του αρχείου %x, γραμμή %y, στήλη %z.</target> - -<source>Services</source> -<target>Υπηρεσίες</target> - -<source>Show All</source> -<target>Εμφάνιση Όλων</target> - -<source>Hide Others</source> -<target>Απόκρυψη Άλλων</target> - -<source>Hide %x</source> -<target>Απόκρυψη %x</target> - -<source>Quit %x</source> -<target>Έξοδος από %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Δεν μπορούν να κλειδωθούν οι ακόλουθοι υποκατάλογοι:</target> - -<source>Errors:</source> -<target>Σφάλματα:</target> - -<source>Warnings:</source> -<target>Προειδοποιήσεις:</target> - -<source>Items processed:</source> -<target>Επεξεργάστηκαν στοιχεία:</target> - -<source>Items remaining:</source> -<target>Περισσεύουν στοιχεία:</target> - -<source>Total time:</source> -<target>Συνολική διάρκεια:</target> - -<source>Warning</source> -<target>Προειδοποίηση</target> - -<source>Stopped</source> -<target>Διακοπή</target> - -<source>Cleaning up log files:</source> -<target>Καθάρισμα αρχείων καταγραφής:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 νήμα</pluralform> -<pluralform>%x νήματα</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/δευτερόλεπτο</target> - -<source>%x items</source> -<target>%x στοιχεία</target> - -<source>Completed successfully</source> -<target>Ολοκληρώθηκε επιτυχώς</target> - -<source>Completed with warnings</source> -<target>Ολοκληρώθηκε με προειδοποιήσεις</target> - -<source>Completed with errors</source> -<target>Ολοκληρώθηκε με σφάλματα</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Δεν είναι δυνατή η πρόσβαση στην Υπηρεσία Σκιώδους Αντίγραφου Τόμου.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Παρακαλούμε εκτελέστε την 64-bit έκδοση του FreeFileSync, για να δημιουργήσετε σκιώδη αντίγραφα σε αυτό το σύστημα.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Το όνομα τόμου %x δεν είναι μέρος της διαδρομής %y.</target> - -<source>File time and size</source> -<target>Ημερομηνία και μέγεθος αρχείων</target> - -<source>File content</source> -<target>Περιεχόμενο αρχείων</target> - -<source>File size</source> -<target>Μέγεθος αρχείων</target> - -<source>Two way</source> -<target>Διπλής κατεύθυνσης</target> - -<source>Mirror</source> -<target>Κατοπτρισμός</target> - -<source>Update</source> -<target>Ενημέρωση</target> - -<source>Custom</source> -<target>Προσαρμογή</target> - -<source>Multiple...</source> -<target>Πολλαπλές ρυθμίσεις...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Δεν μπορεί να γίνει εγγραφή των χαρακτηριστικών αρχείου του %x.</target> - -<source>%x and %y have different content.</source> -<target>Τα %x και %y έχουν διαφορετικό περιεχόμενο.</target> - -<source>Data verification error:</source> -<target>Σφάλμα επαλήθευσης δεδομένων:</target> - -<source>Moving file %x to %y</source> -<target>Μεταφορά του αρχείου %x στο %y</target> - -<source>Moving folder %x to %y</source> -<target>Μεταφορά του φακέλου %x στο %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Μεταφορά του συμβολικού σύνδεσμου %x στο %y</target> - -<source>Updating file %x</source> -<target>Ενημέρωση του αρχείου %x</target> - -<source>Updating symbolic link %x</source> -<target>Ενημέρωση του συμβολικού σύνδεσμου %x</target> - -<source>Verifying file %x</source> -<target>Επαλήθευση του αρχείου %x</target> - -<source>Updating attributes of %x</source> -<target>Ενημέρωση των χαρακτηριστικών αρχείου του %x</target> - -<source>Source item %x not found</source> -<target>Το στοιχείο προέλευσης %x δεν βρέθηκε</target> - -<source>Parent folder %x is not existing.</source> -<target>Ο γονικός φάκελος %x δεν υπάρχει.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Δεν μπορεί να αντιγραφεί το αρχείο %x στο %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Δημιουργία Σκιώδους Αντίγραφου Τόμου για το %x...</target> - -<source>Cannot find folder %x.</source> -<target>Ο φάκελος %x δεν μπορεί να βρεθεί.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Ο φάκελος-στόχος %x υπάρχει ήδη, αλλά δεν ήταν διαθέσιμος κατά τη σύγκριση φακέλων.</target> - -<source>Target folder input field must not be empty.</source> -<target>Το πεδίο εισαγωγής του φακέλου-στόχου πρέπει να μην είναι κενό.</target> - -<source>Source folder %x not found.</source> -<target>Ο φάκελος %x δε βρέθηκε.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Παρακαλούμε εισάγετε ένα φάκελο για αποθήκευση παλιών εκδόσεων.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Τα ακόλουθα στοιχεία έχουν ανεπίλυτες διενέξεις και δε θα συγχρονιστούν:</target> - -<source>Folder pair:</source> -<target>Ζεύγος φακέλων:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Οι ακόλουθοι φάκελοι είναι σημαντικά διαφορετικοί. Παρακαλούμε ελέγξτε εάν έχουν επιλεχθεί για συγχρονισμό οι σωστοί φάκελοι.</target> - -<source>Not enough free disk space available in:</source> -<target>Δεν υπάρχει αρκετός διαθέσιμος χώρος στο δίσκο:</target> - -<source>Available:</source> -<target>Διαθέσιμος:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Μερικά αρχεία θα συγχρονιστούν ως μέρη πολλαπλών βασικών φακέλων.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Για να αποφευχθούν οι διενέξεις, χρειάζεται να δημιουργηθούν φίλτρα, έτσι ώστε κάθε αρχείο να συγχρονίζεται μόνο από έναν βασικό φάκελο.</target> - -<source>Versioning folder:</source> -<target>Διατήρηση παλιών εκδόσεων του φακέλου:</target> - -<source>Base folder:</source> -<target>Βασικός φάκελος:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Ο φάκελος διατήρησης παλιών εκδόσεων βρίσκεται μέσα σε κάποιον βασικό φάκελο.</target> - -<source>Synchronizing folder pair:</source> -<target>Συγχρονίζεται το ζευγάρι φακέλων:</target> - -<source>Generating database...</source> -<target>Δημιουργία βάσης δεδομένων...</target> - -<source>Searching for old file versions:</source> -<target>Αναζήτηση παλιών εκδόσεων των αρχείων:</target> - -<source>Removing old file versions:</source> -<target>Διαγραφή παλιών εκδόσεων των αρχείων:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Δεν ήταν δυνατή η δημιουργία χρονικής σήμανσης για τη διατήρηση παλιών εκδόσεων:</target> - -<source>Drag && drop</source> -<target>Μεταφορά && Απόθεση</target> - -<source>Select a folder</source> -<target>Επιλογή φακέλου</target> - -<source>&New</source> -<target>&Δημιουργία</target> - -<source>&Open...</source> -<target>Ά&νοιγμα...</target> - -<source>Save &as...</source> -<target>Αποθήκευση &ως...</target> - -<source>E&xit</source> -<target>Έ&ξοδος</target> - -<source>&File</source> -<target>&Αρχείο</target> - -<source>&View help</source> -<target>&Προβολή βοήθειας</target> - -<source>&About</source> -<target>&Σχετικά</target> - -<source>&Help</source> -<target>&Βοήθεια</target> - -<source>Usage:</source> -<target>Χρήση:</target> - -<source>Select folders to watch.</source> -<target>Επιλέξτε τους φακέλους που θα παρακολουθούνται.</target> - -<source>Enter a command line.</source> -<target>Εισάγετε μια γραμμή εντολών.</target> - -<source>Press 'Start'.</source> -<target>Πατήστε το 'Έναρξη'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Για να ξεκινήσετε μπορείτε απλά να εισάγετε ένα αρχείο "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Φάκελοι για παρακολούθηση:</target> - -<source>Add folder</source> -<target>Προσθήκη φακέλου</target> - -<source>Remove folder</source> -<target>Διαγραφή του φακέλου</target> - -<source>Browse</source> -<target>Αναζήτηση</target> - -<source>Idle time (in seconds):</source> -<target>Χρόνος αδράνειας (σε δευτερόλεπτα):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Χρόνος αδράνειας μεταξύ τελευταίας αλλαγής που ανιχνεύθηκε και εκτέλεσης της εντολής</target> - -<source>Command line:</source> -<target>Γραμμή εντολών:</target> - -<source>&Hide console window</source> -<target>&Απόκρυψη της κονσόλας</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Αυτή η εντολή πραγματοποιείται εάν: --αρχεία ή υποφάκελοι αλλάξουν --παρουσιαστούν νέοι φάκελοι (π.χ. εισαχθεί ένα φλασάκι USB) -</target> - -<source>Start</source> -<target>Έναρξη</target> - -<source>About</source> -<target>Σχετικά με το...</target> - -<source>Build: %x</source> -<target>Δημιουργήθηκε: %x</target> - -<source>All files</source> -<target>Όλα τα αρχεία</target> - -<source>Automated Synchronization</source> -<target>Αυτοματοποιημένος Συγχρονισμός</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Το πρωτόκολο %x δεν υποστηρίζει παρακολούθηση καταλόγων:</target> - -<source>Directory monitoring active</source> -<target>Η παρακολούθηση των υποκαταλόγων είναι ενεργή</target> - -<source>Waiting until directory is available:</source> -<target>Αναμονή μέχρι ο φάκελος να γίνει διαθέσιμος:</target> - -<source>&Configure</source> -<target>&Ρυθμίσεις</target> - -<source>&Show error message</source> -<target>&Εμφάνιση μηνύματος σφαλμάτων</target> - -<source>&Quit</source> -<target>Έ&ξοδος</target> - -<source>&Retry</source> -<target>&Επανάληψη</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Φόρτωση...</target> - -<source>Scanning...</source> -<target>Ανίχνευση...</target> - -<source>configuration file</source> -<target>αρχείο παραμέτρων</target> - -<source>System: Sleep</source> -<target>Σύστημα: Αναστολή λειτουργίας</target> - -<source>System: Shut down</source> -<target>Σύστημα: Τερματισμός λειτουργίας</target> - -<source>Nothing to synchronize</source> -<target>Δεν υπάρχει τίποτα προς συγχρονισμό</target> - -<source>Executing command:</source> -<target>Εκτέλεση εντολής:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Μπορείτε να επιστρέψετε στο κύριο παράθυρο του FreeFileSync για να επιλύσετε αυτό το θέμα.</target> - -<source>&Don't show this warning again</source> -<target>&Να μην εμφανιστεί ξανά αυτή η προειδοποίηση</target> - -<source>&Ignore</source> -<target>&Παράβλεψη</target> - -<source>&Switch</source> -<target>&Εναλλαγή</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Επιστροφή στο κύριο παράθυρο του FreeFileSync</target> - -<source>Automatic retry</source> -<target>Αυτόματη επανάληψη</target> - -<source>Ignore &all</source> -<target>Παράβλεψη ό&λων</target> - -<source>Retrying operation...</source> -<target>Επανάληψη της προσπάθειας...</target> - -<source>Serious Error</source> -<target>Σοβαρό Σφάλμα</target> - -<source>Last session</source> -<target>Τελευταία χρήση</target> - -<source>Today</source> -<target>Σήμερα</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 μέρα</pluralform> -<pluralform>%x μέρες</pluralform> -</target> - -<source>Name</source> -<target>Όνομα</target> - -<source>Last sync</source> -<target>Τελ. συγχρ.</target> - -<source>Log</source> -<target>Καταγραφή</target> - -<source>Folder</source> -<target>Φάκελος</target> - -<source>Symlink</source> -<target>Συμβολικός σύνδεσμος</target> - -<source>Full path</source> -<target>Πλήρης διαδρομή</target> - -<source>Relative path</source> -<target>Σχετική διαδρομή</target> - -<source>Item name</source> -<target>Όνομα στοιχείου</target> - -<source>Size</source> -<target>Μέγεθος</target> - -<source>Date</source> -<target>Ημερομηνία</target> - -<source>Extension</source> -<target>Επέκταση</target> - -<source>Category</source> -<target>Κατηγορία</target> - -<source>Action</source> -<target>Ενέργεια</target> - -<source>Local comparison settings</source> -<target>Τοπικές ρυθμίσεις σύγκρισης</target> - -<source>Local synchronization settings</source> -<target>Τοπικές ρυθμίσεις συγχρονισμού</target> - -<source>Local filter</source> -<target>Τοπικό φίλτρο</target> - -<source>Active</source> -<target>Ενεργό</target> - -<source>None</source> -<target>Καθόλου</target> - -<source>Remove local settings</source> -<target>Αφαίρεση τοπικών ρυθμίσεων</target> - -<source>Clear local filter</source> -<target>Καθαρισμός τοπικού φίλτρου</target> - -<source>Copy</source> -<target>Αντιγραφή</target> - -<source>Paste</source> -<target>Επικόλληση</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Ο επιλεγμένος φάκελος %x δεν μπορεί να χρησιμοποιηθεί από το FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Παρακαλούμε επιλέξτε ένα φάκελο σε ένα τοπικό σύστημα αρχείων, σε ένα δίκτυο ή σε μια συσκευή MTP.</target> - -<source>Defined by context of use</source> -<target>Εξαρτάται από τον τρόπο χρήσης</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Απαιτεί την Έκδοση Δωρητή του FreeFileSync</target> - -<source>&Save</source> -<target>&Αποθήκευση</target> - -<source>Save as &batch job...</source> -<target>Αποθήκευση ως δέσ&μη ενεργειών...</target> - -<source>Show &log</source> -<target>Εμφάνιση αρχείου &καταγραφής</target> - -<source>Start &comparison</source> -<target>Έ&ναρξη σύγκρισης</target> - -<source>C&omparison settings</source> -<target>Ρυθμίσεις &σύγκρισης</target> - -<source>&Filter settings</source> -<target>Ρυθμίσεις &φίλτρων</target> - -<source>S&ynchronization settings</source> -<target>Ρυθμίσεις σ&υγχρονισμού</target> - -<source>Start &synchronization</source> -<target>Έναρ&ξη συγχρονισμού</target> - -<source>&Actions</source> -<target>Ε&νέργειες</target> - -<source>&Preferences</source> -<target>&Προτιμήσεις</target> - -<source>&Language</source> -<target>&Γλώσσα</target> - -<source>&Find...</source> -<target>Εύ&ρεση...</target> - -<source>&Export file list...</source> -<target>Ε&ξαγωγή καταλόγου αρχείων...</target> - -<source>&Reset layout</source> -<target>&Αρχικοποίηση εμφάνισης</target> - -<source>&Tools</source> -<target>&Εργαλεία</target> - -<source>&Check for updates now</source> -<target>Έλεγχος για ενημερώσεις &τώρα</target> - -<source>Check &automatically once a week</source> -<target>&Aυτόματος έλεγχος μια φορά την εβδομάδα</target> - -<source>Cancel</source> -<target>Άκυρο</target> - -<source>Compare</source> -<target>Σύγκριση</target> - -<source>Synchronize</source> -<target>Συγχρονισμός</target> - -<source>Add folder pair</source> -<target>Προσθήκη ζεύγους φακέλων</target> - -<source>Remove folder pair</source> -<target>Διαγραφή του ζεύγους φακέλων</target> - -<source>Access online storage</source> -<target>Πρόσβαση σε online χώρο αποθήκευσης</target> - -<source>Close search bar</source> -<target>Κλείσιμο γραμμής αναζήτησης</target> - -<source>Find:</source> -<target>Εύρεση:</target> - -<source>Match case</source> -<target>Ταίριασμα κεφαλαίων/πεζών</target> - -<source>Processed:</source> -<target>Ολοκληρώθηκαν:</target> - -<source>Remaining:</source> -<target>Απομένουν:</target> - -<source>New</source> -<target>Δημιουργία</target> - -<source>Open...</source> -<target>Άνοιγμα...</target> - -<source>Save</source> -<target>Αποθήκευση</target> - -<source>Save as...</source> -<target>Αποθήκευση ως...</target> - -<source>View type:</source> -<target>Τύπος εμφάνισης:</target> - -<source>Select view:</source> -<target>Επιλογή εμφάνισης:</target> - -<source>Save as default</source> -<target>Αποθήκευση ως προεπιλογής</target> - -<source>Statistics:</source> -<target>Στατιστικά:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Αριθμός αρχείων και φακέλων που θα διαγραφούν</target> - -<source>Number of files that will be updated</source> -<target>Αριθμός αρχείων που θα ενημερωθούν</target> - -<source>Number of files and folders that will be created</source> -<target>Αριθμός αρχείων και φακέλων που θα δημιουργηθούν</target> - -<source>Total bytes to copy</source> -<target>Συνολικός αριθμός bytes προς αντιγραφή</target> - -<source>Arrange folder pair</source> -<target>Οργάνωση του ζεύγους φακέλων:</target> - -<source>Main settings:</source> -<target>Βασικές ρυθμίσεις:</target> - -<source>Use local settings:</source> -<target>Χρήση τοπικών ρυθμίσεων:</target> - -<source>Select a variant:</source> -<target>Επιλογή μεθόδου:</target> - -<source>Include &symbolic links:</source> -<target>Συμπερίληψη των &συμβολικών συνδέσμων:</target> - -<source>&Follow</source> -<target>Α&κολούθηση</target> - -<source>&Direct</source> -<target>Άμε&ση αξιολόγηση</target> - -<source>More information</source> -<target>Περισσότερες πληροφορίες</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Αγνόηση χρονικής μετατόπισης [ωω:λλ]</target> - -<source>List of file time offsets to ignore</source> -<target>Λίστα των χρονικών μετατοπίσεων που θα αγνοηθούν</target> - -<source>Example:</source> -<target>Παράδειγμα:</target> - -<source>Handle daylight saving time</source> -<target>Διαχείριση θερινής ώρας</target> - -<source>Ignore errors</source> -<target>Αγνόηση σφαλμάτων</target> - -<source>Retry count:</source> -<target>Αριθμός προσπαθειών:</target> - -<source>Delay (in seconds):</source> -<target>Καθυστέρηση (σε δευτερόλεπτα):</target> - -<source>Performance improvements:</source> -<target>Βελτιώσεις της απόδοσης:</target> - -<source>Parallel file operations:</source> -<target>Παράλληλες λειτουργίες αρχείων:</target> - -<source>How to get best performance?</source> -<target>Πώς να έχετε την καλύτερη απόδοση</target> - -<source>Local settings:</source> -<target>Τοπικές ρυθμίσεις:</target> - -<source>Include:</source> -<target>Συμπερίληψη:</target> - -<source>Show examples</source> -<target>Εμφάνιση παραδειγμάτων</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Επιλογή κανόνων φιλτραρίσματος, ώστε να εξαιρεθούν ορισμένα αρχεία από το συγχρονισμό. Εισάγετε τις διαδρομές των αρχείων σχετικά με το αντίστοιχο ζεύγος φακέλων.</target> - -<source>File size:</source> -<target>Μέγεθος αρχείου:</target> - -<source>Minimum:</source> -<target>Ελάχιστο:</target> - -<source>Maximum:</source> -<target>Μέγιστο:</target> - -<source>Time span:</source> -<target>Χρονικό εύρος:</target> - -<source>C&lear</source> -<target>&Καθαρισμός</target> - -<source>Detect moved files</source> -<target>Ανίχνευση των αρχείων που μεταφέρθηκαν</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Δεν υποστηρίζεται από όλα τα συστήματα αρχείων -- Απαιτεί και δημιουργεί αρχεία βάσης δεδομένων -- Η ανίχνευση δεν είναι διαθέσιμη κατά τον πρώτο συγχρονισμό -</target> - -<source>Delete files:</source> -<target>Διαγραφή αρχείων:</target> - -<source>&Recycle bin</source> -<target>&Κάδος ανακύκλωσης</target> - -<source>&Permanent</source> -<target>&Μόνιμη</target> - -<source>&Versioning</source> -<target>&Διατήρηση παλιών εκδόσεων</target> - -<source>Move files to a user-defined folder</source> -<target>Μεταφορά αρχείων σε έναν υποκατάλογο που ορίζεται από το χρήστη</target> - -<source>Naming convention:</source> -<target>Κανόνας ονοματοθεσίας:</target> - -<source>Limit file versions:</source> -<target>Περιορισμός αριθμού παλιών εκδόσεων:</target> - -<source>Last x days:</source> -<target>Τις τελευταίες x μέρες:</target> - -<source>&Override default log path:</source> -<target>&Παράκαμψη προεπιλεγμένης διαδρομής για το αρχείο καταγραφής:</target> - -<source>Run a command:</source> -<target>Εκτέλεση της εντολής:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Τύπος σύνδεσης:</target> - -<source>Connected user accounts:</source> -<target>Συνδεδεμένοι λογαριασμοί χρήστη:</target> - -<source>&Add connection</source> -<target>&Προσθήκη σύνδεσης</target> - -<source>&Disconnect</source> -<target>&Αποσύνδεση</target> - -<source>Selected user account:</source> -<target>Επιλεγμένος λογαριασμός χρήστη:</target> - -<source>Server name or IP address:</source> -<target>Όνομα του διακομιστή ή διεύθυνση IP:</target> - -<source>Port:</source> -<target>Θύρα:</target> - -<source>Encryption:</source> -<target>Κρυπτογράφηση:</target> - -<source>&Disabled</source> -<target>&Απενεργοποίηση</target> - -<source>&Explicit SSL/TLS</source> -<target>&Ρητά SSL/TLS</target> - -<source>Authentication:</source> -<target>Επαλήθευση ταυτότητας:</target> - -<source>&Password</source> -<target>&Κωδικός πρόσβασης</target> - -<source>&Key file</source> -<target>&Αρχείο κλειδιού</target> - -<source>&SSH agent</source> -<target>Παράγοντας &SSH</target> - -<source>User name:</source> -<target>Όνομα χρήστη:</target> - -<source>Private key file:</source> -<target>Ιδιωτικό αρχείο κλειδιού:</target> - -<source>&Show password</source> -<target>&Εμφάνιση συνθηματικού</target> - -<source>Directory on server:</source> -<target>Υποκατάλογος στον διακομιστή:</target> - -<source>Access timeout (in seconds):</source> -<target>Χρονικό όριο σύνδεσης (σε δευτερόλεπτα):</target> - -<source>SFTP channels per connection:</source> -<target>Αριθμός καναλιών SFTP ανά σύνδεση:</target> - -<source>Detect server limit</source> -<target>Ανίχνευση ορίου του εξυπηρετητή</target> - -<source>Select Folder</source> -<target>Επιλογή Φακέλου</target> - -<source>Variant:</source> -<target>Μέθοδος:</target> - -<source>&Don't show this dialog again</source> -<target>&Να μην εμφανιστεί ξανά αυτό το μήνυμα</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Στοιχεία:</target> - -<source>Synchronizing...</source> -<target>Γίνεται συγχρονισμός...</target> - -<source>Minimize to notification area</source> -<target>Ελαχιστοποίηση στην περιοχή ειδοποιήσεων</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Στοιχεία</target> - -<source>When finished:</source> -<target>Μετά την ολοκλήρωση:</target> - -<source>Auto-close</source> -<target>Αυτόματο κλείσιμο</target> - -<source>Close</source> -<target>Κλείσιμο</target> - -<source>&Pause</source> -<target>&Παύση</target> - -<source>Stop</source> -<target>Διακοπή</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Δημιουργία ενός αρχείου δέσμης για αυτόματο συγχρονισμό. Για να ξεκινήσετε, κάντε διπλό κλικ σε αυτό το αρχείο ή ενσωματώστε το σε ένα χρονοδιάγραμμα εργασιών: %x</target> - -<source>Progress dialog:</source> -<target>Εμφάνιση προόδου:</target> - -<source>Run minimized</source> -<target>Εκκίνηση σε ελαχιστοποιημένο παράθυρο</target> - -<source>Show pop-up on errors or warnings</source> -<target>Εμφάνιση αναδυόμενου παράθυρου σε σφάλματα ή προειδοποιήσεις</target> - -<source>&Cancel</source> -<target>Α&κύρωση</target> - -<source>Stop synchronization at first error</source> -<target>Διακοπή του συγχρονισμού με το πρώτο σφάλμα</target> - -<source>How can I schedule a batch job?</source> -<target>Πώς μπορώ να προγραμματίσω μια εργασία με δέσμη ενεργειών;</target> - -<source>&Keep relative paths</source> -<target>&Διατήρηση των σχετικών διαδρομών</target> - -<source>&Overwrite existing files</source> -<target>&Αντικατάσταση των υπαρχόντων αρχείων</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Οι ακόλουθες ρυθμίσεις χρησιμοποιούνται για όλες τις εργασίες συγχρονισμού.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Αντιγραφή σε ένα προσωρινό αρχείο (*.ffs_tmp) πριν την αντικατάσταση του προορισμού. -Αυτό εγγυάται μια συνεπή κατάσταση ακόμα και στην περίπτωση σοβαρού σφάλματος. -</target> - -<source>recommended</source> -<target>συνιστώμενη</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Αντιγραφή των κοινών ή κλειδωμένων αρχείων με τη χρήση της Υπηρεσίας Σκιωδών Αντιγράφων Τόμου.</target> - -<source>requires administrator rights</source> -<target>απαιτεί δικαιώματα διαχειριστή</target> - -<source>Transfer file and folder permissions.</source> -<target>Μεταφορά των δικαιωμάτων πρόσβασης αρχείων και φακέλων.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Επανεμφάνιση όλων των μόνιμα κρυμμένων ειδοποιήσεων και προειδοποιητικών μηνυμάτων</target> - -<source>Default log path:</source> -<target>Προεπιλεγμένη διαδρομή για το αρχείο καταγραφής:</target> - -<source>&Delete logs after x days:</source> -<target>&Διαγραφή των αρχείων καταγραφής μετά από x ημέρες:</target> - -<source>Notification sounds:</source> -<target>Ήχοι ειδοποίησης:</target> - -<source>Synchronization finished:</source> -<target>Ολοκλήρωση συγχρονισμού:</target> - -<source>Customize context menu:</source> -<target>Προσαρμογή μενού περιβάλλοντος:</target> - -<source>Description</source> -<target>Περιγραφή</target> - -<source>&Default</source> -<target>&Προεπιλογή</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Σχόλια και προτάσεις είναι ευπρόσδεκτα:</target> - -<source>Home page</source> -<target>Αρχική σελίδα</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Αν σας αρέσει το FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Υποστηρίξτε με μια δωρεά</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Η αυτόματη ενημέρωση απενεργοποιήθηκε από το διαχειριστή.</target> - -<source>Donation details</source> -<target>Λεπτομέρειες δωρεάς</target> - -<source>Source code written in C++ using:</source> -<target>Ο πηγαίος κώδικας γράφτηκε σε C++ χρησιμοποιώντας τα:</target> - -<source>Published under the GNU General Public License:</source> -<target>Δημοσιευμένο υπό την Γενική Άδεια Δημόσιας Χρήσης GNU:</target> - -<source>Many thanks for localization:</source> -<target>Πολλές ευχαριστίες για τις μεταφράσεις:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Ενεργοποίηση της Έκδοσης Δωρητή του FreeFileSync μέσω μιας από τις παρακάτω μεθόδους:</target> - -<source>Activate via internet now:</source> -<target>Ενεργοποίηση μέσω internet τώρα:</target> - -<source>Activate online</source> -<target>Απευθείας ενεργοποίηση</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Ανάκτηση ενός κλειδιού ενεργοποίησης χωρίς σύνδεση από το ακόλουθο URL:</target> - -<source>&Copy to clipboard</source> -<target>&Αντιγραφή στο πρόχειρο</target> - -<source>Enter activation key:</source> -<target>Εισαγωγή κλειδιού ενεργοποίησης:</target> - -<source>Activate offline</source> -<target>Ενεργοποίηση χωρίς σύνδεση</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Επισήμανση παραμέτρων συγχρονισμού που δεν έχουν εκτελεστεί για μεγαλύτερο από τον ακόλουθο αριθμό ημερών:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>Το FreeFileSync χρειάζεται δικαιώματα πρόσβασης για να αποφύγει λάθη του τύπου "Η λειτουργία δεν επιτρέπεται" όταν συγχρονίζει τα δεδομένα σας (π.χ. στο Mail, στα Μηνύματα, στα Ημερολόγια).</target> - -<source>Locate the FreeFileSync app</source> -<target>Εντοπίστε την εφαρμογή FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Ανοίξτε την Ασφάλεια και απόρρητο</target> - -<source>Click the lock to allow changes.</source> -<target>Κάντε κλικ στην κλειδαριά για να επιτρέπονται οι αλλαγές.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Σύρετε το FreeFileSync μέσα στο παράθυρο.</target> - -<source>Synchronization Settings</source> -<target>Ρυθμίσεις συγχρονισμού</target> - -<source>Access Online Storage</source> -<target>Πρόσβαση στο χώρο αποθήκευσης online</target> - -<source>Save as a Batch Job</source> -<target>Αποθήκευση ως Δέσμη Ενεργειών</target> - -<source>Delete Items</source> -<target>Διαγραφή Στοιχείων</target> - -<source>Copy Items</source> -<target>Αντιγραφή Στοιχείων</target> - -<source>Options</source> -<target>Επιλογές</target> - -<source>Select Time Span</source> -<target>Επιλογή Χρονικού Εύρους</target> - -<source>Highlight Configurations</source> -<target>Επισήμανση Παραμέτρων</target> - -<source>Grant Full Disk Access</source> -<target>Παραχώρηση πλήρους πρόσβασης στο δίσκο</target> - -<source>Info</source> -<target>Πληροφορίες</target> - -<source>No log entries</source> -<target>Καμία καταγραφή</target> - -<source>Select all</source> -<target>Επιλογή όλων</target> - -<source>&Options</source> -<target>&Επιλογές</target> - -<source>Main Bar</source> -<target>Κύρια Γραμμή</target> - -<source>Folder Pairs</source> -<target>Ζεύγη Φακέλων</target> - -<source>Find</source> -<target>Εύρεση</target> - -<source>View Settings</source> -<target>Προβολή Ρυθμίσεων</target> - -<source>Configuration</source> -<target>Παράμετροι</target> - -<source>Overview</source> -<target>Σύνοψη</target> - -<source>Swap sides</source> -<target>Ανταλλαγή πλευρών</target> - -<source>Show "%x"</source> -<target>Εμφάνιση της γραμμής "%x"</target> - -<source>&Show details</source> -<target>&Προβολή λεπτομερειών</target> - -<source>FreeFileSync %x is available!</source> -<target>Το FreeFileSync %x είναι διαθέσιμο!</target> - -<source>Local path not available for %x.</source> -<target>Η τοπική διαδρομή δεν είναι διαθέσιμη για το %x.</target> - -<source>Confirm</source> -<target>Επιβεβαίωση</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Είστε σίγουροι ότι θέλετε να εκτελέσετε την εντολή %y σε ένα στοιχείο;</pluralform> -<pluralform>Είστε σίγουροι ότι θέλετε να εκτελέσετε την εντολή %y σε %x στοιχεία;</pluralform> -</target> - -<source>&Execute</source> -<target>&Εκτέλεση</target> - -<source>Set direction:</source> -<target>Επιλογή κατεύθυνσης:</target> - -<source>multiple selection</source> -<target>πολλαπλή επιλογή</target> - -<source>&Include via filter:</source> -<target>&Συμπερίληψη μέσω φίλτρου:</target> - -<source>&Exclude via filter:</source> -<target>&Εξαίρεση μέσω φίλτρου:</target> - -<source>Include temporarily</source> -<target>Προσωρινή συμπερίληψη</target> - -<source>Exclude temporarily</source> -<target>Προσωρινή εξαίρεση</target> - -<source>&Synchronize selection</source> -<target>&Συγχρονισμός επιλογής</target> - -<source>&Copy to...</source> -<target>&Αντιγραφή σε...</target> - -<source>&Delete</source> -<target>&Διαγραφή</target> - -<source>Show icons:</source> -<target>Εμφάνιση εικονιδίων:</target> - -<source>Small</source> -<target>Μικρό</target> - -<source>Medium</source> -<target>Μεσαίο</target> - -<source>Large</source> -<target>Μεγάλο</target> - -<source>Select time span...</source> -<target>Επιλέξτε το χρονικό εύρος...</target> - -<source>Donation Edition</source> -<target>Έκδοση Δωρητή</target> - -<source>Folder Comparison and Synchronization</source> -<target>Σύγκριση Φακέλων και Συγχρονισμός</target> - -<source>Configuration saved</source> -<target>Οι παράμετροι αποθηκεύτηκαν</target> - -<source>FreeFileSync batch</source> -<target>Δέσμη ενεργειών του FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Θέλετε να αποθηκεύσετε τις αλλαγές στο %x;</target> - -<source>Never save &changes</source> -<target>Να μην αποθηκεύονται &ποτέ οι αλλαγές</target> - -<source>Do&n't save</source> -<target>Να &μην αποθηκευθούν</target> - -<source>%x cannot be renamed.</source> -<target>Το %x δεν μπορεί να μετονομαστεί.</target> - -<source>New name:</source> -<target>Νέο όνομα:</target> - -<source>Rename Configuration</source> -<target>Μετονομασία αρχείου παραμέτρων</target> - -<source>Configuration name must not be empty.</source> -<target>Το όνομα του αρχείου παραμέτρων δεν μπορεί να είναι κενό.</target> - -<source>&Rename...</source> -<target>&Μετονομασία...</target> - -<source>Hide configuration</source> -<target>Απόκρυψη παραμέτρων συγχρονισμού</target> - -<source>Highlight...</source> -<target>Επισήμανση...</target> - -<source>Clear filter</source> -<target>Καθαρισμός φίλτρου</target> - -<source>Show files that exist on left side only</source> -<target>Εμφάνιση των αρχείων που υπάρχουν μόνο στα αριστερά</target> - -<source>Show files that exist on right side only</source> -<target>Εμφάνιση των αρχείων που υπάρχουν μόνο στα δεξιά</target> - -<source>Show files that are newer on left</source> -<target>Εμφάνιση των αρχείων που είναι πιο πρόσφατα στα αριστερά</target> - -<source>Show files that are newer on right</source> -<target>Εμφάνιση των αρχείων που είναι πιο πρόσφατα στα δεξιά</target> - -<source>Show files that are equal</source> -<target>Εμφάνιση των αρχείων που είναι ταυτόσημα</target> - -<source>Show files that are different</source> -<target>Εμφάνιση των αρχείων που είναι διαφορετικά</target> - -<source>Show conflicts</source> -<target>Εμφάνιση διενέξεων</target> - -<source>Show files that will be created on the left side</source> -<target>Εμφάνιση των αρχείων που θα δημιουργηθούν στα αριστερά</target> - -<source>Show files that will be created on the right side</source> -<target>Εμφάνιση των αρχείων που θα δημιουργηθούν στα δεξιά</target> - -<source>Show files that will be deleted on the left side</source> -<target>Εμφάνιση των αρχείων που θα διαγραφούν στα αριστερά</target> - -<source>Show files that will be deleted on the right side</source> -<target>Εμφάνιση των αρχείων που θα διαγραφούν στα δεξιά</target> - -<source>Show files that will be updated on the left side</source> -<target>Εμφάνιση των αρχείων που θα ενημερωθούν στα αριστερά</target> - -<source>Show files that will be updated on the right side</source> -<target>Εμφάνιση των αρχείων που θα ενημερωθούν στα δεξιά</target> - -<source>Show files that won't be copied</source> -<target>Εμφάνιση των αρχείων που δε θα αντιγραφούν</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Εμφάνιση φιλτραρισμένων ή προσωρινά εξαιρεθέντων αρχείων</target> - -<source>Filter</source> -<target>Φίλτρο</target> - -<source>All files are in sync</source> -<target>Όλα τα αρχεία είναι συγχρονισμένα</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 φάκελος</pluralform> -<pluralform>%x φάκελοι</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 αρχείο</pluralform> -<pluralform>%x αρχεία</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Εμφανίζεται %y από 1 γραμμή</pluralform> -<pluralform>Εμφανίζονται %y από %x γραμμές</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Δεν μπορεί να βρεθεί το %x</target> - -<source>Move up</source> -<target>Μετακίνηση προς τα πάνω</target> - -<source>Move down</source> -<target>Μετακίνηση προς τα κάτω</target> - -<source>Comma-separated values</source> -<target>Αρχείο διαχωρισμένο με κόμματα</target> - -<source>File list exported</source> -<target>Ο κατάλογος των αρχείων έχει εξαχθεί</target> - -<source>Searching for program updates...</source> -<target>Αναζήτηση καινούριας έκδοσης...</target> - -<source>Paused</source> -<target>Σε παύση</target> - -<source>Stop requested...</source> -<target>Αίτημα για διακοπή...</target> - -<source>Initializing...</source> -<target>Αρχικοποίηση...</target> - -<source>Comparing content...</source> -<target>Σύγκριση του περιεχομένου...</target> - -<source>&Continue</source> -<target>&Συνέχεια</target> - -<source>Progress</source> -<target>Πρόοδος</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Σας ευχαριστούμε, %x, για τη δωρεά και την υποστήριξή σας!</target> - -<source>Connections</source> -<target>Συνδέσεις</target> - -<source>Recommended range:</source> -<target>Προτεινόμενο εύρος:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Θέλετε σίγουρα να αποσυνδεθείτε από το λογαριασμό χρήστη %x;</target> - -<source>Password:</source> -<target>Συνθηματικό:</target> - -<source>Key passphrase:</source> -<target>Φάση πρόσβασης κλειδιού:</target> - -<source>Please enter a file path.</source> -<target>Παρακαλούμε εισάγετε μια διαδρομή αρχείου.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Αντιγραφή του ακόλουθου στοιχείου σε άλλο φάκελο;</pluralform> -<pluralform>Αντιγραφή του ακόλουθων %x στοιχείων σε άλλο φάκελο;</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Παρακαλούμε επιλέξτε έναν φάκελο-στόχο.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Είστε σίγουροι ότι θέλετε να μετακινήσετε το ακόλουθο στοιχείο στον κάδο ανακύκλωσης;</pluralform> -<pluralform>Είστε σίγουροι ότι θέλετε να μετακινήσετε τα ακόλουθα %x στοιχεία στον κάδο ανακύκλωσης;</pluralform> -</target> - -<source>Move</source> -<target>Μεταφορά</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Είστε σίγουροι ότι θέλετε να διαγραφεί το ακόλουθο στοιχείο;</pluralform> -<pluralform>Είστε σίγουροι ότι θέλετε να διαγραφούν τα ακόλουθα %x στοιχεία;</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Έναρξη συγχρονισμού της επιλογής;</target> - -<source>Start synchronization now?</source> -<target>Να ξεκινήσει ο συγχρονισμός τώρα;</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Αντιγραφή των DACL, SACL, Κατόχου, Ομάδας</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Ένταξη εξωτερικών εφαρμογών στο μενού περιβάλλοντος. Οι ακόλουθες μακροεντολές είναι διαθέσιμες:</target> - -<source>Full file or folder path</source> -<target>Πλήρης διαδρομή αρχείου ή φακέλου</target> - -<source>Parent folder path</source> -<target>Διαδρομή γονικού φακέλου</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Προσωρινό τοπικό αντίγραφο για αποθήκευση σε SFTP και MTP</target> - -<source>Parameters for opposite side</source> -<target>Παράμετροι για την απέναντι πλευρά</target> - -<source>Show hidden dialogs again</source> -<target>Επανεμφάνιση των κρυμμένων ειδοποιήσεων</target> - -<source>All dialogs shown</source> -<target>Φαίνονται όλες οι ειδοποιήσεις</target> - -<source>Downloading update...</source> -<target>Λήψη ενημέρωσης...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Αναγνώριση των ταυτόσημων αρχείων με σύγκριση του χρόνου τροποποίησης και του μεγέθους.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Αναγνώριση των ταυτόσημων αρχείων με σύγκριση του περιεχομένου τους.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Αναγνώριση των ταυτόσημων αρχείων με σύγκριση του μεγέθους τους.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Αναγνώριση και εφαρμογή αλλαγών και στις δυο πλευρές. Οι διαγραφές, οι μεταφορές και οι διενέξεις αναγνωρίζονται αυτόματα με τη βοήθεια μιας βάσης δεδομένων.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Τροποποίηση του φακέλου δεξιά, ώστε να γίνει ακριβές αντίγραφο του φακέλου αριστερά.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Αντιγραφή των νέων και των τροποποιημένων αρχείων στον υποκατάλογο δεξιά.</target> - -<source>Configure your own synchronization rules.</source> -<target>Ορίστε τους δικούς σας κανόνες συγχρονισμού.</target> - -<source>Comparison</source> -<target>Σύγκριση</target> - -<source>Synchronization</source> -<target>Συγχρονισμός</target> - -<source>This week</source> -<target>Αυτήν την εβδομάδα</target> - -<source>This month</source> -<target>Αυτόν το μήνα</target> - -<source>This year</source> -<target>Αυτό το έτος</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Διατήρηση διαγραμμένων και αντικατεστημένων αρχείων στον κάδο ανακύκλωσης</target> - -<source>Delete and overwrite files permanently</source> -<target>Μόνιμη διαγραφή και αντικατάσταση αρχείων</target> - -<source>Replace</source> -<target>Αντικατάσταση προηγούμενης</target> - -<source>Move files and replace if existing</source> -<target>Μετακίνηση αρχείων και αντικατάσταση</target> - -<source>Time stamp</source> -<target>Χρονική σήμανση</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Μεταφορά αρχείων σε έναν χρονικά σημασμένο υποφάκελο</target> - -<source>File</source> -<target>Αρχείο</target> - -<source>Append a time stamp to each file name</source> -<target>Προσάρτηση χρονικής σήμανσης στο όνομα κάθε αρχείου</target> - -<source>On completion:</source> -<target>Μετά την ολοκλήρωση:</target> - -<source>On errors:</source> -<target>Μετά από σφάλμα:</target> - -<source>On success:</source> -<target>Μετά από επιτυχία:</target> - -<source>Main config</source> -<target>Κύρια διάταξη</target> - -<source>empty</source> -<target>κενό</target> - -<source>Leave as unresolved conflict</source> -<target>Παράβλεψη ως ανεπίλυτη διένεξη</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>ΕΕΕΕ-ΜΜ-ΗΗ ωωλλδδ</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Ο ελάχιστος αριθμός παλιών εκδόσεων πρέπει να είναι μικρότερος από τον μέγιστο αριθμό.</target> - -<source>&Restore</source> -<target>&Επαναφορά</target> - -<source>Files</source> -<target>Αρχεία</target> - -<source>Percentage</source> -<target>Ποσοστό</target> - -<source>Failed to retrieve update information.</source> -<target>Αποτυχία ανάκτησης πληροφοριών ενημέρωσης.</target> - -<source>Automatic updates:</source> -<target>Αυτόματες ενημερώσεις:</target> - -<source>Check for Program Updates</source> -<target>Έλεγχος για ενημερώσεις του προγράμματος</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Αυτόματη ενημέρωση τώρα ή χειροκίνητη λήψη από την ιστοσελίδα του FreeFileSync;</target> - -<source>&Auto-update</source> -<target>&Αυτόματη ενημέρωση</target> - -<source>&Home page</source> -<target>&Ιστοσελίδα</target> - -<source>Download now?</source> -<target>Λήψη τώρα;</target> - -<source>&Download</source> -<target>&Λήψη</target> - -<source>FreeFileSync is up to date.</source> -<target>Το FreeFileSync είναι ενημερωμένο.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Δεν μπορεί να βρεθεί η τρέχουσα έκδοση του FreeFileSync στο δίκτυο. Πιθανότατα είναι διαθέσιμη μια νεότερη έκδοση. Θέλετε να μεταφερθείτε στην ιστοσελίδα τώρα;</target> - -<source>&Check</source> -<target>Έλε&γχος</target> - -<source>Consistency check failed for %x.</source> -<target>Ο έλεγχος συνέπειας απέτυχε για το %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Η εγκατάσταση καταχωρήθηκε σε διαφορετικό λειτουργικό σύστημα.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Αποτυχία ενεργοποίησης της Έκδοσης Δωρητή του FreeFileSync.</target> - -<source>Incorrect activation key.</source> -<target>Εσφαλμένο κλειδί ενεργοποίησης.</target> - -<source>Unable to register to receive system messages.</source> -<target>Δεν μπορεί να καταχωρηθεί η λήψη μηνυμάτων συστήματος.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Η επιλογή εγκατάστασης %x είναι διαθέσιμη μόνο στην Έκδοση Δωρητή του FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>Δεν μπορεί να βρεθεί η λειτουργία συστήματος %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Δεν μπορούν να καταχωρηθεί η ειδοποίηση για το χώρο αποθήκευσης %x.</target> - -<source>The file is locked by another process:</source> -<target>Το αρχείο είναι κλειδωμένο από μια άλλη διαδικασία:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Αποτυχία προσδιορισμού εάν ο φάκελος %x υποστηρίζει δικαιώματα πρόσβασης.</target> - -<source>Cannot read security context of %x.</source> -<target>Δεν μπορεί να αναγνωσθεί το περιβάλλον ασφαλείας του %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Δεν μπορεί να γίνει εγγραφή του περιβάλλοντος ασφαλείας του %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Δεν μπορούν να αναγνωσθούν τα δικαιώματα ανάγνωσης του %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Δεν μπορούν να αντιγραφούν τα δικαιώματα αντιγραφής του %x στο %y.</target> - -<source>%x is not a regular directory name.</source> -<target>Το %x δεν είναι ένα κανονικό όνομα υποκαταλόγου.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Δεν μπορούν να αντιγραφούν τα χαρακτηριστικά του %x στο %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 λεπτό</pluralform> -<pluralform>%x λεπτά</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 ώρα</pluralform> -<pluralform>%x ώρες</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Τα δικαιώματα %x δεν μπορούν να οριστούν.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Δεν μπορεί να διακοπεί η αναμονή του συστήματος.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Δεν μπορούν να αλλάξουν οι προτεραιότητες I/O της διεργασίας.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Ο έλεγχος του κάδου ανακύκλωσης απέτυχε για τον υποκατάλογο %x.</target> - -<source>Unable to shut down the system.</source> -<target>Αδυναμία τερματισμού λειτουργίας του συστήματος.</target> - -<source>Prepare installation</source> -<target>Προετοιμασία εγκατάστασης</target> - -<source>Choose which components you want to install.</source> -<target>Επιλέξτε ποια στοιχεία θέλετε να εγκαταστήσετε.</target> - -<source>Select installation type:</source> -<target>Επιλογή τύπου εγκατάστασης:</target> - -<source>Local</source> -<target>Τοπική</target> - -<source>Portable</source> -<target>Φορητή</target> - -<source>Save settings in %x</source> -<target>Αποθήκευση των ρυθμίσεων στο %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Καταχώρηση των επεκτάσεων των αρχείων του FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Δημιουργία καταχωρήσεων στο μενού περιβάλλοντος του Explorer</target> - -<source>Save settings in installation directory</source> -<target>Αποθήκευση των ρυθμίσεων στον υποκατάλογο εγκατάστασης</target> - -<source>Do not write to Registry</source> -<target>Χωρίς εγγραφές στο Μητρώο</target> - -<source>Just copy the files</source> -<target>Απλή αντιγραφή των αρχείων</target> - -<source>Choose a directory for installation:</source> -<target>Επιλέξτε έναν υποκατάλογο για εγκατάσταση:</target> - -<source>Create shortcuts:</source> -<target>Δημιουργία συντομεύσεων:</target> - -<source>Desktop</source> -<target>Επιφάνεια εργασίας</target> - -<source>Start Menu</source> -<target>Μενού "Έναρξη"</target> - -<source>Send To</source> -<target>Αποστολή Προς</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Καταχώρηση των επεκτάσεων των αρχείων του FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Αναίρεση της καταχώρησης των επεκτάσεων των αρχείων του FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Ρυθμίσεις του FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Δέσμη Ενεργειών του FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Βάση Δεδομένων Συγχρονισμού του FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Ρυθμίσεις του RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Επεξεργασία με FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Αντί για διαφήμιση, δείτε ένα ζωάκι.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Η φορητή έκδοση του FreeFileSync δεν μπορεί να εγκατασταθεί σε υποφάκελο του %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Παρακαλούμε επιλέξτε την τοπική εγκατάσταση ή επιλέξτε έναν διαφορετικό φάκελο για εγκατάσταση.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Αγοράστε την Έκδοση Δωρητή με περισσότερες δυνατότητες και βοηθήστε να μείνει το FreeFileSync χωρίς διαφημίσεις.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/hebrew.lng b/FreeFileSync/Build/Resources/Languages/hebrew.lng deleted file mode 100755 index 7e7678a6..00000000 --- a/FreeFileSync/Build/Resources/Languages/hebrew.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>עברית</language> - <translator>nitnit</translator> - <locale>he_IL</locale> - <image>flag_israel.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>לא יכול לקרוא קובץ %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -גודל בלתי צפוי של זרם נתונים. -צפוי: %x בתים -בפועל: %y בתים -</target> - -<source>Cannot write file %x.</source> -<target>לא יכול לכתוב קובץ %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>לא יכול לכתוב הרשאות של %x.</target> - -<source>Operation not supported between different devices.</source> -<target>הפעולה אינה נתמכת בין התקנים שונים.</target> - -<source>Cannot delete file %x.</source> -<target>לא יכול למחוק קובץ %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>לא ניתן למחוק קישור סימבולי %x.</target> - -<source>Cannot delete directory %x.</source> -<target>לא יכול למחוק מחיצה %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>לא יכול להעביר קובץ %x אל %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>לא יכול להעתיק קישור סימבולי %x אל %y.</target> - -<source>Error Code %x</source> -<target>קוד שגיאה %x</target> - -<source>Cannot read directory %x.</source> -<target>לא ניתן לקרוא מחיצה %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>לא יכול לרשום זמן שינוי של %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>לא יכול לקרוא תכונות של קובץ %x.</target> - -<source>Cannot create directory %x.</source> -<target>לא יכול ליצור מחיצה %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>לא יכול לקבוע את המסלול הסופי ל %x.</target> - -<source>Operation not supported by device.</source> -<target>הפעולה אינה נתמכת על ידי ההתקן.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>לא יכול לפענח את הקישור הסימבולי %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>לא יכול להעביר את %x לסל המחזור.</target> - -<source>Authentication completed.</source> -<target>האימות הושלם.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>אתה יכול לסגור דף זה עכשיו ולהמשיך עם FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>האימות נכשל.</target> - -<source>Unable to connect to %x.</source> -<target>לא יכול להתחבר אל %x.</target> - -<source>Cannot find %x.</source> -<target>לא מוצא %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>בשם %x נעשה שימוש יותר מפעם אחת בתיקייה.</target> - -<source>Please authorize access to user account %x.</source> -<target>בבקשה הרשה גישה לחשבון משתמש %x.</target> - -<source>Cannot open file %x.</source> -<target>לא יכול לפתוח קובץ %x.</target> - -<source>The name %x is already used by another item.</source> -<target>השם %x כבר בשימוש על ידי פריט אחר.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>לא ניתן לקבוע שטח דיסק פנוי עבור %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>לא ניתן להתנתק מ %x.</target> - -<source>Unable to access %x.</source> -<target>לא ניתן לגשת אל %x.</target> - -<source>Failed to get information about server %x.</source> -<target>נכשלה קבלת מידע על שרת %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>לא יכול לנטר מחיצה %x.</target> - -<source>Cannot find device %x.</source> -<target>לא מוצא התקן %x.</target> - -<source>Cannot open directory %x.</source> -<target>לא יכול לפתוח מחיצה %x.</target> - -<source>Unsupported item type.</source> -<target>סוג פריט לא נתמך.</target> - -<source>Incorrect command line:</source> -<target>שורת פקודה לא תקינה:</target> - -<source>The server does not support authentication via %x.</source> -<target>השרת אינו תומך באימות באמצעות %x.</target> - -<source>Required:</source> -<target>נדרש:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>זמן הפעולה פקע לאחר שניה 1.</pluralform> -<pluralform>זמן הםעולה פקע לאחר %x שניות.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>לא ניתן להמתין ליותר מחיבור 1 בכל פעם.</pluralform> -<pluralform>לא ניתן להמתין ליותר מ %x חיבורים בכל פעם.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>חיבורים פעילים: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>נכשלה פתיחת ערוץ SFTP מספר %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>שני הצדדים שונו מאז הסנכרון האחרון.</target> - -<source>Cannot determine sync-direction:</source> -<target>לא מזהה כוון סנכרון:</target> - -<source>No change since last synchronization.</source> -<target>אין שינוי מאז הסנכרון האחרון.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>בסיס הנתונים אינו מסונכרן בהתאם להגדרות הנוכחיות.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>בחר ברירת מחדל של סנכרון: קבצים ישנים ידרסו ע"י קבצים חדשים יותר.</target> - -<source>Creating file %x</source> -<target>יוצר קובץ %x</target> - -<source>Creating folder %x</source> -<target>יוצר תיקייה %x</target> - -<source>Creating symbolic link %x</source> -<target>יוצר קישור סימבולי %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>מעביר קובץ %x לסל המיחזור</target> - -<source>Moving folder %x to the recycle bin</source> -<target>מעביר תיקייה %x לסל המיחזור</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>מעביר קישור סימבולי %x לסל המיחזור</target> - -<source>Deleting file %x</source> -<target>מוחק קובץ %x</target> - -<source>Deleting folder %x</source> -<target>מוחק תיקייה %x</target> - -<source>Deleting symbolic link %x</source> -<target>מוחק קישור סימבולי %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>בודק זמינות סל מחזור עבור תיקייה %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>תא המחזור אינו נתמך על ידי התיקיות הבאות. קבצים שנמחקו או הוחלפו לא יהיו ניתנים לשחזור:</target> - -<source>An exception occurred</source> -<target>אירוע חריג</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>נתיב מחיצה שמאלי וימני נדרשים לאחר %x.</target> - -<source>Syntax error</source> -<target>שגיאת תחביר</target> - -<source>Cannot find file %x.</source> -<target>לא מוצא קובץ %x.</target> - -<source>Error</source> -<target>שגיאה</target> - -<source>File %x does not contain a valid configuration.</source> -<target>קובץ %x אינו כולל תצורה תקינה.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>קבצי הקונפיגורציה אינם יכולים לכלול הגדרות של זוגות מחיצות כאשר מחיצות מוגדרות באמצעות שורת הפקודה.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>מחיצות אינו יכולות להיות מוגדרות עבור יותר מקובץ קונפיגורציה אחד.</target> - -<source>Command line</source> -<target>שורת פקודות</target> - -<source>Syntax:</source> -<target>תחביר:</target> - -<source>config files:</source> -<target>קבצי תצורה:</target> - -<source>directory</source> -<target>מחיצה</target> - -<source>global config file:</source> -<target>קבצי תצורה גלובליים:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>כל כמות של קבצי FreeFileSync "ffs_gui" ו\או קבצי קונפיגורציה "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>כל כמות של זוגות מחיצות אלטרנטיביות עבור קובץ תצורה אחד לפחות.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>פתח את התצורה הבאה לעריכה בלבד מבלי להפעיל אותה.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>נתיב אל קובץ GlobalSettings.xml אלטרנטיבי.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>קבצי ההתקנה פגומים. בבקשה התקן מחדש את FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>לא יכול למצוא את התיקיות הבאות:</target> - -<source>The following folders do not yet exist:</source> -<target>התיקיות הבאות אינן קיימות עדיין:</target> - -<source>The folders are created automatically when needed.</source> -<target>התיקיות נוצרות באופן אוטמטי כאשר נדרש.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>נתיביי התיקיות הבאים שונים. בבקשה עשה שימוש בתצורה אחידה כדי להימנע מריבוי גישה.</target> - -<source>Scanning:</source> -<target>סורק:</target> - -<source>Comparison finished:</source> -<target>ההשוואה הסתיימה:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>פריט 1 נמצא</pluralform> -<pluralform>%x פריטים נמצאו</pluralform> -</target> - -<source>Time elapsed:</source> -<target>זמן שעבר:</target> - -<source>File %x has an invalid date.</source> -<target>קובץ %x מכיל תאריך שגוי.</target> - -<source>Date:</source> -<target>תאריך:</target> - -<source>Files have the same date but a different size.</source> -<target>לקבצים יש תאריך זהה אבל גודל שונה.</target> - -<source>Size:</source> -<target>גודל:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>השוואת תוכן לא בוצעה עבור קבצים שלא נכללו.</target> - -<source>Items differ in attributes only</source> -<target>פריטים שונים בתכונות בלבד</target> - -<source>Resolving symbolic link %x</source> -<target>פותר קישור סימבולי %x</target> - -<source>Comparing content of files %x</source> -<target>השווה תכולה של קבצים %x</target> - -<source>Generating file list...</source> -<target>מייצר רשימת קבצים...</target> - -<source>Fail-safe file copy</source> -<target>כשלון באבטחת העתקת קובץ</target> - -<source>Enabled</source> -<target>זמין</target> - -<source>Disabled</source> -<target>לא זמין</target> - -<source>Copy locked files</source> -<target>העתק קבצים נעולים</target> - -<source>Copy file access permissions</source> -<target>העתק הרשאות גישה של הקובץ</target> - -<source>File time tolerance</source> -<target>אפיצות זמן קובץ</target> - -<source>Run with background priority</source> -<target>בצע עם עדיפות רקע</target> - -<source>Lock directories during sync</source> -<target>נעל מחיצות בזמן סינכרון</target> - -<source>Verify copied files</source> -<target>אמת קבצים מועתקים</target> - -<source>Using non-default global settings:</source> -<target>משתמש בהגדרות כלליות שאינן ברירת מחדל:</target> - -<source>A folder input field is empty.</source> -<target>שדה קלט תיקייה ריק.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>התקייה המתאימה תחשב כריקה.</target> - -<source>Exclude:</source> -<target>לא לכלול:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>תיקיית בסיס של צמד תיקיות מוכלת בתיקייה אחרת.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>יש להחריג את התיקייה מסנכרון באמצעות מסנן.</target> - -<source>Calculating sync directions...</source> -<target>מחשב כיווני סנכרון...</target> - -<source>Out of memory.</source> -<target>תם הזכרון.</target> - -<source>Show in Explorer</source> -<target>הראה בסייר הקבצים</target> - -<source>Open with default application</source> -<target>פתח באמצאות האפליקציה המתאימה</target> - -<source>Browse directory</source> -<target>עיין במחיצה</target> - -<source>Database file %x is incompatible.</source> -<target>קובץ מסד נתונים %x אינו במבנה מתאים.</target> - -<source>Initial synchronization:</source> -<target>סנכרון ראשוני:</target> - -<source>Database file %x does not yet exist.</source> -<target>קובץ מסד נתונים %x אינו קיים עדיין.</target> - -<source>Database file is corrupted:</source> -<target>קובץ בסיס נתונים פגום:</target> - -<source>Loading file %x...</source> -<target>טוען קובץ %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>קבצי בסיס הנתונים אינם כוללים עדיין מידע על סינכרון אחרון.</target> - -<source>Saving file %x...</source> -<target>שומר קובץ %x...</target> - -<source>Searching for folder %x...</source> -<target>מחפש את תיקייה %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>פקע הזמן עבור חיפוש של תיקייה %x.</target> - -<source>Cannot get process information.</source> -<target>לא יכול לקבל את נתוני התהליך.</target> - -<source>Waiting while directory is locked:</source> -<target>ממתין בזמן שהמחיצה נעולה:</target> - -<source>Lock owner:</source> -<target>בעלים נעול:</target> - -<source>Detecting abandoned lock...</source> -<target>מגלה נעילה נטושה...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 שנייה</pluralform> -<pluralform>%x שניות</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>הפריט קיים בצד ימין בלבד</target> - -<source>Item exists on right side only</source> -<target>הפריט קיים בצד שמאל בלבד</target> - -<source>Left side is newer</source> -<target>צד ימין חדש יותר</target> - -<source>Right side is newer</source> -<target>צד שמאל חדש יותר</target> - -<source>Items have different content</source> -<target>הפריטים הם בעלי תוכן שונה</target> - -<source>Both sides are equal</source> -<target>שני הצדדים שווים</target> - -<source>Conflict/item cannot be categorized</source> -<target>סתירה/פריט אינו ניתן לסיווג</target> - -<source>Copy new item to left</source> -<target>העתק פריט חדש לצד ימין</target> - -<source>Copy new item to right</source> -<target>העתק פריט חדש לצד שמאל</target> - -<source>Delete left item</source> -<target>מחק פריט בצד ימין</target> - -<source>Delete right item</source> -<target>מחק פריט בצד שמאל</target> - -<source>Move file on left</source> -<target>העבר קובץ בצד ימין</target> - -<source>Move file on right</source> -<target>העבר קובץ בצד שמאל</target> - -<source>Update left item</source> -<target>עדכן פריט בצד שמאל</target> - -<source>Update right item</source> -<target>עדכן פריט בצד ימין</target> - -<source>Do nothing</source> -<target>אל תעשה כלום</target> - -<source>Update attributes on left</source> -<target>עדכן תכונות בצד ימין</target> - -<source>Update attributes on right</source> -<target>עדכן תכונות בצד שמאל</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>שגיאה בפענוח קובץ %x, שורה %y, טור %z.</target> - -<source>Services</source> -<target>שרותים</target> - -<source>Show All</source> -<target>הראה הכל</target> - -<source>Hide Others</source> -<target>מסתיר אחרים</target> - -<source>Hide %x</source> -<target>מסתיר %x</target> - -<source>Quit %x</source> -<target>יוצא %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>אין אפשרות להגדיר נעילות מחיצה עבור התיקיות הבאות:</target> - -<source>Errors:</source> -<target>שגיאות:</target> - -<source>Warnings:</source> -<target>אזהרות:</target> - -<source>Items processed:</source> -<target>אלמנטים עובדו:</target> - -<source>Items remaining:</source> -<target>אלמנתים נותרו:</target> - -<source>Total time:</source> -<target>זמן כולל:</target> - -<source>Warning</source> -<target>אזהרה</target> - -<source>Stopped</source> -<target>נעצר</target> - -<source>Cleaning up log files:</source> -<target>מנקה קבצי יומן:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>תהליך 1</pluralform> -<pluralform>%x תהליכים</pluralform> -</target> - -<source>%x/sec</source> -<target>%x /שניות</target> - -<source>%x items</source> -<target>%x פריטים</target> - -<source>Completed successfully</source> -<target>הסתיים בהצלחה</target> - -<source>Completed with warnings</source> -<target>הסתיים עם אזהרות</target> - -<source>Completed with errors</source> -<target>הסתיים עם שגיאות</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>לא ניתן לגשת אל שרות Volume Shadow Copy.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>בבקשה הרץ את גירסת 64 סיביות של FreeFileSync כדי ליצור עותקי צל של מערכת זו.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>כרך בשם %x אינו חלק של נתיב קובץ %y.</target> - -<source>File time and size</source> -<target>זמן וגודל קובץ</target> - -<source>File content</source> -<target>תכולת הקובץ</target> - -<source>File size</source> -<target>גודל קובץ</target> - -<source>Two way</source> -<target>דו כווני</target> - -<source>Mirror</source> -<target>מראה</target> - -<source>Update</source> -<target>שדרג</target> - -<source>Custom</source> -<target>מותאם</target> - -<source>Multiple...</source> -<target>הכפל...</target> - -<source>Cannot write file attributes of %x.</source> -<target>לא יכול לכתוב תכונות קובץ של %x.</target> - -<source>%x and %y have different content.</source> -<target>%x ו- %y הם בעלי צוכן שונה.</target> - -<source>Data verification error:</source> -<target>שגיאת בדיקת מידע:</target> - -<source>Moving file %x to %y</source> -<target>מעביר קובץ %x אל %y</target> - -<source>Moving folder %x to %y</source> -<target>מעביר תיקייה %x אל %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>מעביר קישור סימבולי %x אל %y</target> - -<source>Updating file %x</source> -<target>מעדכן קובץ %x</target> - -<source>Updating symbolic link %x</source> -<target>מעדכן קישור סימבולי %x</target> - -<source>Verifying file %x</source> -<target>מאמת קובץ %x</target> - -<source>Updating attributes of %x</source> -<target>מעדכן תכונות של %x</target> - -<source>Source item %x not found</source> -<target>פריט מקור %x לא נמצא</target> - -<source>Parent folder %x is not existing.</source> -<target>תיקיית אב %x לא קיימת.</target> - -<source>Cannot copy file %x to %y.</source> -<target>לא יכול להעתיק קובץ %x אל %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>מייצר Volume Shadow Copy עבור %x...</target> - -<source>Cannot find folder %x.</source> -<target>לא מוצא תיקייה %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>תיקיית יעד %x קיימת, אך לא הייתה זמינהבזמן השוואת התיקיות.</target> - -<source>Target folder input field must not be empty.</source> -<target>קלט תיקיית מטרה אינה יכול להיות ריק.</target> - -<source>Source folder %x not found.</source> -<target>תיקיית מקור %x לא נמצאת.</target> - -<source>Please enter a target folder for versioning.</source> -<target>בבקשה הזן תיקיית יעד עבור גרסאות.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>לפריטים הבאים יש קונפליקטים בלתי פתורים והם לא יסונכרנו:</target> - -<source>Folder pair:</source> -<target>זוג תיקיות:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>התיקיות הבאות שונות באופן מהותי. בבקשה בדוק כי נבחרו התיקיות הנכונות לסחנכרון.</target> - -<source>Not enough free disk space available in:</source> -<target>אין מספיק מקום דיסק פנוי ב:</target> - -<source>Available:</source> -<target>זמין:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>קבצים מסויימים יסונכרנו כחלק מתיקיות בסיס מרובות.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>כדי למנוע התנגשויות, הגדר מסנני אי הכללה כך שכל עידכון קובץ יכלל על ידי תיקיית בסיס אחת.</target> - -<source>Versioning folder:</source> -<target>תיקיית גרסאות:</target> - -<source>Base folder:</source> -<target>תיקיית בסיס:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>תיקיית ניהול הגירסאות נמצאת בתיקיית בסיס.</target> - -<source>Synchronizing folder pair:</source> -<target>מסנכרן זוג תיקיות:</target> - -<source>Generating database...</source> -<target>מייצר מסד נתונים...</target> - -<source>Searching for old file versions:</source> -<target>מחפש גרסאות קובץ ישנות:</target> - -<source>Removing old file versions:</source> -<target>מסיר גרסאות קובץ ישנות:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>לא ניתן ליצור תג זמן לגרסאות:</target> - -<source>Drag && drop</source> -<target>גרור ושחרר</target> - -<source>Select a folder</source> -<target>בחר תיקייה</target> - -<source>&New</source> -<target>&חדש</target> - -<source>&Open...</source> -<target>&פתח...</target> - -<source>Save &as...</source> -<target>שמור &בשם...</target> - -<source>E&xit</source> -<target>י&ציאה</target> - -<source>&File</source> -<target>&קובץ</target> - -<source>&View help</source> -<target>&הראה עזרה</target> - -<source>&About</source> -<target>&אודות</target> - -<source>&Help</source> -<target>&עזרה</target> - -<source>Usage:</source> -<target>שימוש:</target> - -<source>Select folders to watch.</source> -<target>בחר תיקיות לצפייה.</target> - -<source>Enter a command line.</source> -<target>הקש שורת פקודות.</target> - -<source>Press 'Start'.</source> -<target>לחץ 'הפעל'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>בכדי להתחיל יבא קובץ "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>תיקיות לצפייה:</target> - -<source>Add folder</source> -<target>הוסף תיקייה</target> - -<source>Remove folder</source> -<target>הסר תיקייה</target> - -<source>Browse</source> -<target>עיין</target> - -<source>Idle time (in seconds):</source> -<target>זמן המתנה (בשניות):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>זמן המתנה בין שינויי מאובחן אחרון לבין ביצוע של פקודה</target> - -<source>Command line:</source> -<target>שורת פקודה:</target> - -<source>&Hide console window</source> -<target>&הסתר חלון מסוף</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -הפקודה מופעלת כאשר: -- קבצים או תת-תיקיות משתנים -- תיקיות חדשות מופיעות (לדוגמה התקן USB מוכנס) -</target> - -<source>Start</source> -<target>התחל</target> - -<source>About</source> -<target>אודות</target> - -<source>Build: %x</source> -<target>מבנה: %x</target> - -<source>All files</source> -<target>כל הקבצים</target> - -<source>Automated Synchronization</source> -<target>סנכרון אוטומטי</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>הפרוטוקול %x אינו תומך בניטור מחיצה:</target> - -<source>Directory monitoring active</source> -<target>ניטור מחיצות פעיל</target> - -<source>Waiting until directory is available:</source> -<target>מחכה עד שהמחיצה זמינה:</target> - -<source>&Configure</source> -<target>&הגדר</target> - -<source>&Show error message</source> -<target>&הצג הודעת שגיאה</target> - -<source>&Quit</source> -<target>&יציאה</target> - -<source>&Retry</source> -<target>&נסה שנית</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>בית 1</pluralform> -<pluralform>%x בתים</pluralform> -</target> - -<source>%x MB</source> -<target>%x מגה בייט</target> - -<source>%x KB</source> -<target>%x קילו בייט</target> - -<source>%x GB</source> -<target>%x גיגה בייט</target> - -<source>Loading...</source> -<target>טוען...</target> - -<source>Scanning...</source> -<target>סורק...</target> - -<source>configuration file</source> -<target>קובץ תצורה</target> - -<source>System: Sleep</source> -<target>מערכת: שינה</target> - -<source>System: Shut down</source> -<target>מערכת: כיבוי</target> - -<source>Nothing to synchronize</source> -<target>אין מה לסנכרן</target> - -<source>Executing command:</source> -<target>מבצע פקודה:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>ניתן לעבור לחלון הראשי של FreeFileSync כדי לפתור את הסוגיה הזו.</target> - -<source>&Don't show this warning again</source> -<target>&לא להראות אזהרה זו שוב</target> - -<source>&Ignore</source> -<target>&התעלם</target> - -<source>&Switch</source> -<target>&החלפה</target> - -<source>Switching to FreeFileSync's main window</source> -<target>מעבר אל החלון הראשי של FreeFileSync</target> - -<source>Automatic retry</source> -<target>נסיון חוזר באופן אוטומטי</target> - -<source>Ignore &all</source> -<target>התעלם &מהכל</target> - -<source>Retrying operation...</source> -<target>מנסה שוב פעולה...</target> - -<source>Serious Error</source> -<target>שגיאה חמורה</target> - -<source>Last session</source> -<target>פעילות אחרונה</target> - -<source>Today</source> -<target>היום</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 יום</pluralform> -<pluralform>%x ימים</pluralform> -</target> - -<source>Name</source> -<target>שם</target> - -<source>Last sync</source> -<target>סינכרון אחרון</target> - -<source>Log</source> -<target>יומן</target> - -<source>Folder</source> -<target>תיקייה</target> - -<source>Symlink</source> -<target>קשור סימבולי</target> - -<source>Full path</source> -<target>נתיב מלא</target> - -<source>Relative path</source> -<target>נתיב יחסי</target> - -<source>Item name</source> -<target>שם פריט</target> - -<source>Size</source> -<target>גודל</target> - -<source>Date</source> -<target>תארין</target> - -<source>Extension</source> -<target>סיומת</target> - -<source>Category</source> -<target>קטגוריה</target> - -<source>Action</source> -<target>פעולה</target> - -<source>Local comparison settings</source> -<target>הגדרות השוואה מקומיות</target> - -<source>Local synchronization settings</source> -<target>הגדרות סינכרון מקומיות</target> - -<source>Local filter</source> -<target>מסנן מקומי</target> - -<source>Active</source> -<target>פעיל</target> - -<source>None</source> -<target>אין</target> - -<source>Remove local settings</source> -<target>הסר הגדרות מקומיות</target> - -<source>Clear local filter</source> -<target>נקה מסנן מקומי</target> - -<source>Copy</source> -<target>העתק</target> - -<source>Paste</source> -<target>הדבק</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>התיקייה הנבחרת %x אינה יכולה להיות בשימוש עם FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>אנא בחר תיקייה במערכת הקבצים המקומית, ברשת או בהתקן MTP.</target> - -<source>Defined by context of use</source> -<target>מוגדר בהקשר של השימוש</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>נדרשת מהדורת התרומות של FreeFileSync</target> - -<source>&Save</source> -<target>&שמור</target> - -<source>Save as &batch job...</source> -<target>שמור כעבודת &אצווה...</target> - -<source>Show &log</source> -<target>הצג &יומנים:</target> - -<source>Start &comparison</source> -<target>התחל &והשווה</target> - -<source>C&omparison settings</source> -<target>הגדרות ה&שוואה</target> - -<source>&Filter settings</source> -<target>הגדרות ס&ינון</target> - -<source>S&ynchronization settings</source> -<target>הגדרות סינכ&רון</target> - -<source>Start &synchronization</source> -<target>התחל &וסנכרן</target> - -<source>&Actions</source> -<target>&פעולות</target> - -<source>&Preferences</source> -<target>&העדפות</target> - -<source>&Language</source> -<target>&שפה</target> - -<source>&Find...</source> -<target>&מצא...</target> - -<source>&Export file list...</source> -<target>&יצא רשימת קבצים...</target> - -<source>&Reset layout</source> -<target>&אפס פריסה</target> - -<source>&Tools</source> -<target>&כלים</target> - -<source>&Check for updates now</source> -<target>&בדוק האם יש עדכונים עכשיו</target> - -<source>Check &automatically once a week</source> -<target>בדוק &אוטומטית אחת לשבוע</target> - -<source>Cancel</source> -<target>בטל</target> - -<source>Compare</source> -<target>השוואה</target> - -<source>Synchronize</source> -<target>סנכרן</target> - -<source>Add folder pair</source> -<target>הוסף זוג תיקיות</target> - -<source>Remove folder pair</source> -<target>הסר זוג תיקיות</target> - -<source>Access online storage</source> -<target>גש לאחסון מכוון</target> - -<source>Close search bar</source> -<target>סגור סרגל חיפוש</target> - -<source>Find:</source> -<target>מצא:</target> - -<source>Match case</source> -<target>התאם רישיות</target> - -<source>Processed:</source> -<target>עבר עיבוד:</target> - -<source>Remaining:</source> -<target>משנה שם:</target> - -<source>New</source> -<target>חדש</target> - -<source>Open...</source> -<target>פתח...</target> - -<source>Save</source> -<target>שמור</target> - -<source>Save as...</source> -<target>שמור כ...</target> - -<source>View type:</source> -<target>הצג סוג:</target> - -<source>Select view:</source> -<target>בחר תצוגה:</target> - -<source>Save as default</source> -<target>שמור כברירת מחדל</target> - -<source>Statistics:</source> -<target>סטטיסטיקה:</target> - -<source>Number of files and folders that will be deleted</source> -<target>מספר הקבצים והתיקיות שימחקו</target> - -<source>Number of files that will be updated</source> -<target>מספר הקבצים העומדים להתעדכן</target> - -<source>Number of files and folders that will be created</source> -<target>מספר הקבצים והתיקיות שייוצרו</target> - -<source>Total bytes to copy</source> -<target>סה"כ בתים להעתיק</target> - -<source>Arrange folder pair</source> -<target>סדר זוג תיקיות</target> - -<source>Main settings:</source> -<target>הגדרות ראשיות:</target> - -<source>Use local settings:</source> -<target>השתמש בהגדרות מקומיות:</target> - -<source>Select a variant:</source> -<target>בחר גירסה:</target> - -<source>Include &symbolic links:</source> -<target>כלול &קישורים סימבוליים:</target> - -<source>&Follow</source> -<target>&עקוב</target> - -<source>&Direct</source> -<target>&כוון</target> - -<source>More information</source> -<target>מידע נוסף</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&התעלם מהזזת זמן [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>רשימת סטיות זמני קבצים להתעלם</target> - -<source>Example:</source> -<target>דוגמה:</target> - -<source>Handle daylight saving time</source> -<target>התמודד עם שעון קיץ</target> - -<source>Ignore errors</source> -<target>התעלם משגיאות</target> - -<source>Retry count:</source> -<target>מונה נסיונות חוזרים:</target> - -<source>Delay (in seconds):</source> -<target>השהייה (בשניות):</target> - -<source>Performance improvements:</source> -<target>שיפורים בביצועים:</target> - -<source>Parallel file operations:</source> -<target>פעולות קובץ מקבילות:</target> - -<source>How to get best performance?</source> -<target>כיצד לקבל את הביצועים הטובים ביותר?</target> - -<source>Local settings:</source> -<target>הגדרות מקומיות:</target> - -<source>Include:</source> -<target>כלול:</target> - -<source>Show examples</source> -<target>הראה דוגמאות</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>בחר כללי סינון כדי לא לכלול קבצים מסוימים בסנכרון. הזן את נתיבי הקבצים ביחס לזוג התיקיות בהתאמה.</target> - -<source>File size:</source> -<target>גודל קובץ:</target> - -<source>Minimum:</source> -<target>מינימום:</target> - -<source>Maximum:</source> -<target>מקסימום:</target> - -<source>Time span:</source> -<target>טווח זמן:</target> - -<source>C&lear</source> -<target>א&פס</target> - -<source>Detect moved files</source> -<target>גלה קבצים מועברים</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- לא נתמך ע"י כל מערכת קבצים -- דורש ומייצר קבצי בסיס נתונים -- גילוי לא זמין עבור סינכרון ראשוני -</target> - -<source>Delete files:</source> -<target>מחק קבצים:</target> - -<source>&Recycle bin</source> -<target>&סל מחזור</target> - -<source>&Permanent</source> -<target>&קבוע</target> - -<source>&Versioning</source> -<target>&גרסאות</target> - -<source>Move files to a user-defined folder</source> -<target>העבר קבצים לתיקייה המוגדרת ע"י המפעיל</target> - -<source>Naming convention:</source> -<target>מוסכמות לקביעת שמות:</target> - -<source>Limit file versions:</source> -<target>הגבל גירסאות קובץ:</target> - -<source>Last x days:</source> -<target>x ימים אחרונים:</target> - -<source>&Override default log path:</source> -<target>&דרוס נתיב ברירת מחדל של יומן:</target> - -<source>Run a command:</source> -<target>הפעל פקודה:</target> - -<source>OK</source> -<target>אשר</target> - -<source>Connection type:</source> -<target>סוג חיבור:</target> - -<source>Connected user accounts:</source> -<target>חשבונות משתמש מחוברים:</target> - -<source>&Add connection</source> -<target>&הוסף חיבור</target> - -<source>&Disconnect</source> -<target>&להתנתק</target> - -<source>Selected user account:</source> -<target>בחר חשבון משתמש:</target> - -<source>Server name or IP address:</source> -<target>שם שרת או כתובת IP:</target> - -<source>Port:</source> -<target>יציאה:</target> - -<source>Encryption:</source> -<target>הצפנה:</target> - -<source>&Disabled</source> -<target>&לא מאופשר</target> - -<source>&Explicit SSL/TLS</source> -<target>&SSL/TLS מפורש</target> - -<source>Authentication:</source> -<target>אימות:</target> - -<source>&Password</source> -<target>&סיסמה</target> - -<source>&Key file</source> -<target>&קטבץ מפתח</target> - -<source>&SSH agent</source> -<target>סוכן &SSH</target> - -<source>User name:</source> -<target>שם משתמש:</target> - -<source>Private key file:</source> -<target>קובץ מפתח פרטי:</target> - -<source>&Show password</source> -<target>&הצג סיסמה</target> - -<source>Directory on server:</source> -<target>מחיצה על שרת:</target> - -<source>Access timeout (in seconds):</source> -<target>זמן קצוב לתפוגה (בשניות):</target> - -<source>SFTP channels per connection:</source> -<target>ערוצי SFTP לחיבור:</target> - -<source>Detect server limit</source> -<target>גלה את גבול השרת</target> - -<source>Select Folder</source> -<target>בחר מחיצה</target> - -<source>Variant:</source> -<target>גרסה אחרת:</target> - -<source>&Don't show this dialog again</source> -<target>&אל תראה דושיח זה שנית</target> - -<source>Bytes:</source> -<target>בתים:</target> - -<source>Items:</source> -<target>פריטים:</target> - -<source>Synchronizing...</source> -<target>מסנכרן...</target> - -<source>Minimize to notification area</source> -<target>הקטן לאיזור ההתרעות</target> - -<source>Bytes</source> -<target>בתים</target> - -<source>Items</source> -<target>פריטים</target> - -<source>When finished:</source> -<target>לאחר הסיום:</target> - -<source>Auto-close</source> -<target>סגירה באופן אוטומטי</target> - -<source>Close</source> -<target>סגור</target> - -<source>&Pause</source> -<target>&עצור</target> - -<source>Stop</source> -<target>עצור</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>צור קובץ אצווה לסינכרון ללא התערבות מפעיל. כדי להפעיל, הקלק הקלקה כפולה על הקובץ או תזמן במתכנן המשימות: %x</target> - -<source>Progress dialog:</source> -<target>דושיח התקדמות:</target> - -<source>Run minimized</source> -<target>הרץ ממוזער</target> - -<source>Show pop-up on errors or warnings</source> -<target>הראה חלונות מוקפצים עבור שגיאות או אזהרות</target> - -<source>&Cancel</source> -<target>&ביטול</target> - -<source>Stop synchronization at first error</source> -<target>עצור סנכרון עם הופעת שגיאה ראשונה</target> - -<source>How can I schedule a batch job?</source> -<target>כיצד לתזמן משימת אצווה?</target> - -<source>&Keep relative paths</source> -<target>&שמור נתיבים יחסיים</target> - -<source>&Overwrite existing files</source> -<target>&דרוס קבצים קיימים</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>ההגדרות הבאות משמשות לכל משימות הסנכרון.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -העתק לקובץ זמני (*.ffs_tmp) לפני כתיבה מחדש על היעד. -זה מבטיח מצב עקבי גם במקרה של שגיאה חמורה. -</target> - -<source>recommended</source> -<target>מומלץ</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>העתק קבצים בשיתוף או בנעילה באמצעות שרות Volume Shadow Copy.</target> - -<source>requires administrator rights</source> -<target>נדרשות זכויות מנהל מערכת</target> - -<source>Transfer file and folder permissions.</source> -<target>הרשאות העברת קובץ ותיקייה.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>הראה שוב את כל הדיאלוגים והודאות האזהרה המוסתרים באופן קבוע</target> - -<source>Default log path:</source> -<target>נתיב יומן ברירת מחדל:</target> - -<source>&Delete logs after x days:</source> -<target>&מחק יומנים לאחר x ימים:</target> - -<source>Notification sounds:</source> -<target>צלילי הודעה:</target> - -<source>Synchronization finished:</source> -<target>סינכרון הסתים:</target> - -<source>Customize context menu:</source> -<target>התאמה אישית של תפריט הקשר:</target> - -<source>Description</source> -<target>תאור</target> - -<source>&Default</source> -<target>&ברירת מחדל</target> - -<source>Feedback and suggestions are welcome:</source> -<target>משוב והצעות יתקבלו בברכה:</target> - -<source>Home page</source> -<target>דף הבית</target> - -<source>FreeFileSync Forum</source> -<target>פורום FreeFileSync</target> - -<source>Email</source> -<target>דוא"ל</target> - -<source>If you like FreeFileSync:</source> -<target>במידה ו-FreeFileSync מוצאת חן בעינכם:</target> - -<source>Support with a donation</source> -<target>תמיכה באמצאות תרומה</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>עידכון אוטומטי הושבת על ידי מנהל מערכת.</target> - -<source>Donation details</source> -<target>פרטי תרומה:</target> - -<source>Source code written in C++ using:</source> -<target>קוד מקור נכתב ב- C++ באמצעות:</target> - -<source>Published under the GNU General Public License:</source> -<target>פורסם תחת הרישיון הציבורי הכללי של GNU:</target> - -<source>Many thanks for localization:</source> -<target>תודות עבור תרגום שפות:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>הפעל את מהדורת התרומות של FreeFileSync באחת מהשיטות הבאות:</target> - -<source>Activate via internet now:</source> -<target>הפעל באמצעות האינטרנט עכשיו:</target> - -<source>Activate online</source> -<target>הפעלה מקוונת</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>קבל מפתח הפעלה למערכת לא מקוונת מן הלינק הבא:</target> - -<source>&Copy to clipboard</source> -<target>&העתק ללוח</target> - -<source>Enter activation key:</source> -<target>הכנס מפתח הפעלה:</target> - -<source>Activate offline</source> -<target>הפעלה בלתי מקוונת</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>הדגש תצורות שלא הופעלו למשך יותר ממספר הימים הבא:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync דורש זכויות גישה כדי להימנע משגיאות "פעולה אסורה" בעת סנכרון הנתונים שלך (למשל דואר, הודעות, לוחות שנה).</target> - -<source>Locate the FreeFileSync app</source> -<target>אתר את אפליקצית FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>פתח את אבטחה ופרטיות</target> - -<source>Click the lock to allow changes.</source> -<target>הקלק בכדי לאפשר שינויים.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>גרור את FreeFileSync אל הלוח.</target> - -<source>Synchronization Settings</source> -<target>הגדרות סנכרון</target> - -<source>Access Online Storage</source> -<target>גישה לאחסון מקוון</target> - -<source>Save as a Batch Job</source> -<target>שמור כמשימת אצווה</target> - -<source>Delete Items</source> -<target>מחק פריטים</target> - -<source>Copy Items</source> -<target>העתק פריטים</target> - -<source>Options</source> -<target>אפשרויות</target> - -<source>Select Time Span</source> -<target>בחר טווח זמן</target> - -<source>Highlight Configurations</source> -<target>הדגש תצורות</target> - -<source>Grant Full Disk Access</source> -<target>הענק גישה מלאה לדיסק</target> - -<source>Info</source> -<target>מידע</target> - -<source>No log entries</source> -<target>אין רשומות יומן</target> - -<source>Select all</source> -<target>בחר הכל</target> - -<source>&Options</source> -<target>&אפשרויות</target> - -<source>Main Bar</source> -<target>סרגל ראשי</target> - -<source>Folder Pairs</source> -<target>זוגות תיקיות</target> - -<source>Find</source> -<target>חפש</target> - -<source>View Settings</source> -<target>הגדרות תצוגה</target> - -<source>Configuration</source> -<target>תצורה</target> - -<source>Overview</source> -<target>מבט כללי</target> - -<source>Swap sides</source> -<target>החלף צדדים</target> - -<source>Show "%x"</source> -<target>הראה "%x"</target> - -<source>&Show details</source> -<target>&הראה פרטים</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x זמין!</target> - -<source>Local path not available for %x.</source> -<target>נתיב מקומי לא זמין עבור %x.</target> - -<source>Confirm</source> -<target>אשר</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>האם ברצונך לבצע את הפקודה %y עבור פריט אחד?</pluralform> -<pluralform>האם ברצונל לבצע את הפקודה %y עבור %x פריטים?</pluralform> -</target> - -<source>&Execute</source> -<target>&בצע</target> - -<source>Set direction:</source> -<target>בחר כוון:</target> - -<source>multiple selection</source> -<target>בחירה מרובה</target> - -<source>&Include via filter:</source> -<target>&כלול באמצעות מסנן:</target> - -<source>&Exclude via filter:</source> -<target>&אל תכלול באמצעות מסנן:</target> - -<source>Include temporarily</source> -<target>כלול זמנית</target> - -<source>Exclude temporarily</source> -<target>אל תכלול זמנית</target> - -<source>&Synchronize selection</source> -<target>&סנכרן את הבחירה</target> - -<source>&Copy to...</source> -<target>&העתק אל...</target> - -<source>&Delete</source> -<target>&מחק</target> - -<source>Show icons:</source> -<target>הצג סמלים:</target> - -<source>Small</source> -<target>קטן</target> - -<source>Medium</source> -<target>בינוני</target> - -<source>Large</source> -<target>גדול</target> - -<source>Select time span...</source> -<target>בחר תחום זמן...</target> - -<source>Donation Edition</source> -<target>מהדורת התרומות</target> - -<source>Folder Comparison and Synchronization</source> -<target>סנכרון קבצים ותיקיות</target> - -<source>Configuration saved</source> -<target>תצורה נשמרה</target> - -<source>FreeFileSync batch</source> -<target>אצוות FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>האם לשמור שינויים אל %x?</target> - -<source>Never save &changes</source> -<target>לא לשמור שינויים ל&עולם</target> - -<source>Do&n't save</source> -<target>אל &תשמור</target> - -<source>%x cannot be renamed.</source> -<target>%x לא ניתן לשנות את שמו.</target> - -<source>New name:</source> -<target>שם חדש:</target> - -<source>Rename Configuration</source> -<target>שנה שם תצורה</target> - -<source>Configuration name must not be empty.</source> -<target>אסור ששם התצורה יהיה ריק.</target> - -<source>&Rename...</source> -<target>&שנה שם...</target> - -<source>Hide configuration</source> -<target>הסתר תצורה</target> - -<source>Highlight...</source> -<target>הדגש...</target> - -<source>Clear filter</source> -<target>נקה מסנן</target> - -<source>Show files that exist on left side only</source> -<target>הראה קבצים הנמצאים אך ורק בצד ימין</target> - -<source>Show files that exist on right side only</source> -<target>הראה קבצים הנמצאים אך ורק בצד שמאל</target> - -<source>Show files that are newer on left</source> -<target>הראה קבצים חדשים יותר בצד ימין</target> - -<source>Show files that are newer on right</source> -<target>הראה קבצים חדשים יותר בצד שמאל</target> - -<source>Show files that are equal</source> -<target>הראה קבצים שווים</target> - -<source>Show files that are different</source> -<target>הראה קבצים שונים</target> - -<source>Show conflicts</source> -<target>הראה קונפליקטים</target> - -<source>Show files that will be created on the left side</source> -<target>הראה קבצים שיווצרו בצד ימין</target> - -<source>Show files that will be created on the right side</source> -<target>הראה קבצים שיווצרו בצד שמאל</target> - -<source>Show files that will be deleted on the left side</source> -<target>הראה קבצים שימחקו בצד ימין</target> - -<source>Show files that will be deleted on the right side</source> -<target>הראה קבצים שימחקו בצד שמאל</target> - -<source>Show files that will be updated on the left side</source> -<target>הראה קבצים שיעטדכנו בצד שמאל</target> - -<source>Show files that will be updated on the right side</source> -<target>הראה קבצים שיעודכנו בצד ימין</target> - -<source>Show files that won't be copied</source> -<target>הראה קבצים שלא יועתקו</target> - -<source>Show filtered or temporarily excluded files</source> -<target>הראה קבצים שסוננו או לא נכללו זמנית</target> - -<source>Filter</source> -<target>מסנן</target> - -<source>All files are in sync</source> -<target>כל הקבצים מסונכרנים</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 מחיצה</pluralform> -<pluralform>%x מחיצות</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 קובץ</pluralform> -<pluralform>%x קבצים</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>מראה %y מתוך שורה 1</pluralform> -<pluralform>מראה %y מתוך %x שורות</pluralform> -</target> - -<source>Cannot find %x</source> -<target>לא מוצא %x</target> - -<source>Move up</source> -<target>העבר למעלה</target> - -<source>Move down</source> -<target>העבר למטה</target> - -<source>Comma-separated values</source> -<target>ערכים מופרדים באמצעות פסיק</target> - -<source>File list exported</source> -<target>רשימת קבצים יוצאה</target> - -<source>Searching for program updates...</source> -<target>מחפש עידכוני תוכנה...</target> - -<source>Paused</source> -<target>עצור</target> - -<source>Stop requested...</source> -<target>עצור בקשה...</target> - -<source>Initializing...</source> -<target>מאתחל...</target> - -<source>Comparing content...</source> -<target>משווה תכולה...</target> - -<source>&Continue</source> -<target>&המשך</target> - -<source>Progress</source> -<target>התקדמות</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>תודה לך %x, עבור תרומתך ותמיכתך!</target> - -<source>Connections</source> -<target>קשרים</target> - -<source>Recommended range:</source> -<target>טווח מומלץ:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>האם אתה באמת רוצה לנתק את חשבון המשתמש %x?</target> - -<source>Password:</source> -<target>סיסמה:</target> - -<source>Key passphrase:</source> -<target>סיסמת מפתח:</target> - -<source>Please enter a file path.</source> -<target>בבקשה הכנס נתיב קובץ.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>העתק את הפריט לתיקייה אחרת?</pluralform> -<pluralform>העתק את הפריט %x לתיקייה אחרת?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>אנא הזן תיקיית יעד.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>האם באמת ברצונך להעביר את הפריט הבא לסל המחזור?</pluralform> -<pluralform>האם באמת ברצונך להעביר את הפריטים הבאים %x לסל המחזור?</pluralform> -</target> - -<source>Move</source> -<target>העבר</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>האם ברצונך למחוק את הפריט הבא?</pluralform> -<pluralform>האם ברצונך למחוק את הפריטים %x הבאים?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>התחל לסנכרן את הבחירה?</target> - -<source>Start synchronization now?</source> -<target>האם להתחיל סנכרון עכשיו?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>העתק DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>הטמע תוכנות חיצוניות. תפריטי המקרו הבאים זמינים:</target> - -<source>Full file or folder path</source> -<target>שם מלא של קובץ או נתיב תיקייה</target> - -<source>Parent folder path</source> -<target>נתיב תיקיית אב</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>העתק מקומי זמני עבור SFTP ואחסון MTP</target> - -<source>Parameters for opposite side</source> -<target>פרמטרים עבור צד נגדי</target> - -<source>Show hidden dialogs again</source> -<target>הראה שוב דיאלוגים נסתרים</target> - -<source>All dialogs shown</source> -<target>כל תיבות הדו שיח מוצגות</target> - -<source>Downloading update...</source> -<target>מוריד עדכון...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>זהה קבצים זהים באמצעות השוואת תג הזמן והגודל.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>זהה קבצים זהים באמצעות השוואת תוכן.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>זהה קבצים זהים באמצעות השוואת גודל קובץ.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>זהה והפץ שינויים בשני הצדדים. מחיקות העברות וסתירות מתגלים באופן אוטומטי באמצעות מסד נתונים.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>צור גיבוי מראה של התיקיה משמאל באמצעות התאמת התיקיה מימין להתאמה.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>העתק קבצים חדשים ומעודכנים לתיקייה הימנית.</target> - -<source>Configure your own synchronization rules.</source> -<target>סדר את כללי הסנכרון שלך.</target> - -<source>Comparison</source> -<target>השוואה</target> - -<source>Synchronization</source> -<target>סינכרון</target> - -<source>This week</source> -<target>בשבוע הנוכחי</target> - -<source>This month</source> -<target>בחודש הנוכחי</target> - -<source>This year</source> -<target>בשנה הנוכחית</target> - -<source>Byte</source> -<target>בייט</target> - -<source>KB</source> -<target>קילו-בייט</target> - -<source>MB</source> -<target>מגה-בייט</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>שמר קבצים שנמחקו והוחלפו בתא המיחזור</target> - -<source>Delete and overwrite files permanently</source> -<target>מחק והחלף קבצים לצמיתות</target> - -<source>Replace</source> -<target>החלף</target> - -<source>Move files and replace if existing</source> -<target>העבר קבצים והחלף במדה וקיימים</target> - -<source>Time stamp</source> -<target>תג זמן</target> - -<source>Move files into a time-stamped subfolder</source> -<target>העבר קבצים של תת תיקיה עם חתימת זמן</target> - -<source>File</source> -<target>קובץ</target> - -<source>Append a time stamp to each file name</source> -<target>הוסף חתימת זמן לכל שם קובץ</target> - -<source>On completion:</source> -<target>עם הסיום:</target> - -<source>On errors:</source> -<target>במקרה שגיאה:</target> - -<source>On success:</source> -<target>במקרה הצלחה:</target> - -<source>Main config</source> -<target>תצורה ראשית</target> - -<source>empty</source> -<target>empty</target> - -<source>Leave as unresolved conflict</source> -<target>השאר כקונפליקט לא מטופל</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>מונה גירסה מינימלי חייב להיות קטן ממונה גירסה מקסימלי.</target> - -<source>&Restore</source> -<target>&טען מחדש</target> - -<source>Files</source> -<target>קבצים</target> - -<source>Percentage</source> -<target>אחוז</target> - -<source>Failed to retrieve update information.</source> -<target>קבלת נתוני עדכון נכשלה.</target> - -<source>Automatic updates:</source> -<target>עדכונים אוטומטיים:</target> - -<source>Check for Program Updates</source> -<target>בדוק קיום עדכוני תוכנה</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>האם לעדכן באופן אוטומטי עכשיו או באמצעות הורדנ ידנית מדף הבית של FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&עדכון אוטומטי</target> - -<source>&Home page</source> -<target>&דף הבית</target> - -<source>Download now?</source> -<target>הורד עכשיו?</target> - -<source>&Download</source> -<target>&הורד</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync מעודכן לגירסה האחרונה.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>לא יכול למצוא מספר גירסה נוכחית של FreeFileSync באופן מקוון. כנראה שגירסה מעודכנת קיימת. האם לבדוק עכשיו?</target> - -<source>&Check</source> -<target>&בדוק</target> - -<source>Consistency check failed for %x.</source> -<target>בדיקת עקביות נכשלה עבור %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>ההתקנה נרשמה במערכת הפעלה אחרת.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>הפעלת מהדורת תרומות של FreeFileSync נכשלה/.</target> - -<source>Incorrect activation key.</source> -<target>מפתח הפעלה לא מתאים.</target> - -<source>Unable to register to receive system messages.</source> -<target>לא ניתן להרשם לקבלת הודעות מערכת.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>אפשרת התקנה %x זמינה רק במהדורת תרומות של FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>לא יכול למצוא פונקצית מערכת %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>לא יכול לרשום הודעות עבור התקן %x.</target> - -<source>The file is locked by another process:</source> -<target>הקובץ נעול ע"י תהליך:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>נכשל בקביעת תמיכה להרשאות קובץ עבור תיקיה %x.</target> - -<source>Cannot read security context of %x.</source> -<target>לא יכול לקרוא הקשר בטיחות של %x.</target> - -<source>Cannot write security context of %x.</source> -<target>לא יכול לכתוב הקשר בטיחות של %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>לא יכול לקרוא הרשאות של %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>לא יכול להעתיק הרשאות מ- %x אל %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x אינו שם של מחיצה רגילה.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>לא יכול להעתיק תכונות מ- %x אל %y.</target> - -<source>%x TB</source> -<target>%x טרה בייט</target> - -<source>%x PB</source> -<target>%x פטה בייט</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 דקה</pluralform> -<pluralform>%x דקות</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 שעה</pluralform> -<pluralform>%x שעות</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>לא יכול להגדיר זבות %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>לא ניתן להשעות מצב שינה של המערכת.</target> - -<source>Cannot change process I/O priorities.</source> -<target>לא יכול לשנות קדימויות של תהליך קלט פלט.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>בודק כשלון בתא מחזור עבור תיקייה %x.</target> - -<source>Unable to shut down the system.</source> -<target>לא מסוגל לכבות את המערכת.</target> - -<source>Prepare installation</source> -<target>מכין התקנה</target> - -<source>Choose which components you want to install.</source> -<target>בחר אילו מרכיבים ברצונך להתקין.</target> - -<source>Select installation type:</source> -<target>בחר סוג התקנה:</target> - -<source>Local</source> -<target>מקומי</target> - -<source>Portable</source> -<target>נייד</target> - -<source>Save settings in %x</source> -<target>שמור הגדרות ב%x</target> - -<source>Register FreeFileSync file extensions</source> -<target>רשום את סיומות הקבצים של FreeFileSync.</target> - -<source>Create Explorer context menu entries</source> -<target>צור תפריט הקשר בסייר הקבצים</target> - -<source>Save settings in installation directory</source> -<target>שמור נתוני תוכנית בתיקית התקנה</target> - -<source>Do not write to Registry</source> -<target>אל תרשום לקבצי רגיסטרי</target> - -<source>Just copy the files</source> -<target>העתק קבצים בלבד</target> - -<source>Choose a directory for installation:</source> -<target>בחר תיקיה להתקנה:</target> - -<source>Create shortcuts:</source> -<target>צור קיצורי דרך:</target> - -<source>Desktop</source> -<target>שולחן עבודה</target> - -<source>Start Menu</source> -<target>תפריט התחל</target> - -<source>Send To</source> -<target>שלח אל</target> - -<source>Registering FreeFileSync file extensions</source> -<target>רושם את סיומות הקבצים של FreeFileSync.</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>מבטל רישום של סיומות הקבצים של FreeFileSync.</target> - -<source>FreeFileSync Configuration</source> -<target>תצורת FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>קובץ אצווה של FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>בסיס נתוני סינכרון של FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>תצורת RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>ערוך עם FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>במקום פרסומת, להלן חיה.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>הגירסה הניידת של FreeFileSync אינה ניתנת להתקנה בתת תיקייה של %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>בבקשה בחר התקנה מקומית או בחר תיקייה אחרת להתקנה.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>קבל את מהדורת התרומות עם תכונות נוספות ועזור לשמר את FreeFileSync נטול-פרסומות.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/hindi.lng b/FreeFileSync/Build/Resources/Languages/hindi.lng deleted file mode 100755 index 57917e9d..00000000 --- a/FreeFileSync/Build/Resources/Languages/hindi.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>हिन्दी</language> - <translator>अमोल खिस्ते</translator> - <locale>hi_IN</locale> - <image>flag_india.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>फ़ाइल %x पढ़ने में असमर्थ।</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -डेटा स्ट्रीम का आकार अनपेक्षित। -अपेक्षित: %x बाइट्स -वास्तविक: %y बाइट्स -</target> - -<source>Cannot write file %x.</source> -<target>फ़ाइल %x लिखने में असमर्थ।</target> - -<source>Cannot write permissions of %x.</source> -<target>%x की अनुमतियां लिख नहीं सकते।</target> - -<source>Operation not supported between different devices.</source> -<target>विभिन्न उपकरणों के बीच कार्यवाई असमर्थित।</target> - -<source>Cannot delete file %x.</source> -<target>फ़ाइल %x हटा नहीं सकते।</target> - -<source>Cannot delete symbolic link %x.</source> -<target>प्रतीकात्मक कड़ी %x हटाया नहीं जा सकता।</target> - -<source>Cannot delete directory %x.</source> -<target>निर्देशिका %x हटा नहीं सकते।</target> - -<source>Cannot move file %x to %y.</source> -<target>फ़ाइल %x से %y ले जा नाहीं सकते।</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>सिंबॉलिक लिंक %x से %y प्रतिलिपित नहीं कर सकते।</target> - -<source>Error Code %x</source> -<target>त्रुटि कोड %x</target> - -<source>Cannot read directory %x.</source> -<target>निर्देशिका %x को पढ़ा नहीं जा सकता।</target> - -<source>Cannot write modification time of %x.</source> -<target>%x का संशोधन समय लिख नहीं सकते।</target> - -<source>Cannot read file attributes of %x.</source> -<target>%x के फ़ाइल गुण पढ़ने में असमर्थ।</target> - -<source>Cannot create directory %x.</source> -<target>%x निर्देशिका बना नहीं सकते।</target> - -<source>Cannot determine final path for %x.</source> -<target>%x का अंतिम पथ निर्धारित नहीं कर सकते।</target> - -<source>Operation not supported by device.</source> -<target>कार्यवाई उपकरण द्वारा असमर्थित।</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>सिंबॉलिक लिंक %x को हल नहीं कर सकते।</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x को रीसायकल बिन ले जाने में असमर्थ।</target> - -<source>Authentication completed.</source> -<target>प्रमाणन पूर्ण।</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>आप अब इस पृष्ठ को बंद कर FreeFileSync जारी रख सकते हैं।</target> - -<source>Authentication failed.</source> -<target>प्रमाणन विफल।</target> - -<source>Unable to connect to %x.</source> -<target>%x से कनेक्ट करने में असमर्थ।</target> - -<source>Cannot find %x.</source> -<target>%x नहीं मिला।</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>%x नाम का उपयोग फ़ोल्डर में एक से अधिक आइटम द्वारा किया गया है।</target> - -<source>Please authorize access to user account %x.</source> -<target>कृपया उपयोगकर्ता खाता %x से पहुँच अधिकृत करें।</target> - -<source>Cannot open file %x.</source> -<target>%x फ़ाइल को खोलने में असमर्थ।</target> - -<source>The name %x is already used by another item.</source> -<target>%x इस नाम का उपयोग पहले से ही किसी अन्य आइटम द्वारा किया गया है।</target> - -<source>Cannot determine free disk space for %x.</source> -<target>%x के लिए खाली डिस्क जगह निर्धारित नहीं कर सकते।</target> - -<source>Unable to disconnect from %x.</source> -<target>%x से सम्पर्क काटने में असमर्थ।</target> - -<source>Unable to access %x.</source> -<target>%x तक पहुँचने में असमर्थ।</target> - -<source>Failed to get information about server %x.</source> -<target>सर्वर %x की जानकारी प्राप्त करने में विफल।</target> - -<source>Cannot monitor directory %x.</source> -<target>निर्देशिका %x की निगरानी कर नहीं सकते।</target> - -<source>Cannot find device %x.</source> -<target>उपकरण %x नहीं मिला।</target> - -<source>Cannot open directory %x.</source> -<target>निर्देशिका %x खोल नहीं सकते।</target> - -<source>Unsupported item type.</source> -<target>असमर्थित आइटम प्रकार।</target> - -<source>Incorrect command line:</source> -<target>अनुचित आदेश-पंक्ति:</target> - -<source>The server does not support authentication via %x.</source> -<target>सर्वर पर %x द्वारा प्रमाणन समर्थित नहीं है।</target> - -<source>Required:</source> -<target>आवश्यक:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>1 सेकंड के बाद कार्यवाई का काल समाप्त हुआ।</pluralform> -<pluralform>%x सेकंड्स के बाद कार्यवाई का काल समाप्त हुआ।</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>एक समय में 1 कनेक्शन से अधिक पर प्रतीक्षा नहीं कर सकते।</pluralform> -<pluralform>एक समय में %x कनेक्शन्स से अधिक पर प्रतीक्षा नहीं कर सकते।</pluralform> -</target> - -<source>Active connections: %x</source> -<target>सक्रिय कनेक्शन्स: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>SFTP चैनल संख्या %x को खोलने में विफल।</target> - -<source>Both sides have changed since last synchronization.</source> -<target>पिछ्ले सिंक्रनाइज़ेशन के बाद से दोनो तरफ बदलाव है।</target> - -<source>Cannot determine sync-direction:</source> -<target>सिंक्रनाइज़ेशन-दिशा का निर्धारण नहीं किया जा सकता:</target> - -<source>No change since last synchronization.</source> -<target>पिछ्ले सिंक्रनाइज़ेशन के बाद से कोई बदलाव नहीं है।</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>वर्तमान सेटिंग्स के अनुसार डेटाबेस प्रविष्टि सिंक्रनाइज़्ड नहीं है।</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>डिफ़ॉल्ट सिंक्रनाइज़ेशन दिशाएँ सेट हो रही हैं: पुराने फ़ाइल्स नए फ़ाइल्स से अधिलेखित होंगे।</target> - -<source>Creating file %x</source> -<target>फ़ाइल %x बनाई जा रही है</target> - -<source>Creating folder %x</source> -<target>निर्देशिका %x बनायी जा रही है</target> - -<source>Creating symbolic link %x</source> -<target>प्रतीकात्मक कड़ी %x बनाया जा रहा है</target> - -<source>Moving file %x to the recycle bin</source> -<target>%x फ़ाइल को रीसायकल बिन में ले जाया जा रहा है</target> - -<source>Moving folder %x to the recycle bin</source> -<target>%x निर्देशिका को रीसायकल बिन में ले जाया जा रहा है</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>%x प्रतीकात्मक कड़ी को रीसायकल बिन में ले जाया जा रहा है</target> - -<source>Deleting file %x</source> -<target>%x फ़ाइल हटाया जा रहा है</target> - -<source>Deleting folder %x</source> -<target>%x निर्देशिका हटाया जा रहा है</target> - -<source>Deleting symbolic link %x</source> -<target>%x प्रतीकात्मक कड़ी हटाया जा रहा है</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>%x निर्देशिका के लिए रीसायकल बिन की उपलब्धता की जाँच हो रही है...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>रीसायकल बिन निम्न फ़ोलडर्स द्वारा समर्थित नहीं है। हटायी गई या अधिलेखित फ़ाइल्स पुनर्स्थापित नहीं होगी:</target> - -<source>An exception occurred</source> -<target>कोई अपवाद हुआ</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>%x के बाद कोई दाया और कोई बाया निर्देशिका पथ अपेक्षित है।</target> - -<source>Syntax error</source> -<target>वाक्य-विन्यास त्रुटि</target> - -<source>Cannot find file %x.</source> -<target>फ़ाइल %x नहीं मिली।</target> - -<source>Error</source> -<target>त्रुटि</target> - -<source>File %x does not contain a valid configuration.</source> -<target>%x फ़ाइल में वैध कॉन्फ़िगरेशन नहीं है।</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>कॉन्फ़िग फ़ाइल में निर्देशिका जोडी स्तर पर सेटिंग्स नहीं होने चाहिए जब निर्देशिकाएँ आदेश-पंक्ति से सेट हुई हों।</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>एक से अधिक कॉन्फ़िगरेशन फ़ाइल के लिए निर्देशिकाएँ सेट नहीं हो सकती।</target> - -<source>Command line</source> -<target>आदेश-पंक्ति</target> - -<source>Syntax:</source> -<target>वाक्य-विन्यास:</target> - -<source>config files:</source> -<target>कॉन्फ़िग फ़ाइल्स:</target> - -<source>directory</source> -<target>निर्देशिका</target> - -<source>global config file:</source> -<target>वैश्विक कॉन्फ़िग फ़ाइल:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>कितने भी FreeFileSync "ffs_gui" और/या "ffs_batch" कॉन्फ़िगरेशन फ़ाइल्स।</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>कितने भी वैकलपिक निर्देशिका जोडे अधिक से अधिक एक कॉन्फ़िग फ़ाइल के लिए।</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>चयनित कॉन्फ़िगरेशन को बिना निष्पादित किए केवल संपादन के लिए खोलें।</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>वैकल्पिक GlobalSettings.xml फ़ाइल का पथ।</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>स्थापना फ़ाइलें दूषित हैं। FreeFileSync पुनर्स्थापित करें।</target> - -<source>Cannot find the following folders:</source> -<target>निम्न फ़ोलडर्स नहीं मिले:</target> - -<source>The following folders do not yet exist:</source> -<target>निम्न फ़ोल्डर्स अभी तक मौजूद नहीं हैं:</target> - -<source>The folders are created automatically when needed.</source> -<target>आवश्यक होने पर फ़ोल्डर्स स्वचालित रूप से बनाए जाते हैं।</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>निम्न निर्देशिका पथ अक्षरों के केस में भिन्न हैं। प्रतिरूप अभिगम टालने के लिए कृपया कोई एक शैली का प्रयोग करें।</target> - -<source>Scanning:</source> -<target>स्कैनिंग:</target> - -<source>Comparison finished:</source> -<target>तुलना पूर्ण हुई:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 आइटम मिला</pluralform> -<pluralform>%x आइटम्स मिले</pluralform> -</target> - -<source>Time elapsed:</source> -<target>बीता समय:</target> - -<source>File %x has an invalid date.</source> -<target>%x फ़ाइल का दिनांक अवैध है।</target> - -<source>Date:</source> -<target>दिनांक:</target> - -<source>Files have the same date but a different size.</source> -<target>फाइल्स का दिनांक समान है परंतु आकार भिन्न है।</target> - -<source>Size:</source> -<target>आकार:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>अपवर्जित फ़ाइल्स के लिए सामग्री तुलना को छोड़ा गया।</target> - -<source>Items differ in attributes only</source> -<target>आइटम्स के केवल गुण ही भिन्न हैं।</target> - -<source>Resolving symbolic link %x</source> -<target>%x प्रतीकात्मक कड़ी को हल किया जा रहा है</target> - -<source>Comparing content of files %x</source> -<target>%x फ़ाइल्स की सामग्री तुलना हो रही है</target> - -<source>Generating file list...</source> -<target>फ़ाइल सूची बनाई जा रही है...</target> - -<source>Fail-safe file copy</source> -<target>सुरक्षित फ़ाइल प्रतिलिपि</target> - -<source>Enabled</source> -<target>सक्षम</target> - -<source>Disabled</source> -<target>अक्षम</target> - -<source>Copy locked files</source> -<target>अवरोधित फ़ाइल्स प्रतिलिपित करें</target> - -<source>Copy file access permissions</source> -<target>फ़ाइल पहुँच अनुमतियाँ प्रतिलिपित करें</target> - -<source>File time tolerance</source> -<target>फ़ाइल समय टॉलरेंस (छूट)</target> - -<source>Run with background priority</source> -<target>पृष्ठभूमि प्राथमिकता के साथ चलाएँ</target> - -<source>Lock directories during sync</source> -<target>सिंक्रनाइज़ेशन दौरान फ़ोल्डेर्स अवरोधित करें</target> - -<source>Verify copied files</source> -<target>प्रतिलिपित फ़ाइल्स सत्यापित करें</target> - -<source>Using non-default global settings:</source> -<target>गैर-डिफ़ॉल्ट वैश्विक सेटिंग्स प्रयोग करें:</target> - -<source>A folder input field is empty.</source> -<target>कोई निर्देशिका इनपुट प्रविष्टि खाली है।</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>तद्नुरूप निर्देशिका को खाली माना जाएगा।</target> - -<source>Exclude:</source> -<target>वर्जित करें:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>निर्देशिका जोड़ी में से एक आधार निर्देशिका दूसरे में निहित है।</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>निर्देशिका को सिंक्रनाइज़ेशन से फ़िल्टर द्वारा अपवर्जित किया जाना चाहिए।</target> - -<source>Calculating sync directions...</source> -<target>सिंक्रनाइज़ेशन दिशा का परिकलन हो रहा है...</target> - -<source>Out of memory.</source> -<target>स्मृति से बाहर।</target> - -<source>Show in Explorer</source> -<target>एक्सप्लोरर में दिखाएं</target> - -<source>Open with default application</source> -<target>डिफ़ॉल्ट अॅप्लिकेशन के साथ खोलें</target> - -<source>Browse directory</source> -<target>निर्देशिका ब्राउज़ करें</target> - -<source>Database file %x is incompatible.</source> -<target>डेटाबेस फ़ाइल %x विसंगत है।</target> - -<source>Initial synchronization:</source> -<target>प्रारंभिक सिंक्रनाइज़ेशन:</target> - -<source>Database file %x does not yet exist.</source> -<target>डेटाबेस फ़ाइल %x अभी तक मौजूद नहीं है।</target> - -<source>Database file is corrupted:</source> -<target>डेटाबेस फ़ाइल दूषित है:</target> - -<source>Loading file %x...</source> -<target>फ़ाइल %x को लोड किया जा रहा है...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>डेटाबेस फ़ाइल्स में अभी तक पिछले सिंक्रनाइज़ेशन की जानकारी नहीं है।</target> - -<source>Saving file %x...</source> -<target>फ़ाइल %x सहेजी जा रही है...</target> - -<source>Searching for folder %x...</source> -<target>निर्देशिका %x की खोज हो रही है...</target> - -<source>Timeout while searching for folder %x.</source> -<target>निर्देशिका %x की खोज करते हुए काल समाप्त हआ।</target> - -<source>Cannot get process information.</source> -<target>प्रक्रिया जानकारी प्राप्त करने में असमर्थ।</target> - -<source>Waiting while directory is locked:</source> -<target>प्रतीक्षारत जब कि निर्देशिका अवरोधित है:</target> - -<source>Lock owner:</source> -<target>स्वामी अवरोध करें:</target> - -<source>Detecting abandoned lock...</source> -<target>अपसर्जित अवरोध पता लगाया जा रहा है...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 सेकंड</pluralform> -<pluralform>%x सेकंड्स</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>आइटम केवल बाईं तरफ मौजूद है।</target> - -<source>Item exists on right side only</source> -<target>आइटम केवल दाईं तरफ मौजूद है।</target> - -<source>Left side is newer</source> -<target>बायां पक्ष अधिक नया है</target> - -<source>Right side is newer</source> -<target>दायां पक्ष अधिक नया है</target> - -<source>Items have different content</source> -<target>आइटम्स की सामग्री भिन्न है।</target> - -<source>Both sides are equal</source> -<target>दोनों पक्ष समान हैं।</target> - -<source>Conflict/item cannot be categorized</source> -<target>विरोध/आइटम को वर्गीकृत नहीं किया जा सकता</target> - -<source>Copy new item to left</source> -<target>नए आइटम की बाईं तरफ प्रतिलिपि बनाएं</target> - -<source>Copy new item to right</source> -<target>नए आइटम की दाईं तरफ प्रतिलिपि बनाएं</target> - -<source>Delete left item</source> -<target>बायां आइटम हटाएं</target> - -<source>Delete right item</source> -<target>दायां आइटम हटाएं</target> - -<source>Move file on left</source> -<target>फ़ाइल को बाईं तरफ खिसकाएं</target> - -<source>Move file on right</source> -<target>फ़ाइल को दाईं तरफ खिसकाएं</target> - -<source>Update left item</source> -<target>बायां आइटम अद्यतन करें</target> - -<source>Update right item</source> -<target>दायां आइटम अद्यतन करें</target> - -<source>Do nothing</source> -<target>कुछ ना करें</target> - -<source>Update attributes on left</source> -<target>बाईं तरफ के गुण अद्यतन करें</target> - -<source>Update attributes on right</source> -<target>दाईं तरफ के गुण अद्यतन करें</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>फ़ाइल %x, पंक्ति %y, स्तंभ %z पदच्छेदन में त्रुटि।</target> - -<source>Services</source> -<target>सेवाएँ</target> - -<source>Show All</source> -<target>सब दिखाओ</target> - -<source>Hide Others</source> -<target>अन्य छुपाएं</target> - -<source>Hide %x</source> -<target>%x छुपाएं</target> - -<source>Quit %x</source> -<target>%x छोड़ें</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>निम्न निर्देशिकाओं के लिए निर्देशिका अवरोध सेट नहीं कर सकते:</target> - -<source>Errors:</source> -<target>त्रुटियाँ:</target> - -<source>Warnings:</source> -<target>चेतावनियाँ:</target> - -<source>Items processed:</source> -<target>संसाधित आइटम्स:</target> - -<source>Items remaining:</source> -<target>शेष आइटम्स:</target> - -<source>Total time:</source> -<target>कुल समय:</target> - -<source>Warning</source> -<target>चेतावनी</target> - -<source>Stopped</source> -<target>रुका</target> - -<source>Cleaning up log files:</source> -<target>लॉग फाइलों की सफ़ाई जारी:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 थ्रेड</pluralform> -<pluralform>%x थ्रेड्स</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/सेकंड</target> - -<source>%x items</source> -<target>%x आइटम्स</target> - -<source>Completed successfully</source> -<target>सफलतापूर्वक पूर्ण हुआ</target> - -<source>Completed with warnings</source> -<target>चेतावनियों सहित पूर्ण हुआ</target> - -<source>Completed with errors</source> -<target>त्रुटियों सहित पूर्ण हुआ</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>वॉल्यूम शॅडो प्रतिलिपि सर्व्हिस पहुँच प्राप्त नहीं है।</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>इस सिस्टम में शॅडो प्रतिलिपियाँ बनाने के लिए कृपया FreeFileSync का 64-बिट संस्करण चलाएँ।</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>%x वॉल्यूम नाम %y फ़ाइल पथ का हिस्सा नहीं है।</target> - -<source>File time and size</source> -<target>फ़ाइल समय और आकार</target> - -<source>File content</source> -<target>फ़ाइल सामग्री</target> - -<source>File size</source> -<target>फ़ाइल आकार</target> - -<source>Two way</source> -<target>दुतरफा</target> - -<source>Mirror</source> -<target>प्रतिबिंबित करें</target> - -<source>Update</source> -<target>अद्यतन करें</target> - -<source>Custom</source> -<target>अनुकूल</target> - -<source>Multiple...</source> -<target>एकाधिक...</target> - -<source>Cannot write file attributes of %x.</source> -<target>%x के फ़ाइल गुण लिख नहीं सकते।</target> - -<source>%x and %y have different content.</source> -<target>%x और %y की सामग्री भिन्न है।</target> - -<source>Data verification error:</source> -<target>डेटा सत्यापन त्रुटि:</target> - -<source>Moving file %x to %y</source> -<target>फ़ाइल %x को %y यहाँ ले जाया जा रहा है</target> - -<source>Moving folder %x to %y</source> -<target>निर्देशिका %x को %y यहाँ ले जाया जा रहा है</target> - -<source>Moving symbolic link %x to %y</source> -<target>प्रतीकात्मक कड़ी %x को %y यहाँ ले जाया जा रहा है</target> - -<source>Updating file %x</source> -<target>फ़ाइल %x अद्यतित हो रही है</target> - -<source>Updating symbolic link %x</source> -<target>प्रतीकात्मक कड़ी %x अद्यतित हो रही है</target> - -<source>Verifying file %x</source> -<target>फ़ाइल %x सत्यापित हो रही है</target> - -<source>Updating attributes of %x</source> -<target>%x के गुण अद्यतित हो रहे हैं</target> - -<source>Source item %x not found</source> -<target>स्रोत आइटम %x नहीं मिला</target> - -<source>Parent folder %x is not existing.</source> -<target>अभिभावक निर्देशिका %x विद्यमान नहीं है।</target> - -<source>Cannot copy file %x to %y.</source> -<target>फ़ाइल %x से %y प्रतिलिपित नहीं कर सकते।</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>%x के लिए वॉल्यूम शॅडो प्रतिलिपि बनाई जा रही है...</target> - -<source>Cannot find folder %x.</source> -<target>निर्देशिका %x नहीं मिला।</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>गंतव्य निर्देशिका %x पहले से विद्यमान है, परंतु वह निर्देशिका तुलना के समय उपलब्ध नहीं थी।</target> - -<source>Target folder input field must not be empty.</source> -<target>गंतव्य निर्देशिका प्रविष्टि खाली नहीं हो सकती।</target> - -<source>Source folder %x not found.</source> -<target>स्रोत निर्देशिका %x नहीं मिला।</target> - -<source>Please enter a target folder for versioning.</source> -<target>कृपया संस्करण करने के लिए गंतव्य निर्देशिका प्रविष्ट करें।</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>निम्न आइटम्स में हल नहीं किये गए विरोध हैं और वे सिंक्रनाइज़ नहीं होंगे:</target> - -<source>Folder pair:</source> -<target>निर्देशिका जोडा:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>निम्न निर्देशिकाएँ उल्लेखनीय रूप से भिन्न हैं। कृपया सुनिश्चित करें की सिंक्रनाइज़ेशन के लिए चुनी निर्देशिकाएँ उचित हैं।</target> - -<source>Not enough free disk space available in:</source> -<target>यहाँ पर्याप्त खाली डिस्क जगह उपलब्ध नहीं:</target> - -<source>Available:</source> -<target>उपलब्ध:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>कुछ फ़ाइल्स को एकाधिक आधार निर्देशिकाओं के भाग के रूप में सिंक्रनाइज़ किया जाएगा।</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>विरोध टालने के लिए वर्जित फ़िल्टर स्थापित करें ताकि प्रत्येक अद्यतित फ़ाइल केवल एक आधार निर्देशिका द्वारा सम्मिलित हो।</target> - -<source>Versioning folder:</source> -<target>संस्करण निर्देशिका:</target> - -<source>Base folder:</source> -<target>आधार निर्देशिका:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>संस्करण निर्देशिका आधार निर्देशिका में निहित है।</target> - -<source>Synchronizing folder pair:</source> -<target>यह निर्देशिका जोडा सिंक्रनाइज़ हो रहा है:</target> - -<source>Generating database...</source> -<target>डेटाबेस बनाया जा रहा है...</target> - -<source>Searching for old file versions:</source> -<target>पुराने फ़ाइल संस्करणों की खोज हो रही है:</target> - -<source>Removing old file versions:</source> -<target>पुराने फ़ाइल संस्करणों को हटाया जा रहा है:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>संस्करण के लिए समय मोहर बनाने में असमर्थ:</target> - -<source>Drag && drop</source> -<target>ड्रॅग एण्ड ड्रॉप</target> - -<source>Select a folder</source> -<target>निर्देशिका चुनें</target> - -<source>&New</source> -<target>नया (&N)</target> - -<source>&Open...</source> -<target>खोलें (&O)...</target> - -<source>Save &as...</source> -<target>इस रूप में सहेजें (&a)...</target> - -<source>E&xit</source> -<target>बाहर निकलें (&x)</target> - -<source>&File</source> -<target>फ़ाइल (&F)</target> - -<source>&View help</source> -<target>मदद देखें (&V)</target> - -<source>&About</source> -<target>बारे में (&A)</target> - -<source>&Help</source> -<target>मदद (&H)</target> - -<source>Usage:</source> -<target>प्रयोग:</target> - -<source>Select folders to watch.</source> -<target>निगरानी के लिए फ़ोलडर्स चुनिए।</target> - -<source>Enter a command line.</source> -<target>आदेश-पंक्ति प्रविष्ट करें।</target> - -<source>Press 'Start'.</source> -<target>'प्रारंभ' दबाएं।</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>प्रारंभ करने के लिए केवल कोई "ffs_batch" फ़ाइल आयात करें।</target> - -<source>Folders to watch:</source> -<target>इन फ़ोलडर्स की निगरानी होगी:</target> - -<source>Add folder</source> -<target>निर्देशिका जोडें</target> - -<source>Remove folder</source> -<target>निर्देशिका निकालें</target> - -<source>Browse</source> -<target>ब्राउज़</target> - -<source>Idle time (in seconds):</source> -<target>निष्क्रिय समय (सेकंड में):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>पिछ्ला पता लगाया हुआ परिवर्तन और आदेश के निष्पादन के बीच का निष्क्रिय समय</target> - -<source>Command line:</source> -<target>आदेश-पंक्ति:</target> - -<source>&Hide console window</source> -<target>कंसोल विंडो छिपाएँ (&H)</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -यह आदेश सक्रिय होता है यदि: -- फ़ाइल्स या उप-फ़ोलडर्स बदले -- नए फ़ोलडर्स आए (उदा. USB स्टिक डालने पर) -</target> - -<source>Start</source> -<target>प्रारंभ</target> - -<source>About</source> -<target>बारे में</target> - -<source>Build: %x</source> -<target>बिल्ड: %x</target> - -<source>All files</source> -<target>सारी फ़ाइल्स</target> - -<source>Automated Synchronization</source> -<target>स्वचालित सिंक्रनाइज़ेशन</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x प्रोटोकॉल निर्देशिका निगरानी का समर्थन नहीं करता:</target> - -<source>Directory monitoring active</source> -<target>निर्देशिका निगरानी सक्रिय</target> - -<source>Waiting until directory is available:</source> -<target>प्रतीक्षारत जब कि निर्देशिका उपलब्ध हो:</target> - -<source>&Configure</source> -<target>कॉन्फ़िगर (&C)</target> - -<source>&Show error message</source> -<target>त्रुटि संदेश दिखाएं (&S)</target> - -<source>&Quit</source> -<target>बाहर निकलें (&Q)</target> - -<source>&Retry</source> -<target>पुनः प्रयास (&R)</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 बाइट</pluralform> -<pluralform>%x बाइट्स</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>लोड हो रहा है...</target> - -<source>Scanning...</source> -<target>स्कैनिंग...</target> - -<source>configuration file</source> -<target>कॉन्फ़िगरेशन फ़ाइल</target> - -<source>System: Sleep</source> -<target>सिस्टम: स्लीप</target> - -<source>System: Shut down</source> -<target>सिस्टम: बंद करें</target> - -<source>Nothing to synchronize</source> -<target>सिंक्रनाइज़ करने के लिए कुछ नहीं</target> - -<source>Executing command:</source> -<target>निष्पादित आदेश:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>इस समस्या को हल करने के लिए आप FreeFileSync के मुख्य विंडो में जा सकते हैं।</target> - -<source>&Don't show this warning again</source> -<target>इस चेतावनी को दोबारा न दिखाएं (&D)</target> - -<source>&Ignore</source> -<target>अनदेखा करें (&I)</target> - -<source>&Switch</source> -<target>अदला-बदली करें (स्विच) (&S)</target> - -<source>Switching to FreeFileSync's main window</source> -<target>FreeFileSync के मुख्य विंडो में जाएं</target> - -<source>Automatic retry</source> -<target>स्वचालित पुनःप्रयास</target> - -<source>Ignore &all</source> -<target>सभी अनदेखा करें (&a)</target> - -<source>Retrying operation...</source> -<target>कार्यवाई का पुनःप्रयास हो रहा है...</target> - -<source>Serious Error</source> -<target>गंभीर त्रुटि</target> - -<source>Last session</source> -<target>पिछला सत्र</target> - -<source>Today</source> -<target>आज</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 दिन</pluralform> -<pluralform>%x दिन</pluralform> -</target> - -<source>Name</source> -<target>नाम</target> - -<source>Last sync</source> -<target>पिछला सिंक</target> - -<source>Log</source> -<target>लॉग</target> - -<source>Folder</source> -<target>निर्देशिका</target> - -<source>Symlink</source> -<target>सिमलिंक</target> - -<source>Full path</source> -<target>पूरा पथ</target> - -<source>Relative path</source> -<target>सापेक्ष पथ</target> - -<source>Item name</source> -<target>आइटम नाम</target> - -<source>Size</source> -<target>आकार</target> - -<source>Date</source> -<target>दिनांक</target> - -<source>Extension</source> -<target>विस्तार</target> - -<source>Category</source> -<target>वर्ग</target> - -<source>Action</source> -<target>क्रिया</target> - -<source>Local comparison settings</source> -<target>स्थानीय तुलना सेटिंग्स</target> - -<source>Local synchronization settings</source> -<target>स्थानीय सिंक्रनाइज़ेशन सेटिंग्स</target> - -<source>Local filter</source> -<target>स्थानीय फ़िल्टर</target> - -<source>Active</source> -<target>सक्रिय</target> - -<source>None</source> -<target>कुछ नहीं</target> - -<source>Remove local settings</source> -<target>स्थानीय सेटिंग्स निकालें</target> - -<source>Clear local filter</source> -<target>स्थानीय फ़िल्टर हटाएं</target> - -<source>Copy</source> -<target>प्रतिलिपि</target> - -<source>Paste</source> -<target>चिपकाएं</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>चुनी निर्देशिका %x FreeFileSync के साथ उपयोग नहीं की जा सकती।</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>कृपया स्थानीय फ़ाइल सिस्टम, नेटवर्क या MTP उपकरण पर कोई निर्देशिका चुनें।</target> - -<source>Defined by context of use</source> -<target>उपयोग के संदर्भ से परिभाषित</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>FreeFileSync दान संस्करण आवश्यक</target> - -<source>&Save</source> -<target>सहेजें (&S)</target> - -<source>Save as &batch job...</source> -<target>बॅच जॉब के रूप में सहेजें (&b)...</target> - -<source>Show &log</source> -<target>लॉग दिखाएं (&l)</target> - -<source>Start &comparison</source> -<target>तुलना शुरू करें (&c)</target> - -<source>C&omparison settings</source> -<target>तुलना सेटिंग्स (&o)</target> - -<source>&Filter settings</source> -<target>फ़िल्टर सेटिंग्स (&F)</target> - -<source>S&ynchronization settings</source> -<target>सिंक्रनाइज़ेशन सेटिंग्स (&y)</target> - -<source>Start &synchronization</source> -<target>सिंक्रनाइज़ेशन शुरू करें (&s)</target> - -<source>&Actions</source> -<target>क्रियाएँ (&A)</target> - -<source>&Preferences</source> -<target>प्राथमिकताएँ (&P)</target> - -<source>&Language</source> -<target>भाषा (&L)</target> - -<source>&Find...</source> -<target>ढूंढें (&F)...</target> - -<source>&Export file list...</source> -<target>फ़ाइल सूचि निर्यात करें (&E)...</target> - -<source>&Reset layout</source> -<target>अभिन्यास रीसेट करें (&R)</target> - -<source>&Tools</source> -<target>उपकरण (&T)</target> - -<source>&Check for updates now</source> -<target>अद्यतन के लिए अभी जाँचें (&C)</target> - -<source>Check &automatically once a week</source> -<target>सप्ताह में एक बार स्वचालित रूप से जांचें (&a)</target> - -<source>Cancel</source> -<target>रद्द करें</target> - -<source>Compare</source> -<target>तुलना करें</target> - -<source>Synchronize</source> -<target>सिंक्रनाइज़</target> - -<source>Add folder pair</source> -<target>निर्देशिका जोडा जोडें</target> - -<source>Remove folder pair</source> -<target>निर्देशिका जोडा निकालें</target> - -<source>Access online storage</source> -<target>ऑनलाइन संग्रहण पहुँच प्राप्त करें</target> - -<source>Close search bar</source> -<target>खोज पट्टी बंद करें</target> - -<source>Find:</source> -<target>ढूंढें:</target> - -<source>Match case</source> -<target>केस मिलाएं</target> - -<source>Processed:</source> -<target>संसाधित:</target> - -<source>Remaining:</source> -<target>शेष:</target> - -<source>New</source> -<target>नया</target> - -<source>Open...</source> -<target>खोलें...</target> - -<source>Save</source> -<target>सहेजें</target> - -<source>Save as...</source> -<target>इस रूप से सहेजें...</target> - -<source>View type:</source> -<target>दृश्य प्रकार:</target> - -<source>Select view:</source> -<target>दृश्य चुनें:</target> - -<source>Save as default</source> -<target>डिफ़ॉल्ट के रूप में सहेजें</target> - -<source>Statistics:</source> -<target>आंकड़े:</target> - -<source>Number of files and folders that will be deleted</source> -<target>जिन फ़ाइल्स और फ़ोलडर्स को हटाया जाएगा उनकी संख्या</target> - -<source>Number of files that will be updated</source> -<target>जिन फ़ाइल्स का अद्यतन होगा उनकी संख्या</target> - -<source>Number of files and folders that will be created</source> -<target>जिन फ़ाइल्स और फ़ोलडर्स को बनया जाएगा उनकी संख्या</target> - -<source>Total bytes to copy</source> -<target>कॉपी करने के लिए कुल बाइट्स</target> - -<source>Arrange folder pair</source> -<target>निर्देशिका जोडा व्यवस्थित करें</target> - -<source>Main settings:</source> -<target>मुख्य सेटिंग्स:</target> - -<source>Use local settings:</source> -<target>स्थानीय सेटिंग्स का उपयोग करें:</target> - -<source>Select a variant:</source> -<target>प्रकार चुने:</target> - -<source>Include &symbolic links:</source> -<target>प्रतीकात्मक कड़ीयाँ समावेश करें (&s):</target> - -<source>&Follow</source> -<target>अनुसरण करें (&F)</target> - -<source>&Direct</source> -<target>प्रत्यक्ष (&D)</target> - -<source>More information</source> -<target>अधिक जानकारी</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>समय शिफ़्ट अनदेखा करें [hh:mm] (&I)</target> - -<source>List of file time offsets to ignore</source> -<target>उपेक्षित फ़ाइल समय ऑफ़्सेट्स की सूची</target> - -<source>Example:</source> -<target>उदाहरण:</target> - -<source>Handle daylight saving time</source> -<target>दिवालोक बचत समय (डेलाईट सेविंग टाइम) प्रहस्तन करें</target> - -<source>Ignore errors</source> -<target>त्रुटियों को अनदेखा करें</target> - -<source>Retry count:</source> -<target>पुनः प्रयास गणनांक:</target> - -<source>Delay (in seconds):</source> -<target>विलंब (सेकंड में):</target> - -<source>Performance improvements:</source> -<target>प्रदर्शन सुधार:</target> - -<source>Parallel file operations:</source> -<target>समांतर फ़ाइल कार्रवाई:</target> - -<source>How to get best performance?</source> -<target>सर्वश्रेष्ठ प्रदर्शन कैसे पाएं?</target> - -<source>Local settings:</source> -<target>स्थानीय सेटिंग्स:</target> - -<source>Include:</source> -<target>समावेश करें:</target> - -<source>Show examples</source> -<target>उदाहरण दिखाएं</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>सिंक्रनाइज़ेशन से कुछ फ़ाइल्स को वर्जित करने के लिए फ़िल्टर नियमों का चयन करें। फ़ाइल पथों को उनके तद्नुरूप निर्देशिका जोडों के सापेक्ष प्रविष्ट करें।</target> - -<source>File size:</source> -<target>फ़ाइल आकार:</target> - -<source>Minimum:</source> -<target>न्यूनतम:</target> - -<source>Maximum:</source> -<target>अधिकतम:</target> - -<source>Time span:</source> -<target>समय अवधि:</target> - -<source>C&lear</source> -<target>हटाएं (&l)</target> - -<source>Detect moved files</source> -<target>ले जाई गई फ़ाइल्स का पता लगाएं</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- सभी फ़ाइल सिस्टम्स द्वारा समर्थित नहीं -- डेटाबेस फ़ाइल्स आवश्यक हैं और बनाता है -- पहले सिंक्रनाइज़ेशन के लिए खोज उपलब्ध नहीं -</target> - -<source>Delete files:</source> -<target>फ़ाइल्स हटाएं:</target> - -<source>&Recycle bin</source> -<target>रीसायकल बिन (&R)</target> - -<source>&Permanent</source> -<target>स्थायी (&P)</target> - -<source>&Versioning</source> -<target>संस्करण (&V)</target> - -<source>Move files to a user-defined folder</source> -<target>फ़ाइल्स उपयोगकर्ता-परिभाषित निर्देशिका में ले जाएं</target> - -<source>Naming convention:</source> -<target>नामकरण नीति:</target> - -<source>Limit file versions:</source> -<target>फ़ाइल संस्करण सीमित करें:</target> - -<source>Last x days:</source> -<target>पिछले x दिन:</target> - -<source>&Override default log path:</source> -<target>डिफ़ॉल्ट लॉग पथ अधिभूत करें (&O):</target> - -<source>Run a command:</source> -<target>आदेश चलाएँ:</target> - -<source>OK</source> -<target>ठीक</target> - -<source>Connection type:</source> -<target>सम्पर्क प्रकार:</target> - -<source>Connected user accounts:</source> -<target>जुड़े हुए उपयोगकर्ता खाते:</target> - -<source>&Add connection</source> -<target>सम्पर्क जोड़ें (&A)</target> - -<source>&Disconnect</source> -<target>सम्पर्क काटें (&D)</target> - -<source>Selected user account:</source> -<target>चयनित उपयोगकर्ता खाता:</target> - -<source>Server name or IP address:</source> -<target>सर्वर नाम या IP पता:</target> - -<source>Port:</source> -<target>पोर्ट:</target> - -<source>Encryption:</source> -<target>एन्क्रिप्शन:</target> - -<source>&Disabled</source> -<target>अक्षम (&D)</target> - -<source>&Explicit SSL/TLS</source> -<target>सुस्पष्ट SSL/TLS (&E)</target> - -<source>Authentication:</source> -<target>प्रमाणन:</target> - -<source>&Password</source> -<target>पासवर्ड (&P)</target> - -<source>&Key file</source> -<target>कुंजी फ़ाइल (&K)</target> - -<source>&SSH agent</source> -<target>&SSH एजेंट</target> - -<source>User name:</source> -<target>उपयोगकर्ता नाम:</target> - -<source>Private key file:</source> -<target>निजी कुंजी फ़ाइल:</target> - -<source>&Show password</source> -<target>पासवर्ड दिखाएं (&S)</target> - -<source>Directory on server:</source> -<target>सर्वर पर निर्देशिका:</target> - -<source>Access timeout (in seconds):</source> -<target>पहुँच समय बाह्य (सेकंड्स में):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP चैनल्स प्रति कनेक्शन:</target> - -<source>Detect server limit</source> -<target>सर्वर सीमा का पता लगाएँ</target> - -<source>Select Folder</source> -<target>निर्देशिका चुनें</target> - -<source>Variant:</source> -<target>प्रकार:</target> - -<source>&Don't show this dialog again</source> -<target>यह संवाद बॉक्स दोबारा न दिखाएं (&D)</target> - -<source>Bytes:</source> -<target>बाइट्स:</target> - -<source>Items:</source> -<target>आइटम्स:</target> - -<source>Synchronizing...</source> -<target>सिंक्रनाइज़ हो रहा है...</target> - -<source>Minimize to notification area</source> -<target>सूचना क्षेत्र में मिनिमाइज़ करें</target> - -<source>Bytes</source> -<target>बाइट्स</target> - -<source>Items</source> -<target>आइटम्स</target> - -<source>When finished:</source> -<target>समाप्त होने पर:</target> - -<source>Auto-close</source> -<target>स्वचालित-बंद</target> - -<source>Close</source> -<target>बंद करें</target> - -<source>&Pause</source> -<target>ठहरें (&P)</target> - -<source>Stop</source> -<target>रोकें</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>उपस्थिति निरपेक्ष सिंक्रनाइज़ेशन के लिए बॅच फ़ाइल बनाएं। शुरू करने के लिए, किसी कार्य योजनाकार में यह फ़ाइल या अनुसूची डबल क्लिक करें: %x</target> - -<source>Progress dialog:</source> -<target>प्रगति संवाद बॉक्स:</target> - -<source>Run minimized</source> -<target>छोटा (मिनिमाइज़) कर के चलाएँ</target> - -<source>Show pop-up on errors or warnings</source> -<target>त्रुटियों या चेतावनियों पर पॉप-अप दिखाएं</target> - -<source>&Cancel</source> -<target>रद्द करें (&C)</target> - -<source>Stop synchronization at first error</source> -<target>पहली त्रुटि पर सिंक्रनाइज़ेशन रोकें</target> - -<source>How can I schedule a batch job?</source> -<target>मैं कोई बॅच कार्य कैसे अनुसूचित करूँ?</target> - -<source>&Keep relative paths</source> -<target>सापेक्ष पथों को बनाए रखें (&K)</target> - -<source>&Overwrite existing files</source> -<target>मौजूद फ़ाइल्स अधिलेखित करें (&O)</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>सभी सिंक्रनाइज़ेशन कार्यों के लिए निम्न सेटिंग्स का उपयोग किया जाता है।</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -गंतव्य अधिलेखित करने से पहले किसी अस्थायी फ़ाइल (*.ffs_tmp) में प्रतिलिपित करें। -यह गंभीर त्रुटि की दशा में भी सुसंगत स्थिती सुनिश्चित करता है। -</target> - -<source>recommended</source> -<target>अनुशंसित</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>साझा या अवरोधित फ़ाइल्स वॉल्यूम शॅडो प्रतिलिपि सर्व्हिस के उपयोग से प्रतिलिपित करें।</target> - -<source>requires administrator rights</source> -<target>व्यवस्थापक विशेषाधिकार आवश्यक</target> - -<source>Transfer file and folder permissions.</source> -<target>फ़ाइल और निर्देशिका अनुमतियाँ स्थानांतर करें।</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>स्थायी रूप से छिपाये संवाद बॉक्सेस और चेतावनी संदेश फिर से दिखाएं</target> - -<source>Default log path:</source> -<target>डिफ़ॉल्ट लॉग पथ:</target> - -<source>&Delete logs after x days:</source> -<target>x दिनों के बाद लॉग हटाएं (&D):</target> - -<source>Notification sounds:</source> -<target>अधिसूचना ध्वनि:</target> - -<source>Synchronization finished:</source> -<target>सिंक्रनाइज़ेशन समाप्त:</target> - -<source>Customize context menu:</source> -<target>प्रासंगिक मेनू अनुकूलित करें:</target> - -<source>Description</source> -<target>विवरण</target> - -<source>&Default</source> -<target>डिफ़ॉल्ट (&D)</target> - -<source>Feedback and suggestions are welcome:</source> -<target>प्रतिक्रिया और सुझाव का स्वागत है:</target> - -<source>Home page</source> -<target>मुख पृष्ठ</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync फ़ोरम</target> - -<source>Email</source> -<target>ई-मेल</target> - -<source>If you like FreeFileSync:</source> -<target>यदि आपको FreeFileSync पसंद है:</target> - -<source>Support with a donation</source> -<target>दान के साथ समर्थन करें</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>स्वचालित अद्यतन व्यवस्थापक द्वारा अक्षम किया गया है।</target> - -<source>Donation details</source> -<target>दान विवरण</target> - -<source>Source code written in C++ using:</source> -<target>स्रोत कोड C++ में लिखा गया इनके प्रयोग से:</target> - -<source>Published under the GNU General Public License:</source> -<target>जीएनयू जनरल पब्लिक लाइसेंस (GNU General Public License) के तहत प्रकाशित:</target> - -<source>Many thanks for localization:</source> -<target>स्थानीयकरण के लिए अनेक आभार:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>FreeFileSync दान संस्करण को निम्न विधियों में से एक के द्वारा सक्रिय करें:</target> - -<source>Activate via internet now:</source> -<target>इंटरनेट द्वारा अभी सक्रिय करें:</target> - -<source>Activate online</source> -<target>ऑनलाइन सक्रिय करें</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>ऑफ़लाइन सक्रियण कुंजी निम्न URL से प्राप्त करें:</target> - -<source>&Copy to clipboard</source> -<target>क्लिपबोर्ड पर प्रतिलिपि बनाएँ (&C)</target> - -<source>Enter activation key:</source> -<target>सक्रियण कुंजी प्रविष्ट करें:</target> - -<source>Activate offline</source> -<target>ऑफ़लाइन सक्रिय करें</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>निम्न दिनों से अधिक समय तक ना चलाए गए कॉन्फ़िगरेशन्स को हाइलाइट करें:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync को आपके डेटा को सिंक्रनाइज़ करते समय "कार्रवाई की अनुमति नहीं" त्रुटियों से बचने के लिए पहुँच अधिकारों की आवश्यकता होती है (जैसे मेल, संदेश, कैलेंडर)।</target> - -<source>Locate the FreeFileSync app</source> -<target>FreeFileSync ऐप की स्थिति जानें</target> - -<source>Open Security && Privacy</source> -<target>सुरक्षा और गोपनीयता</target> - -<source>Click the lock to allow changes.</source> -<target>परिवर्तनों को अनुमति देने के लिए लॉक पर क्लिक करें।</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>पैनल में FreeFileSync खींचें।</target> - -<source>Synchronization Settings</source> -<target>सिंक्रनाइज़ेशन सेटिंग्स</target> - -<source>Access Online Storage</source> -<target>ऑनलाइन संग्रहण पहुँच प्राप्त करें</target> - -<source>Save as a Batch Job</source> -<target>बॅच जॉब के रूप में सहेजें</target> - -<source>Delete Items</source> -<target>आइटम हटाएं</target> - -<source>Copy Items</source> -<target>आइटम्स प्रतिलिपित करें</target> - -<source>Options</source> -<target>विकल्प</target> - -<source>Select Time Span</source> -<target>समय अवधि चुनें</target> - -<source>Highlight Configurations</source> -<target>कॉन्फ़िगरेशन्स हाइलाइट करें</target> - -<source>Grant Full Disk Access</source> -<target>पूर्ण डिस्क ऐक्सेस प्रदान करें</target> - -<source>Info</source> -<target>जानकारी</target> - -<source>No log entries</source> -<target>कोई लॉग प्रविष्टियां नहीं</target> - -<source>Select all</source> -<target>सभी चुने</target> - -<source>&Options</source> -<target>विकल्प (&O)</target> - -<source>Main Bar</source> -<target>मुख्य पट्टी</target> - -<source>Folder Pairs</source> -<target>निर्देशिका जोडें</target> - -<source>Find</source> -<target>ढूंढें</target> - -<source>View Settings</source> -<target>दृश्य सेटिंग्स</target> - -<source>Configuration</source> -<target>कॉन्फ़िगरेशन</target> - -<source>Overview</source> -<target>अवलोकन</target> - -<source>Swap sides</source> -<target>पक्ष गमागम करें</target> - -<source>Show "%x"</source> -<target>"%x" दिखाएं</target> - -<source>&Show details</source> -<target>विवरण दिखाएँ (&S)</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x उपलब्ध है!</target> - -<source>Local path not available for %x.</source> -<target>%x के लिए स्थानीय पथ उपलब्ध नहीं है।</target> - -<source>Confirm</source> -<target>पुष्टि करें</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>क्या आप वास्तव में एक आइटम के लिए %y आदेश निष्पादित करना चाहते हैं?</pluralform> -<pluralform>क्या आप वास्तव में %x आइटम्स के लिए %y आदेश निष्पादित करना चाहते हैं?</pluralform> -</target> - -<source>&Execute</source> -<target>निष्पादित करें (&E)</target> - -<source>Set direction:</source> -<target>दिशा सेट करें:</target> - -<source>multiple selection</source> -<target>एकाधिक चयन</target> - -<source>&Include via filter:</source> -<target>फ़िल्टर के द्वारा समावेश करें (&I):</target> - -<source>&Exclude via filter:</source> -<target>फ़िल्टर के द्वारा अपवर्जित करें (&E):</target> - -<source>Include temporarily</source> -<target>अस्थायी रूप से समावेश करें</target> - -<source>Exclude temporarily</source> -<target>अस्थायी रूप से अपवर्जित करें</target> - -<source>&Synchronize selection</source> -<target>चयन सिंक्रनाइज़ करें (&S)</target> - -<source>&Copy to...</source> -<target>यहाँ प्रतिलिपित करें (&C)...</target> - -<source>&Delete</source> -<target>हटाएं (&D)</target> - -<source>Show icons:</source> -<target>चिन्ह दिखाएं:</target> - -<source>Small</source> -<target>छोटा</target> - -<source>Medium</source> -<target>मध्यम</target> - -<source>Large</source> -<target>बड़ा</target> - -<source>Select time span...</source> -<target>समय अवधि चुनें...</target> - -<source>Donation Edition</source> -<target>दान संस्करण</target> - -<source>Folder Comparison and Synchronization</source> -<target>निर्देशिका तुलना और सिंक्रनाइज़ेशन</target> - -<source>Configuration saved</source> -<target>सहेजा कॉन्फ़िगरेशन</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync बॅच</target> - -<source>Do you want to save changes to %x?</source> -<target>क्या आप %x के परिवर्तन सहेजना चाहते हैं?</target> - -<source>Never save &changes</source> -<target>परिवर्तनों को कभी भी न सहेजें (&c)</target> - -<source>Do&n't save</source> -<target>नहीं सहेजें (&n)</target> - -<source>%x cannot be renamed.</source> -<target>%x का नाम नहीं बदला जा सकता है।</target> - -<source>New name:</source> -<target>नया नाम:</target> - -<source>Rename Configuration</source> -<target>कॉन्फ़िगरेशन का नाम बदलें</target> - -<source>Configuration name must not be empty.</source> -<target>कॉन्फ़िगरेशन का नाम रिक्त नहीं होना चाहिए।</target> - -<source>&Rename...</source> -<target>नाम बदलें (&R)...</target> - -<source>Hide configuration</source> -<target>कॉन्फ़िगरेशन छुपाएं</target> - -<source>Highlight...</source> -<target>हाइलाइट...</target> - -<source>Clear filter</source> -<target>फ़िल्टर हटाएं</target> - -<source>Show files that exist on left side only</source> -<target>केवल बाईं तरफ़ मौजूद फ़ाइल्स दिखाएं</target> - -<source>Show files that exist on right side only</source> -<target>केवल दाईं तरफ़ मौजूद फ़ाइल्स दिखाएं</target> - -<source>Show files that are newer on left</source> -<target>नवीन फ़ाइल्स को बाईं तरफ़ दिखाएं</target> - -<source>Show files that are newer on right</source> -<target>नवीन फ़ाइल्स को दाईं तरफ़ दिखाएं</target> - -<source>Show files that are equal</source> -<target>समान फ़ाइल्स दिखाएं</target> - -<source>Show files that are different</source> -<target>असमान फ़ाइल्स दिखाएं</target> - -<source>Show conflicts</source> -<target>विरोध दिखाएं</target> - -<source>Show files that will be created on the left side</source> -<target>जो फ़ाइल्स बनाई जाएंगी वो बाईं तरफ़ दिखाएं</target> - -<source>Show files that will be created on the right side</source> -<target>जो फ़ाइल्स बनाई जाएंगी वो दाईं तरफ़ दिखाएं</target> - -<source>Show files that will be deleted on the left side</source> -<target>जो फ़ाइल्स हटाई जाएंगी वो बाईं तरफ़ दिखाएं</target> - -<source>Show files that will be deleted on the right side</source> -<target>जो फ़ाइल्स हटाई जाएंगी वो दाईं तरफ़ दिखाएं</target> - -<source>Show files that will be updated on the left side</source> -<target>जिन फ़ाइल्स का अद्यतन होगा वो बाईं तरफ़ दिखाएं</target> - -<source>Show files that will be updated on the right side</source> -<target>जिन फ़ाइल्स का अद्यतन होगा वो दाईं तरफ़ दिखाएं</target> - -<source>Show files that won't be copied</source> -<target>जिन फ़ाइल्स की प्रतिलिपि नहीं बनेगी वो दिखाएं</target> - -<source>Show filtered or temporarily excluded files</source> -<target>फ़िल्टर किए या अस्थायी रूप से अपवर्जित फ़ाइल्स दिखाएं</target> - -<source>Filter</source> -<target>फ़िल्टर</target> - -<source>All files are in sync</source> -<target>सभी फ़ाइल्स सिंक में हैं</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 निर्देशिका</pluralform> -<pluralform>%x निर्देशिकाएँ</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 फ़ाइल</pluralform> -<pluralform>%x फ़ाइल्स</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>1 पंक्ति में से %y प्रदर्शित</pluralform> -<pluralform>%x पंक्तियों में से %y प्रदर्शित</pluralform> -</target> - -<source>Cannot find %x</source> -<target>%x ढूंढने में असमर्थ</target> - -<source>Move up</source> -<target>उपर ले जाएं</target> - -<source>Move down</source> -<target>नीचे ले जाएं</target> - -<source>Comma-separated values</source> -<target>कॉमा-सेपरेटेड वैल्यूज़</target> - -<source>File list exported</source> -<target>फ़ाइल सूची निर्यात की गई</target> - -<source>Searching for program updates...</source> -<target>प्रोग्राम अद्यतनों की खोज हो रही है...</target> - -<source>Paused</source> -<target>ठहरा</target> - -<source>Stop requested...</source> -<target>अनुरोधित को रोकें...</target> - -<source>Initializing...</source> -<target>प्रारंभ हो रहा है...</target> - -<source>Comparing content...</source> -<target>सामग्री की तुलना हो रही है...</target> - -<source>&Continue</source> -<target>जारी रखें (&C)</target> - -<source>Progress</source> -<target>प्रगति</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>धन्यवाद, %x, आपके दान और समर्थन के लिए!</target> - -<source>Connections</source> -<target>कनेक्शन्स</target> - -<source>Recommended range:</source> -<target>अनुशंसित श्रेणी:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>क्या आप वास्तव में उपयोगकर्ता खाता %x से सम्पर्क काटना चाहते हैं?</target> - -<source>Password:</source> -<target>पासवर्ड:</target> - -<source>Key passphrase:</source> -<target>कुंजी पासफ्रेज़:</target> - -<source>Please enter a file path.</source> -<target>कृपया कोई फ़ाइल पथ प्रविष्ट करें।</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>निम्न आइटम अन्य निर्देशिका में प्र्तिलिपित करें?</pluralform> -<pluralform>निम्न %x आइटम्स अन्य निर्देशिका में प्र्तिलिपित करें?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>कृपया कोई गंतव्य निर्देशिका प्रविष्ट करें।</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>क्या आप वास्तव में निम्न आइटम रीसायकल बिन में ले जाना चाहते हैं?</pluralform> -<pluralform>क्या आप वास्तव में निम्न %x आइटम्स रीसायकल बिन में ले जाना चाहते हैं?</pluralform> -</target> - -<source>Move</source> -<target>ले जाएं</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>क्या आप वास्तव में निम्न आइटम हटाना चाहते हैं?</pluralform> -<pluralform>क्या आप वास्तव में निम्न %x आइटम्स हटाना चाहते हैं?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>चयन को सिंक्रनाइज़ करने के लिए प्रारंभ करें?</target> - -<source>Start synchronization now?</source> -<target>अब सिंक्रनाइज़ेशन प्रारंभ करें?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>DACL, SACL, स्वामी, समूह प्रतिलिपित करें</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>बाह्य अनुप्रयोगों को प्रसंग मेनू में एकीकृत करें। निम्न मैक्रोज़ उपलब्ध हैं:</target> - -<source>Full file or folder path</source> -<target>पूर्ण फाइल या निर्देशिका पथ</target> - -<source>Parent folder path</source> -<target>अभिभावक निर्देशिका पथ</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP और MTP संग्रहण के लिए अस्थायी स्थानीय प्रतिलिपि</target> - -<source>Parameters for opposite side</source> -<target>दूसरी तरफ़ के पैरामीटर्स</target> - -<source>Show hidden dialogs again</source> -<target>छिपाये संवाद बक्से फिर से देखाएं</target> - -<source>All dialogs shown</source> -<target>सभी संवाद बक्से प्रदर्शित</target> - -<source>Downloading update...</source> -<target>अद्यतन डाउनलोड हो रहा है...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>समान फ़ाइल्स पहचानने के लिए संशोधन समय और आकार की तुलना करें।</target> - -<source>Identify equal files by comparing the file content.</source> -<target>समान फ़ाइल्स पहचानने के लिए फ़ाइल सामग्री की तुलना करें।</target> - -<source>Identify equal files by comparing their file size.</source> -<target>समान फ़ाइल्स पहचानने के लिए फ़ाइल आकार की तुलना करें।</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>दोनों तरफ़ के परिवर्तन पहचानें और प्रसारित करें। हटाए गए, ले जाए गए और विरोधों का स्वचालित रूप से डेटाबेस के उपयोग से पता लगाया जाता है।</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>मिलाए जाने वाले दाए निर्देशिका के अनुकूल बाए निर्देशिका का प्रतिबिंबित बैकअप बनाएं।</target> - -<source>Copy new and updated files to the right folder.</source> -<target>नए और अद्यतित फ़ाइल्स दाए निर्देशिका में प्रतिलिपित करें।</target> - -<source>Configure your own synchronization rules.</source> -<target>अपने खुद के सिंक्रनाइज़ेशन नियम कॉन्फ़िगर करें।</target> - -<source>Comparison</source> -<target>तुलना</target> - -<source>Synchronization</source> -<target>सिंक्रनाइज़ेशन</target> - -<source>This week</source> -<target>इस सप्ताह</target> - -<source>This month</source> -<target>इस महीने</target> - -<source>This year</source> -<target>इस साल</target> - -<source>Byte</source> -<target>बाइट</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>हटा दी गईं और अधिलेखित फ़ाइल्स को रीसायकल बिन में बनाए रखें</target> - -<source>Delete and overwrite files permanently</source> -<target>फ़ाइल्स को स्थाई रूप से हटाया और आधिलेखित करें</target> - -<source>Replace</source> -<target>बदलें</target> - -<source>Move files and replace if existing</source> -<target>फ़ाइल्स ले जाएं और मौजूद हों तो अधिलेखित करें</target> - -<source>Time stamp</source> -<target>समय मोहर</target> - -<source>Move files into a time-stamped subfolder</source> -<target>फ़ाइलों को कोई समय-मुद्रित सबफ़ोल्डर में ले जाएं</target> - -<source>File</source> -<target>फ़ाइल</target> - -<source>Append a time stamp to each file name</source> -<target>प्रत्येक फ़ाइल नाम को समय मोहर जोडें</target> - -<source>On completion:</source> -<target>समापन उपरांत:</target> - -<source>On errors:</source> -<target>त्रुटी पर:</target> - -<source>On success:</source> -<target>सफलता पर:</target> - -<source>Main config</source> -<target>मुख्य कॉन्फ़िग</target> - -<source>empty</source> -<target>रीता</target> - -<source>Leave as unresolved conflict</source> -<target>हल नहीं किये गए विरोध के रूप में छोड़ दें</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>न्यूनतम संस्करण गणना अधिकतम गणना से छोटी होनी चाहिए।</target> - -<source>&Restore</source> -<target>पुनर्स्थापित करें (&R)</target> - -<source>Files</source> -<target>फ़ाइल्स</target> - -<source>Percentage</source> -<target>प्रतिशत</target> - -<source>Failed to retrieve update information.</source> -<target>अद्यतन जानकारी प्राप्त करने में विफल।</target> - -<source>Automatic updates:</source> -<target>स्वचालित अद्यतन:</target> - -<source>Check for Program Updates</source> -<target>प्रोग्राम अद्यतनों के लिए जाँच करें</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>स्वत: अद्यतन करें या मैन्युअल रूप से FreeFileSync मुख पृष्ठ से डाउनलोड करें?</target> - -<source>&Auto-update</source> -<target>स्वत: अद्यतन करें (&A)</target> - -<source>&Home page</source> -<target>मुख पृष्ठ (&H))</target> - -<source>Download now?</source> -<target>अभी डाउनलोड करें?</target> - -<source>&Download</source> -<target>डाउनलोड (&D)</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync नवीनतम है।</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>वर्तमान FreeFileSync संस्करण संख्या ऑनलाइन नहीं मिल सकती. नया संस्करण उपलब्ध होने की संभावना है। मैन्युअल रूप से अभी जाँच करें?</target> - -<source>&Check</source> -<target>जाँच करें (&C)</target> - -<source>Consistency check failed for %x.</source> -<target>%x की संगतता जाँच विफल।</target> - -<source>Installation was registered on a different operating system.</source> -<target>स्थापना किसी अन्य ऑपरेटिंग सिस्टम पर पंजीकृत है।</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>FreeFileSync दान संस्करण सक्रिय करने में विफल।</target> - -<source>Incorrect activation key.</source> -<target>अनुचित सक्रियण कुंजी।</target> - -<source>Unable to register to receive system messages.</source> -<target>सिस्टम संदेशों को प्राप्त करने के लिए पंजीकृत करने में असमर्थ।</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x स्थापना विकल्प केवल FreeFileSync दान संस्करण में ही उपलब्ध है।</target> - -<source>Cannot find system function %x.</source> -<target>सिस्टम फ़ंकशन %x ढूंढ नहीं सकते।</target> - -<source>Unable to register device notifications for %x.</source> -<target>%x के लिए उपकरण सूचनाएँ पंजिकृत करने में असमर्थ।</target> - -<source>The file is locked by another process:</source> -<target>फ़ाइल किसी अन्य प्रक्रिया द्वारा अवरोधित है:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>%x फ़ोल्डर के लिए फ़ाइल अनुमति समर्थन निर्धारित करने में विफल।</target> - -<source>Cannot read security context of %x.</source> -<target>%x का सुरक्षा संदर्भ पढ़ नहीं सकते।</target> - -<source>Cannot write security context of %x.</source> -<target>%x का सुरक्षा संदर्भ लिख नहीं सकते।</target> - -<source>Cannot read permissions of %x.</source> -<target>%x की अनुमतियां पढ़ नहीं सकते।</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>%x से %y अनुमतियां प्रतिलिपित नहीं कर सकते।</target> - -<source>%x is not a regular directory name.</source> -<target>%x कोई नियमित निर्देशिका नाम नहीं है।</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>%x से %y गुण प्रतिलिपित नहीं कर सकते।</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 मिनट</pluralform> -<pluralform>%x मिनट</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 घंटा</pluralform> -<pluralform>%x घंटे</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>विशेषाधिकार %x सेट नहीं कर सकते।</target> - -<source>Unable to suspend system sleep mode.</source> -<target>सिस्टम स्लीप मोड को स्थगित करने में असमर्थ।</target> - -<source>Cannot change process I/O priorities.</source> -<target>प्रक्रिया I/O प्राथमिकताओं को बदल नहीं सकते।</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>निर्देशिका %x के लिए रीसायकल बिन की जाँच विफल।</target> - -<source>Unable to shut down the system.</source> -<target>सिस्टम को बंद करने में असमर्थ।</target> - -<source>Prepare installation</source> -<target>स्थापना तैयारी</target> - -<source>Choose which components you want to install.</source> -<target>जिन घटकों को आप स्थापित करना चाहते हैं उन्हें चुनें।</target> - -<source>Select installation type:</source> -<target>स्थापना प्रकार चुनें:</target> - -<source>Local</source> -<target>स्थानीय</target> - -<source>Portable</source> -<target>पोर्टेबल</target> - -<source>Save settings in %x</source> -<target>सेटिंग्ज़ को %x में सहेजें</target> - -<source>Register FreeFileSync file extensions</source> -<target>FreeFileSync फ़ाइल ऐक्सटेंशंस पंजिकृत करें</target> - -<source>Create Explorer context menu entries</source> -<target>एक्सप्लोरर प्रसंग मेनू प्रविष्टियां बनाएं</target> - -<source>Save settings in installation directory</source> -<target>स्थापना निर्देशिका में सेटिंग्ज़ सहेजें</target> - -<source>Do not write to Registry</source> -<target>रजिस्ट्री में ना लिखें</target> - -<source>Just copy the files</source> -<target>फ़ाइल्स केवल प्रतिलिपित करें</target> - -<source>Choose a directory for installation:</source> -<target>स्थापना के लिए निर्देशिका चुनें:</target> - -<source>Create shortcuts:</source> -<target>शॉर्टकट्स बनाएं:</target> - -<source>Desktop</source> -<target>डेस्कटॉप</target> - -<source>Start Menu</source> -<target>प्रारंभ मेनू</target> - -<source>Send To</source> -<target>इन्हें भेजें</target> - -<source>Registering FreeFileSync file extensions</source> -<target>FreeFileSync फ़ाइल एक्सटेंशंस पंजिकृत हो रहे हैं</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>FreeFileSync फ़ाइल एक्सटेंशंस अपंजिकृत हो रहे हैं</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync कॉन्फ़िगरेशन</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync बॅच फ़ाइल</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync सिंक्रनाइज़ेशन डेटाबेस</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync कॉन्फ़िगरेशन</target> - -<source>Edit with FreeFileSync</source> -<target>FreeFileSync के साथ संपादित करें</target> - -<source>Instead of an ad, here's an animal.</source> -<target>कोई विज्ञापन के बजाय, यहाँ एक पशु है।</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync पोर्टेबल संस्करण %x के उप-निर्देशिका में स्थापित नहीं किया जा सकता।</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>स्थापना के लिए कृपया स्थानीय स्थापना प्रकार चयन करें या कोई और निर्देशिका चुनें।</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>दान संस्करण बोनस सुविधाओं के साथ प्राप्त करें और FreeFileSync विज्ञापन-रहित रखने में मदद करें।</target> - diff --git a/FreeFileSync/Build/Resources/Languages/hungarian.lng b/FreeFileSync/Build/Resources/Languages/hungarian.lng deleted file mode 100755 index a280724a..00000000 --- a/FreeFileSync/Build/Resources/Languages/hungarian.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Magyar</language> - <translator>szittner</translator> - <locale>hu_HU</locale> - <image>flag_hungary.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>%x állomány nem olvasható.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Az adatfolyam mérete eltér a várttól -Várt: %x bájt -Tényleges: %y bájt -</target> - -<source>Cannot write file %x.</source> -<target>%x állomány írása sikertelen.</target> - -<source>Cannot write permissions of %x.</source> -<target>%x jogosultságait nem lehet felírni.</target> - -<source>Operation not supported between different devices.</source> -<target>A művelet nem támogatott különböző eszközök között.</target> - -<source>Cannot delete file %x.</source> -<target>%x állomány nem törölhető.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>%x szimbolikus hivatkozás nem törölhető.</target> - -<source>Cannot delete directory %x.</source> -<target>%x könyvtár nem törölhető.</target> - -<source>Cannot move file %x to %y.</source> -<target>%x állomány nem mozgatható %y-ba.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>%x szimbolikus hivatkozás nem másolható %y-ba.</target> - -<source>Error Code %x</source> -<target>Hibakód %x</target> - -<source>Cannot read directory %x.</source> -<target>%x könyvtár nem olvasható.</target> - -<source>Cannot write modification time of %x.</source> -<target>%x módosításának időpontja nem rögzíthető.</target> - -<source>Cannot read file attributes of %x.</source> -<target>%x állomány attribútumai nem olvashatók.</target> - -<source>Cannot create directory %x.</source> -<target>%x könyvtár nem hozható létre.</target> - -<source>Cannot determine final path for %x.</source> -<target>%x számára a végső útvonal nem határozható meg.</target> - -<source>Operation not supported by device.</source> -<target>Az eszköz nem támogatja a műveletet.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>%x szimbolikus hivatkozás nem oldható fel.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x nem helyezhető Lomtárba.</target> - -<source>Authentication completed.</source> -<target>Hitelesítés befejezve.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Most bezárhatja ezt az oldalt és folytathatja a FreeFileSync-et.</target> - -<source>Authentication failed.</source> -<target>Hitelesítés sikertelen.</target> - -<source>Unable to connect to %x.</source> -<target>Nem képes %x-hez kapcsolódni.</target> - -<source>Cannot find %x.</source> -<target>%x nem található.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>A(z) %x nevet nem csak egy elem viseli a könyvtárban.</target> - -<source>Please authorize access to user account %x.</source> -<target>Engedélyezze a hozzáférést a(z) %x felhasználói azonosítóhoz.</target> - -<source>Cannot open file %x.</source> -<target>%x állomány nem nyitható meg.</target> - -<source>The name %x is already used by another item.</source> -<target>%x nevet már más elem használja.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>%x-nek nem határozható meg szabad tárterület.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nem sikerült leválasztani %x-től.</target> - -<source>Unable to access %x.</source> -<target>%x nem elérhető.</target> - -<source>Failed to get information about server %x.</source> -<target>%x szerverről nem sikerült információt kapni.</target> - -<source>Cannot monitor directory %x.</source> -<target>%x könyvtárat nem sikerült monitorozni.</target> - -<source>Cannot find device %x.</source> -<target>%x eszköz nem található.</target> - -<source>Cannot open directory %x.</source> -<target>%x könyvtár nem nyitható meg.</target> - -<source>Unsupported item type.</source> -<target>Nem támogatott elemtípus.</target> - -<source>Incorrect command line:</source> -<target>Hibás parancssor:</target> - -<source>The server does not support authentication via %x.</source> -<target>A szerver nem támogatja a(z) %x általi autentikációt.</target> - -<source>Required:</source> -<target>Szükséges:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>A művelet 1 másodperc után időtúllépés miatt leállt.</pluralform> -<pluralform>A művelet %x másodperc után időtúllépés miatt leállt.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Nem tud 1-nél több kapcsolatra várni egyidejűleg.</pluralform> -<pluralform>Nem tud több mint %x kapcsolatra várni egyidejűleg.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktív kapcsolatok száma: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Hiba a(z) %x számú SFTP csatorna megnyitása során.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Mindkét oldal megváltozott az utolsó szinkronizálás óta.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nem meghatározható a szinkronizálás iránya:</target> - -<source>No change since last synchronization.</source> -<target>Az utolsó szinkronizálás óta nem történt változás.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Az adatbázis-bejegyzés nincs összhangban, figyelembe véve a jelenlegi beállításokat.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Alapértelmezett szinkronizálási irányok beállítása: a régebbi állományokat írja felül az újabbakkal.</target> - -<source>Creating file %x</source> -<target>%x állomány létrehozása</target> - -<source>Creating folder %x</source> -<target>%x könyvtár létrehozása</target> - -<source>Creating symbolic link %x</source> -<target>%x szimbolikus hivatkozás létrehozása</target> - -<source>Moving file %x to the recycle bin</source> -<target>%x állományt a Lomtárba helyezi</target> - -<source>Moving folder %x to the recycle bin</source> -<target>%x könyvtárat a Lomtárba helyezi</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>%x szimbolikus hivatkozást a Lomtárba helyezi</target> - -<source>Deleting file %x</source> -<target>%x állomány törlése</target> - -<source>Deleting folder %x</source> -<target>%x könyvtár törlése</target> - -<source>Deleting symbolic link %x</source> -<target>%x szimbolikus hivatkozás törlése</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>A Lomtár elérhetőségének ellenőrzése %x könyvtár vonatkozásában...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>A lomtár nem támogatott a következő könyvtáraknál. A törölt vagy felülírt állományokat nem lehet majd helyreállítani:</target> - -<source>An exception occurred</source> -<target>Kivétel lépett fel</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Egy bal és egy jobb oldali könyvtár-útvonalra van szükség %x után.</target> - -<source>Syntax error</source> -<target>Szintaktikai hiba</target> - -<source>Cannot find file %x.</source> -<target>Nem található a(z) %x állomány.</target> - -<source>Error</source> -<target>Hiba</target> - -<source>File %x does not contain a valid configuration.</source> -<target>%x állomány nem tartalmaz érvényes beállításokat.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>A konfigurációs állomány nem tartalmazhat beállításokat könyvár-pár szinten, ha a könyvtárakat parancssorban állítjuk be.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>A könyvtárakat nem lehet egynél több konfigurációs állományhoz beállítani.</target> - -<source>Command line</source> -<target>Parancssor</target> - -<source>Syntax:</source> -<target>Szintaxis:</target> - -<source>config files:</source> -<target>konfigurációs állományok:</target> - -<source>directory</source> -<target>könyvtár</target> - -<source>global config file:</source> -<target>globális konfigurációs állomány:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Tetszőleges számú "ffs_gui" és/vagy "ffs_batch" konfigurációs állomány készíthető a FreeFileSync-hez.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Tetszőleges számú alternatív könyvtár-pár legfeljebb egy konfigurációs állományban.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>A kiválasztott konfigurációt csak szerkesztésre nyissa meg végrehajtás nélkül.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Útvonal egy alternatív GlobalSettings.xml állományhoz.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>A telepítő állományok sérültek. Installálja újra a FreeFileSync-et.</target> - -<source>Cannot find the following folders:</source> -<target>A következő könyvtárak nem találhatóak:</target> - -<source>The following folders do not yet exist:</source> -<target>A következő könyvtárak jelenleg nem léteznek:</target> - -<source>The folders are created automatically when needed.</source> -<target>A könyvárakat automatikusan létrehozza, amikor az szükséges.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>A következő útvonalak kis- és nagybetű használatában különböznek. Használjon egységes formát az ismételt hozzáférés elkerülése érdekében.</target> - -<source>Scanning:</source> -<target>Vizsgálat:</target> - -<source>Comparison finished:</source> -<target>Az összehasonlítás befejeződött:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 tételt találtam</pluralform> -<pluralform>%x tételt találtam</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Eltelt idő:</target> - -<source>File %x has an invalid date.</source> -<target>%x állomány dátuma érvénytelen.</target> - -<source>Date:</source> -<target>Dátum:</target> - -<source>Files have the same date but a different size.</source> -<target>Az állományok azonos dátumúak, de eltérő méretűek.</target> - -<source>Size:</source> -<target>Méret:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>A kizárt állományok tartalmának összehasonlítása kihagyva.</target> - -<source>Items differ in attributes only</source> -<target>Az elemek csak attribútumaikban különböznek</target> - -<source>Resolving symbolic link %x</source> -<target>%x szimbolikus hivatkozás feloldása</target> - -<source>Comparing content of files %x</source> -<target>%x állomány tartalmának összehasonlítása</target> - -<source>Generating file list...</source> -<target>Állomány-lista generálása...</target> - -<source>Fail-safe file copy</source> -<target>Hibamentes állomány-másolás</target> - -<source>Enabled</source> -<target>Engedélyezett</target> - -<source>Disabled</source> -<target>Letiltott</target> - -<source>Copy locked files</source> -<target>Zárolt állományok másolása</target> - -<source>Copy file access permissions</source> -<target>Az állomány-hozzáférési jogosultságok másolása</target> - -<source>File time tolerance</source> -<target>Állományok időkülönbségének tűréshatára</target> - -<source>Run with background priority</source> -<target>Futtatás háttér prioritással</target> - -<source>Lock directories during sync</source> -<target>Könyvtárak zárolása szinkronizálás idejére</target> - -<source>Verify copied files</source> -<target>Másolt állományok ellenőrzése</target> - -<source>Using non-default global settings:</source> -<target>Nem az alapértelmezett általános beállítások használata:</target> - -<source>A folder input field is empty.</source> -<target>A könyvtár beviteli mező üres.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>A megfelelő könyvtárat üresként kezeli.</target> - -<source>Exclude:</source> -<target>Zárja ki:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>A könyvtár-pár egyik eleme be van ágyazva a másikba.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>A könyvtárat szűrő használatával lehet a szinkronizálásából kizárni.</target> - -<source>Calculating sync directions...</source> -<target>Szinkronizálási irányok számítása...</target> - -<source>Out of memory.</source> -<target>Memória túlcsordulás.</target> - -<source>Show in Explorer</source> -<target>Mutassa az Intézőben</target> - -<source>Open with default application</source> -<target>Nyissa meg az alapértelmezett alkalmazással</target> - -<source>Browse directory</source> -<target>Tallózza a könyvtárat</target> - -<source>Database file %x is incompatible.</source> -<target>%x adatbázis-állomány nem kompatibilis.</target> - -<source>Initial synchronization:</source> -<target>Kezdeti szinkronizálás:</target> - -<source>Database file %x does not yet exist.</source> -<target>%x adatbázis-állomány még nem létezik.</target> - -<source>Database file is corrupted:</source> -<target>A következő adatbázis állomány sérült:</target> - -<source>Loading file %x...</source> -<target>%x állomány betöltése...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Az adatbázis állományok nem tartalmaznak információt a legutóbbi szinkronizálásról.</target> - -<source>Saving file %x...</source> -<target>%x állomány mentése...</target> - -<source>Searching for folder %x...</source> -<target>%x könyvtár keresése...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Időtúllépés a(z) %x könyvtár keresése folyamán.</target> - -<source>Cannot get process information.</source> -<target>Nem sikerült lekérdezni a processz-információkat.</target> - -<source>Waiting while directory is locked:</source> -<target>Várakozás amíg a könyvtár zárolt:</target> - -<source>Lock owner:</source> -<target>Zárolás gazdája:</target> - -<source>Detecting abandoned lock...</source> -<target>Elhagyott zárolást érzékel...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 mp</pluralform> -<pluralform>%x mp</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Az elem csak a bal oldalon létezik</target> - -<source>Item exists on right side only</source> -<target>Az elem csak a jobb oldalon létezik</target> - -<source>Left side is newer</source> -<target>A bal oldal újabb</target> - -<source>Right side is newer</source> -<target>A jobb oldal újabb</target> - -<source>Items have different content</source> -<target>Az elemek tartalma különböző</target> - -<source>Both sides are equal</source> -<target>Mindkét oldal azonos</target> - -<source>Conflict/item cannot be categorized</source> -<target>Az ütközés/elem nem kategorizálható</target> - -<source>Copy new item to left</source> -<target>Új elem másolása a bal oldalra</target> - -<source>Copy new item to right</source> -<target>Új elem másolása a jobb oldalra</target> - -<source>Delete left item</source> -<target>Bal oldali elem törlése</target> - -<source>Delete right item</source> -<target>Jobb oldali elem törlése</target> - -<source>Move file on left</source> -<target>Bal oldali állomány mozgatása</target> - -<source>Move file on right</source> -<target>Jobb oldali állomány mozgatása</target> - -<source>Update left item</source> -<target>Bal oldali elem frissítése</target> - -<source>Update right item</source> -<target>Jobb oldali elem frissítése</target> - -<source>Do nothing</source> -<target>Nincs mit végrehajtani</target> - -<source>Update attributes on left</source> -<target>Attribútumok frissítése a bal oldalon</target> - -<source>Update attributes on right</source> -<target>Attribútumok frissítése a jobb oldalon</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Hiba történt a feldolgozás közben: %x állomány, %y sor, %z oszlop.</target> - -<source>Services</source> -<target>Szervizek</target> - -<source>Show All</source> -<target>Összest Mutassa</target> - -<source>Hide Others</source> -<target>Rejtse a többit</target> - -<source>Hide %x</source> -<target>Rejt %x</target> - -<source>Quit %x</source> -<target>Leállít %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nem lehet beállítani a könyvtárak lockolását a következő könyvtárakhoz:</target> - -<source>Errors:</source> -<target>Hiba:</target> - -<source>Warnings:</source> -<target>Figyelmeztetés:</target> - -<source>Items processed:</source> -<target>Feldolgozott elemek száma:</target> - -<source>Items remaining:</source> -<target>Hátralévő elemek száma:</target> - -<source>Total time:</source> -<target>Összes időszükséglet:</target> - -<source>Warning</source> -<target>Figyelmeztetés</target> - -<source>Stopped</source> -<target>Leállítva</target> - -<source>Cleaning up log files:</source> -<target>A log állományok törlése:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 szál</pluralform> -<pluralform>%x szál</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sec</target> - -<source>%x items</source> -<target>%x elem</target> - -<source>Completed successfully</source> -<target>Sikeresen végrehajtva</target> - -<source>Completed with warnings</source> -<target>Figyelmeztetéssel végrehajtva</target> - -<source>Completed with errors</source> -<target>Hibák mellett végrehajtva</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Nem elérhető a Kötet Árnyék-másolat szolgáltatás.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Ezen a rendszeren árnyék másolatok készítéséhez futtassa a FreeFileSync 64 bites verzióját.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>%x kötet-név nem része a(z) %y állomány elérési útvonalának.</target> - -<source>File time and size</source> -<target>Állomány dátuma és mérete</target> - -<source>File content</source> -<target>Állomány tartalma</target> - -<source>File size</source> -<target>Állomány mérete</target> - -<source>Two way</source> -<target>Kétirányú</target> - -<source>Mirror</source> -<target>Tükröz</target> - -<source>Update</source> -<target>Frissít</target> - -<source>Custom</source> -<target>Egyedi</target> - -<source>Multiple...</source> -<target>Sokszoroz...</target> - -<source>Cannot write file attributes of %x.</source> -<target>%x állomány attribútumainak írása nem sikerült.</target> - -<source>%x and %y have different content.</source> -<target>%x és %y tartalma különböző.</target> - -<source>Data verification error:</source> -<target>Adat ellenőrzési hiba:</target> - -<source>Moving file %x to %y</source> -<target>%x állomány mozgatása ide: %y</target> - -<source>Moving folder %x to %y</source> -<target>%x könyvtár mozgatása ide: %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>%x szimbolikus hivatkozás mozgatása ide: %y</target> - -<source>Updating file %x</source> -<target>%x állomány frissítése</target> - -<source>Updating symbolic link %x</source> -<target>%x szimbolikus hivatkozás frissítése</target> - -<source>Verifying file %x</source> -<target>%x állomány ellenőrzése</target> - -<source>Updating attributes of %x</source> -<target>%x attribútumainak frissítése</target> - -<source>Source item %x not found</source> -<target>%x forrás állományt nem találom</target> - -<source>Parent folder %x is not existing.</source> -<target>%x szülő könyvtár nem létezik.</target> - -<source>Cannot copy file %x to %y.</source> -<target>%x állomány nem másolható %y-ba.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>%x számára árnyékmásolat-kötetet készítése...</target> - -<source>Cannot find folder %x.</source> -<target>%x könyvtárat nem találom.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>%x célkönyvtár már létezik, de nem volt hozzáférhető a könyvtár-összehasonlítás során.</target> - -<source>Target folder input field must not be empty.</source> -<target>A célkönyvtár beviteli mezője nem lehet üres.</target> - -<source>Source folder %x not found.</source> -<target>%x forráskönyvtár nem található.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Adja meg a célkönyvtárat a verziókövetéshez.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>A következő elemek feloldatlan ütközést tartalmaznak, így nem lesznek szinkronizálva:</target> - -<source>Folder pair:</source> -<target>Könyvtár-pár:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Az érintett könyvtárak lényegileg különböznek. Kérem ellenőrizze, a megfelelő könyvtárakat választotta-e ki szinkronizálásra.</target> - -<source>Not enough free disk space available in:</source> -<target>Nincs elég szabad lemezterület:</target> - -<source>Available:</source> -<target>Hozzáférhető:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Egyes állományokat több alapkönyvár részeként is szinkronizálni fog.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Az ütközések elkerülése érdekében állítsa be úgy a kizáró szűrőket, hogy minden felülírt állomány csak egy eredeti könyvtárban forduljon elő.</target> - -<source>Versioning folder:</source> -<target>Verzióképző könyvtár:</target> - -<source>Base folder:</source> -<target>Alapkönyvtár:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>A verzióképző könyvtárat az alapkönyvtár tartalmazza.</target> - -<source>Synchronizing folder pair:</source> -<target>A szinkronizálódó könyvtár-pár:</target> - -<source>Generating database...</source> -<target>Adatbázis generálása...</target> - -<source>Searching for old file versions:</source> -<target>Régi állomány-változatok keresése:</target> - -<source>Removing old file versions:</source> -<target>Régi állomány-változatok törlése:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nem képes időbélyegzés létrehozására a verzióképzéshez:</target> - -<source>Drag && drop</source> -<target>Húzd && Ejtsd</target> - -<source>Select a folder</source> -<target>Könyvtárat kiválaszt</target> - -<source>&New</source> -<target>&Új</target> - -<source>&Open...</source> -<target>&Megnyitás...</target> - -<source>Save &as...</source> -<target>Mentés m&ásként...</target> - -<source>E&xit</source> -<target>&Kilép</target> - -<source>&File</source> -<target>&Állomány</target> - -<source>&View help</source> -<target>&Lásd a súgót</target> - -<source>&About</source> -<target>&A programról</target> - -<source>&Help</source> -<target>&Súgó</target> - -<source>Usage:</source> -<target>Használat:</target> - -<source>Select folders to watch.</source> -<target>Válaszd ki a figyelendő könyvtárat.</target> - -<source>Enter a command line.</source> -<target>Add meg a parancssort.</target> - -<source>Press 'Start'.</source> -<target>Nyomd meg a Start gombot.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Az induláshoz importáljon egy "ffs_batch" állományt.</target> - -<source>Folders to watch:</source> -<target>Figyelendő könyvtárak:</target> - -<source>Add folder</source> -<target>Könyvtárat hozzáad</target> - -<source>Remove folder</source> -<target>Könyvtárat eltávolít</target> - -<source>Browse</source> -<target>Tallóz</target> - -<source>Idle time (in seconds):</source> -<target>Üresjárat időtartama (másodpercben):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Üresjárat időtartama az utolsó változás észlelése és a parancs végrehajtása között</target> - -<source>Command line:</source> -<target>Parancssor:</target> - -<source>&Hide console window</source> -<target>&Rejtse a konzol ablakot</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -A parancs végrehajtódik, ha: -- állományok vagy alkönyvtárak megváltoznak -- új könyvtárak jelennek meg (pl. USB-kulcs csatlakoztatása) -</target> - -<source>Start</source> -<target>Indítás</target> - -<source>About</source> -<target>A programról</target> - -<source>Build: %x</source> -<target>Build: %x</target> - -<source>All files</source> -<target>Összes állomány</target> - -<source>Automated Synchronization</source> -<target>Automatizált szinkronizálás</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x protokoll nem támogatja a könyvtár-figyelést:</target> - -<source>Directory monitoring active</source> -<target>A könyvtár figyelés aktív</target> - -<source>Waiting until directory is available:</source> -<target>Várakozás, amíg a könyvtár elérhető lesz:</target> - -<source>&Configure</source> -<target>&Konfigurál</target> - -<source>&Show error message</source> -<target>&Mutassa a hibaüzenetet</target> - -<source>&Quit</source> -<target>&Kilépés</target> - -<source>&Retry</source> -<target>&Ismét</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 bájt</pluralform> -<pluralform>%x bájt</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x kB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Tölti...</target> - -<source>Scanning...</source> -<target>Vizsgálat folyamatban...</target> - -<source>configuration file</source> -<target>Konfigurációs állomány</target> - -<source>System: Sleep</source> -<target>Rendszer: alvási állapotban</target> - -<source>System: Shut down</source> -<target>Rendszer: Leállítva</target> - -<source>Nothing to synchronize</source> -<target>Nincs mit szinkronizálni</target> - -<source>Executing command:</source> -<target>Végrehajtott parancs:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>E jelenség megoldásához kapcsoljon át a FreeFileSync fő ablakába.</target> - -<source>&Don't show this warning again</source> -<target>&Ne mutassa ismételten ezt a figyelmeztetést</target> - -<source>&Ignore</source> -<target>&Kihagy</target> - -<source>&Switch</source> -<target>&Váltás</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Átkapcsolás a FreeFileSync fő ablakába</target> - -<source>Automatic retry</source> -<target>Automatikusan újrapróbálja</target> - -<source>Ignore &all</source> -<target>&Mindent kihagy</target> - -<source>Retrying operation...</source> -<target>Újra próbálja a műveletet...</target> - -<source>Serious Error</source> -<target>Komoly hiba</target> - -<source>Last session</source> -<target>Utolsó munkamenet</target> - -<source>Today</source> -<target>Mai</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 nap</pluralform> -<pluralform>%x nap</pluralform> -</target> - -<source>Name</source> -<target>Név</target> - -<source>Last sync</source> -<target>Legutóbbi szinkronizálás</target> - -<source>Log</source> -<target>Napló</target> - -<source>Folder</source> -<target>Könyvtár</target> - -<source>Symlink</source> -<target>Szimbolikus link</target> - -<source>Full path</source> -<target>Teljes elérési útvonal</target> - -<source>Relative path</source> -<target>Relatív elérési útvonal</target> - -<source>Item name</source> -<target>Elem neve</target> - -<source>Size</source> -<target>Méret</target> - -<source>Date</source> -<target>Dátum</target> - -<source>Extension</source> -<target>Kiterjesztés</target> - -<source>Category</source> -<target>Kategória</target> - -<source>Action</source> -<target>Művelet</target> - -<source>Local comparison settings</source> -<target>Helyi összehasonlítási beállítások</target> - -<source>Local synchronization settings</source> -<target>Helyi szinkronizálási beállítások</target> - -<source>Local filter</source> -<target>Helyi szűrő</target> - -<source>Active</source> -<target>Aktív</target> - -<source>None</source> -<target>Egyik sem</target> - -<source>Remove local settings</source> -<target>Törli a helyi beállításokat</target> - -<source>Clear local filter</source> -<target>Törli a helyi szűrőt</target> - -<source>Copy</source> -<target>Másol</target> - -<source>Paste</source> -<target>Beilleszt</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>A kiválasztott %x könyvtárat nem lehet a FreeFileSync-kel használni.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Kérem válasszon egy könyvtárat a helyi fájlrendszerben, a hálózaton vagy egy MTP eszközön.</target> - -<source>Defined by context of use</source> -<target>A használati környezet által meghatározott</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>A FreeFileSync támogatói kiadása szükséges</target> - -<source>&Save</source> -<target>&Ment</target> - -<source>Save as &batch job...</source> -<target>Mentse &kötegelt feladatként...</target> - -<source>Show &log</source> -<target>Mutassa a &logokat</target> - -<source>Start &comparison</source> -<target>Kezdje az &összehasonlítást</target> - -<source>C&omparison settings</source> -<target>Öss&zehasonlítási beállítások</target> - -<source>&Filter settings</source> -<target>&Szűrési beállítások</target> - -<source>S&ynchronization settings</source> -<target>Sz&inkronizálási beállítások</target> - -<source>Start &synchronization</source> -<target>Kezdje a &szinkronizálást</target> - -<source>&Actions</source> -<target>&Műveletek</target> - -<source>&Preferences</source> -<target>&Preferenciák</target> - -<source>&Language</source> -<target>&Nyelv</target> - -<source>&Find...</source> -<target>Ke&res...</target> - -<source>&Export file list...</source> -<target>&Exportálja az állománylistát...</target> - -<source>&Reset layout</source> -<target>&Alapállapotba állítja a megjelenést</target> - -<source>&Tools</source> -<target>Es&zközök</target> - -<source>&Check for updates now</source> -<target>&Új változat keresése most</target> - -<source>Check &automatically once a week</source> -<target>&Automatikus ellenőrzés hetente</target> - -<source>Cancel</source> -<target>Mégsem</target> - -<source>Compare</source> -<target>Összehasonlít</target> - -<source>Synchronize</source> -<target>Szinkronizál</target> - -<source>Add folder pair</source> -<target>Adjon hozzá könyvtár-párt</target> - -<source>Remove folder pair</source> -<target>Távolítsa el a könyvtár-párt</target> - -<source>Access online storage</source> -<target>Online tároló elérése</target> - -<source>Close search bar</source> -<target>Zárja be a keresési sávot</target> - -<source>Find:</source> -<target>Keres:</target> - -<source>Match case</source> -<target>Kis-/nagybetű megkülönböztetése</target> - -<source>Processed:</source> -<target>Feldolgozott:</target> - -<source>Remaining:</source> -<target>Hátralevő:</target> - -<source>New</source> -<target>Új</target> - -<source>Open...</source> -<target>Megnyit...</target> - -<source>Save</source> -<target>Ment</target> - -<source>Save as...</source> -<target>Mentse mint...</target> - -<source>View type:</source> -<target>Nézet típusa:</target> - -<source>Select view:</source> -<target>Válasszon nézetet:</target> - -<source>Save as default</source> -<target>Mentse mint alapértelmezést</target> - -<source>Statistics:</source> -<target>Statisztika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>A törlendő állományok és könyvtárak száma</target> - -<source>Number of files that will be updated</source> -<target>Frissítendő állományok száma</target> - -<source>Number of files and folders that will be created</source> -<target>A létrehozandó állományok és könyvtárak száma</target> - -<source>Total bytes to copy</source> -<target>Összesen másolandó bájtok</target> - -<source>Arrange folder pair</source> -<target>Kezelje a könyvtár-párt</target> - -<source>Main settings:</source> -<target>Fő beállítások:</target> - -<source>Use local settings:</source> -<target>Használja a helyi beállításokat:</target> - -<source>Select a variant:</source> -<target>Válasszon egy változatot:</target> - -<source>Include &symbolic links:</source> -<target>Tartalmazza a &szimbolikus hivatkozásokat:</target> - -<source>&Follow</source> -<target>&Folytat</target> - -<source>&Direct</source> -<target>&Direkt</target> - -<source>More information</source> -<target>További információ</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>Hagyja figyelmen kívül az &időeltolódást [óó:pp]</target> - -<source>List of file time offsets to ignore</source> -<target>A figyelmen kívül hagyandó állomány-időpont eltolások listája</target> - -<source>Example:</source> -<target>Példa:</target> - -<source>Handle daylight saving time</source> -<target>Kezelje a nyári időszámítás különbségét</target> - -<source>Ignore errors</source> -<target>Hagyja figyelmen kívül a hibákat</target> - -<source>Retry count:</source> -<target>Visszatérések száma:</target> - -<source>Delay (in seconds):</source> -<target>Késés (másodpercben):</target> - -<source>Performance improvements:</source> -<target>Teljesítmény növelése:</target> - -<source>Parallel file operations:</source> -<target>Párhuzamos állomány-műveletek:</target> - -<source>How to get best performance?</source> -<target>Hogyan lehet elérni a legjobb teljesítményt?</target> - -<source>Local settings:</source> -<target>Helyi beállítások:</target> - -<source>Include:</source> -<target>Bevonva:</target> - -<source>Show examples</source> -<target>Mutasson példákat</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Meghatározott állományok szinkronizálásból történő kizárásához válasszon szűrőt. Az útvonalakat a megfelelő könyvtár-párjaikhoz viszonyítva adja meg.</target> - -<source>File size:</source> -<target>Állomány mérete:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maximum:</target> - -<source>Time span:</source> -<target>Idősáv (időtartam):</target> - -<source>C&lear</source> -<target>&Töröl</target> - -<source>Detect moved files</source> -<target>Érzékelje a mozgatott állományokat</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nem minden állományrendszer támogatja -- Adatbázis állományokat igényel és készít -- Az érzékelés az első szinkronizálásnál nem biztosított -</target> - -<source>Delete files:</source> -<target>Törölje a következő állományokat:</target> - -<source>&Recycle bin</source> -<target>Lomtá&r</target> - -<source>&Permanent</source> -<target>&Állandó</target> - -<source>&Versioning</source> -<target>&Verziókezelés</target> - -<source>Move files to a user-defined folder</source> -<target>Mozgassa az állományokat egy a felhasználó által meghatározott könyvtárba</target> - -<source>Naming convention:</source> -<target>Elnevezési megállapodás:</target> - -<source>Limit file versions:</source> -<target>Korlátozza az állomány-verziók számát:</target> - -<source>Last x days:</source> -<target>legutóbbi x nap:</target> - -<source>&Override default log path:</source> -<target>&Felülírja az alapértelmezett log útvonalat:</target> - -<source>Run a command:</source> -<target>Futtasson egy parancsot:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Kapcsolat típusa:</target> - -<source>Connected user accounts:</source> -<target>Kapcsolt felhasználói azonosítók:</target> - -<source>&Add connection</source> -<target>&Adja hozzá a kapcsolatot</target> - -<source>&Disconnect</source> -<target>&Leválaszt</target> - -<source>Selected user account:</source> -<target>Kiválasztott felhasználói azonosító:</target> - -<source>Server name or IP address:</source> -<target>Szerver neve vagy IP címe:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Titkosítás:</target> - -<source>&Disabled</source> -<target>&Lekapcsolva</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicit TLS/SSL felett</target> - -<source>Authentication:</source> -<target>Azonosítás:</target> - -<source>&Password</source> -<target>&Jelszó</target> - -<source>&Key file</source> -<target>&Kulcs állomány</target> - -<source>&SSH agent</source> -<target>&SSH ügynök</target> - -<source>User name:</source> -<target>Felhasználó név:</target> - -<source>Private key file:</source> -<target>Magánkulcs állomány:</target> - -<source>&Show password</source> -<target>Muta&ssa a jelszót</target> - -<source>Directory on server:</source> -<target>Könyvtár az alábbi szerveren:</target> - -<source>Access timeout (in seconds):</source> -<target>Hozzáférési várakozási idő (másodpercben):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP csatornák száma kapcsolatonként:</target> - -<source>Detect server limit</source> -<target>Szerver korlátainak észlelése</target> - -<source>Select Folder</source> -<target>Könyvtár kiválasztása</target> - -<source>Variant:</source> -<target>Variáns:</target> - -<source>&Don't show this dialog again</source> -<target>&Ne mutassa ismételten ezt a párbeszédablakot</target> - -<source>Bytes:</source> -<target>Bájt:</target> - -<source>Items:</source> -<target>Tétel:</target> - -<source>Synchronizing...</source> -<target>Szinkronizálás folyamatban...</target> - -<source>Minimize to notification area</source> -<target>Minimalizálja a figyelmeztetési területre</target> - -<source>Bytes</source> -<target>Bájt</target> - -<source>Items</source> -<target>Elem</target> - -<source>When finished:</source> -<target>Ha befejezte:</target> - -<source>Auto-close</source> -<target>Automatikusan bezár</target> - -<source>Close</source> -<target>Bezár</target> - -<source>&Pause</source> -<target>&Várakozás</target> - -<source>Stop</source> -<target>Leállít</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Készítsen egy parancsállományt a felügyelet nélküli szinkronizáláshoz. Az indításhoz kattintson kétszer erre az állományra vagy ütemezze a feladat-tervezőben: %x</target> - -<source>Progress dialog:</source> -<target>Előrehaladási üzenet:</target> - -<source>Run minimized</source> -<target>Minimalizálva fusson</target> - -<source>Show pop-up on errors or warnings</source> -<target>Hiba vagy figyelmeztetés esetén mutasson párbeszédablakot</target> - -<source>&Cancel</source> -<target>&Elvet</target> - -<source>Stop synchronization at first error</source> -<target>Állítsa le a szinkronizálást az első hibánál</target> - -<source>How can I schedule a batch job?</source> -<target>Hogyan tudok kötegelt feldolgozást ütemezni?</target> - -<source>&Keep relative paths</source> -<target>&Tartsa meg a relatív útvonalat</target> - -<source>&Overwrite existing files</source> -<target>&Felülírja a létező állományokat</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>A következő beállítások minden szinkronizálási feladatnál használja.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Másolja először egy ideiglenes (*.ffs_tmp) állományba, mielőtt felülírja a célállományt. -Ez garantálja a konzisztens állapotot egy komoly hiba esetén is. -</target> - -<source>recommended</source> -<target>ajánlott</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Megosztott vagy zárolt állományok másolása a Kötet-árnyékmásolat szolgáltatás használatával.</target> - -<source>requires administrator rights</source> -<target>rendszergazdai jogosultság szükséges</target> - -<source>Transfer file and folder permissions.</source> -<target>Vigye át az állomány- és könyvtár-jogosultságokat.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Mutassa újra az összes ideiglenesen rejtett párbeszédablakot és figyelmeztetést</target> - -<source>Default log path:</source> -<target>Alapértelmezett logolási útvonal:</target> - -<source>&Delete logs after x days:</source> -<target>&Törölje a logokat x nap után:</target> - -<source>Notification sounds:</source> -<target>Figyelmeztető hangjelzések:</target> - -<source>Synchronization finished:</source> -<target>Szinkronizálás befejeződött:</target> - -<source>Customize context menu:</source> -<target>Környezeti menü testreszabása:</target> - -<source>Description</source> -<target>Leírás</target> - -<source>&Default</source> -<target>&Alapértelmezett</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Visszajelzést és javalatokat szívesen látjuk:</target> - -<source>Home page</source> -<target>Honlap</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Fórum</target> - -<source>Email</source> -<target>E-mail</target> - -<source>If you like FreeFileSync:</source> -<target>Ha szereted a FreeFileSync-et:</target> - -<source>Support with a donation</source> -<target>Támogasd adománnyal</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Az automatikus frissítést a rendszergazda kapcsolta ki.</target> - -<source>Donation details</source> -<target>Támogatás részletei</target> - -<source>Source code written in C++ using:</source> -<target>A programot C++-ban fejlesztették a következők felhasználásával:</target> - -<source>Published under the GNU General Public License:</source> -<target>Közzétéve GNU GPL alatt:</target> - -<source>Many thanks for localization:</source> -<target>Köszönet a lokalizációért:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktiválja a FreeFileSync Támogatói kiadását a következő módok egyikével:</target> - -<source>Activate via internet now:</source> -<target>Aktiválja most interneten keresztül:</target> - -<source>Activate online</source> -<target>Aktiválja online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Igényeljen egy offline aktiváló kulcsot a következő URL-ről:</target> - -<source>&Copy to clipboard</source> -<target>&Másolja a vágólapra</target> - -<source>Enter activation key:</source> -<target>Adja meg az aktiváló kulcsot:</target> - -<source>Activate offline</source> -<target>Aktiváljon online módon</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Jelölje ki azokat a beállításokat, amelyek nem futottak legalább a következő számú napja:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>A FreeFileSync-nek hozzáférési jogokra van szüksége, hogy elkerüljük a "Nem megengedett művelet" hibákat az adatok (pl. levelek, üzenetek, naptárak) szinkronizálásakor.</target> - -<source>Locate the FreeFileSync app</source> -<target>Keresse meg a FreeFileSync app-ot</target> - -<source>Open Security && Privacy</source> -<target>Nyissa meg a "Biztonság és adatvédelem" fület</target> - -<source>Click the lock to allow changes.</source> -<target>Kattintson a lakatra a változások engedélyezéséhez.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Húzza a FreeFileSync-et a panelre.</target> - -<source>Synchronization Settings</source> -<target>Szinkronizálási beállítások</target> - -<source>Access Online Storage</source> -<target>Érje el a online tárolót</target> - -<source>Save as a Batch Job</source> -<target>Mentse mint egy kötegelt (batch) feladatot</target> - -<source>Delete Items</source> -<target>Törölje az elemeket</target> - -<source>Copy Items</source> -<target>Másolja az elemeket</target> - -<source>Options</source> -<target>Beállítások</target> - -<source>Select Time Span</source> -<target>Válassza ki az idősávot (időtartamot)</target> - -<source>Highlight Configurations</source> -<target>Jelölje ki a beállításokat</target> - -<source>Grant Full Disk Access</source> -<target>Biztosítson teljes hozzáférést a lemezhez</target> - -<source>Info</source> -<target>Információ</target> - -<source>No log entries</source> -<target>Nincs log bejegyzés</target> - -<source>Select all</source> -<target>Összeset kiválasztja</target> - -<source>&Options</source> -<target>&Beállítások</target> - -<source>Main Bar</source> -<target>Fő sáv</target> - -<source>Folder Pairs</source> -<target>Könyvtár-párok</target> - -<source>Find</source> -<target>Keres</target> - -<source>View Settings</source> -<target>Mutassa a beállításokat</target> - -<source>Configuration</source> -<target>Beállítás</target> - -<source>Overview</source> -<target>Áttekintés</target> - -<source>Swap sides</source> -<target>Cserélje fel az oldalakat</target> - -<source>Show "%x"</source> -<target>"%x" mutatása</target> - -<source>&Show details</source> -<target>Muta&ssa a részleteket</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x elérhető!</target> - -<source>Local path not available for %x.</source> -<target>%x-hez a helyi útvonal nem érhető el.</target> - -<source>Confirm</source> -<target>Jóváhagy</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Tényleg a végre akarja hajtani a(z) %y parancsot a következő elemen?</pluralform> -<pluralform>Tényleg a végre akarja hajtani a(z) %y parancsot a következő %x elemen?</pluralform> -</target> - -<source>&Execute</source> -<target>Vé&grehajt</target> - -<source>Set direction:</source> -<target>Állítsa be az irányt:</target> - -<source>multiple selection</source> -<target>többszörös kijelölés</target> - -<source>&Include via filter:</source> -<target>&Bevonja a szűrő alapján:</target> - -<source>&Exclude via filter:</source> -<target>&Kizárja a szűrő alapján:</target> - -<source>Include temporarily</source> -<target>Csatolja ideiglenesen</target> - -<source>Exclude temporarily</source> -<target>Zárja ki ideiglenesen</target> - -<source>&Synchronize selection</source> -<target>&Szinkronizálja a kiválasztottakat</target> - -<source>&Copy to...</source> -<target>&Másolja oda...</target> - -<source>&Delete</source> -<target>&Törölje</target> - -<source>Show icons:</source> -<target>Mutassa az ikonokat:</target> - -<source>Small</source> -<target>Kicsi</target> - -<source>Medium</source> -<target>Közepes</target> - -<source>Large</source> -<target>Nagy</target> - -<source>Select time span...</source> -<target>Időintervallum kiválasztása...</target> - -<source>Donation Edition</source> -<target>Támogatói kiadás</target> - -<source>Folder Comparison and Synchronization</source> -<target>Könyvtár összehasonlítás és szinkronizálás</target> - -<source>Configuration saved</source> -<target>Beállítások elmentve</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync kötegelt állomány</target> - -<source>Do you want to save changes to %x?</source> -<target>Akarod menteni a(z) %x változtatásait?</target> - -<source>Never save &changes</source> -<target>N&e mentse a változásokat</target> - -<source>Do&n't save</source> -<target>&ne mentse</target> - -<source>%x cannot be renamed.</source> -<target>%x nem átnevezhető.</target> - -<source>New name:</source> -<target>Új név:</target> - -<source>Rename Configuration</source> -<target>Konfiguráció Átnevezése</target> - -<source>Configuration name must not be empty.</source> -<target>A konfiguráció neve nem lehet üres.</target> - -<source>&Rename...</source> -<target>Á&tnevezés...</target> - -<source>Hide configuration</source> -<target>Rejtse el a beállítást</target> - -<source>Highlight...</source> -<target>Emelje ki...</target> - -<source>Clear filter</source> -<target>Törölje a szűrőt</target> - -<source>Show files that exist on left side only</source> -<target>Mutassa a csak a bal oldalon létező állományokat</target> - -<source>Show files that exist on right side only</source> -<target>Mutassa a csak a jobb oldalon létező állományokat</target> - -<source>Show files that are newer on left</source> -<target>Mutassa az állományokat, amelyek a bal oldalon frissebbek</target> - -<source>Show files that are newer on right</source> -<target>Mutassa az állományokat, amelyek a jobb oldalon frissebbek</target> - -<source>Show files that are equal</source> -<target>Mutassa az egyező állományokat</target> - -<source>Show files that are different</source> -<target>Mutassa az eltérő állományokat</target> - -<source>Show conflicts</source> -<target>Mutassa az ütközéseket</target> - -<source>Show files that will be created on the left side</source> -<target>Mutassa a bal oldalon létrehozandó állományokat</target> - -<source>Show files that will be created on the right side</source> -<target>Mutassa a jobb oldalon létrehozandó állományokat</target> - -<source>Show files that will be deleted on the left side</source> -<target>Mutassa a bal oldalon törlendő állományokat</target> - -<source>Show files that will be deleted on the right side</source> -<target>Mutassa a jobb oldalon törlendő állományokat</target> - -<source>Show files that will be updated on the left side</source> -<target>Mutassa a bal oldalon a frissítendő állományokat</target> - -<source>Show files that will be updated on the right side</source> -<target>Mutassa a jobb oldalon a frissítendő állományokat</target> - -<source>Show files that won't be copied</source> -<target>Mutassa az állományokat, amelyek nem kerülnek másolásra</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Mutassa a szűrt vagy ideiglenesen kizárt állományokat</target> - -<source>Filter</source> -<target>Szűrő</target> - -<source>All files are in sync</source> -<target>Az összes állomány szinkronizált</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 könyvtárat</pluralform> -<pluralform>%x könyvtárat</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 állományt</pluralform> -<pluralform>%x állományt</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>%y sort mutat az 1-ből</pluralform> -<pluralform>%y sort mutat az %x közül</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nem található: %x</target> - -<source>Move up</source> -<target>Mozgassa felfelé</target> - -<source>Move down</source> -<target>Mozgassa lefelé</target> - -<source>Comma-separated values</source> -<target>Vesszővel elválasztott értékek (CSV)</target> - -<source>File list exported</source> -<target>Az állománylista exportálása befejeződött</target> - -<source>Searching for program updates...</source> -<target>Programfrissítés keresése...</target> - -<source>Paused</source> -<target>Megállítva</target> - -<source>Stop requested...</source> -<target>Leállítás szükséges...</target> - -<source>Initializing...</source> -<target>Inicializálás...</target> - -<source>Comparing content...</source> -<target>Tartalom összehasonlítása...</target> - -<source>&Continue</source> -<target>&Folytat</target> - -<source>Progress</source> -<target>Haladás</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>%x, köszönöm Önnek adományát és támogatását!</target> - -<source>Connections</source> -<target>Kapcsolatok</target> - -<source>Recommended range:</source> -<target>A javasolt tartomány:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Tényleg bontani akarja a kapcsolatot a(z) %x felhasználói azonosítóval?</target> - -<source>Password:</source> -<target>Jelszó:</target> - -<source>Key passphrase:</source> -<target>Kulcs jelszó:</target> - -<source>Please enter a file path.</source> -<target>Kérem, adjon meg egy állomány-útvonalat.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Másolja a következő elemet egy másik könyvtárba?</pluralform> -<pluralform>Másolja a következő %x elemet egy másik könyvtárba?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Adja meg a célkönyvárat.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Tényleg a Lomtárba akarja áthelyezni a következő elemet?</pluralform> -<pluralform>Tényleg a Lomtárba akarja áthelyezni a következő %x elemet?</pluralform> -</target> - -<source>Move</source> -<target>Mozgat</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Valóban törölni akarod a következő elemet?</pluralform> -<pluralform>Valóban törölni akarod a következő %x elemet?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Megkezdje a kiválasztottak szinkronizálását?</target> - -<source>Start synchronization now?</source> -<target>Megkezdje a szinkronizálást?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Másolja át DACL-t, SACL-t, tulajdonost és csoportot</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integráljon a helyi menübe külső alkalmazásokat. A következő makrók érhetők el:</target> - -<source>Full file or folder path</source> -<target>Teljes állomány vagy könyvtár elérési útvonal</target> - -<source>Parent folder path</source> -<target>Szülő könyvtár elérési útvonala</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Ideiglenes helyi másolat SFTP és MTP tárolóhoz</target> - -<source>Parameters for opposite side</source> -<target>Paraméterek az ellenkező oldalhoz</target> - -<source>Show hidden dialogs again</source> -<target>Mutassa ismét a rejtett párbeszédablakokat?</target> - -<source>All dialogs shown</source> -<target>Az összes párbeszédablakot mutatja</target> - -<source>Downloading update...</source> -<target>Frissítés letöltése...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Módosítási idő és méret összehasonlítása alapján azonosítsa az azonos állományokat.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Tartalom összehasonlítása alapján azonosítsa az azonos állományokat.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Az állományméret összehasonlítása alapján azonosítsa az azonos állományokat.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Változások keresése és bemutatása mindkét oldalon. A törléseket, mozgatásokat és ütközéseket automatikusan ismeri fel egy adatbázis segítségével.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>A baloldali könyvtár tükörmásolatát készíti el úgy, hogy a jobb oldali könyvtár egyezzen meg.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Másolja az új és módosult állományokat a jobb oldali könyvtárba.</target> - -<source>Configure your own synchronization rules.</source> -<target>Állítsa be a saját szinkronizálási szabályait.</target> - -<source>Comparison</source> -<target>Összehasonlítás</target> - -<source>Synchronization</source> -<target>Szinkronizálás</target> - -<source>This week</source> -<target>E heti</target> - -<source>This month</source> -<target>E havi</target> - -<source>This year</source> -<target>Ez évi</target> - -<source>Byte</source> -<target>Bájt</target> - -<source>KB</source> -<target>kB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>A felülírt vagy törölt állományok megőrzése a lomtárban</target> - -<source>Delete and overwrite files permanently</source> -<target>Véglegesen törli és felülírja az állományokat</target> - -<source>Replace</source> -<target>Felülír</target> - -<source>Move files and replace if existing</source> -<target>Mozgassa és írja felül az állományokat ha léteznek</target> - -<source>Time stamp</source> -<target>Időbélyeg</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Mozgassa az állománokat egy időbélyeggel ellátott alkönyvtárba</target> - -<source>File</source> -<target>Állomány</target> - -<source>Append a time stamp to each file name</source> -<target>Minden állománynévhez adjon egy-egy időbélyeget</target> - -<source>On completion:</source> -<target>Végrehajtás alatt:</target> - -<source>On errors:</source> -<target>Hiba esetén:</target> - -<source>On success:</source> -<target>Ha sikeres volt:</target> - -<source>Main config</source> -<target>Alapbeállítások</target> - -<source>empty</source> -<target>üres</target> - -<source>Leave as unresolved conflict</source> -<target>Hagyja feloldatlan ütközésként</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>ÉÉÉÉ-HH-NN óóppmm</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>A minimum verziószám kisebb kell legyen a maximális verziószámnál.</target> - -<source>&Restore</source> -<target>&Visszaállít</target> - -<source>Files</source> -<target>Állományok</target> - -<source>Percentage</source> -<target>Százalék</target> - -<source>Failed to retrieve update information.</source> -<target>Nem sikerült kinyerni a frissítési információt.</target> - -<source>Automatic updates:</source> -<target>Automatikus frissítések:</target> - -<source>Check for Program Updates</source> -<target>Program-frissítések ellenőrzése</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Frissítse automatikusan most, vagy letölti külön a FreeFileSync honlapjáról?</target> - -<source>&Auto-update</source> -<target>&Automatikus frissítés</target> - -<source>&Home page</source> -<target>&Honlap</target> - -<source>Download now?</source> -<target>Letöltsem most?</target> - -<source>&Download</source> -<target>&Letölt</target> - -<source>FreeFileSync is up to date.</source> -<target>A FreeFileSync naprakész.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Nem elérhető online a FreeFileSync jelenlegi verziószáma. Egy újabb verzió valószínűleg elérhető. Ellenőrizzem most manuálisan?</target> - -<source>&Check</source> -<target>&Ellenőriz</target> - -<source>Consistency check failed for %x.</source> -<target>%x konzisztencia ellenőrzése sikertelen.</target> - -<source>Installation was registered on a different operating system.</source> -<target>A telepítés más operációs rendszeren volt regisztrálva.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Nem sikerült aktiválni a FreeFileSync Támogatói kiadását.</target> - -<source>Incorrect activation key.</source> -<target>Nem megfelelő aktiváló kulcs.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nem tud regisztrálni, hogy megkapja a rendszerüzeneteket.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x telepítési opció csak a FreeFileSync Támogatói Kiadásában érhető el.</target> - -<source>Cannot find system function %x.</source> -<target>%x rendszerfunkció nem elérhető.</target> - -<source>Unable to register device notifications for %x.</source> -<target>%x-hez nem lehet eszköz-értesítéseket regisztrálni.</target> - -<source>The file is locked by another process:</source> -<target>Az állományt egy másik folyamat zárolta:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>%x könyvtár állomány jogosultságkezelés-támogatását nem sikerült megállapítani.</target> - -<source>Cannot read security context of %x.</source> -<target>%x biztonsági környezete nem olvasható.</target> - -<source>Cannot write security context of %x.</source> -<target>%x biztonsági környezetét nem sikerült felírni.</target> - -<source>Cannot read permissions of %x.</source> -<target>%x jogosultságai nem olvashatók.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>A jogosultságok nem másolhatók %x-ből %y-ba.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nem megfelelő könyvtárnév.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Az attribútumok nem másolhatók %x-ből %y-ba.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 perc</pluralform> -<pluralform>%x perc</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 óra</pluralform> -<pluralform>%x óra</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>%x privilégium nem állítható be.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nem sikerült felfüggeszteni a rendszer alvó üzemmódját.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nem sikerült a folyamatok I/O prioritását megváltoztatni.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>%x könyvtár vonatkozásában a lomtár ellenőrzése meghiúsult.</target> - -<source>Unable to shut down the system.</source> -<target>Nem képes leállítani a rendszert.</target> - -<source>Prepare installation</source> -<target>Telepítés előkészítése</target> - -<source>Choose which components you want to install.</source> -<target>Válassza ki, mely komponenseket akarja telepíteni.</target> - -<source>Select installation type:</source> -<target>Válassza ki a telepítési módot:</target> - -<source>Local</source> -<target>Lokális</target> - -<source>Portable</source> -<target>Hordozható</target> - -<source>Save settings in %x</source> -<target>%x állománybs mentse a beállításokat</target> - -<source>Register FreeFileSync file extensions</source> -<target>A FreeFileSync állomány-kiterjesztéseinek regisztrálása</target> - -<source>Create Explorer context menu entries</source> -<target>Készítsen környezetfüggő menüsorokat az Explorerbe</target> - -<source>Save settings in installation directory</source> -<target>Beállítások mentése a telepítési mappába</target> - -<source>Do not write to Registry</source> -<target>Ne írjon a rendszerleíró adatbázisba</target> - -<source>Just copy the files</source> -<target>Csak másolja az állományokat</target> - -<source>Choose a directory for installation:</source> -<target>Válassza ki a telepítési mappát:</target> - -<source>Create shortcuts:</source> -<target>Hivatkozások létrehozása:</target> - -<source>Desktop</source> -<target>Asztalon</target> - -<source>Start Menu</source> -<target>Nyitó menü</target> - -<source>Send To</source> -<target>Címzett</target> - -<source>Registering FreeFileSync file extensions</source> -<target>A FreeFileSync állomány-kiterjesztéseinek regisztrálása</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>A FreeFileSync állomány-kiterjesztések regisztrációjának törlése</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync konfigurálása</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync kötegelt állomány</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync szinkronizációs adatbázis</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync konfigurálása</target> - -<source>Edit with FreeFileSync</source> -<target>Szerkesztés FreeFileSync-kel</target> - -<source>Instead of an ad, here's an animal.</source> -<target>A reklám helyett itt egy állat.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>A FreeFileSync hordozható változatát nem lehet telepíteni %x egyik alkönyvtárába.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Válassza a helyi telepítési módot vagy válasszon másik könytárat a telepítéshez.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Használd a Támogatói Kiadást bónusz szolgáltatásokkal és segits reklám-mentesen tartani a FreeFileSync-et.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/italian.lng b/FreeFileSync/Build/Resources/Languages/italian.lng deleted file mode 100755 index 12fe93a5..00000000 --- a/FreeFileSync/Build/Resources/Languages/italian.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Italiano</language> - <translator>Luciano Paravella</translator> - <locale>it_IT</locale> - <image>flag_italy.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Impossibile leggere il file %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Dimensioni impreviste del flusso di dati. -Previsto: %x byte -Attuale: %y byte -</target> - -<source>Cannot write file %x.</source> -<target>Impossibile scrivere il file %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Impossibile scrivere i permessi di %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operazione non supportata tra diversi dispositivi.</target> - -<source>Cannot delete file %x.</source> -<target>Impossibile eliminare il file %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Impossibile eliminare collegamento %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Impossibile eliminare la directory %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Impossibile spostare il file %x in %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Impossibile copiare collegamento %x per %y.</target> - -<source>Error Code %x</source> -<target>Codice di errore %x</target> - -<source>Cannot read directory %x.</source> -<target>Impossibile leggere la directory %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Impossibile scrivere data e ora di modifica di %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Impossibile leggere gli attributi del file %x.</target> - -<source>Cannot create directory %x.</source> -<target>Impossibile creare la cartella %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Impossibile determinare il percorso finale per %x.</target> - -<source>Operation not supported by device.</source> -<target>Operazione non supportata dal dispositivo.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Impossibile risolvere collegamento %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Impossibile spostare %x nel cestino.</target> - -<source>Authentication completed.</source> -<target>Autenticazione completata.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Puoi chiudere questa pagina ora e continuare con FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Autenticazione fallita.</target> - -<source>Unable to connect to %x.</source> -<target>Impossibile connettersi a %x.</target> - -<source>Cannot find %x.</source> -<target>Impossibile trovare %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Il nome %x è utilizzato da più di un elemento nella cartella.</target> - -<source>Please authorize access to user account %x.</source> -<target>Autorizza l'accesso all'account utente %x.</target> - -<source>Cannot open file %x.</source> -<target>Impossibile aprire il file %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Il nome %x è già utilizzato da un altro elemento.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Impossibile determinare lo spazio libero su disco per %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Impossibile disconnettersi da %x.</target> - -<source>Unable to access %x.</source> -<target>Impossibile accedere %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Impossibile ottenere informazioni sul server %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Impossibile monitorare la directory %x.</target> - -<source>Cannot find device %x.</source> -<target>Impossibile trovare dispositivo %x.</target> - -<source>Cannot open directory %x.</source> -<target>Impossibile aprire la cartella %x.</target> - -<source>Unsupported item type.</source> -<target>Tipo di articolo non supportato.</target> - -<source>Incorrect command line:</source> -<target>Linea di comando non corretta:</target> - -<source>The server does not support authentication via %x.</source> -<target>Il server non supporta l'autenticazione tramite %x.</target> - -<source>Required:</source> -<target>Richiesto:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Funzionamento dopo 1 secondo.</pluralform> -<pluralform>Funzionamento dopo %x secondi.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Aspettare per non più di 1 connessione alla volta.</pluralform> -<pluralform>Aspettare per non più di %x connessioni alla volta.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Connessioni attive: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Impossibile aprire canale SFTP numero %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Entrambi i lati sono cambiati dall'ultima sincronizzazione.</target> - -<source>Cannot determine sync-direction:</source> -<target>Impossibile determinare direzione di sincronia:</target> - -<source>No change since last synchronization.</source> -<target>Nessun cambiamento dall'ultima sincronizzazione.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>La voce di database non è in sincronia con le impostazioni correnti.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Imposta le direzioni di sincronizzazione predefinite: i vecchi file saranno sovrascritti dai nuovi.</target> - -<source>Creating file %x</source> -<target>Creazione file %x</target> - -<source>Creating folder %x</source> -<target>Creazione cartella %x</target> - -<source>Creating symbolic link %x</source> -<target>Creazione collegamento %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Spostamento file %x nel cestino</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Spostamento delle cartelle %x nel cestino</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Spostamento collegamento %x nel cestino</target> - -<source>Deleting file %x</source> -<target>Eliminazione file %x</target> - -<source>Deleting folder %x</source> -<target>Eliminazione cartella %x</target> - -<source>Deleting symbolic link %x</source> -<target>Eliminazione collegamento %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Controllo di disponibilità Cestino per la cartella %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Il cestino non è supportato dalle seguenti cartelle. I file cancellati o sovrascritti non potranno essere ripristinati:</target> - -<source>An exception occurred</source> -<target>Si è verificata una eccezione</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Sono previsti un percorso di directory sinistro e destro dopo %x.</target> - -<source>Syntax error</source> -<target>Errore di sintassi</target> - -<source>Cannot find file %x.</source> -<target>Impossibile trovare il file %x.</target> - -<source>Error</source> -<target>Errore</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Il file %x non contiene una configurazione valida.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Il file di configurazione non deve contenere le impostazioni a livello di coppia di directory quando le directory sono impostate tramite linea di comando.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Le directory non possono essere impostate per più di un file di configurazione.</target> - -<source>Command line</source> -<target>Linea di comando</target> - -<source>Syntax:</source> -<target>Sintassi:</target> - -<source>config files:</source> -<target>file di configurazione:</target> - -<source>directory</source> -<target>directory</target> - -<source>global config file:</source> -<target>file di configurazione globale:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Qualsiasi numero di FreeFileSync"ffs_gui" e/o File di configurazione "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Qualsiasi numero di coppie di directory alternative per al massimo un file di configurazione.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Apri la configurazione selezionata solo per la modifica senza eseguirla.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Percorso di un file GlobalSettings.xml alternativo.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>I file di installazione sono danneggiati. Si prega di reinstallare FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Impossibile trovare le seguenti cartelle:</target> - -<source>The following folders do not yet exist:</source> -<target>Le seguenti cartelle non esistono ancora:</target> - -<source>The folders are created automatically when needed.</source> -<target>Le cartelle vengono create automaticamente quando necessario.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>I seguenti percorsi di cartelle differiscono nel caso. Si prega di utilizzare un unico modulo per evitare accessi duplicati.</target> - -<source>Scanning:</source> -<target>Scansione di:</target> - -<source>Comparison finished:</source> -<target>Confronto terminato:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 oggetto trovato</pluralform> -<pluralform>%x elementi trovati</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Tempo trascorso:</target> - -<source>File %x has an invalid date.</source> -<target>Il file %x ha una data non valida.</target> - -<source>Date:</source> -<target>Data:</target> - -<source>Files have the same date but a different size.</source> -<target>I file hanno la stessa data, ma una dimensione diversa.</target> - -<source>Size:</source> -<target>Dimensione:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Il confronto del contenuto è stato saltato per i file esclusi.</target> - -<source>Items differ in attributes only</source> -<target>Gli oggetti differiscono solo negli attributi</target> - -<source>Resolving symbolic link %x</source> -<target>Risoluzione collegamento %x</target> - -<source>Comparing content of files %x</source> -<target>Confronto contenuto del file %x</target> - -<source>Generating file list...</source> -<target>Generazione elenco file...</target> - -<source>Fail-safe file copy</source> -<target>Copia file a prova di errore</target> - -<source>Enabled</source> -<target>Abilitato</target> - -<source>Disabled</source> -<target>Disabilitato</target> - -<source>Copy locked files</source> -<target>Copia file bloccati</target> - -<source>Copy file access permissions</source> -<target>Copia permessi di accesso file</target> - -<source>File time tolerance</source> -<target>File tolleranza temporale</target> - -<source>Run with background priority</source> -<target>Eseguire con priorità in background</target> - -<source>Lock directories during sync</source> -<target>Blocco delle directory durante la sincronizzazione</target> - -<source>Verify copied files</source> -<target>Verificare i file copiati</target> - -<source>Using non-default global settings:</source> -<target>Utilizzo delle impostazioni globali non predefinite:</target> - -<source>A folder input field is empty.</source> -<target>Un campo di input cartella è vuoto.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>La cartella corrispondente sarà considerata come vuota.</target> - -<source>Exclude:</source> -<target>Escludi:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Una cartella di base di una coppia di cartelle è contenuta nell'altra.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>La cartella deve essere esclusa dalla sincronizzazione tramite filtro.</target> - -<source>Calculating sync directions...</source> -<target>Calcolo della direzione di sincronizzazione...</target> - -<source>Out of memory.</source> -<target>Memoria insufficiente.</target> - -<source>Show in Explorer</source> -<target>Mostra in Esplora Risorse</target> - -<source>Open with default application</source> -<target>Apri con applicazione predefinita</target> - -<source>Browse directory</source> -<target>Sfoglia cartelle</target> - -<source>Database file %x is incompatible.</source> -<target>Il file del database %x non è compatibile.</target> - -<source>Initial synchronization:</source> -<target>Prima sincronizzazione:</target> - -<source>Database file %x does not yet exist.</source> -<target>Il file del database %x non è ancora stato creato.</target> - -<source>Database file is corrupted:</source> -<target>Il file del database è danneggiato:</target> - -<source>Loading file %x...</source> -<target>Caricamento file %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>I file del database non contengono ancora informazioni sull'ultima sincronizzazione.</target> - -<source>Saving file %x...</source> -<target>Salvare il file %x...</target> - -<source>Searching for folder %x...</source> -<target>Ricerca della cartella %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Pausa durante la ricerca per la cartella %x.</target> - -<source>Cannot get process information.</source> -<target>Impossibile ottenere informazioni sul processo.</target> - -<source>Waiting while directory is locked:</source> -<target>In attesa mentre la cartella è bloccata:</target> - -<source>Lock owner:</source> -<target>Bloccare il proprietario:</target> - -<source>Detecting abandoned lock...</source> -<target>Rilevamento blocco abbandonato...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>L'oggetto esiste solo sul lato sinistro</target> - -<source>Item exists on right side only</source> -<target>L'oggetto esiste solo sul lato destro</target> - -<source>Left side is newer</source> -<target>Il più recente è sul lato sinistro</target> - -<source>Right side is newer</source> -<target>Il più recente è sul lato destro</target> - -<source>Items have different content</source> -<target>Gli oggetti hanno contenuto differente</target> - -<source>Both sides are equal</source> -<target>Entrambi i lati sono uguali</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflitto/oggetto non categorizzabile</target> - -<source>Copy new item to left</source> -<target>Copia nuovo oggetto a sinistra</target> - -<source>Copy new item to right</source> -<target>Copia nuovo oggetto a destra</target> - -<source>Delete left item</source> -<target>Elimina oggetto di sinistra</target> - -<source>Delete right item</source> -<target>Elimina oggetto di destra</target> - -<source>Move file on left</source> -<target>Sposta il file a sinistra</target> - -<source>Move file on right</source> -<target>Sposta il file a destra</target> - -<source>Update left item</source> -<target>Aggiornamento voce sinistra</target> - -<source>Update right item</source> -<target>Aggiornamento voce destra</target> - -<source>Do nothing</source> -<target>Non fare nulla</target> - -<source>Update attributes on left</source> -<target>Aggiorna attributi a sinistra</target> - -<source>Update attributes on right</source> -<target>Aggiorna attributi a destra</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Errore nel parsing del file %x, riga %y, colonna %z.</target> - -<source>Services</source> -<target>Servizi</target> - -<source>Show All</source> -<target>Mostra tutto</target> - -<source>Hide Others</source> -<target>Nascondi gli altri</target> - -<source>Hide %x</source> -<target>Nascondi %x</target> - -<source>Quit %x</source> -<target>Esci da %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Impossibile impostare i blocchi di directory per le seguenti cartelle:</target> - -<source>Errors:</source> -<target>Errori:</target> - -<source>Warnings:</source> -<target>Avvertenze:</target> - -<source>Items processed:</source> -<target>Oggetti processati:</target> - -<source>Items remaining:</source> -<target>Oggetti rimanenti:</target> - -<source>Total time:</source> -<target>Tempo totale:</target> - -<source>Warning</source> -<target>Attenzione</target> - -<source>Stopped</source> -<target>Arrestato</target> - -<source>Cleaning up log files:</source> -<target>Pulizia dei file di registro:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 thread</pluralform> -<pluralform>%x thread</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/ sec</target> - -<source>%x items</source> -<target>%x articoli</target> - -<source>Completed successfully</source> -<target>Completato con successo</target> - -<source>Completed with warnings</source> -<target>Completato con avvisi</target> - -<source>Completed with errors</source> -<target>Completato con errori</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Impossibile accedere al Volume Shadow Copy Service.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Si prega di eseguire la versione a 64 bit di FreeFileSync per creare copie shadow su questo sistema.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Nome volume %x non fa parte del percorso del file %y.</target> - -<source>File time and size</source> -<target>Ora e dimensione file</target> - -<source>File content</source> -<target>Contenuto del file</target> - -<source>File size</source> -<target>Dimensione del file</target> - -<source>Two way</source> -<target>Due vie</target> - -<source>Mirror</source> -<target>Specchio</target> - -<source>Update</source> -<target>Aggiorna</target> - -<source>Custom</source> -<target>Personalizza</target> - -<source>Multiple...</source> -<target>Multiplo...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Impossibile scrivere gli attributi del file %x.</target> - -<source>%x and %y have different content.</source> -<target>%x e %y hanno un contenuto diverso.</target> - -<source>Data verification error:</source> -<target>Errore di verifica dei dati:</target> - -<source>Moving file %x to %y</source> -<target>Spostamento file %x in %y</target> - -<source>Moving folder %x to %y</source> -<target>Spostamento cartella %x in %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Spostamento collegamento %x in %y</target> - -<source>Updating file %x</source> -<target>Aggiornamento file %x</target> - -<source>Updating symbolic link %x</source> -<target>Aggiornamento collegamento %x</target> - -<source>Verifying file %x</source> -<target>Verifica file %x</target> - -<source>Updating attributes of %x</source> -<target>Aggiornamento attributi di %x</target> - -<source>Source item %x not found</source> -<target>Elemento di origine %x non trovato</target> - -<source>Parent folder %x is not existing.</source> -<target>La cartella principale %x non esiste.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Impossibile copiare il file %x in %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Creazione di un Volume Shadow Copy per %x...</target> - -<source>Cannot find folder %x.</source> -<target>Impossibile trovare la cartella %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>La cartella di destinazione %x è già esistente, ma non era disponibile durante il confronto delle cartelle.</target> - -<source>Target folder input field must not be empty.</source> -<target>Il campo per la cartella di destinazione non può essere vuoto.</target> - -<source>Source folder %x not found.</source> -<target>Cartella sorgente %x non trovata.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Inserisci una cartella di destinazione per il controllo delle versioni.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>I seguenti oggetti hanno conflitti irrisolti e non saranno sincronizzati:</target> - -<source>Folder pair:</source> -<target>Coppia di cartelle:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Le seguenti cartelle sono significativamente differenti. Si prega di controllare che sono selezionate le cartelle corrette per la sincronizzazione.</target> - -<source>Not enough free disk space available in:</source> -<target>Spazio libero su disco insufficiente in:</target> - -<source>Available:</source> -<target>Disponibile:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Alcuni file saranno sincronizzati come parte di più cartelle base.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Per evitare conflitti, impostare i filtri di esclusione in modo che ogni file aggiornato sia incluso in una sola cartella di base.</target> - -<source>Versioning folder:</source> -<target>Cartella versione:</target> - -<source>Base folder:</source> -<target>Cartella base:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>La cartella delle versioni è contenuta in una cartella di base.</target> - -<source>Synchronizing folder pair:</source> -<target>Sincronizzazione della coppia di cartelle:</target> - -<source>Generating database...</source> -<target>Generazione database...</target> - -<source>Searching for old file versions:</source> -<target>Ricerca di vecchie versioni di file:</target> - -<source>Removing old file versions:</source> -<target>Rimozione delle versioni precedenti dei file:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Impossibile creare l'impronta per il controllo delle versioni:</target> - -<source>Drag && drop</source> -<target>Trascina e rilascia</target> - -<source>Select a folder</source> -<target>Seleziona una cartella</target> - -<source>&New</source> -<target>&Nuovo</target> - -<source>&Open...</source> -<target>&Apri...</target> - -<source>Save &as...</source> -<target>Salva &come...</target> - -<source>E&xit</source> -<target>U&scita</target> - -<source>&File</source> -<target>&File</target> - -<source>&View help</source> -<target>&Vedere aiuto</target> - -<source>&About</source> -<target>&Informazioni</target> - -<source>&Help</source> -<target>&Aiuto</target> - -<source>Usage:</source> -<target>Uso:</target> - -<source>Select folders to watch.</source> -<target>Seleziona cartelle da controllare.</target> - -<source>Enter a command line.</source> -<target>Inserisci linea di comando.</target> - -<source>Press 'Start'.</source> -<target>Premi 'Avvio'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Per iniziare è sufficiente importare un file con estensione "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Cartelle da guardare:</target> - -<source>Add folder</source> -<target>Aggiungi cartella</target> - -<source>Remove folder</source> -<target>Rimuovi cartella</target> - -<source>Browse</source> -<target>Sfoglia</target> - -<source>Idle time (in seconds):</source> -<target>Tempo di inattività (in secondi):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Tempo di attesa tra ultimo cambiamento rilevato e l'esecuzione del comando</target> - -<source>Command line:</source> -<target>Riga di comando:</target> - -<source>&Hide console window</source> -<target>&Nascondi la finestra della console</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Il comando è attivato se: -- file o sottocartelle cambiano -- nuove cartelle vengono aggiunte (es. inserimento di memoria USB) -</target> - -<source>Start</source> -<target>Avviare</target> - -<source>About</source> -<target>Info su</target> - -<source>Build: %x</source> -<target>Versione: %x</target> - -<source>All files</source> -<target>Tutti i file</target> - -<source>Automated Synchronization</source> -<target>Sincronizzazione automatizzata</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Il protocollo %x non supporta il monitoraggio della directory:</target> - -<source>Directory monitoring active</source> -<target>Monitoraggio Cartella attivo</target> - -<source>Waiting until directory is available:</source> -<target>In attesa che la directory sia disponibile:</target> - -<source>&Configure</source> -<target>&Configurazione</target> - -<source>&Show error message</source> -<target>&Mostra messaggio di errore</target> - -<source>&Quit</source> -<target>&Esci</target> - -<source>&Retry</source> -<target>&Riprova</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x byte</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Caricamento...</target> - -<source>Scanning...</source> -<target>Scansione...</target> - -<source>configuration file</source> -<target>file di configurazione</target> - -<source>System: Sleep</source> -<target>Sistema: In Sonno</target> - -<source>System: Shut down</source> -<target>Sistema: Spento</target> - -<source>Nothing to synchronize</source> -<target>Non c'è nulla da sincronizzare</target> - -<source>Executing command:</source> -<target>Comando di esecuzione:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>È possibile passare alla finestra principale di FreeFileSync per risolvere questo problema.</target> - -<source>&Don't show this warning again</source> -<target>&Non mostrare più questo avviso</target> - -<source>&Ignore</source> -<target>&Ignora</target> - -<source>&Switch</source> -<target>&Passa a</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Passaggio alla finestra principale di FreeFileSync</target> - -<source>Automatic retry</source> -<target>Riprova automaticamente</target> - -<source>Ignore &all</source> -<target>Ignora &tutto</target> - -<source>Retrying operation...</source> -<target>Riprovare l'Operazione...</target> - -<source>Serious Error</source> -<target>Errore Grave</target> - -<source>Last session</source> -<target>Ultima sessione</target> - -<source>Today</source> -<target>Oggi</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 giorno</pluralform> -<pluralform>%x giorni</pluralform> -</target> - -<source>Name</source> -<target>Nome</target> - -<source>Last sync</source> -<target>Ultima sincronizzazione</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Cartella</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Percorso completo</target> - -<source>Relative path</source> -<target>Percorso relativo</target> - -<source>Item name</source> -<target>Nome dell'elemento</target> - -<source>Size</source> -<target>Dimensione</target> - -<source>Date</source> -<target>Data</target> - -<source>Extension</source> -<target>Estensione</target> - -<source>Category</source> -<target>Categoria</target> - -<source>Action</source> -<target>Azione</target> - -<source>Local comparison settings</source> -<target>Impostazioni di confronto locali</target> - -<source>Local synchronization settings</source> -<target>Impostazioni di sincronizzazione locale</target> - -<source>Local filter</source> -<target>Filtro Locale</target> - -<source>Active</source> -<target>Attivo</target> - -<source>None</source> -<target>Nessuno</target> - -<source>Remove local settings</source> -<target>Rimuovere le impostazioni locali</target> - -<source>Clear local filter</source> -<target>Cancella Filtro locale</target> - -<source>Copy</source> -<target>Copia</target> - -<source>Paste</source> -<target>Incolla</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>La cartella selezionata %x non può essere utilizzata con FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Si prega di selezionare una cartella su un file system locale, di rete o un dispositivo MTP.</target> - -<source>Defined by context of use</source> -<target>Definito dal contesto di utilizzo</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Richiede FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Salva</target> - -<source>Save as &batch job...</source> -<target>Salva come &processo batch...</target> - -<source>Show &log</source> -<target>Mostrare &log</target> - -<source>Start &comparison</source> -<target>Avvio &confronto</target> - -<source>C&omparison settings</source> -<target>Impostazioni C&onfronto</target> - -<source>&Filter settings</source> -<target>Impostazioni &Filtro</target> - -<source>S&ynchronization settings</source> -<target>Impostazioni S&incronizzazione</target> - -<source>Start &synchronization</source> -<target>Avvio &sincronizzazione</target> - -<source>&Actions</source> -<target>&Azioni</target> - -<source>&Preferences</source> -<target>&Preferenze</target> - -<source>&Language</source> -<target>&Lingua</target> - -<source>&Find...</source> -<target>&Trova...</target> - -<source>&Export file list...</source> -<target>&Esporta l'elenco dei file...</target> - -<source>&Reset layout</source> -<target>&Ripristina layout</target> - -<source>&Tools</source> -<target>&Strumenti</target> - -<source>&Check for updates now</source> -<target>&Controlla aggiornamenti ora</target> - -<source>Check &automatically once a week</source> -<target>Controlla &automaticamente una volta a settimana</target> - -<source>Cancel</source> -<target>Annulla</target> - -<source>Compare</source> -<target>Compara</target> - -<source>Synchronize</source> -<target>Sincronizza</target> - -<source>Add folder pair</source> -<target>Aggiungi una coppia di cartelle</target> - -<source>Remove folder pair</source> -<target>Elimina la coppia di cartelle</target> - -<source>Access online storage</source> -<target>Accesso all'archiviazione online</target> - -<source>Close search bar</source> -<target>Chiudi barra di ricerca</target> - -<source>Find:</source> -<target>Trova:</target> - -<source>Match case</source> -<target>Corrispondenza</target> - -<source>Processed:</source> -<target>Elaborato:</target> - -<source>Remaining:</source> -<target>Residuo:</target> - -<source>New</source> -<target>Nuovo</target> - -<source>Open...</source> -<target>Apri...</target> - -<source>Save</source> -<target>Salva</target> - -<source>Save as...</source> -<target>Salva come...</target> - -<source>View type:</source> -<target>Visualizza tipo:</target> - -<source>Select view:</source> -<target>Seleziona vista:</target> - -<source>Save as default</source> -<target>Salva come predefinito</target> - -<source>Statistics:</source> -<target>Statistiche:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Numero di file e cartelle che verranno eliminati</target> - -<source>Number of files that will be updated</source> -<target>Numero di file che verranno aggiornati</target> - -<source>Number of files and folders that will be created</source> -<target>Numero di file e cartelle che verranno creati</target> - -<source>Total bytes to copy</source> -<target>Bytes totali da copiare</target> - -<source>Arrange folder pair</source> -<target>Disporre coppia di cartelle</target> - -<source>Main settings:</source> -<target>Impostazioni principali:</target> - -<source>Use local settings:</source> -<target>Utilizza impostazioni locali:</target> - -<source>Select a variant:</source> -<target>Scegli una variante:</target> - -<source>Include &symbolic links:</source> -<target>Includere collegamenti &simbolici:</target> - -<source>&Follow</source> -<target>&Esegui</target> - -<source>&Direct</source> -<target>&Diretta</target> - -<source>More information</source> -<target>Maggiori informazioni</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignora tempo spostamento [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Elenco delle compensazioni del tempo file da ignorare</target> - -<source>Example:</source> -<target>Esempio:</target> - -<source>Handle daylight saving time</source> -<target>Maneggiare l'ora legale</target> - -<source>Ignore errors</source> -<target>Ignora errori</target> - -<source>Retry count:</source> -<target>Riprova conteggio:</target> - -<source>Delay (in seconds):</source> -<target>Ritardo (in secondi):</target> - -<source>Performance improvements:</source> -<target>Miglioramenti delle prestazioni:</target> - -<source>Parallel file operations:</source> -<target>Operazioni parallele sul file:</target> - -<source>How to get best performance?</source> -<target>Come ottenere le migliori prestazioni?</target> - -<source>Local settings:</source> -<target>Impostazioni Locali:</target> - -<source>Include:</source> -<target>Includi:</target> - -<source>Show examples</source> -<target>Mostra esempi</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Selezionare le regole del filtro per escludere alcuni file dalla sincronizzazione. Immettere i percorsi dei file relativi alla loro corrispondente coppia di cartelle.</target> - -<source>File size:</source> -<target>Dimensione del file:</target> - -<source>Minimum:</source> -<target>Minimo:</target> - -<source>Maximum:</source> -<target>Massimo:</target> - -<source>Time span:</source> -<target>Intervallo di tempo:</target> - -<source>C&lear</source> -<target>Cance&lla</target> - -<source>Detect moved files</source> -<target>Rileva file spostati</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Non supportato da tutti i file system -- Richiede e crea file di database -- Rilevazione non disponibile per prima sincronizzazione -</target> - -<source>Delete files:</source> -<target>Eliminare i file:</target> - -<source>&Recycle bin</source> -<target>&Cestino</target> - -<source>&Permanent</source> -<target>&Permanente</target> - -<source>&Versioning</source> -<target>&Versione</target> - -<source>Move files to a user-defined folder</source> -<target>Spostare i file in una cartella definita dall'utente</target> - -<source>Naming convention:</source> -<target>Modalità di rinomina:</target> - -<source>Limit file versions:</source> -<target>Limitare le versioni dei file:</target> - -<source>Last x days:</source> -<target>Ultimi x giorni:</target> - -<source>&Override default log path:</source> -<target>&Sostituisci il percorso di registrazione predefinito:</target> - -<source>Run a command:</source> -<target>Esegui un comando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tipo di connessione:</target> - -<source>Connected user accounts:</source> -<target>Account utente connessi:</target> - -<source>&Add connection</source> -<target>&Aggiungi connessione</target> - -<source>&Disconnect</source> -<target>&Disconnetti</target> - -<source>Selected user account:</source> -<target>Account utente selezionato:</target> - -<source>Server name or IP address:</source> -<target>Nome server o indirizzo IP:</target> - -<source>Port:</source> -<target>Porta:</target> - -<source>Encryption:</source> -<target>Crittografia:</target> - -<source>&Disabled</source> -<target>&Disabilitato</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicito SSL/TLS</target> - -<source>Authentication:</source> -<target>Autenticazione:</target> - -<source>&Password</source> -<target>&Parola d'ordine</target> - -<source>&Key file</source> -<target>File di &chiave</target> - -<source>&SSH agent</source> -<target>Agente &SSH</target> - -<source>User name:</source> -<target>Nome utente:</target> - -<source>Private key file:</source> -<target>File della chiave privata:</target> - -<source>&Show password</source> -<target>&Mostra password</target> - -<source>Directory on server:</source> -<target>Directory su server:</target> - -<source>Access timeout (in seconds):</source> -<target>Timeout di accesso (in secondi):</target> - -<source>SFTP channels per connection:</source> -<target>Canali SFTP per il collegamento:</target> - -<source>Detect server limit</source> -<target>Rilevare limite del server</target> - -<source>Select Folder</source> -<target>Seleziona cartella</target> - -<source>Variant:</source> -<target>Variante:</target> - -<source>&Don't show this dialog again</source> -<target>&Non mostrare più questo avviso</target> - -<source>Bytes:</source> -<target>Byte:</target> - -<source>Items:</source> -<target>Articoli:</target> - -<source>Synchronizing...</source> -<target>Sincronizzazione...</target> - -<source>Minimize to notification area</source> -<target>Ridurre al minimo l'area di notifica</target> - -<source>Bytes</source> -<target>Byte</target> - -<source>Items</source> -<target>Elementi</target> - -<source>When finished:</source> -<target>Al termine:</target> - -<source>Auto-close</source> -<target>Chiusura automatica</target> - -<source>Close</source> -<target>Chiudi</target> - -<source>&Pause</source> -<target>&Pausa</target> - -<source>Stop</source> -<target>Arresto</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Creare un file batch per la sincronizzazione automatica. Per iniziare, fare doppio clic su questo file o programmarlo in un pianificatore di compiti: %x</target> - -<source>Progress dialog:</source> -<target>Finestra di avanzamento:</target> - -<source>Run minimized</source> -<target>Esegui minimizzato</target> - -<source>Show pop-up on errors or warnings</source> -<target>Mostra pop-up di errore o avviso</target> - -<source>&Cancel</source> -<target>&Cancella</target> - -<source>Stop synchronization at first error</source> -<target>Interrompere la sincronizzazione al primo errore</target> - -<source>How can I schedule a batch job?</source> -<target>Come posso programmare un lavoro batch?</target> - -<source>&Keep relative paths</source> -<target>&Mantenere percorsi relativi</target> - -<source>&Overwrite existing files</source> -<target>&Sovrascrivere i file esistenti</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Le seguenti impostazioni vengono utilizzate per tutti i processi di sincronizzazione.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copiare in un file temporaneo (*.ffs_tmp) prima di sovrascrivere il bersaglio. -Questo garantisce uno stato consistente anche in caso di errore grave. -</target> - -<source>recommended</source> -<target>raccommandata</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copiare file condivisi o bloccati con il Volume Shadow Copy Service.</target> - -<source>requires administrator rights</source> -<target>richiede i diritti di amministratore</target> - -<source>Transfer file and folder permissions.</source> -<target>Trasferimento autorizzazioni di file e cartelle.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Mostra di nuovo tutti i dialoghi nascosti in modo permanente e i messaggi di allarme</target> - -<source>Default log path:</source> -<target>Percorso di log predefinito:</target> - -<source>&Delete logs after x days:</source> -<target>&Elimina i log dopo x giorni:</target> - -<source>Notification sounds:</source> -<target>Suoni di notifica:</target> - -<source>Synchronization finished:</source> -<target>Sincronizzazione terminata:</target> - -<source>Customize context menu:</source> -<target>Personalizzare menu contestuale:</target> - -<source>Description</source> -<target>Descrizione</target> - -<source>&Default</source> -<target>&Predefinito</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Feedback e suggerimenti sono benvenuti:</target> - -<source>Home page</source> -<target>Pagina Iniziale</target> - -<source>FreeFileSync Forum</source> -<target>Forum di FreeFileSync</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Se ti piace FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Supporto con una donazione</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>L'aggiornamento automatico è stato disabilitato dall'amministratore.</target> - -<source>Donation details</source> -<target>dettagli Donazione</target> - -<source>Source code written in C++ using:</source> -<target>Codice sorgente scritto in C++ utilizzando:</target> - -<source>Published under the GNU General Public License:</source> -<target>Pubblicato sotto la GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Ringraziamenti per la traduzione:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Attivare la FreeFileSync Donazione con uno dei seguenti metodi:</target> - -<source>Activate via internet now:</source> -<target>Attivare via internet ora:</target> - -<source>Activate online</source> -<target>Attivazione on-line</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Recuperare una chiave di attivazione non in linea dal seguente URL:</target> - -<source>&Copy to clipboard</source> -<target>&Copia negli appunti</target> - -<source>Enter activation key:</source> -<target>Inserisci chiave di attivazione:</target> - -<source>Activate offline</source> -<target>Attiva offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Evidenzia le configurazioni che non sono state eseguite per più del seguente numero di giorni:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync richiede i diritti di accesso per evitare errori di 'Operazione non consentita' durante la sincronizzazione dei dati (ad esempio Mail, Messaggi, Calendari).</target> - -<source>Locate the FreeFileSync app</source> -<target>Individuare l'app FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Apri Sicurezza e Privacy</target> - -<source>Click the lock to allow changes.</source> -<target>Fare clic sul blocco per consentire le modifiche.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Trascinare FreeFileSync nel pannello.</target> - -<source>Synchronization Settings</source> -<target>Impostazioni di Sincronizzazione</target> - -<source>Access Online Storage</source> -<target>Accedi all'archiviazione online</target> - -<source>Save as a Batch Job</source> -<target>Salva come Lavoro Batch</target> - -<source>Delete Items</source> -<target>Elimina Elementi</target> - -<source>Copy Items</source> -<target>Copia articoli</target> - -<source>Options</source> -<target>Opzioni</target> - -<source>Select Time Span</source> -<target>Selezionare Intervallo di Tempo</target> - -<source>Highlight Configurations</source> -<target>Evidenzia le configurazioni</target> - -<source>Grant Full Disk Access</source> -<target>Concedere l'accesso completo al disco</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Nessuna voce di registro</target> - -<source>Select all</source> -<target>Seleziona tutto</target> - -<source>&Options</source> -<target>&Opzioni</target> - -<source>Main Bar</source> -<target>Barra Principale</target> - -<source>Folder Pairs</source> -<target>Coppie di Cartelle</target> - -<source>Find</source> -<target>Trova</target> - -<source>View Settings</source> -<target>Impostazioni Visualizzazione</target> - -<source>Configuration</source> -<target>Configurazione</target> - -<source>Overview</source> -<target>Anteprima</target> - -<source>Swap sides</source> -<target>Inverti i lati</target> - -<source>Show "%x"</source> -<target>Mostra "%x"</target> - -<source>&Show details</source> -<target>&Mostra dettagli</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x è disponibile!</target> - -<source>Local path not available for %x.</source> -<target>Percorso locale non disponibile per %x.</target> - -<source>Confirm</source> -<target>Confermare</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Vuoi veramente eseguire il comando %y per un elemento?</pluralform> -<pluralform>Vuoi veramente eseguire il comando %y per %x elementi?</pluralform> -</target> - -<source>&Execute</source> -<target>&Esecuzione</target> - -<source>Set direction:</source> -<target>Imposta direzione:</target> - -<source>multiple selection</source> -<target>selezione multipla</target> - -<source>&Include via filter:</source> -<target>&Include tramite filtro:</target> - -<source>&Exclude via filter:</source> -<target>&Escludi tramite filtro:</target> - -<source>Include temporarily</source> -<target>Includi temporaneamente</target> - -<source>Exclude temporarily</source> -<target>Escludi temporaneamente</target> - -<source>&Synchronize selection</source> -<target>&Sincronizza selezione</target> - -<source>&Copy to...</source> -<target>&Copia in...</target> - -<source>&Delete</source> -<target>&Cancellare</target> - -<source>Show icons:</source> -<target>Mostra icone:</target> - -<source>Small</source> -<target>Piccole</target> - -<source>Medium</source> -<target>Medie</target> - -<source>Large</source> -<target>Grandi</target> - -<source>Select time span...</source> -<target>Seleziona intervallo di tempo...</target> - -<source>Donation Edition</source> -<target>Edizione di donazione</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparazione delle Cartelle e Sincronizzazione</target> - -<source>Configuration saved</source> -<target>Configurazione salvata</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Vuoi salvare le modifiche a %x?</target> - -<source>Never save &changes</source> -<target>Non salvare mai &modifiche</target> - -<source>Do&n't save</source> -<target>No&n salvare</target> - -<source>%x cannot be renamed.</source> -<target>%x non può essere rinominato.</target> - -<source>New name:</source> -<target>Nuovo nome:</target> - -<source>Rename Configuration</source> -<target>Rinomina configurazione</target> - -<source>Configuration name must not be empty.</source> -<target>Il nome della configurazione non deve essere vuoto.</target> - -<source>&Rename...</source> -<target>&Ridenominazione...</target> - -<source>Hide configuration</source> -<target>Nascondi configurazione</target> - -<source>Highlight...</source> -<target>Evidenziare...</target> - -<source>Clear filter</source> -<target>Eliminare filtro</target> - -<source>Show files that exist on left side only</source> -<target>Mostra file esistenti solo a sinistra</target> - -<source>Show files that exist on right side only</source> -<target>Mostra file esistenti solo a destra</target> - -<source>Show files that are newer on left</source> -<target>Mostra i file che sono più recenti sulla sinistra</target> - -<source>Show files that are newer on right</source> -<target>Mostra i file che sono più recenti sulla destra</target> - -<source>Show files that are equal</source> -<target>Mostra i file identici</target> - -<source>Show files that are different</source> -<target>Mostra i file differenti</target> - -<source>Show conflicts</source> -<target>Mostra conflitti</target> - -<source>Show files that will be created on the left side</source> -<target>Mostra i file che verranno creati sul lato sinistro</target> - -<source>Show files that will be created on the right side</source> -<target>Mostra i file che verranno creati sul lato destro</target> - -<source>Show files that will be deleted on the left side</source> -<target>Mostra i file che verranno cancellati sul lato sinistro</target> - -<source>Show files that will be deleted on the right side</source> -<target>Mostra i file che verranno cancellati sul lato destro</target> - -<source>Show files that will be updated on the left side</source> -<target>Mostra i file che verranno aggiornati sul lato sinistro</target> - -<source>Show files that will be updated on the right side</source> -<target>Mostra i file che verranno aggiornati sul lato destro</target> - -<source>Show files that won't be copied</source> -<target>Mostra i file che non saranno copiati</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Mostra file filtrati o temporaneamente esclusi</target> - -<source>Filter</source> -<target>Filtro</target> - -<source>All files are in sync</source> -<target>Tutti i file sono in sincronia</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 directory</pluralform> -<pluralform>%x directory</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 file</pluralform> -<pluralform>%x file</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Risultati %y di 1 riga</pluralform> -<pluralform>Risultati %y di %x righe</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Impossibile trovare %x</target> - -<source>Move up</source> -<target>Sposta su</target> - -<source>Move down</source> -<target>Sposta giù</target> - -<source>Comma-separated values</source> -<target>Valori separati da virgole</target> - -<source>File list exported</source> -<target>Elenco file esportato</target> - -<source>Searching for program updates...</source> -<target>Ricerca di aggiornamenti al programma...</target> - -<source>Paused</source> -<target>In pausa</target> - -<source>Stop requested...</source> -<target>Stop richiesto...</target> - -<source>Initializing...</source> -<target>Inizializzazione...</target> - -<source>Comparing content...</source> -<target>Comparazione del contenuto...</target> - -<source>&Continue</source> -<target>&Continuare</target> - -<source>Progress</source> -<target>Avanzamento</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Grazie, %x, per la vostra donazione e il supporto!</target> - -<source>Connections</source> -<target>Connessioni</target> - -<source>Recommended range:</source> -<target>Intervallo consigliato:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Vuoi davvero disconnetterti dall'account utente %x?</target> - -<source>Password:</source> -<target>Password:</target> - -<source>Key passphrase:</source> -<target>Passphrase chiave:</target> - -<source>Please enter a file path.</source> -<target>Si prega di inserire un percorso di file.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copiare il seguente elemento in un'altra cartella?</pluralform> -<pluralform>Copiare i seguenti elementi %x in un'altra cartella?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Si prega di inserire una cartella di destinazione.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Vuoi davvero spostare il seguente oggetto nel cestino?</pluralform> -<pluralform>Vuoi davvero spostare i seguenti %x oggetti nel cestino?</pluralform> -</target> - -<source>Move</source> -<target>Spostare</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Vuoi davvero eliminare il seguente oggetto?</pluralform> -<pluralform>Vuoi davvero eliminare i seguenti %x oggetti?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Inizia a sincronizzare la selezione?</target> - -<source>Start synchronization now?</source> -<target>Avviare la sincronizzazione ora?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copia DACL, SACL, Proprietario, Gruppo</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integra applicazioni esterne nel menu contestuale. Sono disponibili le seguenti macro:</target> - -<source>Full file or folder path</source> -<target>File o percorso della cartella completo></target> - -<source>Parent folder path</source> -<target>Percorso cartella genitore</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Copia locale temporanea per memorizzazione SFTP e MTP</target> - -<source>Parameters for opposite side</source> -<target>Parametri per lato opposto</target> - -<source>Show hidden dialogs again</source> -<target>Mostra di nuovo le finestre di dialogo nascoste</target> - -<source>All dialogs shown</source> -<target>Tutte le finestre di dialogo mostrate</target> - -<source>Downloading update...</source> -<target>Download aggiornamento...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identificare i file uguali confrontando data di modifica e dimensione.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identificare i file uguali confrontando il contenuto del file.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identificare i file uguali confrontando le dimensioni del file.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifica e propaga cambiamenti su entrambi i lati. Cancellazioni, spostamenti e conflitti sono identificati automaticamente usando un database.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Creare un backup specchio della cartella di sinistra aggiornando la cartella destra.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copiare i file nuovi e aggiornati nella cartella destra.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configura le tue regole di sincronizzazione.</target> - -<source>Comparison</source> -<target>Confronto</target> - -<source>Synchronization</source> -<target>Sincronizzazione</target> - -<source>This week</source> -<target>Questa settimana</target> - -<source>This month</source> -<target>Questo mese</target> - -<source>This year</source> -<target>Quest'anno</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Conservare i file cancellati e sovrascritti nel cestino</target> - -<source>Delete and overwrite files permanently</source> -<target>Elimina e sovrascrivi i file in modo permanente</target> - -<source>Replace</source> -<target>Sostituisci</target> - -<source>Move files and replace if existing</source> -<target>Sposta i file e sostituisci se esistenti</target> - -<source>Time stamp</source> -<target>Data e ora</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Sposta i file in una sottocartella temporanea di stampa</target> - -<source>File</source> -<target>File</target> - -<source>Append a time stamp to each file name</source> -<target>Aggiunge un'impronta per ogni nome di file</target> - -<source>On completion:</source> -<target>Al termine:</target> - -<source>On errors:</source> -<target>In caso di errori:</target> - -<source>On success:</source> -<target>In caso di successo:</target> - -<source>Main config</source> -<target>Config principale</target> - -<source>empty</source> -<target>vuoto</target> - -<source>Leave as unresolved conflict</source> -<target>Lascia come conflitti irrisolti</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>AAAA-MM-GG hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Il numero minimo della versione deve essere inferiore al conteggio massimo.</target> - -<source>&Restore</source> -<target>&Ripristina</target> - -<source>Files</source> -<target>File</target> - -<source>Percentage</source> -<target>Percentuale</target> - -<source>Failed to retrieve update information.</source> -<target>Impossibile recuperare le informazioni di aggiornamento.</target> - -<source>Automatic updates:</source> -<target>Aggiornamenti automatici:</target> - -<source>Check for Program Updates</source> -<target>Controlla Aggiornamenti del Programma</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Aggiornamento automatico ora o scaricare manualmente dalla home page FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Aggiornamento automatico</target> - -<source>&Home page</source> -<target>&Home page</target> - -<source>Download now?</source> -<target>Scaricarla ora?</target> - -<source>&Download</source> -<target>&Scaricare</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync è aggiornato.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Impossibile trovare il numero della versione corrente di FreeFileSync on-line. Una versione più recente è probabilmente disponibile. Controllare manualmente ora?</target> - -<source>&Check</source> -<target>&Controllare</target> - -<source>Consistency check failed for %x.</source> -<target>Verifica della coerenza non riuscita per %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>L'installazione è stata registrata su un sistema operativo diverso.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Impossibile attivare FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Chiave di attivazione non corretta.</target> - -<source>Unable to register to receive system messages.</source> -<target>Impossibile registrarsi per ricevere i messaggi di sistema.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>L'opzione di installazione %x è disponibile solo nell'edizione di donazione FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>Impossibile trovare la funzione di sistema %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Impossibile registrare le notifiche di dispositivo per %x.</target> - -<source>The file is locked by another process:</source> -<target>Il file è bloccato da un altro processo:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Impossibile determinare il supporto delle autorizzazioni per i file per la cartella %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Impossibile leggere il contesto di protezione di %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Impossibile scrivere il contesto di protezione di %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Impossibile leggere i permessi di %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Non è possibile copiare i permessi da %x per %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x non è un nome di directory normale.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Non è possibile copiare gli attributi da %x per %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 ora</pluralform> -<pluralform>%x ore</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Impossibile impostare privilegi %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Impossibile interrompere la modalità di sospensione del sistema.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Impossibile modificare le priorità I/O del processo.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Controllo cestino non riuscito per la cartella %x.</target> - -<source>Unable to shut down the system.</source> -<target>Impossibile chiudere il sistema.</target> - -<source>Prepare installation</source> -<target>Preparare l'installazione</target> - -<source>Choose which components you want to install.</source> -<target>Scegliere i componenti che si desidera installare.</target> - -<source>Select installation type:</source> -<target>Selezionare il tipo di installazione:</target> - -<source>Local</source> -<target>Locale</target> - -<source>Portable</source> -<target>Portatile</target> - -<source>Save settings in %x</source> -<target>Salva le impostazioni in %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registra estensioni file di FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Creare voci del menu contestuale di Explorer</target> - -<source>Save settings in installation directory</source> -<target>Salva impostazioni nella cartella di installazione</target> - -<source>Do not write to Registry</source> -<target>Non scrive nel Registro di Windows</target> - -<source>Just copy the files</source> -<target>Basta copiare i file</target> - -<source>Choose a directory for installation:</source> -<target>Seleziona cartella di installazione:</target> - -<source>Create shortcuts:</source> -<target>Crea collegamenti:</target> - -<source>Desktop</source> -<target>Desktop</target> - -<source>Start Menu</source> -<target>Menu iniziale</target> - -<source>Send To</source> -<target>Inviare a</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registra estensioni file FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Rimuovi registrazione estensioni file di FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configurazione FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>File Batch FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Database sincronizzazione FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configurazione RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Modifica con FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Invece di un annuncio, ecco un animale.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>La versione portatile FreeFileSync non può essere installata in una sottocartella di %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Scegliere il tipo di installazione locale o selezionare una cartella diversa per l'installazione.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Ottieni l'Edizione Donazione con funzioni bonus e aiuto per mantenere FreeFileSync senza pubblicità.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/japanese.lng b/FreeFileSync/Build/Resources/Languages/japanese.lng deleted file mode 100755 index 20de640b..00000000 --- a/FreeFileSync/Build/Resources/Languages/japanese.lng +++ /dev/null @@ -1,2120 +0,0 @@ -<header> - <language>日本語</language> - <translator>Tilt</translator> - <locale>ja_JP</locale> - <image>flag_japan.png</image> - <plural_count>1</plural_count> - <plural_definition>0</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>ファイル %x を読み込めません.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -予期しないデータストリームのサイズ. -予測された値: %x バイト -実際の値: %y バイト -</target> - -<source>Cannot write file %x.</source> -<target>ファイル %x に書き込めません.</target> - -<source>Cannot write permissions of %x.</source> -<target>%x のパーミッションを書き込めません.</target> - -<source>Operation not supported between different devices.</source> -<target>異なるデバイス間での操作には対応していません.</target> - -<source>Cannot delete file %x.</source> -<target>ファイル %x を削除出来ません.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>シンボリック リンク %x を削除できません.</target> - -<source>Cannot delete directory %x.</source> -<target>ディレクトリ %x を削除できません.</target> - -<source>Cannot move file %x to %y.</source> -<target>ファイル %x を %y に移動できません.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>シンボリックリンク %x を %y にコピーできません.</target> - -<source>Error Code %x</source> -<target>エラーコード %x.</target> - -<source>Cannot read directory %x.</source> -<target>ディレクトリ %x を読み取れません.</target> - -<source>Cannot write modification time of %x.</source> -<target>%x の更新時刻を書き込めませんでした.</target> - -<source>Cannot read file attributes of %x.</source> -<target>%x のファイル属性を読み込めません.</target> - -<source>Cannot create directory %x.</source> -<target>ディレクトリ %x を作成できません.</target> - -<source>Cannot determine final path for %x.</source> -<target>%x の最終的なパスを決定できません.</target> - -<source>Operation not supported by device.</source> -<target>デバイスで対応していない操作です.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>シンボリックリンク %x を解決できません.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x をゴミ箱に移動できません.</target> - -<source>Authentication completed.</source> -<target>認証が完了しました.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>このページを閉じて FreeFileSync. を続行することができます.</target> - -<source>Authentication failed.</source> -<target>認証に失敗しました.</target> - -<source>Unable to connect to %x.</source> -<target>%x に接続できません.</target> - -<source>Cannot find %x.</source> -<target>%x がみつかりません.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>名前 %x は、フォルダ内複数の項目で使用されています.</target> - -<source>Please authorize access to user account %x.</source> -<target>アカウント %x へのアクセスを承認してください.</target> - -<source>Cannot open file %x.</source> -<target>ファイル %x を開けません.</target> - -<source>The name %x is already used by another item.</source> -<target>%x という名前は既に別項目で利用されています.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>%x の空きディスク領域を検出できません.</target> - -<source>Unable to disconnect from %x.</source> -<target>%x からの接続を切断できません.</target> - -<source>Unable to access %x.</source> -<target>%x にアクセスできません.</target> - -<source>Failed to get information about server %x.</source> -<target>%x サーバからの情報取得に失敗しました.</target> - -<source>Cannot monitor directory %x.</source> -<target>ディレクトリ %x を監視できません.</target> - -<source>Cannot find device %x.</source> -<target>デバイス %x がみつかりません.</target> - -<source>Cannot open directory %x.</source> -<target>ディレクトリ %x を開けません.</target> - -<source>Unsupported item type.</source> -<target>対応していない項目形式.</target> - -<source>Incorrect command line:</source> -<target>不正なコマンドライン:</target> - -<source>The server does not support authentication via %x.</source> -<target>このサーバは %x による認証に対応していません.</target> - -<source>Required:</source> -<target>必須:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>%x 秒経過で操作をタイムアウト.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>一度に %x 以上の接続を行うことはできません.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>アクティブな接続: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>SFTP チャンネル %x を開けません.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>前回最後の同期処理以降、両側とも変更があります.</target> - -<source>Cannot determine sync-direction:</source> -<target>同期方向が決定されていません:</target> - -<source>No change since last synchronization.</source> -<target>前回の同期以降、変更はありません.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>現在の設定により、このデータベースエントリの同期は行われていません.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>同期方向のデフォルト設定: 古いファイルに新しいファイルを上書き.</target> - -<source>Creating file %x</source> -<target>ファイル %x を作成中</target> - -<source>Creating folder %x</source> -<target>フォルダ %x を作成中</target> - -<source>Creating symbolic link %x</source> -<target>シンボリックリンク %x を作成中</target> - -<source>Moving file %x to the recycle bin</source> -<target>ファイル %x をゴミ箱に移動中</target> - -<source>Moving folder %x to the recycle bin</source> -<target>フォルダ %x をゴミ箱に移動中</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>シンボリックリンク %x をゴミ箱に移動中</target> - -<source>Deleting file %x</source> -<target>ファイル %x を削除中</target> - -<source>Deleting folder %x</source> -<target>フォルダ %x を削除中</target> - -<source>Deleting symbolic link %x</source> -<target>シンボリックリンク %x を削除中</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>フォルダ %x をゴミ箱として使用できるかを確認中...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>次のフォルダではゴミ箱に対応していないため、ファイルの削除、または上書き操作された場合、元に戻せません:</target> - -<source>An exception occurred</source> -<target>例外が発生しました</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>%x の後に左右のディレクトリ パスが必要です.</target> - -<source>Syntax error</source> -<target>構文エラー</target> - -<source>Cannot find file %x.</source> -<target>ファイル %x がみつかりません.</target> - -<source>Error</source> -<target>エラー</target> - -<source>File %x does not contain a valid configuration.</source> -<target>ファイル %x には有効な構成が含まれていません.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>コマンドライン経由でディレクトリが設定されている時は、構成設定にペア・レベルのディレクトリは含められません.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>構成設定ファイルにひとつ以上のディレクトリは設定できません.</target> - -<source>Command line</source> -<target>コマンドライン</target> - -<source>Syntax:</source> -<target>構文:</target> - -<source>config files:</source> -<target>構成ファイル:</target> - -<source>directory</source> -<target>ディレクトリ</target> - -<source>global config file:</source> -<target>グローバル構成ファイル:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>任意の数の FreeFileSync 構成設定ファイル("ffs_gui" および/または "ffs_batch").</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>任意の数の代替ディレクトリペア(ひとつの構成ファイル).</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>選択された構成を実行しないで編集用に開きます.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>代替 GlobalSettings.xml ファイルへのパス.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>インストール ファイルが破損しています、FreeFileSync を再インストールしてください.</target> - -<source>Cannot find the following folders:</source> -<target>次のフォルダがみつかりません:</target> - -<source>The following folders do not yet exist:</source> -<target>次のフォルダは存在しません:</target> - -<source>The folders are created automatically when needed.</source> -<target>フォルダは必要に応じて自動的に生成されます.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>次のフォルダパスは大文字小文字が異なります。アクセスの重複回避のため同じフォームにしてください.</target> - -<source>Scanning:</source> -<target>スキャン:</target> - -<source>Comparison finished:</source> -<target>比較が完了:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x 項目を検出</pluralform> -</target> - -<source>Time elapsed:</source> -<target>経過時間:</target> - -<source>File %x has an invalid date.</source> -<target>ファイル %x の日付は無効なものです.</target> - -<source>Date:</source> -<target>日時:</target> - -<source>Files have the same date but a different size.</source> -<target>日時は同じでサイズが異なるファイル.</target> - -<source>Size:</source> -<target>サイズ:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>除外ファイルにより比較をスキップされた内容.</target> - -<source>Items differ in attributes only</source> -<target>属性のみ異なる項目</target> - -<source>Resolving symbolic link %x</source> -<target>シンボリックリンク %x を解決中</target> - -<source>Comparing content of files %x</source> -<target>ファイル %x の内容を比較中</target> - -<source>Generating file list...</source> -<target>ファイル一覧を作成中...</target> - -<source>Fail-safe file copy</source> -<target>安全なファイルコピーを実施</target> - -<source>Enabled</source> -<target>有効</target> - -<source>Disabled</source> -<target>無効</target> - -<source>Copy locked files</source> -<target>ロックされたファイルをコピーする</target> - -<source>Copy file access permissions</source> -<target>ファイルのアクセスパーミッションをコピーする</target> - -<source>File time tolerance</source> -<target>ファイル時間の許容範囲</target> - -<source>Run with background priority</source> -<target>優先度バックグラウンドで実行</target> - -<source>Lock directories during sync</source> -<target>同期処理中はディレクトリをロック</target> - -<source>Verify copied files</source> -<target>コピーしたファイルを検証</target> - -<source>Using non-default global settings:</source> -<target>非デフォルトのグローバル設定を使用:</target> - -<source>A folder input field is empty.</source> -<target>フォルダ入力欄が空白です.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>対応するフォルダは空であるとみなされます.</target> - -<source>Exclude:</source> -<target>除外:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>フォルダ ペアの一方の基準フォルダがもう一方に含まれています.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>このフォルダはフィルターで同期から除外する必要があります.</target> - -<source>Calculating sync directions...</source> -<target>同期方向を計算しています...</target> - -<source>Out of memory.</source> -<target>メモリが足りません.</target> - -<source>Show in Explorer</source> -<target>エクスプローラで表示</target> - -<source>Open with default application</source> -<target>既定アプリケーションで開く</target> - -<source>Browse directory</source> -<target>ディレクトリを参照</target> - -<source>Database file %x is incompatible.</source> -<target>データベース %x とは互換性がありません.</target> - -<source>Initial synchronization:</source> -<target>同期処理の初期化:</target> - -<source>Database file %x does not yet exist.</source> -<target>データベース %x は存在しません.</target> - -<source>Database file is corrupted:</source> -<target>データベースが破損しています:</target> - -<source>Loading file %x...</source> -<target>ファイル %x を読み込み中...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>このデータベース ファイルには前回の同期に関する情報がまだ含まれていません.</target> - -<source>Saving file %x...</source> -<target>ファイル %x を保存中...</target> - -<source>Searching for folder %x...</source> -<target>フォルダ %x を検索中...</target> - -<source>Timeout while searching for folder %x.</source> -<target>フォルダ %x 検索中にタイムアウト.</target> - -<source>Cannot get process information.</source> -<target>プロセス情報を取得できません.</target> - -<source>Waiting while directory is locked:</source> -<target>ディレクトリのロックを待機中:</target> - -<source>Lock owner:</source> -<target>ロック所有者:</target> - -<source>Detecting abandoned lock...</source> -<target>放棄されたロックを検出中...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x 秒</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>左側のみに存在する項目</target> - -<source>Item exists on right side only</source> -<target>右側のみに存在する項目</target> - -<source>Left side is newer</source> -<target>左側がより新しい</target> - -<source>Right side is newer</source> -<target>右側がより新しい</target> - -<source>Items have different content</source> -<target>内容が異なる項目</target> - -<source>Both sides are equal</source> -<target>両側とも等しい</target> - -<source>Conflict/item cannot be categorized</source> -<target>競合/分類化できない項目</target> - -<source>Copy new item to left</source> -<target>新しい項目を左にコピー</target> - -<source>Copy new item to right</source> -<target>新しい項目を右にコピー</target> - -<source>Delete left item</source> -<target>左の項目を削除</target> - -<source>Delete right item</source> -<target>右の項目を削除</target> - -<source>Move file on left</source> -<target>左のファイルを移動</target> - -<source>Move file on right</source> -<target>右のファイルを移動</target> - -<source>Update left item</source> -<target>左の項目を更新</target> - -<source>Update right item</source> -<target>右の項目を更新</target> - -<source>Do nothing</source> -<target>何もしない</target> - -<source>Update attributes on left</source> -<target>左の属性を更新</target> - -<source>Update attributes on right</source> -<target>右の属性を更新</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>ファイル %x の構文解析エラー, 行 %y, 列 %z.</target> - -<source>Services</source> -<target>サービス</target> - -<source>Show All</source> -<target>すべて表示</target> - -<source>Hide Others</source> -<target>他を非表示</target> - -<source>Hide %x</source> -<target>%x を非表示</target> - -<source>Quit %x</source> -<target>%x を終了</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>次のフォルダにあるディレクトリはロックできません:</target> - -<source>Errors:</source> -<target>エラー:</target> - -<source>Warnings:</source> -<target>警告:</target> - -<source>Items processed:</source> -<target>処理された要素:</target> - -<source>Items remaining:</source> -<target>残りの要素:</target> - -<source>Total time:</source> -<target>合計時間:</target> - -<source>Warning</source> -<target>警告</target> - -<source>Stopped</source> -<target>停止</target> - -<source>Cleaning up log files:</source> -<target>ログファイルのクリーン:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x スレッド</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/秒</target> - -<source>%x items</source> -<target>%x 項目</target> - -<source>Completed successfully</source> -<target>正常に完了しました</target> - -<source>Completed with warnings</source> -<target>警告で終了</target> - -<source>Completed with errors</source> -<target>エラーで終了</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>ボリュームシャドウコピーサービスにアクセス出来ません.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>現システムでシャドゥ コピーを作成するには 64-bit 版の FreeFileSync を使用してください.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>ボリューム名 %x は、ファイルパス %y の一部ではありません.</target> - -<source>File time and size</source> -<target>ファイル時刻とサイズ</target> - -<source>File content</source> -<target>ファイルの内容</target> - -<source>File size</source> -<target>ファイルサイズ</target> - -<source>Two way</source> -<target>両方向</target> - -<source>Mirror</source> -<target>ミラー</target> - -<source>Update</source> -<target>更新</target> - -<source>Custom</source> -<target>カスタム</target> - -<source>Multiple...</source> -<target>複数処理...</target> - -<source>Cannot write file attributes of %x.</source> -<target>%x のファイル属性を書き込めません.</target> - -<source>%x and %y have different content.</source> -<target>%x と %y の内容は異なります.</target> - -<source>Data verification error:</source> -<target>データ検証エラー:</target> - -<source>Moving file %x to %y</source> -<target>ファイル %x を %y に移動中</target> - -<source>Moving folder %x to %y</source> -<target>フォルダ %x を %y に移動中</target> - -<source>Moving symbolic link %x to %y</source> -<target>シンボリックリンク %x を %y に移動中</target> - -<source>Updating file %x</source> -<target>ファイル %x を更新中</target> - -<source>Updating symbolic link %x</source> -<target>シンボリックリンク %x を更新中</target> - -<source>Verifying file %x</source> -<target>ファイル %x の検証中</target> - -<source>Updating attributes of %x</source> -<target>%x の属性を更新</target> - -<source>Source item %x not found</source> -<target>ソース項目 %x が見つかりません</target> - -<source>Parent folder %x is not existing.</source> -<target>親フォルダ %x は存在しません.</target> - -<source>Cannot copy file %x to %y.</source> -<target>%x から %y にコピーできません.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>ボリュームシャドウコピーを作成中 %x...</target> - -<source>Cannot find folder %x.</source> -<target>%x フォルダがみつかりません.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>対象フォルダ %x は既に存在しますが、フォルダ比較中は使用できませんでした.</target> - -<source>Target folder input field must not be empty.</source> -<target>対象フォルダ入力欄が空白になっています.</target> - -<source>Source folder %x not found.</source> -<target>ソース フォルダ %x がみつかりません.</target> - -<source>Please enter a target folder for versioning.</source> -<target>バージョン付けをする対象フォルダを入力.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>以下の項目は、未解決の競合が存在するため同期処理を実行できませんでした:</target> - -<source>Folder pair:</source> -<target>フォルダ ペア:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>以下ののフォルダは内容が大幅に異なっています。同期フォルダの設定に誤りがないかどうかをご確認ください.</target> - -<source>Not enough free disk space available in:</source> -<target>利用可能なディスク空き容量が足りません:</target> - -<source>Available:</source> -<target>利用可能:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>いくつかのファイルは複数の基準フォルダの一部として同期されます.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>競合回避のために、更新された各ファイルがひとつの基本フォルダのみに含まれるように除外設定をします.</target> - -<source>Versioning folder:</source> -<target>バージョン管理フォルダ:</target> - -<source>Base folder:</source> -<target>基準フォルダ:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>バージョン管理フォルダは、基準フォルダ内に含まれています.</target> - -<source>Synchronizing folder pair:</source> -<target>フォルダペアを同期処理:</target> - -<source>Generating database...</source> -<target>データベースを作成中...</target> - -<source>Searching for old file versions:</source> -<target>古いファイルバージョンの検索:</target> - -<source>Removing old file versions:</source> -<target>古いファイルバージョンの削除:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>バージョン管理のタイムスタンプを作成できません:</target> - -<source>Drag && drop</source> -<target>ドラッグ && ドロップ</target> - -<source>Select a folder</source> -<target>フォルダを選択</target> - -<source>&New</source> -<target>新規(&N)</target> - -<source>&Open...</source> -<target>開く(&O)...</target> - -<source>Save &as...</source> -<target>別名保存(&A)...</target> - -<source>E&xit</source> -<target>終了(&X)</target> - -<source>&File</source> -<target>ファイル(&F)</target> - -<source>&View help</source> -<target>ヘルプを表示(&V)</target> - -<source>&About</source> -<target>情報(&A)</target> - -<source>&Help</source> -<target>ヘルプ(&H)</target> - -<source>Usage:</source> -<target>使用方法:</target> - -<source>Select folders to watch.</source> -<target>監視するフォルダを選択.</target> - -<source>Enter a command line.</source> -<target>コマンドラインを入力.</target> - -<source>Press 'Start'.</source> -<target>'スタート'をクリック.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>"ffs_batch" をインポート後、すぐに開始.</target> - -<source>Folders to watch:</source> -<target>監視するフォルダ:</target> - -<source>Add folder</source> -<target>フォルダを追加</target> - -<source>Remove folder</source> -<target>フォルダ除去</target> - -<source>Browse</source> -<target>参照</target> - -<source>Idle time (in seconds):</source> -<target>待機時間(秒で指定):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>最後にコマンドを実行してから、次に変更を検出するまでの待機時間</target> - -<source>Command line:</source> -<target>コマンドライン:</target> - -<source>&Hide console window</source> -<target>コンソール画面を隠す(&H)</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -このコマンドのトリガ条件: -- ファイルまたはサブフォルダの変更 -- 新規フォルダの追加 (例. USB の挿入) -</target> - -<source>Start</source> -<target>開始</target> - -<source>About</source> -<target>情報</target> - -<source>Build: %x</source> -<target>ビルド: %x</target> - -<source>All files</source> -<target>すべてのファイル</target> - -<source>Automated Synchronization</source> -<target>自動同期</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x プロトコルはディレクトリの監視に対応していません:</target> - -<source>Directory monitoring active</source> -<target>ディレクトリの監視アクティブ</target> - -<source>Waiting until directory is available:</source> -<target>ディレクトリが利用可能になるまで待機:</target> - -<source>&Configure</source> -<target>構成設定(&C)</target> - -<source>&Show error message</source> -<target>エラーメッセージを表示(&S)</target> - -<source>&Quit</source> -<target>終了(&Q)</target> - -<source>&Retry</source> -<target>再試行(&R)</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x バイト</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>読み込み中...</target> - -<source>Scanning...</source> -<target>スキャン中...</target> - -<source>configuration file</source> -<target>構成設定ファイル</target> - -<source>System: Sleep</source> -<target>システム: スリープ</target> - -<source>System: Shut down</source> -<target>システム: シャットダウン</target> - -<source>Nothing to synchronize</source> -<target>同期対象がありません</target> - -<source>Executing command:</source> -<target>実行中のコマンド:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>FreeFileSync のメインウィンドウを切り替えることでこの問題を解決.</target> - -<source>&Don't show this warning again</source> -<target>次回からこの警告を表示しない(&D)</target> - -<source>&Ignore</source> -<target>無視(&I)</target> - -<source>&Switch</source> -<target>切り替え(&S)</target> - -<source>Switching to FreeFileSync's main window</source> -<target>FreeFileSync メインウィンドウの切り替え</target> - -<source>Automatic retry</source> -<target>自動的に再試行</target> - -<source>Ignore &all</source> -<target>すべて無視(&A)</target> - -<source>Retrying operation...</source> -<target>処理を再試行中...</target> - -<source>Serious Error</source> -<target>重大なエラー</target> - -<source>Last session</source> -<target>最後のセッション</target> - -<source>Today</source> -<target>今日</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x 日</pluralform> -</target> - -<source>Name</source> -<target>名前</target> - -<source>Last sync</source> -<target>前回の同期</target> - -<source>Log</source> -<target>ログ</target> - -<source>Folder</source> -<target>フォルダ</target> - -<source>Symlink</source> -<target>Symリンク</target> - -<source>Full path</source> -<target>フルパス</target> - -<source>Relative path</source> -<target>相対パス</target> - -<source>Item name</source> -<target>項目名</target> - -<source>Size</source> -<target>サイズ</target> - -<source>Date</source> -<target>日付</target> - -<source>Extension</source> -<target>拡張子</target> - -<source>Category</source> -<target>カテゴリ</target> - -<source>Action</source> -<target>操作</target> - -<source>Local comparison settings</source> -<target>ローカルの比較設定</target> - -<source>Local synchronization settings</source> -<target>ローカルの同期設定</target> - -<source>Local filter</source> -<target>ローカル フィルター</target> - -<source>Active</source> -<target>アクティブ</target> - -<source>None</source> -<target>なし</target> - -<source>Remove local settings</source> -<target>ローカルの設定を除去</target> - -<source>Clear local filter</source> -<target>ローカルフィルタをクリア</target> - -<source>Copy</source> -<target>コピー</target> - -<source>Paste</source> -<target>貼り付け</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>選択したフォルダ %x は FreeFileSync で使用できません。</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>ローカルファイルシステム、ネットワークまたは MTP デバイス上のフォルダを選択.</target> - -<source>Defined by context of use</source> -<target>使用状況による定義</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>FreeFileSync 寄付版が必要です</target> - -<source>&Save</source> -<target>保存(&S)</target> - -<source>Save as &batch job...</source> -<target>一括ジョブで保存(&B)...</target> - -<source>Show &log</source> -<target>ログを表示(&L)</target> - -<source>Start &comparison</source> -<target>比較を開始(&C)</target> - -<source>C&omparison settings</source> -<target>比較の設定(&O)</target> - -<source>&Filter settings</source> -<target>フィルター設定(&F)</target> - -<source>S&ynchronization settings</source> -<target>同期の設定(&Y)</target> - -<source>Start &synchronization</source> -<target>同期を開始(&S)</target> - -<source>&Actions</source> -<target>動作(&A)</target> - -<source>&Preferences</source> -<target>環境設定(&P)</target> - -<source>&Language</source> -<target>使用言語(&L)</target> - -<source>&Find...</source> -<target>検索(&F)...</target> - -<source>&Export file list...</source> -<target>ファイル一覧をエクスポート(&E)...</target> - -<source>&Reset layout</source> -<target>レイアウトをリセット(&R)</target> - -<source>&Tools</source> -<target>ツール(&T)</target> - -<source>&Check for updates now</source> -<target>今すぐ更新を確認(&C)</target> - -<source>Check &automatically once a week</source> -<target>週に一回、自動的に確認する(&A)</target> - -<source>Cancel</source> -<target>キャンセル</target> - -<source>Compare</source> -<target>比較</target> - -<source>Synchronize</source> -<target>同期処理</target> - -<source>Add folder pair</source> -<target>フォルダのペアを追加</target> - -<source>Remove folder pair</source> -<target>フォルダペアを除去</target> - -<source>Access online storage</source> -<target>オンライン ストレージにアクセス</target> - -<source>Close search bar</source> -<target>検索バーを閉じる</target> - -<source>Find:</source> -<target>検索:</target> - -<source>Match case</source> -<target>文字種を区別</target> - -<source>Processed:</source> -<target>処理しています:</target> - -<source>Remaining:</source> -<target>残り:</target> - -<source>New</source> -<target>新規</target> - -<source>Open...</source> -<target>開く...</target> - -<source>Save</source> -<target>保存</target> - -<source>Save as...</source> -<target>別名保存...</target> - -<source>View type:</source> -<target>表示形式:</target> - -<source>Select view:</source> -<target>選択表示:</target> - -<source>Save as default</source> -<target>既定として保存</target> - -<source>Statistics:</source> -<target>統計情報:</target> - -<source>Number of files and folders that will be deleted</source> -<target>削除されたファイル、およびフォルダの数</target> - -<source>Number of files that will be updated</source> -<target>更新されたファイルの数</target> - -<source>Number of files and folders that will be created</source> -<target>作成されたファイル、およびフォルダの数</target> - -<source>Total bytes to copy</source> -<target>コピーの合計バイト</target> - -<source>Arrange folder pair</source> -<target>フォルダ ペアの配置</target> - -<source>Main settings:</source> -<target>メイン設定:</target> - -<source>Use local settings:</source> -<target>ローカル設定を使用:</target> - -<source>Select a variant:</source> -<target>方法を選択:</target> - -<source>Include &symbolic links:</source> -<target>Symリンクを含める(&S):</target> - -<source>&Follow</source> -<target>フォロー(&F)</target> - -<source>&Direct</source> -<target>ダイレクト(&D)</target> - -<source>More information</source> -<target>更に詳細な情報</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>タイムシフトを無視(&I) [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>無視するファイル時間オフセットのリスト</target> - -<source>Example:</source> -<target>使用例:</target> - -<source>Handle daylight saving time</source> -<target>夏時間の取り扱い</target> - -<source>Ignore errors</source> -<target>エラーを無視</target> - -<source>Retry count:</source> -<target>再試行回数:</target> - -<source>Delay (in seconds):</source> -<target>遅延 (秒で指定):</target> - -<source>Performance improvements:</source> -<target>パフォーマンス向上:</target> - -<source>Parallel file operations:</source> -<target>並列ファイル操作:</target> - -<source>How to get best performance?</source> -<target>最適なパフォーマンスとは?</target> - -<source>Local settings:</source> -<target>ローカル設定:</target> - -<source>Include:</source> -<target>含める:</target> - -<source>Show examples</source> -<target>入力例を表示</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>同期処理から特定のファイルを除外するためのフィルター規則を選択、 対応するそれらフォルダ ペアを基準にしたファイルパスを入力します.</target> - -<source>File size:</source> -<target>ファイルサイズ:</target> - -<source>Minimum:</source> -<target>最小:</target> - -<source>Maximum:</source> -<target>最大:</target> - -<source>Time span:</source> -<target>タイムスパン:</target> - -<source>C&lear</source> -<target>クリア(&L)</target> - -<source>Detect moved files</source> -<target>移動済みのファイルを検出する</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- すべてのファイルシステムで対応していません -- 必要、データベースファイルを作成 -- 最初の同期では検知できません -</target> - -<source>Delete files:</source> -<target>ファイルの削除:</target> - -<source>&Recycle bin</source> -<target>ゴミ箱(&R)</target> - -<source>&Permanent</source> -<target>完全消去(&P)</target> - -<source>&Versioning</source> -<target>バージョン管理(&V)</target> - -<source>Move files to a user-defined folder</source> -<target>ユーザ定義のフォルダにファイルを移動</target> - -<source>Naming convention:</source> -<target>命名規則:</target> - -<source>Limit file versions:</source> -<target>ファイルバージョン制限:</target> - -<source>Last x days:</source> -<target>x 日以降:</target> - -<source>&Override default log path:</source> -<target>既定のログ保存パスに上書き(&Q):</target> - -<source>Run a command:</source> -<target>コマンドを実行:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>接続の種類:</target> - -<source>Connected user accounts:</source> -<target>接続ユーザ アカウント:</target> - -<source>&Add connection</source> -<target>接続を追加(&A)</target> - -<source>&Disconnect</source> -<target>接続の切断(&D)</target> - -<source>Selected user account:</source> -<target>選択ユーザ アカウント:</target> - -<source>Server name or IP address:</source> -<target>サーバ名、または IP アドレス:</target> - -<source>Port:</source> -<target>ポート:</target> - -<source>Encryption:</source> -<target>暗号化:</target> - -<source>&Disabled</source> -<target>無効化(&D)</target> - -<source>&Explicit SSL/TLS</source> -<target>明示的な SSL/TLS(&E)</target> - -<source>Authentication:</source> -<target>認証方式:</target> - -<source>&Password</source> -<target>パスワード(&P)</target> - -<source>&Key file</source> -<target>キーファイル(&K)</target> - -<source>&SSH agent</source> -<target>&SSH エージェント</target> - -<source>User name:</source> -<target>ユーザ名:</target> - -<source>Private key file:</source> -<target>秘密キーファイル:</target> - -<source>&Show password</source> -<target>パスワードを表示(&S)</target> - -<source>Directory on server:</source> -<target>サーバ上のディレクトリ:</target> - -<source>Access timeout (in seconds):</source> -<target>アクセスのタイムアウト(秒):</target> - -<source>SFTP channels per connection:</source> -<target>接続当たりの SFTP チャンネル数:</target> - -<source>Detect server limit</source> -<target>サーバ制限の検出</target> - -<source>Select Folder</source> -<target>フォルダ選択</target> - -<source>Variant:</source> -<target>メソッド:</target> - -<source>&Don't show this dialog again</source> -<target>次回以降から表示しない(&D)</target> - -<source>Bytes:</source> -<target>バイト:</target> - -<source>Items:</source> -<target>項目:</target> - -<source>Synchronizing...</source> -<target>同期処理中...</target> - -<source>Minimize to notification area</source> -<target>通知領域に最小化</target> - -<source>Bytes</source> -<target>バイト</target> - -<source>Items</source> -<target>項目</target> - -<source>When finished:</source> -<target>完了後:</target> - -<source>Auto-close</source> -<target>自動的に閉じる</target> - -<source>Close</source> -<target>閉じる</target> - -<source>&Pause</source> -<target>一時停止(&P)</target> - -<source>Stop</source> -<target>停止</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>無人で同期を行う為のバッチファイルを作成 - このファイルか、タスクプランナーからスケジュールをダブルクリックすることで開始: %x</target> - -<source>Progress dialog:</source> -<target>進捗ダイアログ:</target> - -<source>Run minimized</source> -<target>最小化で起動</target> - -<source>Show pop-up on errors or warnings</source> -<target>エラーと警告をポップアップで表示</target> - -<source>&Cancel</source> -<target>キャンセル(&C)</target> - -<source>Stop synchronization at first error</source> -<target>最初のエラーで同期処理を停止</target> - -<source>How can I schedule a batch job?</source> -<target>一括ジョブ スケジュールの作成方法</target> - -<source>&Keep relative paths</source> -<target>相対パスを保持(&K)</target> - -<source>&Overwrite existing files</source> -<target>既存のファイルに上書き(&O)</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>以下の設定は、すべての同期ジョブで使用されます.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -対象を上書きする前に一時ファイル (*.ffs_tmp) にコピーします. -これにより、エラーが発生した場合も一貫性ある状態が保証されます. -</target> - -<source>recommended</source> -<target>推奨</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>共有、ロックされたファイルをボリュームシャドウコピーサービスを使用してコピー.</target> - -<source>requires administrator rights</source> -<target>管理者権限が必要</target> - -<source>Transfer file and folder permissions.</source> -<target>ファイルとフォルダのパーミッションを転送します.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>非表示にしたすべてのダイアログと警告メッセージを再表示</target> - -<source>Default log path:</source> -<target>既定のログ保存パス:</target> - -<source>&Delete logs after x days:</source> -<target>x 日経過後にログを削除(&D):</target> - -<source>Notification sounds:</source> -<target>通知音:</target> - -<source>Synchronization finished:</source> -<target>同期処理の完了:</target> - -<source>Customize context menu:</source> -<target>コンテキストメニューのカスタマイズ:</target> - -<source>Description</source> -<target>説明</target> - -<source>&Default</source> -<target>デフォルト(&D)</target> - -<source>Feedback and suggestions are welcome:</source> -<target>フィードバック、提案はいつでも歓迎します:</target> - -<source>Home page</source> -<target>ホーム ページ</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync フォーラム</target> - -<source>Email</source> -<target>E-メール</target> - -<source>If you like FreeFileSync:</source> -<target>FreeFileSync を気に入ってくれた方へ:</target> - -<source>Support with a donation</source> -<target>寄付によるサポート</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>自動アップデートは管理者によって無効にされています.</target> - -<source>Donation details</source> -<target>寄付の詳細</target> - -<source>Source code written in C++ using:</source> -<target>ソースコードは C++ で書かれています:</target> - -<source>Published under the GNU General Public License:</source> -<target>GNU 一般公衆ライセンスの下で公開されています:</target> - -<source>Many thanks for localization:</source> -<target>ローカライズのご協力に感謝します:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>FreeFileSync 寄付版のアクティベートは次のいずれかの方法で行います:</target> - -<source>Activate via internet now:</source> -<target>ネット経由でアクティベート:</target> - -<source>Activate online</source> -<target>オンライン アクティベート</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>次のURLからオフライン アクティベーションキーを取得:</target> - -<source>&Copy to clipboard</source> -<target>クリップボードにコピー(&C)</target> - -<source>Enter activation key:</source> -<target>アクティベーションキーの入力:</target> - -<source>Activate offline</source> -<target>オフライン アクティベート</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>指定した日数を超えて実行されていない構成を強調表示する:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync では同期時の "許可されていない操作" エラーを回避するためにアクセス権を必要とします (例. メール, メッセージ, カレンダー).</target> - -<source>Locate the FreeFileSync app</source> -<target>FreeFileSync app の場所</target> - -<source>Open Security && Privacy</source> -<target>セキュリティ と プライバシーを開く</target> - -<source>Click the lock to allow changes.</source> -<target>鍵をクリックで変更を許可.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>パネルに FreeFileSync をドラッグ.</target> - -<source>Synchronization Settings</source> -<target>同期の設定</target> - -<source>Access Online Storage</source> -<target>オンラインストレージにアクセス</target> - -<source>Save as a Batch Job</source> -<target>一括ジョブを保存</target> - -<source>Delete Items</source> -<target>項目の削除</target> - -<source>Copy Items</source> -<target>項目のコピー</target> - -<source>Options</source> -<target>設定</target> - -<source>Select Time Span</source> -<target>タイムスパンを選択</target> - -<source>Highlight Configurations</source> -<target>構成の強調表示</target> - -<source>Grant Full Disk Access</source> -<target>フルディスクアクセス</target> - -<source>Info</source> -<target>情報</target> - -<source>No log entries</source> -<target>ログ エントリなし</target> - -<source>Select all</source> -<target>すべて選択</target> - -<source>&Options</source> -<target>設定(&O)</target> - -<source>Main Bar</source> -<target>メインバー</target> - -<source>Folder Pairs</source> -<target>フォルダ ペア</target> - -<source>Find</source> -<target>検索</target> - -<source>View Settings</source> -<target>表示設定</target> - -<source>Configuration</source> -<target>構成設定</target> - -<source>Overview</source> -<target>概要</target> - -<source>Swap sides</source> -<target>パネルを入れ替え</target> - -<source>Show "%x"</source> -<target>"%x" で表示</target> - -<source>&Show details</source> -<target>詳細表示(&S)</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x が利用できます!</target> - -<source>Local path not available for %x.</source> -<target>利用できないローカスパス %x.</target> - -<source>Confirm</source> -<target>確認</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>本当にコマンド %y を項目 %x に対して実行しますか?</pluralform> -</target> - -<source>&Execute</source> -<target>実行(&E)</target> - -<source>Set direction:</source> -<target>方向の設定:</target> - -<source>multiple selection</source> -<target>複数選択</target> - -<source>&Include via filter:</source> -<target>フィルタ経由で含める(&I):</target> - -<source>&Exclude via filter:</source> -<target>フィルタ経由で除外(&E):</target> - -<source>Include temporarily</source> -<target>一時的に含める</target> - -<source>Exclude temporarily</source> -<target>一時的に除外</target> - -<source>&Synchronize selection</source> -<target>選択項目を同期(&S)</target> - -<source>&Copy to...</source> -<target>コピー先(&C)...</target> - -<source>&Delete</source> -<target>削除(&D)</target> - -<source>Show icons:</source> -<target>アイコン表示:</target> - -<source>Small</source> -<target>小</target> - -<source>Medium</source> -<target>中</target> - -<source>Large</source> -<target>大</target> - -<source>Select time span...</source> -<target>タイムスパンを選択...</target> - -<source>Donation Edition</source> -<target>寄付版</target> - -<source>Folder Comparison and Synchronization</source> -<target>フォルダの比較と同期</target> - -<source>Configuration saved</source> -<target>構成設定は保存されました</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync 一括</target> - -<source>Do you want to save changes to %x?</source> -<target>本当に %x の変更を保存しますか?</target> - -<source>Never save &changes</source> -<target>変更の保存をしない(&C)</target> - -<source>Do&n't save</source> -<target>保存しない(&N)</target> - -<source>%x cannot be renamed.</source> -<target>%x の名前は変更できません.</target> - -<source>New name:</source> -<target>新たな名前:</target> - -<source>Rename Configuration</source> -<target>構成設定のリネーム</target> - -<source>Configuration name must not be empty.</source> -<target>構成設定名に空白は使用できません.</target> - -<source>&Rename...</source> -<target>リネーム(&R)...</target> - -<source>Hide configuration</source> -<target>構成を隠す</target> - -<source>Highlight...</source> -<target>強調表示...</target> - -<source>Clear filter</source> -<target>フィルタをクリア</target> - -<source>Show files that exist on left side only</source> -<target>左側のみに存在するファイルを表示</target> - -<source>Show files that exist on right side only</source> -<target>右側のみに存在するファイルを表示</target> - -<source>Show files that are newer on left</source> -<target>左側の新しいファイルを表示</target> - -<source>Show files that are newer on right</source> -<target>右側の新しいファイルを表示</target> - -<source>Show files that are equal</source> -<target>同じ内容のファイルを表示</target> - -<source>Show files that are different</source> -<target>差異のあるファイルを表示</target> - -<source>Show conflicts</source> -<target>不一致を表示</target> - -<source>Show files that will be created on the left side</source> -<target>左側で作成されたファイルを表示</target> - -<source>Show files that will be created on the right side</source> -<target>右側で作成されたファイルを表示</target> - -<source>Show files that will be deleted on the left side</source> -<target>左側で削除されたファイルを表示</target> - -<source>Show files that will be deleted on the right side</source> -<target>右側で削除されたファイルを表示</target> - -<source>Show files that will be updated on the left side</source> -<target>左側で更新されたファイルを表示</target> - -<source>Show files that will be updated on the right side</source> -<target>右側で更新されたファイルを表示</target> - -<source>Show files that won't be copied</source> -<target>コピーされなかったファイルを表示</target> - -<source>Show filtered or temporarily excluded files</source> -<target>フィルター済、または一時除外ファイルを表示</target> - -<source>Filter</source> -<target>フィルター</target> - -<source>All files are in sync</source> -<target>すべてのファイルを同期</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x ディレクトリ</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x 個のファイル</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>%x 行の内 %y 行を表示</pluralform> -</target> - -<source>Cannot find %x</source> -<target>%x は見つかりません</target> - -<source>Move up</source> -<target>上に移動</target> - -<source>Move down</source> -<target>下に移動</target> - -<source>Comma-separated values</source> -<target>カンマ区切りの値</target> - -<source>File list exported</source> -<target>ファイル一覧のエクスポートが完了</target> - -<source>Searching for program updates...</source> -<target>アップデートを検索しています...</target> - -<source>Paused</source> -<target>一時停止中</target> - -<source>Stop requested...</source> -<target>リクエストの中止...</target> - -<source>Initializing...</source> -<target>初期化中...</target> - -<source>Comparing content...</source> -<target>内容を比較中...</target> - -<source>&Continue</source> -<target>続行(&C)</target> - -<source>Progress</source> -<target>進行状況</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>ありがとう %x, あなたの寄付と支援に感謝します!!</target> - -<source>Connections</source> -<target>接続</target> - -<source>Recommended range:</source> -<target>推奨される範囲:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>本当にユーザ アカウント %x の接続を切断しますか?</target> - -<source>Password:</source> -<target>パスワード:</target> - -<source>Key passphrase:</source> -<target>キーパスフレーズ:</target> - -<source>Please enter a file path.</source> -<target>ファイルパスを入力.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>以下 %x 個の項目を別のフォルダにコピーしますか?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>対象フォルダを入力.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>本当に以下 %x 個の項目をゴミ箱に移動しますか?</pluralform> -</target> - -<source>Move</source> -<target>移動</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>本当に以下の %x 個の項目を削除しますか?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>選択した項目の同期を開始しますか?</target> - -<source>Start synchronization now?</source> -<target>今すぐ同期を開始しますか?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>DACL, SACL, 所有者, グループをコピー</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>外部のアプリケーションをコンテキストメニューに統合、以下のマクロが利用できます:</target> - -<source>Full file or folder path</source> -<target>ファイルまたはフォルダの完全パス</target> - -<source>Parent folder path</source> -<target>親フォルダのパス</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP、MTPストレージ用の一時ローカルコピー</target> - -<source>Parameters for opposite side</source> -<target>反対側のパラメータ</target> - -<source>Show hidden dialogs again</source> -<target>非表示のダイアログを再表示</target> - -<source>All dialogs shown</source> -<target>すべてのダイアログを表示</target> - -<source>Downloading update...</source> -<target>アップデートをダウンロード中...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>更新時刻とサイズの比較を行い 同一ファイルを識別します.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>ファイル内容の比較を行い 同一ファイルを識別します.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>ファイルサイズの比較を行い 同一ファイルを識別します.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>変更箇所を識別して両側に変更を反映します。 データベースを使用することで、削除や移動 競合等は自動的に検出されます.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>右側フォルダを一致することにより 左側フォルダのミラーリング バックアップを作成します.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>更新されたファイルを右側フォルダにコピー.</target> - -<source>Configure your own synchronization rules.</source> -<target>あなたが使用する同期規則を設定します.</target> - -<source>Comparison</source> -<target>比較</target> - -<source>Synchronization</source> -<target>同期</target> - -<source>This week</source> -<target>今週</target> - -<source>This month</source> -<target>今月</target> - -<source>This year</source> -<target>今年</target> - -<source>Byte</source> -<target>バイト</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>削除、上書きされたファイルをゴミ箱内に保持する</target> - -<source>Delete and overwrite files permanently</source> -<target>ファイルを完全に削除、または上書きする</target> - -<source>Replace</source> -<target>置換</target> - -<source>Move files and replace if existing</source> -<target>ファイルを移動、存在する場合は上書き</target> - -<source>Time stamp</source> -<target>タイムスタンプ</target> - -<source>Move files into a time-stamped subfolder</source> -<target>ファイルをタイムスタンプ付きサブフォルダに移動</target> - -<source>File</source> -<target>ファイル</target> - -<source>Append a time stamp to each file name</source> -<target>各ファイル名にタイムスタンプを付加</target> - -<source>On completion:</source> -<target>完了時の動作:</target> - -<source>On errors:</source> -<target>処理の失敗時:</target> - -<source>On success:</source> -<target>処理の成功時:</target> - -<source>Main config</source> -<target>メイン構成</target> - -<source>empty</source> -<target>空</target> - -<source>Leave as unresolved conflict</source> -<target>未解決の競合はそのまま残す</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>最小バージョン数は最大値より小さくする必要があります.</target> - -<source>&Restore</source> -<target>修復(&R)</target> - -<source>Files</source> -<target>ファイル</target> - -<source>Percentage</source> -<target>パーセント</target> - -<source>Failed to retrieve update information.</source> -<target>更新情報の取得に失敗.</target> - -<source>Automatic updates:</source> -<target>自動アップデート:</target> - -<source>Check for Program Updates</source> -<target>プログラムのアップデートを確認</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>今すぐ自動更新、または FreeFileSync 公式サイトから手動でダウンロードしますか?</target> - -<source>&Auto-update</source> -<target>自動更新(&A)</target> - -<source>&Home page</source> -<target>ホームページ(&H)</target> - -<source>Download now?</source> -<target>ダウンロードしますか?</target> - -<source>&Download</source> -<target>ダウンロード(&D)</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync は最新です.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>FreeFileSync のバージョン確認はできませんでしたが、おそらく利用可能な更新があります、今手動で確認しますか?</target> - -<source>&Check</source> -<target>チェック(&C)</target> - -<source>Consistency check failed for %x.</source> -<target>%x の整合性チェックに失敗.</target> - -<source>Installation was registered on a different operating system.</source> -<target>インストールは別の OS に登録されています.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>FreeFileSync 寄付版のアクティベートに失敗.</target> - -<source>Incorrect activation key.</source> -<target>キーに誤りがあります.</target> - -<source>Unable to register to receive system messages.</source> -<target>システム受信メッセージに登録できません.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>インストール オプション %x は、FreeFileSync 寄付版でのみ利用可能です.</target> - -<source>Cannot find system function %x.</source> -<target>システム関数 %x がみつかりません.</target> - -<source>Unable to register device notifications for %x.</source> -<target>%x のデバイス通知を登録できません.</target> - -<source>The file is locked by another process:</source> -<target>次のファイルは別のプロセスで使用中です:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>フォルダ %x のファイルアクセス許可の設定に失敗しました.</target> - -<source>Cannot read security context of %x.</source> -<target>%x のセキュリティコンテキストを読み込めません.</target> - -<source>Cannot write security context of %x.</source> -<target>>%x のセキュリティコンテキストを書き込めません.</target> - -<source>Cannot read permissions of %x.</source> -<target>>%x のパーミッションを読み込めません.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>パーミッション を %x から %y にコピーできません.</target> - -<source>%x is not a regular directory name.</source> -<target>%x は通常のディレクトリ名ではありません。</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>属性 を %x から %y にコピーできません.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x 分</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x 時間</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>%x の特権をセットできません.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>システム スリープモードを中断できません.</target> - -<source>Cannot change process I/O priorities.</source> -<target>プロセスの I/O 優先度を変更できません.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>フォルダ %x のゴミ箱のチェックに失敗.</target> - -<source>Unable to shut down the system.</source> -<target>システムをシャットダウンできません.</target> - -<source>Prepare installation</source> -<target>インストールの準備</target> - -<source>Choose which components you want to install.</source> -<target>インストールするコンポーネントを選択.</target> - -<source>Select installation type:</source> -<target>インストールの種類を選択:</target> - -<source>Local</source> -<target>ローカル</target> - -<source>Portable</source> -<target>ポータブル</target> - -<source>Save settings in %x</source> -<target>設定を %x に保存</target> - -<source>Register FreeFileSync file extensions</source> -<target>FreeFileSync 拡張子の関連付け</target> - -<source>Create Explorer context menu entries</source> -<target>エクスプローラのメニュー項目に統合</target> - -<source>Save settings in installation directory</source> -<target>設定をインストールディレクトリに保存</target> - -<source>Do not write to Registry</source> -<target>レジストリを使用しない</target> - -<source>Just copy the files</source> -<target>ファイルのコピーのみ</target> - -<source>Choose a directory for installation:</source> -<target>インストールするディレクトリを選択:</target> - -<source>Create shortcuts:</source> -<target>ショートカットの作成:</target> - -<source>Desktop</source> -<target>デスクトップ</target> - -<source>Start Menu</source> -<target>スタートメニュー</target> - -<source>Send To</source> -<target>送る</target> - -<source>Registering FreeFileSync file extensions</source> -<target>FreeFileSync ファイル拡張子を登録中</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>FreeFileSync ファイル拡張子の登録解除中</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync 構成設定</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync 一括ファイル</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync 同期データベース</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync 構成設定</target> - -<source>Edit with FreeFileSync</source> -<target>FreeFileSync で編集</target> - -<source>Instead of an ad, here's an animal.</source> -<target>これは広告の代わりです.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync ポータブル版は %x のサブフォルダにはインストールできません.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>ローカル インストールを選択するか、別のインストール先を選択してください.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>寄付をすることで広告が一切無く、ボーナス機能が付いた FreeFileSync を使用できます.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/korean.lng b/FreeFileSync/Build/Resources/Languages/korean.lng deleted file mode 100755 index 7ea2002d..00000000 --- a/FreeFileSync/Build/Resources/Languages/korean.lng +++ /dev/null @@ -1,2120 +0,0 @@ -<header> - <language>한국어</language> - <translator>Simon Park</translator> - <locale>ko_KR</locale> - <image>flag_south_korea.png</image> - <plural_count>1</plural_count> - <plural_definition>0</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>파일 %x을(를) 읽을 수 없습니다.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -예상치 못한 데이터 스트림 크기 -예상 크기: %x 바이트 -실제 크기: %y 바이트 -</target> - -<source>Cannot write file %x.</source> -<target>파일 %x을(를) 쓸 수 없습니다.</target> - -<source>Cannot write permissions of %x.</source> -<target>%x의 권한을 쓸 수 없습니다.</target> - -<source>Operation not supported between different devices.</source> -<target>다른 장치 간에는 지원되지 않는 작업입니다.</target> - -<source>Cannot delete file %x.</source> -<target>파일 %x을(를) 삭제할 수 없습니다.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>심볼릭 링크 %x을(를) 삭제할 수 없습니다.</target> - -<source>Cannot delete directory %x.</source> -<target>디렉터리 %x을(를) 삭제할 수 없습니다.</target> - -<source>Cannot move file %x to %y.</source> -<target>파일 %x을(를) %y(으)로 이동할 수 없습니다.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>심볼릭 링크 %x을(를) %y(으)로 복사할 수 없습니다.</target> - -<source>Error Code %x</source> -<target>오류 코드 %x</target> - -<source>Cannot read directory %x.</source> -<target>디렉터리 %x을(를) 읽을 수 없습니다.</target> - -<source>Cannot write modification time of %x.</source> -<target>%x의 수정 시간을 쓸 수 없습니다.</target> - -<source>Cannot read file attributes of %x.</source> -<target>%x의 파일 속성을 읽을 수 없습니다.</target> - -<source>Cannot create directory %x.</source> -<target>디렉터리 %x을(를) 생성할 수 없습니다.</target> - -<source>Cannot determine final path for %x.</source> -<target>%x에 대한 최종 경로를 결정할 수 없습니다.</target> - -<source>Operation not supported by device.</source> -<target>장치에서는 지원되지 않는 작업입니다.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>심볼릭 링크 %x을(를) 해결할 수 없습니다.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>휴지통으로 %x을(를) 이동할 수 없습니다.</target> - -<source>Authentication completed.</source> -<target>인증 완료.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>지금 이 페이지를 닫고 FreeFileSync를 계속 진행할 수 있습니다.</target> - -<source>Authentication failed.</source> -<target>인증 실패.</target> - -<source>Unable to connect to %x.</source> -<target>%x에 연결할 수 없습니다.</target> - -<source>Cannot find %x.</source> -<target>%x을(를) 찾을 수 없습니다.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>이름 %x이(가) 같은 폴더 내 한 개 이상의 항목에서 사용되고 있습니다.</target> - -<source>Please authorize access to user account %x.</source> -<target>사용자 계정 %x에 대한 접근 권한을 부여하십시오.</target> - -<source>Cannot open file %x.</source> -<target>파일 %x을(를) 열 수 없습니다.</target> - -<source>The name %x is already used by another item.</source> -<target>이름 %x은(는) 이미 다른 항목에서 사용되고 있습니다.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>%x에 대한 사용 가능한 디스크 공간을 확인할 수 없습니다.</target> - -<source>Unable to disconnect from %x.</source> -<target>%x에서 연결 해제가 안 됩니다.</target> - -<source>Unable to access %x.</source> -<target>%x에 접근할 수 없습니다.</target> - -<source>Failed to get information about server %x.</source> -<target>서버 %x에 대한 정보를 가져 오는데 실패했습니다.</target> - -<source>Cannot monitor directory %x.</source> -<target>디렉터리 %x을(를) 모니터링 할 수 없습니다.</target> - -<source>Cannot find device %x.</source> -<target>장치 %x을(를) 찾을 수 없습니다.</target> - -<source>Cannot open directory %x.</source> -<target>디렉터리 %x을(를) 열 수 없습니다.</target> - -<source>Unsupported item type.</source> -<target>지원되지 않는 항목 형식.</target> - -<source>Incorrect command line:</source> -<target>부정확한 명령줄:</target> - -<source>The server does not support authentication via %x.</source> -<target>서버가 %x을(를) 통한 인증을 지원하지 않습니다.</target> - -<source>Required:</source> -<target>필요 공간(크기):</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>%x초 이후 작업시간 초과됨.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>한꺼번에 %x개 이상의 연결에 대기할 수 없습니다.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>활성화된 연결: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>SFTP 채널번호 %x을(를) 열지 못 했습니다.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>마지막 동기화 작업 이후, 양측 모두 변경 되었습니다.</target> - -<source>Cannot determine sync-direction:</source> -<target>동기화 방향을 결정할 수 없습니다:</target> - -<source>No change since last synchronization.</source> -<target>마지막 동기화 이후 변경사항 없음.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>데이터베이스 항목이 현재 설정을 고려하여 동기화 되지 않았습니다.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>기본값 동기화 방향 설정: 이전 파일들은 보다 최신 파일들로 덮어 쓰여집니다.</target> - -<source>Creating file %x</source> -<target>파일 %x 생성 중</target> - -<source>Creating folder %x</source> -<target>폴더 %x 생성 중</target> - -<source>Creating symbolic link %x</source> -<target>심볼릭 링크 %x 생성 중</target> - -<source>Moving file %x to the recycle bin</source> -<target>파일 %x을(를) 휴지통으로 이동 중</target> - -<source>Moving folder %x to the recycle bin</source> -<target>폴더 %x을(를) 휴지통으로 이동 중</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>심볼릭 링크 %x을(를) 휴지통으로 이동 중</target> - -<source>Deleting file %x</source> -<target>파일 %x 삭제 중</target> - -<source>Deleting folder %x</source> -<target>폴더 %x 삭제 중</target> - -<source>Deleting symbolic link %x</source> -<target>심볼릭 링크 %x 삭제 중</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>폴더 %x을(를) 위한 휴지통 가용성 여부 확인 중...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>다음 폴더에서는 휴지통이 지원되지 않습니다. 삭제되거나 덮어 씌어진 파일은 복원할 수 없습니다:</target> - -<source>An exception occurred</source> -<target>예외 발생</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>%x 다음에 좌측 및 우측 디렉토리 경로가 필요합니다.</target> - -<source>Syntax error</source> -<target>구문 오류</target> - -<source>Cannot find file %x.</source> -<target>파일 %x을(를) 찾을 수 없습니다.</target> - -<source>Error</source> -<target>오류</target> - -<source>File %x does not contain a valid configuration.</source> -<target>파일 %x 의 구성이 유효하지 않습니다.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>명령줄을 통해 설정된 디렉터리의 경우, 설정 파일은 디렉터리 페어 상의 설정을 포함할 수 없습니다.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>디렉터리는 하나 이상의 설정 파일을 위해 설정될 수 없습니다.</target> - -<source>Command line</source> -<target>명령줄(커맨드라인)</target> - -<source>Syntax:</source> -<target>구문(Syntax):</target> - -<source>config files:</source> -<target>설정 파일:</target> - -<source>directory</source> -<target>디렉터리</target> - -<source>global config file:</source> -<target>전체 설정 파일:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>FreeFileSync "ffs_gui" 또는 "ffs_batch" 설정 파일 개수.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>최대 1개 설정파일에 대한 대체 디렉터리 페어 개수.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>선택한 구성을 실행하지 않고 편집을 위해서만 열기.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>GlobalSettings.xml 대체 파일에 대한 경로.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>설치 파일이 손상되었습니다. FreeFileSync를 다시 설치하십시오.</target> - -<source>Cannot find the following folders:</source> -<target>다음 폴더를 찾을 수 없습니다:</target> - -<source>The following folders do not yet exist:</source> -<target>다음 폴더는 아직 존재하지 않습니다:</target> - -<source>The folders are created automatically when needed.</source> -<target>폴더는 필요 시 자동으로 생성됩니다.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>다음 폴더 경로는 경우에 따라 다릅니다. 중복 접근을 피하기 위해 단일 양식을 사용하십시오.</target> - -<source>Scanning:</source> -<target>스캔 중:</target> - -<source>Comparison finished:</source> -<target>비교 완료:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x개 항목 발견</pluralform> -</target> - -<source>Time elapsed:</source> -<target>경과 시간:</target> - -<source>File %x has an invalid date.</source> -<target>파일 %x의 날짜가 유효하지 않습니다.</target> - -<source>Date:</source> -<target>날짜:</target> - -<source>Files have the same date but a different size.</source> -<target>파일의 날짜는 같으나, 크기가 다릅니다.</target> - -<source>Size:</source> -<target>크기:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>제외된 파일에 대한 내용 비교는 건너 뛰었습니다.</target> - -<source>Items differ in attributes only</source> -<target>항목들이 속성에서만 차이가 있습니다.</target> - -<source>Resolving symbolic link %x</source> -<target>심볼릭 링크 %x 해결</target> - -<source>Comparing content of files %x</source> -<target>파일 %x 내용 별 비교 중</target> - -<source>Generating file list...</source> -<target>파일 리스트 생성 중...</target> - -<source>Fail-safe file copy</source> -<target>실패 - 안전 파일 복사</target> - -<source>Enabled</source> -<target>활성화</target> - -<source>Disabled</source> -<target>비활성화</target> - -<source>Copy locked files</source> -<target>락 걸린 파일 복사</target> - -<source>Copy file access permissions</source> -<target>파일 접근 권한 복사</target> - -<source>File time tolerance</source> -<target>파일 시간 허용</target> - -<source>Run with background priority</source> -<target>배경 우선 순위로 실행</target> - -<source>Lock directories during sync</source> -<target>동기화 중 디렉터리 잠금</target> - -<source>Verify copied files</source> -<target>복사된 파일 확인</target> - -<source>Using non-default global settings:</source> -<target>기본이 아닌 전역설정 사용:</target> - -<source>A folder input field is empty.</source> -<target>폴더 입력 필드 하나가 비어 있습니다.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>해당 폴더를 비어 있는 상태로 간주합니다.</target> - -<source>Exclude:</source> -<target>제외:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>폴더 페어 중 하나의 기본 폴더가 다른 폴더에 포함돼 있습니다.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>해당 폴더는 필터를 통한 동기화에서 제외시켜야 합니다.</target> - -<source>Calculating sync directions...</source> -<target>동기화 방향을 계산 중...</target> - -<source>Out of memory.</source> -<target>메모리 부족.</target> - -<source>Show in Explorer</source> -<target>탐색기에 표시</target> - -<source>Open with default application</source> -<target>기본값 응용 프로그램으로 열기</target> - -<source>Browse directory</source> -<target>디렉터리 찾아보기</target> - -<source>Database file %x is incompatible.</source> -<target>데이터베이스 파일 %x 은(는) 호환 불가능합니다.</target> - -<source>Initial synchronization:</source> -<target>초기 동기화:</target> - -<source>Database file %x does not yet exist.</source> -<target>데이터베이스 파일 %x 은(는) 아직 존재하지 않습니다.</target> - -<source>Database file is corrupted:</source> -<target>데이터베이스 파일 손상:</target> - -<source>Loading file %x...</source> -<target>파일 %x 로딩 중...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>데이터베이스 파일에 아직 마지막 동기화에 대한 정보가 없습니다.</target> - -<source>Saving file %x...</source> -<target>파일 %x 저장 중...</target> - -<source>Searching for folder %x...</source> -<target>폴더 %x 검색 중...</target> - -<source>Timeout while searching for folder %x.</source> -<target>폴더 %x을(를) 검색하는 동안 타임아웃 됨.</target> - -<source>Cannot get process information.</source> -<target>프로세스 정보를 얻을 수 없습니다.</target> - -<source>Waiting while directory is locked:</source> -<target>디렉터리 잠금 대기 중:</target> - -<source>Lock owner:</source> -<target>잠금 권한자:</target> - -<source>Detecting abandoned lock...</source> -<target>방치된 잠금 탐색 중...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x초</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>항목이 좌측에만 존재합니다.</target> - -<source>Item exists on right side only</source> -<target>항목이 우측에만 존재합니다.</target> - -<source>Left side is newer</source> -<target>좌측이 최신입니다.</target> - -<source>Right side is newer</source> -<target>우측이 최신입니다.</target> - -<source>Items have different content</source> -<target>항목 내용이 서로 다릅니다.</target> - -<source>Both sides are equal</source> -<target>양측이 같음</target> - -<source>Conflict/item cannot be categorized</source> -<target>충돌 / 항목을 분류할 수 없음</target> - -<source>Copy new item to left</source> -<target>좌측에 새 항목 복사</target> - -<source>Copy new item to right</source> -<target>우측에 새 항목 복사</target> - -<source>Delete left item</source> -<target>좌측 항목 삭제</target> - -<source>Delete right item</source> -<target>우측 항목 삭제</target> - -<source>Move file on left</source> -<target>좌측 파일 이동</target> - -<source>Move file on right</source> -<target>우측 파일 이동</target> - -<source>Update left item</source> -<target>좌측 항목 업데이트</target> - -<source>Update right item</source> -<target>우측 항목 업데이트</target> - -<source>Do nothing</source> -<target>아무 것도 하지 않음</target> - -<source>Update attributes on left</source> -<target>좌측 속성 업데이트</target> - -<source>Update attributes on right</source> -<target>우측 속성 업데이트</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>분석 오류 - 파일: %x; 행: %y; 열: %z.</target> - -<source>Services</source> -<target>서비스</target> - -<source>Show All</source> -<target>모두 보이기</target> - -<source>Hide Others</source> -<target>기타 다른 항목 숨기기</target> - -<source>Hide %x</source> -<target>%x 숨기기</target> - -<source>Quit %x</source> -<target>%x 끝내기</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>다음 폴더의 디렉터리 잠금을 설정할 수 없습니다:</target> - -<source>Errors:</source> -<target>오류:</target> - -<source>Warnings:</source> -<target>경고:</target> - -<source>Items processed:</source> -<target>처리된 항목:</target> - -<source>Items remaining:</source> -<target>남은 항목:</target> - -<source>Total time:</source> -<target>전체 시간:</target> - -<source>Warning</source> -<target>경고</target> - -<source>Stopped</source> -<target>중단</target> - -<source>Cleaning up log files:</source> -<target>로그 파일 정리 중:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x 스레드</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/초</target> - -<source>%x items</source> -<target>%x 항목</target> - -<source>Completed successfully</source> -<target>성공적으로 완료됨</target> - -<source>Completed with warnings</source> -<target>경고와 함께 완료됨</target> - -<source>Completed with errors</source> -<target>오류와 함께 완료됨</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>볼륨 섀도 복사본 서비스에 접근할 수 없습니다.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>본 운영체제에서의 Shadow Copy 생성은 FreeFileSync 64-비트 버전을 사용하시기 바랍니다.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>볼륨 이름 %x은(는) 파일 경로 %y의 일부가 아닙니다.</target> - -<source>File time and size</source> -<target>파일 시간 및 크기</target> - -<source>File content</source> -<target>파일 내용</target> - -<source>File size</source> -<target>파일 크기</target> - -<source>Two way</source> -<target>양방향</target> - -<source>Mirror</source> -<target>미러</target> - -<source>Update</source> -<target>업데이트</target> - -<source>Custom</source> -<target>개인 설정</target> - -<source>Multiple...</source> -<target>다중처리 (멀티플) 작업...</target> - -<source>Cannot write file attributes of %x.</source> -<target>%x의 파일 속성을 쓸 수 없습니다.</target> - -<source>%x and %y have different content.</source> -<target>%x와(과) %y의 콘텐츠가 다릅니다.</target> - -<source>Data verification error:</source> -<target>데이터 확인 오류:</target> - -<source>Moving file %x to %y</source> -<target>파일 %x을(를) %y(으)로 이동 중</target> - -<source>Moving folder %x to %y</source> -<target>폴더 %x을(를) %y(으)로 이동 중</target> - -<source>Moving symbolic link %x to %y</source> -<target>심볼릭 링크 %x을(를) %y(으)로 이동 중</target> - -<source>Updating file %x</source> -<target>파일 %x 업데이트 중</target> - -<source>Updating symbolic link %x</source> -<target>심볼릭 링크 %x 업데이트 중</target> - -<source>Verifying file %x</source> -<target>파일 %x 확인 중</target> - -<source>Updating attributes of %x</source> -<target>%x 속성 업데이트 중</target> - -<source>Source item %x not found</source> -<target>원본 항목 %x을(를) 찾을 수 없음</target> - -<source>Parent folder %x is not existing.</source> -<target>상위 폴더 %x이(가) 존재하지 않습니다.</target> - -<source>Cannot copy file %x to %y.</source> -<target>파일 %x을(를) %y(으)로 복사할 수 없습니다.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>%x을(를) 위한 Volume Shadow Copy 생성 중...</target> - -<source>Cannot find folder %x.</source> -<target>%x 폴더를 찾을 수 없습니다.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>대상 폴더 %x이(가) 이미 존재하지만, 폴더 비교시 사용할 수 없었습니다.</target> - -<source>Target folder input field must not be empty.</source> -<target>대상 폴더 입력 필드가 비어 있어서는 안 됩니다.</target> - -<source>Source folder %x not found.</source> -<target>소스 폴더 %x을(를) 찾을 수 없음.</target> - -<source>Please enter a target folder for versioning.</source> -<target>버저닝을 위한 대상 폴더를 입력하세요.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>아래의 항목들은 해결치 못 한 충돌로 인해 동기화할 수 없습니다:</target> - -<source>Folder pair:</source> -<target>폴더 페어:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>다음 폴더들은 서로 간의 차이가 상당합니다. 동기화를 위해 올바른 폴더들이 매치되었는지 확인해 보십시오.</target> - -<source>Not enough free disk space available in:</source> -<target>사용 가능한 디스크 여유 공간이 부족합니다:</target> - -<source>Available:</source> -<target>여유 공간(크기):</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>일부 파일들은 여러 기본 폴더의 일부로써 동기화됩니다.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>충돌을 피하려면 업데이트 된 각 파일이 하나의 기본 폴더에만 포함되도록 제외 필터를 설정하시기 바랍니다.</target> - -<source>Versioning folder:</source> -<target>버전 관리 폴더:</target> - -<source>Base folder:</source> -<target>기본 폴더:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>버전 관리 폴더는 기본 폴더에 포함돼 있습니다.</target> - -<source>Synchronizing folder pair:</source> -<target>폴더 페어 동기화 진행 중:</target> - -<source>Generating database...</source> -<target>데이터베이스 생성 중...</target> - -<source>Searching for old file versions:</source> -<target>이전 파일 버전 검색 중:</target> - -<source>Removing old file versions:</source> -<target>이전 파일 버전 제거 중:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>버전 관리를 위한 타임 스탬프 생성 불가:</target> - -<source>Drag && drop</source> -<target>끌어서 놓기(&&) [드래그-앤-드랍]</target> - -<source>Select a folder</source> -<target>폴더 선택</target> - -<source>&New</source> -<target>새로 만들기(&N)</target> - -<source>&Open...</source> -<target>열기(&O)...</target> - -<source>Save &as...</source> -<target>다른 이름으로 저장(&a)...</target> - -<source>E&xit</source> -<target>나가기(&x)</target> - -<source>&File</source> -<target>파일(&F)</target> - -<source>&View help</source> -<target>도움말 보기(&V)</target> - -<source>&About</source> -<target>상세 정보(&A)</target> - -<source>&Help</source> -<target>도움말(&H)</target> - -<source>Usage:</source> -<target>사용:</target> - -<source>Select folders to watch.</source> -<target>감시할 폴더를 선택하세요.</target> - -<source>Enter a command line.</source> -<target>명령줄을 입력하세요.</target> - -<source>Press 'Start'.</source> -<target>'시작'을 누르세요.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>시작하려면 "ffs_batch" file을 가져 오십시오.</target> - -<source>Folders to watch:</source> -<target>감시할 폴더:</target> - -<source>Add folder</source> -<target>폴더 추가</target> - -<source>Remove folder</source> -<target>폴더 제거</target> - -<source>Browse</source> -<target>찾아보기</target> - -<source>Idle time (in seconds):</source> -<target>유휴 시간 (초 단위):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>마지막으로 감지된 변화와 명령 실행 간의 유휴 시간</target> - -<source>Command line:</source> -<target>명령줄(커맨드라인):</target> - -<source>&Hide console window</source> -<target>콘솔 창 숨기기(&H)</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -명령은 다음과 같은 경우에 실행됩니다: -- 파일이나 하위 폴더 변경 시 -- 새 폴더가 생겼을 시 (예: USB 스틱 삽입) -</target> - -<source>Start</source> -<target>시작</target> - -<source>About</source> -<target>상세 정보</target> - -<source>Build: %x</source> -<target>빌드: %x</target> - -<source>All files</source> -<target>모든 파일</target> - -<source>Automated Synchronization</source> -<target>자동 동기화</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x 프로토콜은 디렉터리 모니터링을 지원하지 않습니다:</target> - -<source>Directory monitoring active</source> -<target>디렉터리 모니터링 활성화</target> - -<source>Waiting until directory is available:</source> -<target>디렉토리를 사용할 수 있을 때까지 대기 중:</target> - -<source>&Configure</source> -<target>구성(&C)</target> - -<source>&Show error message</source> -<target>오류 메세지 표시(&S)</target> - -<source>&Quit</source> -<target>종료(&Q)</target> - -<source>&Retry</source> -<target>다시 시도(&R)</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x 바이트</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>로드 중...</target> - -<source>Scanning...</source> -<target>스캔 중...</target> - -<source>configuration file</source> -<target>구성 파일</target> - -<source>System: Sleep</source> -<target>시스템: 절전</target> - -<source>System: Shut down</source> -<target>시스템: 종료</target> - -<source>Nothing to synchronize</source> -<target>동기화 할 항목이 없습니다</target> - -<source>Executing command:</source> -<target>명령 실행 중:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>이 문제는 FreeFileSync 기본 창으로 전환해서 해결 가능합니다.</target> - -<source>&Don't show this warning again</source> -<target>이 경고를 다시 표시하지 않음(&D)</target> - -<source>&Ignore</source> -<target>무시(&I)</target> - -<source>&Switch</source> -<target>전환(&S)</target> - -<source>Switching to FreeFileSync's main window</source> -<target>FreeFileSync 기본 창으로 전환 중</target> - -<source>Automatic retry</source> -<target>자동 재시도</target> - -<source>Ignore &all</source> -<target>전체 무시(&a)</target> - -<source>Retrying operation...</source> -<target>작업 재시도 중...</target> - -<source>Serious Error</source> -<target>심각한 오류</target> - -<source>Last session</source> -<target>마지막 세션</target> - -<source>Today</source> -<target>오늘</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x일</pluralform> -</target> - -<source>Name</source> -<target>이름</target> - -<source>Last sync</source> -<target>마지막 동기화</target> - -<source>Log</source> -<target>로그</target> - -<source>Folder</source> -<target>폴더</target> - -<source>Symlink</source> -<target>심링크</target> - -<source>Full path</source> -<target>전체 경로</target> - -<source>Relative path</source> -<target>대상 경로</target> - -<source>Item name</source> -<target>항목 이름</target> - -<source>Size</source> -<target>크기</target> - -<source>Date</source> -<target>날짜</target> - -<source>Extension</source> -<target>확장자</target> - -<source>Category</source> -<target>카테고리</target> - -<source>Action</source> -<target>실행</target> - -<source>Local comparison settings</source> -<target>로컬 비교 설정</target> - -<source>Local synchronization settings</source> -<target>로컬 동기화 설정</target> - -<source>Local filter</source> -<target>로컬 필터</target> - -<source>Active</source> -<target>활성화</target> - -<source>None</source> -<target>아무것도 안 함</target> - -<source>Remove local settings</source> -<target>로컬 설정 제거</target> - -<source>Clear local filter</source> -<target>로컬 필터 제거</target> - -<source>Copy</source> -<target>복사</target> - -<source>Paste</source> -<target>붙여넣기</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>선택된 폴더 %x은(는) FreeFileSync와 함께 사용할 수 없습니다.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>로컬 파일 시스템, 네트워크 또는 MTP 장치에서의 폴더 하나를 선택하십시오.</target> - -<source>Defined by context of use</source> -<target>사용 환경에 따라 정의 됨</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>FreeFileSync 기부자 에디션이 필요합니다.</target> - -<source>&Save</source> -<target>저장(&S)</target> - -<source>Save as &batch job...</source> -<target>일괄 작업으로 저장(&b)...</target> - -<source>Show &log</source> -<target>로그 표시(&l)</target> - -<source>Start &comparison</source> -<target>비교 시작(&C)</target> - -<source>C&omparison settings</source> -<target>비교 설정(&o)</target> - -<source>&Filter settings</source> -<target>필터 설정(&F)</target> - -<source>S&ynchronization settings</source> -<target>동기화 설정(&y)</target> - -<source>Start &synchronization</source> -<target>동기화 시작(&S)</target> - -<source>&Actions</source> -<target>실행(&A)</target> - -<source>&Preferences</source> -<target>환경설정(&P)</target> - -<source>&Language</source> -<target>언어 선택(&L)</target> - -<source>&Find...</source> -<target>찾기(&F)...</target> - -<source>&Export file list...</source> -<target>파일 리스트 내보내기(&E)...</target> - -<source>&Reset layout</source> -<target>레이아웃 다시 설정(&R)</target> - -<source>&Tools</source> -<target>도구(&T)</target> - -<source>&Check for updates now</source> -<target>업데이트 바로 확인(&C)</target> - -<source>Check &automatically once a week</source> -<target>일주일에 한 번 자동 확인(&a)</target> - -<source>Cancel</source> -<target>취소</target> - -<source>Compare</source> -<target>비 교</target> - -<source>Synchronize</source> -<target>동 기 화</target> - -<source>Add folder pair</source> -<target>폴더 페어 추가</target> - -<source>Remove folder pair</source> -<target>폴더 페어 제거</target> - -<source>Access online storage</source> -<target>온라인 저장소 접속</target> - -<source>Close search bar</source> -<target>검색 창 닫기</target> - -<source>Find:</source> -<target>찾기:</target> - -<source>Match case</source> -<target>대문자/소문자 구분</target> - -<source>Processed:</source> -<target>처리됨:</target> - -<source>Remaining:</source> -<target>남음:</target> - -<source>New</source> -<target>새로 만들기</target> - -<source>Open...</source> -<target>열기...</target> - -<source>Save</source> -<target>저장</target> - -<source>Save as...</source> -<target>다른 이름으로 저장...</target> - -<source>View type:</source> -<target>유형 보기:</target> - -<source>Select view:</source> -<target>보기 선택:</target> - -<source>Save as default</source> -<target>기본 값으로 저장</target> - -<source>Statistics:</source> -<target>통계:</target> - -<source>Number of files and folders that will be deleted</source> -<target>삭제될 파일 및 폴더 개수</target> - -<source>Number of files that will be updated</source> -<target>업데이트 될 파일 개수</target> - -<source>Number of files and folders that will be created</source> -<target>생성될 파일 및 폴더 개수</target> - -<source>Total bytes to copy</source> -<target>복사할 전체 바이트 크기</target> - -<source>Arrange folder pair</source> -<target>폴더 페어 정렬</target> - -<source>Main settings:</source> -<target>주요 설정:</target> - -<source>Use local settings:</source> -<target>로컬 설정 사용:</target> - -<source>Select a variant:</source> -<target>베어리언트 선택:</target> - -<source>Include &symbolic links:</source> -<target>심볼릭 링크 포함(&s):</target> - -<source>&Follow</source> -<target>팔로우(&F)</target> - -<source>&Direct</source> -<target>다이렉트(&D)</target> - -<source>More information</source> -<target>상세 정보</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>타임 쉬프트 무시(&I) [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>무시할 파일 시간 오프셋 목록</target> - -<source>Example:</source> -<target>예시:</target> - -<source>Handle daylight saving time</source> -<target>서머타임 설정</target> - -<source>Ignore errors</source> -<target>오류 무시</target> - -<source>Retry count:</source> -<target>재시도 횟수:</target> - -<source>Delay (in seconds):</source> -<target>지연 (초 단위):</target> - -<source>Performance improvements:</source> -<target>성능 향상:</target> - -<source>Parallel file operations:</source> -<target>병렬 파일 작업:</target> - -<source>How to get best performance?</source> -<target>최상의 성능을 얻는 방법은?</target> - -<source>Local settings:</source> -<target>로컬 설정:</target> - -<source>Include:</source> -<target>포함:</target> - -<source>Show examples</source> -<target>예시 보이기</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>동기화에서 특정 파일을 제외시키는 필터 규칙을 선택합니다. 해당 폴더 페어에 대한 상대 파일 경로를 입력하세요.</target> - -<source>File size:</source> -<target>파일 크기:</target> - -<source>Minimum:</source> -<target>최소:</target> - -<source>Maximum:</source> -<target>최대:</target> - -<source>Time span:</source> -<target>시간 범위:</target> - -<source>C&lear</source> -<target>제거(&l)</target> - -<source>Detect moved files</source> -<target>이동 파일 탐지</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- 모든 파일 시스템에서 지원되지는 않음 -- 데이터베이스 파일 요청 및 생성 -- 첫 번째 동기화를 위한 탐지기능 사용불가 -</target> - -<source>Delete files:</source> -<target>파일 삭제:</target> - -<source>&Recycle bin</source> -<target>휴지통(&R)</target> - -<source>&Permanent</source> -<target>영구(&P)</target> - -<source>&Versioning</source> -<target>버전 관리(&V)</target> - -<source>Move files to a user-defined folder</source> -<target>사용자 정의 폴더로 파일 이동</target> - -<source>Naming convention:</source> -<target>이름 지정:</target> - -<source>Limit file versions:</source> -<target>파일 버전 제한:</target> - -<source>Last x days:</source> -<target>최근 x일:</target> - -<source>&Override default log path:</source> -<target>기본 로그 경로 다시 정의(&O):</target> - -<source>Run a command:</source> -<target>명령 실행:</target> - -<source>OK</source> -<target>확인</target> - -<source>Connection type:</source> -<target>연결 유형:</target> - -<source>Connected user accounts:</source> -<target>연결된 사용자 계정:</target> - -<source>&Add connection</source> -<target>연결 추가(&A)</target> - -<source>&Disconnect</source> -<target>연결 해제(&D)</target> - -<source>Selected user account:</source> -<target>선택된 사용자 계정:</target> - -<source>Server name or IP address:</source> -<target>서버 이름 또는 IP 주소:</target> - -<source>Port:</source> -<target>포트:</target> - -<source>Encryption:</source> -<target>암호화:</target> - -<source>&Disabled</source> -<target>비활성화(&D)</target> - -<source>&Explicit SSL/TLS</source> -<target>명확한 SSL/TLS(&E)</target> - -<source>Authentication:</source> -<target>인증:</target> - -<source>&Password</source> -<target>비밀번호(&P)</target> - -<source>&Key file</source> -<target>키 파일(&K)</target> - -<source>&SSH agent</source> -<target>SSH 에이전트(&S)</target> - -<source>User name:</source> -<target>사용자 이름:</target> - -<source>Private key file:</source> -<target>개인 키 파일:</target> - -<source>&Show password</source> -<target>비밀번호 표시(&S)</target> - -<source>Directory on server:</source> -<target>서버 디렉터리:</target> - -<source>Access timeout (in seconds):</source> -<target>접근 제한 시간(초):</target> - -<source>SFTP channels per connection:</source> -<target>연결 당 SFTP 채널 수:</target> - -<source>Detect server limit</source> -<target>서버 한계 감지</target> - -<source>Select Folder</source> -<target>폴더 선택</target> - -<source>Variant:</source> -<target>베어리언트:</target> - -<source>&Don't show this dialog again</source> -<target>이 대화 상자를 다시 표시 안 함(&D)</target> - -<source>Bytes:</source> -<target>바이트:</target> - -<source>Items:</source> -<target>항목:</target> - -<source>Synchronizing...</source> -<target>동기화 작업 중...</target> - -<source>Minimize to notification area</source> -<target>알림 영역으로 최소화</target> - -<source>Bytes</source> -<target>바이트</target> - -<source>Items</source> -<target>항목</target> - -<source>When finished:</source> -<target>완료 시:</target> - -<source>Auto-close</source> -<target>자동 닫기</target> - -<source>Close</source> -<target>닫기</target> - -<source>&Pause</source> -<target>일시정지(&P)</target> - -<source>Stop</source> -<target>중지</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>직접 지켜보지 않는 자동 동기화의 경우, 배치 파일을 만듭니다. 시작하려면 파일을 더블 클릭하거나 작업 플래너에서 일정을 만드십시오: %x</target> - -<source>Progress dialog:</source> -<target>진행률 대화 상자:</target> - -<source>Run minimized</source> -<target>최소화 실행</target> - -<source>Show pop-up on errors or warnings</source> -<target>오류 또는 경고에 대한 팝업 보이기</target> - -<source>&Cancel</source> -<target>취소(&C)</target> - -<source>Stop synchronization at first error</source> -<target>첫 오류 발생 시 동기화 중지</target> - -<source>How can I schedule a batch job?</source> -<target>일괄 작업 예약 방법은?</target> - -<source>&Keep relative paths</source> -<target>상대 경로 유지(&K)</target> - -<source>&Overwrite existing files</source> -<target>기존 파일 덮어쓰기(&O)</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>다음 설정은 모든 동기화 작업에 사용됩니다.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -대상을 덮어쓰기 전에 임시파일(*.ffs_tmp)로 복사. -이는 심각한 오류 발생시에도 일관된 상태 유지를 보장합니다. -</target> - -<source>recommended</source> -<target>추천(맞춤)</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>볼륨 섀도 복사본 서비스를 사용하여 공유 또는 잠긴 파일 복사.</target> - -<source>requires administrator rights</source> -<target>관리자 권한 필요</target> - -<source>Transfer file and folder permissions.</source> -<target>파일 및 폴더 권한 전송.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>영구적으로 숨겨진 모든 대화 상자 및 경고 메세지 다시 보이기</target> - -<source>Default log path:</source> -<target>기본 로그 경로:</target> - -<source>&Delete logs after x days:</source> -<target>x일 후에 로그 삭제(&D):</target> - -<source>Notification sounds:</source> -<target>알림 소리:</target> - -<source>Synchronization finished:</source> -<target>동기화 완료:</target> - -<source>Customize context menu:</source> -<target>컨텍스트 메뉴 커스터마이즈 (사용자 정의):</target> - -<source>Description</source> -<target>설명</target> - -<source>&Default</source> -<target>기본 설정/값(&D)</target> - -<source>Feedback and suggestions are welcome:</source> -<target>모든 의견 및 제안을 환영합니다:</target> - -<source>Home page</source> -<target>홈페이지</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync 포럼</target> - -<source>Email</source> -<target>이메일</target> - -<source>If you like FreeFileSync:</source> -<target>FreeFileSync를 위한 기부:</target> - -<source>Support with a donation</source> -<target>기부금 지원</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>관리자가 자동 업데이터를 비활성화했습니다.</target> - -<source>Donation details</source> -<target>기부 관련 세부정보</target> - -<source>Source code written in C++ using:</source> -<target>소스코드는 C++ 언어로 아래 툴을 사용하여 작성되었습니다:</target> - -<source>Published under the GNU General Public License:</source> -<target>GNU 일반 공용 라이센스에 의한 출시:</target> - -<source>Many thanks for localization:</source> -<target>현지화 작업에 깊은 감사 드립니다:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>다음 중 한 방법을 사용하여 FreeFileSync 기부자 에디션을 활성화하세요:</target> - -<source>Activate via internet now:</source> -<target>인터넷을 통해 지금 바로 활성화:</target> - -<source>Activate online</source> -<target>온라인 활성화</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>다음 URL에서 오프라인 활성화 키를 검색:</target> - -<source>&Copy to clipboard</source> -<target>클립보드에 복사(&C)</target> - -<source>Enter activation key:</source> -<target>활성화 키 입력:</target> - -<source>Activate offline</source> -<target>오프라인 활성화</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>다음 일 수보다 오래 실행되지 않은 구성을 강조 표시:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>데이터 동기화 시 (예: 메일, 메시지, 캘린더), "허용되지 않은 작업" 오류를 피하기 위해 FreeFileSync는 접근 권한이 필요합니다.</target> - -<source>Locate the FreeFileSync app</source> -<target>FreeFileSync 앱 찾기</target> - -<source>Open Security && Privacy</source> -<target>보안 및 개인 정보 보호</target> - -<source>Click the lock to allow changes.</source> -<target>변경 허용을 하려면 잠금을 클릭하세요.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>FreeFileSync를 패널 안으로 끌어 오세요.</target> - -<source>Synchronization Settings</source> -<target>동기화 설정</target> - -<source>Access Online Storage</source> -<target>온라인 저장소 접속</target> - -<source>Save as a Batch Job</source> -<target>일괄 작업으로 저장</target> - -<source>Delete Items</source> -<target>항목 삭제</target> - -<source>Copy Items</source> -<target>항목 복사</target> - -<source>Options</source> -<target>옵션</target> - -<source>Select Time Span</source> -<target>시간 범위 선택</target> - -<source>Highlight Configurations</source> -<target>강조 표시 구성</target> - -<source>Grant Full Disk Access</source> -<target>전체 디스크 접근 권한 부여</target> - -<source>Info</source> -<target>정보</target> - -<source>No log entries</source> -<target>로그 항목 없음</target> - -<source>Select all</source> -<target>모두 선택</target> - -<source>&Options</source> -<target>옵션(&O)</target> - -<source>Main Bar</source> -<target>메인 바</target> - -<source>Folder Pairs</source> -<target>폴더 페어</target> - -<source>Find</source> -<target>검색</target> - -<source>View Settings</source> -<target>설정 보기</target> - -<source>Configuration</source> -<target>구성 설정</target> - -<source>Overview</source> -<target>개요</target> - -<source>Swap sides</source> -<target>양측 위치 바꾸기</target> - -<source>Show "%x"</source> -<target>"%x" 표시</target> - -<source>&Show details</source> -<target>세부정보 표시(&S)</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x 버전 출시!</target> - -<source>Local path not available for %x.</source> -<target>%x에서 로컬 경로를 사용할 수 없습니다.</target> - -<source>Confirm</source> -<target>확인</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>정말로 %x 항목을 위해 %y 명령을 실행하기를 원하십니까?</pluralform> -</target> - -<source>&Execute</source> -<target>실행(&E)</target> - -<source>Set direction:</source> -<target>방향 설정:</target> - -<source>multiple selection</source> -<target>복수 선택</target> - -<source>&Include via filter:</source> -<target>필터를 통해 다음을 포함(&I):</target> - -<source>&Exclude via filter:</source> -<target>필터를 통해 다음을 제외(&E):</target> - -<source>Include temporarily</source> -<target>임시 포함</target> - -<source>Exclude temporarily</source> -<target>임시 제외</target> - -<source>&Synchronize selection</source> -<target>동기화 선택(&S)</target> - -<source>&Copy to...</source> -<target>다른 경로로 복사(&C)...</target> - -<source>&Delete</source> -<target>삭제(&D)</target> - -<source>Show icons:</source> -<target>아이콘 표시:</target> - -<source>Small</source> -<target>작게</target> - -<source>Medium</source> -<target>중간</target> - -<source>Large</source> -<target>크게</target> - -<source>Select time span...</source> -<target>시간 범위 선택...</target> - -<source>Donation Edition</source> -<target>기부자 에디션</target> - -<source>Folder Comparison and Synchronization</source> -<target>폴더 비교 및 동기화</target> - -<source>Configuration saved</source> -<target>설정 저장 완료</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync 배치(일괄) 처리</target> - -<source>Do you want to save changes to %x?</source> -<target>%x의 변경사항을 저장하시겠습니까?</target> - -<source>Never save &changes</source> -<target>변경사항 저장 안 함(&c)</target> - -<source>Do&n't save</source> -<target>저장 안 함(&n)</target> - -<source>%x cannot be renamed.</source> -<target>%x의 이름을 바꿀 수 없습니다.</target> - -<source>New name:</source> -<target>새 이름:</target> - -<source>Rename Configuration</source> -<target>구성 이름 바꾸기</target> - -<source>Configuration name must not be empty.</source> -<target>구성 이름은 비워 둘 수 없습니다.</target> - -<source>&Rename...</source> -<target>이름 바꾸기(&R)...</target> - -<source>Hide configuration</source> -<target>구성 숨기기</target> - -<source>Highlight...</source> -<target>강조 표시...</target> - -<source>Clear filter</source> -<target>필터 제거</target> - -<source>Show files that exist on left side only</source> -<target>좌측에만 존재하는 파일 표시</target> - -<source>Show files that exist on right side only</source> -<target>우측에만 존재하는 파일 표시</target> - -<source>Show files that are newer on left</source> -<target>좌측이 보다 최신인 파일 표시</target> - -<source>Show files that are newer on right</source> -<target>우측이 보다 최신인 파일 표시</target> - -<source>Show files that are equal</source> -<target>내용이 같은 파일 표시</target> - -<source>Show files that are different</source> -<target>내용이 다른 파일 표시</target> - -<source>Show conflicts</source> -<target>충돌 표시</target> - -<source>Show files that will be created on the left side</source> -<target>좌측에 생성될 파일 표시</target> - -<source>Show files that will be created on the right side</source> -<target>우측에 생성될 파일 표시</target> - -<source>Show files that will be deleted on the left side</source> -<target>좌측에서 삭제될 파일 표시</target> - -<source>Show files that will be deleted on the right side</source> -<target>우측에서 삭제될 파일 표시</target> - -<source>Show files that will be updated on the left side</source> -<target>좌측에 업데이트 될 파일 표시</target> - -<source>Show files that will be updated on the right side</source> -<target>우측에 업데이트 될 파일 표시</target> - -<source>Show files that won't be copied</source> -<target>복사되지 않을 파일 표시</target> - -<source>Show filtered or temporarily excluded files</source> -<target>필터링 또는 일시적으로 제외된 파일 보이기</target> - -<source>Filter</source> -<target>필터</target> - -<source>All files are in sync</source> -<target>모든 파일이 동기화 되었음.</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x개 디렉터리</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x개 파일</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>%x 행의 %y 표시</pluralform> -</target> - -<source>Cannot find %x</source> -<target>%x을(를) 찾을 수 없습니다.</target> - -<source>Move up</source> -<target>위로 이동</target> - -<source>Move down</source> -<target>아래로 이동</target> - -<source>Comma-separated values</source> -<target>쉼표로 구분된 값</target> - -<source>File list exported</source> -<target>파일 리스트 내보내기 완료</target> - -<source>Searching for program updates...</source> -<target>프로그램 업데이트 검색 중...</target> - -<source>Paused</source> -<target>일시정지 중</target> - -<source>Stop requested...</source> -<target>중단 요청...</target> - -<source>Initializing...</source> -<target>초기화 작업 중...</target> - -<source>Comparing content...</source> -<target>내용 비교 중...</target> - -<source>&Continue</source> -<target>계속(&C)</target> - -<source>Progress</source> -<target>진행</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>%x님의 기부와 지원에 감사드립니다!</target> - -<source>Connections</source> -<target>연결</target> - -<source>Recommended range:</source> -<target>권장 범위:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>정말로 사용자 계정 %x에서 연결을 해제하시겠습니까?</target> - -<source>Password:</source> -<target>비밀번호:</target> - -<source>Key passphrase:</source> -<target>키 암호:</target> - -<source>Please enter a file path.</source> -<target>파일 경로를 입력하세요.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>다음 %x 항목을 다른 폴더로 복사하시겠습니까?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>대상 폴더를 입력하십시오.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>다음 %x 항목을 정말로 휴지통으로 이동하시겠습니까?</pluralform> -</target> - -<source>Move</source> -<target>이동</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>정말로 다음 %x 항목을 삭제하시겠습니까?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>선택한 항목에 대한 동기화를 시작하시겠습니까?</target> - -<source>Start synchronization now?</source> -<target>지금 동기화를 시작하시겠습니까?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>DACL, SACL, 소유자, 그룹 복사</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>외부 응용 프로그램을 Context Menu에 통합. 다음 매크로가 사용 가능합니다:</target> - -<source>Full file or folder path</source> -<target>전체 파일 또는 폴더 경로</target> - -<source>Parent folder path</source> -<target>상위 폴더 경로</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP 및 MTP 저장을 위한 임시 로컬 복사</target> - -<source>Parameters for opposite side</source> -<target>반대 측에 대한 매개 변수</target> - -<source>Show hidden dialogs again</source> -<target>숨겨진 대화 상자 다시 보이기</target> - -<source>All dialogs shown</source> -<target>모든 대화 상자 표시</target> - -<source>Downloading update...</source> -<target>업데이트 다운로드 중...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>수정 시간 및 크기를 비교하여 동일한 파일을 식별합니다.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>파일 내용을 비교하여 동일한 파일을 식별합니다.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>파일 크기를 비교하여 동일한 파일을 식별합니다.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>양측 변경사항을 확인하고 전달. 삭제, 이동 및 충돌은 데이터베이스를 통해 자동으로 감지됩니다.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>좌측 폴더의 미러 백업을 만듭니다. 우측 폴더는 좌측 폴더와 완전히 일치하게 됩니다.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>신규 또는 업데이트 된 파일을 우측 폴더로 복사합니다.</target> - -<source>Configure your own synchronization rules.</source> -<target>개인 동기화 규칙을 설정합니다.</target> - -<source>Comparison</source> -<target>비 교</target> - -<source>Synchronization</source> -<target>동 기 화</target> - -<source>This week</source> -<target>이번 주</target> - -<source>This month</source> -<target>이번 달</target> - -<source>This year</source> -<target>올해</target> - -<source>Byte</source> -<target>바이트</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>삭제 되거나 덮어 쓴 파일을 휴지통에 보관</target> - -<source>Delete and overwrite files permanently</source> -<target>영구적으로 파일 삭제 및 덮어 쓰기</target> - -<source>Replace</source> -<target>대체</target> - -<source>Move files and replace if existing</source> -<target>파일 이동 및 기존 파일 존재 시에는 대체</target> - -<source>Time stamp</source> -<target>타임 스탬프</target> - -<source>Move files into a time-stamped subfolder</source> -<target>파일을 타임 스탬프가 지정된 하위 폴더로 이동</target> - -<source>File</source> -<target>파일</target> - -<source>Append a time stamp to each file name</source> -<target>각 파일 이름마다 타임 스탬프 추가</target> - -<source>On completion:</source> -<target>완료 시:</target> - -<source>On errors:</source> -<target>오류 발생 시:</target> - -<source>On success:</source> -<target>성공 시:</target> - -<source>Main config</source> -<target>주요 설정</target> - -<source>empty</source> -<target>빈 폴더</target> - -<source>Leave as unresolved conflict</source> -<target>미해결 충돌로 놔두기</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>최소 버전 카운트는 최대 카운트보다 더 작아야 합니다.</target> - -<source>&Restore</source> -<target>복원(&R)</target> - -<source>Files</source> -<target>파일</target> - -<source>Percentage</source> -<target>퍼센티지(%)</target> - -<source>Failed to retrieve update information.</source> -<target>업데이트 정보 검색에 실패했습니다.</target> - -<source>Automatic updates:</source> -<target>자동 업데이트:</target> - -<source>Check for Program Updates</source> -<target>프로그램 업데이트 확인</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>지금 자동 업데이트 또는 FreeFileSync 홈페이지에서 수동으로 다운로드 하시겠습니까?</target> - -<source>&Auto-update</source> -<target>자동 업데이트(&A)</target> - -<source>&Home page</source> -<target>홈페이지(&H)</target> - -<source>Download now?</source> -<target>지금 다운로드 하시겠습니까?</target> - -<source>&Download</source> -<target>다운로드(&D)</target> - -<source>FreeFileSync is up to date.</source> -<target>현재 FreeFileSync는 최신 버전입니다.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>현재 사용 중인 FreeFileSync 버전 번호를 온라인에서 찾을 수 없습니다. 새로운 버전이 있을 수 있으니 수동으로 확인해 보시겠습니까?</target> - -<source>&Check</source> -<target>체크(&C)</target> - -<source>Consistency check failed for %x.</source> -<target>%x에 대한 일관성 검사 실패.</target> - -<source>Installation was registered on a different operating system.</source> -<target>설치가 다른 운영체제에 등록되었습니다.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>FreeFileSync 기부자 에디션 활성화에 실패했습니다.</target> - -<source>Incorrect activation key.</source> -<target>잘못된 활성화 키.</target> - -<source>Unable to register to receive system messages.</source> -<target>시스템 메시지 수신을 위한 등록을 할 수 없습니다.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x 설치 옵션은 FreeFileSync 기부자 에디션에서만 사용 가능합니다.</target> - -<source>Cannot find system function %x.</source> -<target>시스템 함수 %x을(를) 찾을 수 없습니다.</target> - -<source>Unable to register device notifications for %x.</source> -<target>%x에 대한 장치 알림 등록을 할 수 없습니다.</target> - -<source>The file is locked by another process:</source> -<target>파일이 다른 프로세스에 의해 잠겨 있습니다:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>%x 폴더에 대한 파일 권한 지원 정의에 실패하였습니다.</target> - -<source>Cannot read security context of %x.</source> -<target>%x의 보안 컨텍스트를 읽을 수 없습니다.</target> - -<source>Cannot write security context of %x.</source> -<target>%x의 보안 컨텍스트를 쓸 수 없습니다.</target> - -<source>Cannot read permissions of %x.</source> -<target>%x의 권한을 읽을 수 없습니다.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>%x에서 %y(으)로의 권한을 복사할 수 없습니다.</target> - -<source>%x is not a regular directory name.</source> -<target>%x(은)는 일반 디렉터리 이름이 아닙니다.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>%x에서 %y(으)로의 속성을 복사할 수 없습니다.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x분</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x시간</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>권한 %x을(를) 설정할 수 없습니다.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>시스템 절전모드 중지를 할 수 없습니다.</target> - -<source>Cannot change process I/O priorities.</source> -<target>프로세스 I/O 우선순위 변경을 할 수 없습니다.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>폴더 %x에 관한 휴지통 실패 확인 중.</target> - -<source>Unable to shut down the system.</source> -<target>시스템을 종료할 수 없습니다.</target> - -<source>Prepare installation</source> -<target>설치 준비</target> - -<source>Choose which components you want to install.</source> -<target>설치할 구성 요소를 선택하세요.</target> - -<source>Select installation type:</source> -<target>설치 유형 선택:</target> - -<source>Local</source> -<target>로컬</target> - -<source>Portable</source> -<target>포터블</target> - -<source>Save settings in %x</source> -<target>%x에 설정 저장</target> - -<source>Register FreeFileSync file extensions</source> -<target>FreeFileSync 파일 확장자 등록</target> - -<source>Create Explorer context menu entries</source> -<target>익스플로러 컨텍스트 메뉴 항목 생성</target> - -<source>Save settings in installation directory</source> -<target>설치 디렉터리에 설정 저장</target> - -<source>Do not write to Registry</source> -<target>레지스트리에 기록 안 함</target> - -<source>Just copy the files</source> -<target>파일만 복사</target> - -<source>Choose a directory for installation:</source> -<target>설치할 디렉터리를 선택하세요:</target> - -<source>Create shortcuts:</source> -<target>바로가기 생성:</target> - -<source>Desktop</source> -<target>바탕화면</target> - -<source>Start Menu</source> -<target>시작 메뉴</target> - -<source>Send To</source> -<target>보내기</target> - -<source>Registering FreeFileSync file extensions</source> -<target>FreeFileSync 파일 확장자 등록 중</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>FreeFileSync 파일 확장자 등록 해제 중</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync 환경설정</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync 배치(일괄) 파일</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync 동기화 데이터베이스</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync 환경설정</target> - -<source>Edit with FreeFileSync</source> -<target>FreeFileSync로 편집</target> - -<source>Instead of an ad, here's an animal.</source> -<target>광고 대신에 여기 동물 한마리가 있어요.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync 휴대용 버전은 %x의 하위 폴더에 설치할 수 없습니다.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>로컬 설치 유형을 선택하거나 설치할 다른 폴더를 선택하십시오.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>보너스 기능이 있는 기부자 에디션을 사용하시어 광고없는 FreeFileSync가 유지되도록 도와주세요.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/lithuanian.lng b/FreeFileSync/Build/Resources/Languages/lithuanian.lng deleted file mode 100755 index 649cc05e..00000000 --- a/FreeFileSync/Build/Resources/Languages/lithuanian.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Lietuvių</language> - <translator>Eligijus Staniulis</translator> - <locale>lt_LT</locale> - <image>flag_lithuania.png</image> - <plural_count>3</plural_count> - <plural_definition>n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Nepavyksta nuskaityti failo %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Nenumatytas duomenų srautas. -Numatytas: %x baitai -Esamas: %y baitai -</target> - -<source>Cannot write file %x.</source> -<target>Nepavyksta įrašyti failo %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Nepavyksta įrašyti leidimų %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Veiksmas yra nesuderinamas tarp atskitų įrenginių.</target> - -<source>Cannot delete file %x.</source> -<target>Nepavyksta ištrinti failo %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Negalima ištrinti virtualios nuorodos %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Nepavyksta ištrinti katalogo %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Nepavyksta perkelti failo %x į %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Nepavyko nukopijuoti simbolinės nuorodos %x į %y.</target> - -<source>Error Code %x</source> -<target>Klaidos kodas %x</target> - -<source>Cannot read directory %x.</source> -<target>Negalima nuskaityti katalogo %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Nepavyksta šrašyti pakeitimo datos %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Nepavyko perskaityti failo %x atributų.</target> - -<source>Cannot create directory %x.</source> -<target>Nepavyksta sukurti katalogo %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Galutinio %x kelio rasti nepavyko.</target> - -<source>Operation not supported by device.</source> -<target>Šis įrenginys nepalaiko šio veiksmo.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Nepavyko rasti simbolinės nuorodos %x reikšmės.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x į šiukšliadėžę perkelti nepavyko.</target> - -<source>Authentication completed.</source> -<target>Autentifikavimas baigtas.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Jūs dabar galite uždaryti šį langą ir testi FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Nepavyko autentifikuoti.</target> - -<source>Unable to connect to %x.</source> -<target>Nepavyko prisijungti prie %x.</target> - -<source>Cannot find %x.</source> -<target>Negalima surasti %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Šis pavadinimas %x yra naudojamas daugiau nei vieną kartą.</target> - -<source>Please authorize access to user account %x.</source> -<target>Prašome suteikti prieigą šiam vartotojui %x.</target> - -<source>Cannot open file %x.</source> -<target>%x failo nepavyko atidaryti.</target> - -<source>The name %x is already used by another item.</source> -<target>Šis %x vardas jau yra naudoamas.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Negalima nustatyti laisvos disko dalies %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nepavyko atsijungti nuo %x.</target> - -<source>Unable to access %x.</source> -<target>Nepavyko prisijungti %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Nepavyko gauti informaciją apie serverį %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Nepavyko stebėti katalogo %x.</target> - -<source>Cannot find device %x.</source> -<target>Negalima surasti įrenginio %x.</target> - -<source>Cannot open directory %x.</source> -<target>Nepavyksta atversti direktorijos %x.</target> - -<source>Unsupported item type.</source> -<target>Nepalaikomas elemento tipas.</target> - -<source>Incorrect command line:</source> -<target>Netaisyklinga Komandinė eilutė:</target> - -<source>The server does not support authentication via %x.</source> -<target>Serveris nepalaiko %x autentifikavimo.</target> - -<source>Required:</source> -<target>Reikia:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Operacijai skirtas laikas baigsis po %x sekundės.</pluralform> -<pluralform>Operacijai skirtas laikas baigsis po %x sekundės.</pluralform> -<pluralform>Operacijai skirtas laikas baigsis po %x sekundžių.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Vienu metu negalima laukti daugiau nei %x prisijungimas.</pluralform> -<pluralform>Vienu metu negalima laukti daugiau nei %x prisijungimai.</pluralform> -<pluralform>Vienu metu negalima laukti daugiau nei %x prisijungimų.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktyvūs susijungimai: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Nepavyko atidaryti SFTP kanalo %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Abi pusės buvo pakeistos nuo paskutinio suvienodinimo.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nepavyksta nustatyti suvienodinimo krypties:</target> - -<source>No change since last synchronization.</source> -<target>Nėra pakitimo nuo pakutinio suvienodinimo.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Duomenų bazės įrašas nesuvienodintas remiantis šiais nustatymais.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Nustatomos numatytos suvienodinimo kryptys: Seni failai bus perrašyti naujesniais failais.</target> - -<source>Creating file %x</source> -<target>Kuriamas failas %x</target> - -<source>Creating folder %x</source> -<target>Kuriamas aplankas %x</target> - -<source>Creating symbolic link %x</source> -<target>Kuriama simbolinė nuoroda %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>%x failas perkeliamas į šiukšliadėžę</target> - -<source>Moving folder %x to the recycle bin</source> -<target>%x katalogas perkeliamas į šiukšliadėžę</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Simbolinė nuoroda %x perkeliama į šiukšliadėžę</target> - -<source>Deleting file %x</source> -<target>Trinamas failas %x</target> - -<source>Deleting folder %x</source> -<target>Trinamas aplankas %x</target> - -<source>Deleting symbolic link %x</source> -<target>Trinama simbolinė nuoroda %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Tikrinamas šiukšliadėžės prieinamumas aplankui %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Šiukšlinė šių aplankų nepalaiko. Bus neįmanoma atkurti ištrintų arba perrašytų failų:</target> - -<source>An exception occurred</source> -<target>Atsirado išimtis</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Keliai į kairį ir dešinį katalogus turėtų buti po %x.</target> - -<source>Syntax error</source> -<target>Sintaksės klaida</target> - -<source>Cannot find file %x.</source> -<target>Negalima surasti failo %x.</target> - -<source>Error</source> -<target>Klaida</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Failas %x neturi tinkamų nustatymų.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Config failas negali turėti katalogų poros lygio nustatymų kai katalogai nustatomi per komandinę eilutę.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Katalogai negali būti nustatyti daugiau nei viename konfigūracijos faile.</target> - -<source>Command line</source> -<target>Komandinė eilutė</target> - -<source>Syntax:</source> -<target>Sintaksė:</target> - -<source>config files:</source> -<target>konfigūracinis failas:</target> - -<source>directory</source> -<target>katalogas</target> - -<source>global config file:</source> -<target>bendrinis konfigūracinis failas:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Neribotas kiekis FreeFileSync "ffs_gui" ir/arba "ffs_batch" konfigūracinių failų.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Bet koks skaičius alternatyvių katalogų grupuojams tik su vienu konfigūraciniu failu.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Nepaleidžiant atidaryti pasirinktą konfiguraciją tiktai redagavimui.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Kelias iki alternatyvaus GlobalSettings.xml failo.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Įdiegimo failai yra pažeisti. Prašome įdiegti iš naujo FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Nepavyksta rasti šių aplankų:</target> - -<source>The following folders do not yet exist:</source> -<target>Šis aplankas dar neegzistuoja:</target> - -<source>The folders are created automatically when needed.</source> -<target>Kai reikia, šie aplankai automatiškai sukuriami.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Sekančio aplanko vieta nesutampa. Prašome naudoti tokį patį kelią, kad išvengtumėte dvigubos priegos.</target> - -<source>Scanning:</source> -<target>Nuskaitoma:</target> - -<source>Comparison finished:</source> -<target>Palyginimas pabaigtas:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>Surastas %x elementas</pluralform> -<pluralform>%x elementai surasti</pluralform> -<pluralform>%x elementų surasta</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Praėjęs laikas:</target> - -<source>File %x has an invalid date.</source> -<target>Failas %x turi netinkamą datą.</target> - -<source>Date:</source> -<target>Data:</target> - -<source>Files have the same date but a different size.</source> -<target>Failai turintys tą pačią datą, bet yra skirtingų dydžių.</target> - -<source>Size:</source> -<target>Dydis:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Turinio palyginimas praleido išskirtus failus.</target> - -<source>Items differ in attributes only</source> -<target>Elementai skiriasi tik atributais</target> - -<source>Resolving symbolic link %x</source> -<target>Ieškoma simbolinės nuorodos %x</target> - -<source>Comparing content of files %x</source> -<target>Palyginamas failų turinys %x</target> - -<source>Generating file list...</source> -<target>Sukuriamas failų sąrašas...</target> - -<source>Fail-safe file copy</source> -<target>Apsauginė failo kopija</target> - -<source>Enabled</source> -<target>Įjungta</target> - -<source>Disabled</source> -<target>Išjungta</target> - -<source>Copy locked files</source> -<target>Kopijuoti užrakintus failus</target> - -<source>Copy file access permissions</source> -<target>Kopijuoti failo leidimus</target> - -<source>File time tolerance</source> -<target>Failo laiko nuokrypis</target> - -<source>Run with background priority</source> -<target>Vykdyti kaip aukštesnio prioriteto poprograme</target> - -<source>Lock directories during sync</source> -<target>Suvienodinimo metu užrakinti aplankus</target> - -<source>Verify copied files</source> -<target>Patikrinti nukopijuotus failus</target> - -<source>Using non-default global settings:</source> -<target>Naudoti nepradinius globalius parametrus:</target> - -<source>A folder input field is empty.</source> -<target>Aplanko įvesties laukas yra tuščias.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Atitinkamas aplankas bus laikomas tuščiu.</target> - -<source>Exclude:</source> -<target>Išskirti:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Pagrindinis aplankas yra kitame, aplankų poros, aplanke.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Aplankas turėtų būti išskirtas nuo suvienodinimo filtre.</target> - -<source>Calculating sync directions...</source> -<target>Apskaičiuojamos suvienodinimo kryptys...</target> - -<source>Out of memory.</source> -<target>Trūksta atminties.</target> - -<source>Show in Explorer</source> -<target>Rodyti naršyklėje</target> - -<source>Open with default application</source> -<target>Atversti su numatyta programa</target> - -<source>Browse directory</source> -<target>Naršyti katalogą</target> - -<source>Database file %x is incompatible.</source> -<target>Duomenų bazė %x yra netinkama.</target> - -<source>Initial synchronization:</source> -<target>Pirminis suvienodinimas:</target> - -<source>Database file %x does not yet exist.</source> -<target>Duomenų bazės failo %x dar nėra.</target> - -<source>Database file is corrupted:</source> -<target>Duomenų bazės failas yra sugadintas:</target> - -<source>Loading file %x...</source> -<target>Įkraunamas failas %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Duomenų bazės failas dar neturi informacijos apie paskutinį suvienodinimą.</target> - -<source>Saving file %x...</source> -<target>Išsaugomas failas %x...</target> - -<source>Searching for folder %x...</source> -<target>Ieškoma aplanko %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Laikas baigėsi ieškant %x aplanko.</target> - -<source>Cannot get process information.</source> -<target>Nepavyksta gauti eigos informacijos.</target> - -<source>Waiting while directory is locked:</source> -<target>Laukiama kol katalogas yra užrakintas:</target> - -<source>Lock owner:</source> -<target>Užrakto savininkas:</target> - -<source>Detecting abandoned lock...</source> -<target>Aptiktas paliktas užraktas...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x sekundė</pluralform> -<pluralform>%x sekundės</pluralform> -<pluralform>%x sekundžių</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Elementas egzistuoja tik kairėje pusėje</target> - -<source>Item exists on right side only</source> -<target>Elementas egzistuoja tik dešinėje pusėje</target> - -<source>Left side is newer</source> -<target>Kairė pusė yra naujesnė</target> - -<source>Right side is newer</source> -<target>Dešinė pusė yra naujesnė</target> - -<source>Items have different content</source> -<target>Elementai turi skirtingą turinį</target> - -<source>Both sides are equal</source> -<target>Abi pusės yra lygios</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konfliktas/elementas negali būti kategorizuojamas</target> - -<source>Copy new item to left</source> -<target>Kopijuoti naują elementą į kairę</target> - -<source>Copy new item to right</source> -<target>Kopijuoti naują elementą į dešinę</target> - -<source>Delete left item</source> -<target>Ištrinti kairįjį elementą</target> - -<source>Delete right item</source> -<target>Ištrinti dešinįjį elementą</target> - -<source>Move file on left</source> -<target>Perkelti failą į kairę</target> - -<source>Move file on right</source> -<target>Perkelti failą į dešinę</target> - -<source>Update left item</source> -<target>Atnaujinti kairėje esantį elementą</target> - -<source>Update right item</source> -<target>Atnaujinti dešinėje esantį elementą</target> - -<source>Do nothing</source> -<target>Nieko nedaryti</target> - -<source>Update attributes on left</source> -<target>Atnaujinti atributus kairėje</target> - -<source>Update attributes on right</source> -<target>Atnaujinti atributus dešinėje</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Klaida trinant failą %x, eilė %y, stulpelis %z.</target> - -<source>Services</source> -<target>Paslaugos</target> - -<source>Show All</source> -<target>Rodyti Visus</target> - -<source>Hide Others</source> -<target>Slėpti Kitus</target> - -<source>Hide %x</source> -<target>Slėpti %x</target> - -<source>Quit %x</source> -<target>Išeiti %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Negalima užrakinti šiuos aplankus kataloge:</target> - -<source>Errors:</source> -<target>Klaidos:</target> - -<source>Warnings:</source> -<target>Įspėimai:</target> - -<source>Items processed:</source> -<target>Elementų apdorota:</target> - -<source>Items remaining:</source> -<target>Likę elementai:</target> - -<source>Total time:</source> -<target>Visas laikas:</target> - -<source>Warning</source> -<target>Perspėjimas</target> - -<source>Stopped</source> -<target>Sustabdyta</target> - -<source>Cleaning up log files:</source> -<target>Žurnalinių failų valymas:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x srautas</pluralform> -<pluralform>%x srautai</pluralform> -<pluralform>%x srautų</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x elementų</target> - -<source>Completed successfully</source> -<target>Sėkmingai užbaigtas</target> - -<source>Completed with warnings</source> -<target>Užbaigtas su perspėjimais</target> - -<source>Completed with errors</source> -<target>Užbaigtas su klaidomis</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Duomenų Šešėlinės Kopijos Paslauga nepasiekiama.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Norėdami sukurti sistemos šešėlinę kopiją, prašome baudoti 64-bitų FreeFileSync versiją.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Vietos vardas %x nėra failo kelio %y dalis.</target> - -<source>File time and size</source> -<target>Failo laiką ir dydį</target> - -<source>File content</source> -<target>Failo turinį</target> - -<source>File size</source> -<target>Failo dydis</target> - -<source>Two way</source> -<target>Dvipusis</target> - -<source>Mirror</source> -<target>Identiškas</target> - -<source>Update</source> -<target>Atnaujinti</target> - -<source>Custom</source> -<target>Savitas</target> - -<source>Multiple...</source> -<target>Keletas...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Nepavyksta įrašyti atributų failui %x.</target> - -<source>%x and %y have different content.</source> -<target>%x ir %y turi skirtingą turinį.</target> - -<source>Data verification error:</source> -<target>Duomenų tikrinimo klaida:</target> - -<source>Moving file %x to %y</source> -<target>Perkeliamas failas %x į %y</target> - -<source>Moving folder %x to %y</source> -<target>Perkeliamas aplankas %x į %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Perkeliama simbolinė nuoroda %x į %y</target> - -<source>Updating file %x</source> -<target>Atnaujinamas failas %x</target> - -<source>Updating symbolic link %x</source> -<target>Atnaujinama virtuali nuoroda %x</target> - -<source>Verifying file %x</source> -<target>Tikrinamas failas %x</target> - -<source>Updating attributes of %x</source> -<target>Atnaujinami atributai %x</target> - -<source>Source item %x not found</source> -<target>Šaltinio elementas %x nerastas:</target> - -<source>Parent folder %x is not existing.</source> -<target>Pirminis aplankas %x neegzistuoa.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Nepavyksta nukopijuoti failų %x į %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>%x kuriamas Duomenų Šešėlinė Kopija...</target> - -<source>Cannot find folder %x.</source> -<target>Negalima rasti aplanko %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Jau egzistoja tikslinis aplankas %x, nors neegzistavo palyginimo metu.</target> - -<source>Target folder input field must not be empty.</source> -<target>Tikslo aplanko įvesties laukas negali būti tuščias.</target> - -<source>Source folder %x not found.</source> -<target>Šaltinio aplankas %x nerastas.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Prašome nurodyti aplanką kitoms versijoms.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Šie elementai turi neišspręstų konfliktų ir nebus suvienodinti:</target> - -<source>Folder pair:</source> -<target>Aplanko pora:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Sekantys aplankai turi ryškius skirtumus. Prašome patikrinti, ar tikrai teisingi aplankai yra pasirinkti suvienodinimui.</target> - -<source>Not enough free disk space available in:</source> -<target>Nepakanka laisvos disko vietos:</target> - -<source>Available:</source> -<target>Pasiekiama:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Kai kurie failai bus suvienodinti, keliuse pagrindiniuose aplankuose.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Norint išvengti konfliktų, nustatykite išskyrimo filtrus, taip, kad kiekvienas atnaujintas failas būtų tik viename pagrindiniame aplanke.</target> - -<source>Versioning folder:</source> -<target>Versijų valdymo aplankas:</target> - -<source>Base folder:</source> -<target>Pagrindinis aplankas:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Versijų aplankas yra pagrindiniame aplanke.</target> - -<source>Synchronizing folder pair:</source> -<target>Suvienodinama aplankų pora:</target> - -<source>Generating database...</source> -<target>Sukuriama duomenų bazė...</target> - -<source>Searching for old file versions:</source> -<target>Ieškoma senų failo versijų:</target> - -<source>Removing old file versions:</source> -<target>Pašalinamos senos failo versijos:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nepavyko sukurti versijos laiko žymą:</target> - -<source>Drag && drop</source> -<target>Vilkti && Numesti</target> - -<source>Select a folder</source> -<target>Pažymėti aplanką</target> - -<source>&New</source> -<target>&Naujas</target> - -<source>&Open...</source> -<target>&Atversti...</target> - -<source>Save &as...</source> -<target>Išsaugoti &kaip...</target> - -<source>E&xit</source> -<target>I&šeiti</target> - -<source>&File</source> -<target>&Failas</target> - -<source>&View help</source> -<target>&Rodyti pagalbą</target> - -<source>&About</source> -<target>&Apie</target> - -<source>&Help</source> -<target>&Pagalba</target> - -<source>Usage:</source> -<target>Naudojimas:</target> - -<source>Select folders to watch.</source> -<target>Pasirinkite stebimus aplankus.</target> - -<source>Enter a command line.</source> -<target>Įvesti komandinę eilutę.</target> - -<source>Press 'Start'.</source> -<target>Spauskite „Pradėti“'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Kad pradėti tiesiog importuokite "ffs_batch" failą.</target> - -<source>Folders to watch:</source> -<target>Stebimi aplankai:</target> - -<source>Add folder</source> -<target>Pridėti aplanką</target> - -<source>Remove folder</source> -<target>Pašalinti aplanką</target> - -<source>Browse</source> -<target>Naršyti</target> - -<source>Idle time (in seconds):</source> -<target>Nenaudojamas laikas (sekundėmis):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Neveiklus laikas tarp paskutinio aptikto pokyčio ir komandos įvykdymo</target> - -<source>Command line:</source> -<target>Komandinė eilutė:</target> - -<source>&Hide console window</source> -<target>&Paslėpti konsolės langą</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Komanda inicijuojama jei: -- failai arba poaplankiai keičiasi -- atsiranda nauji aplankai (pvz.: įkišamas USB raktas) -</target> - -<source>Start</source> -<target>Pradėti</target> - -<source>About</source> -<target>Apie</target> - -<source>Build: %x</source> -<target>Versija: %x</target> - -<source>All files</source> -<target>Visi failai</target> - -<source>Automated Synchronization</source> -<target>Automatinis Suvienodinimas</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x protokolas nepalaiko katalogo stebėjimo:</target> - -<source>Directory monitoring active</source> -<target>Katalogų stebėjimas yra aktyvus</target> - -<source>Waiting until directory is available:</source> -<target>Laukiama kol katalogas bus prieinamas:</target> - -<source>&Configure</source> -<target>&Konfiguruoti</target> - -<source>&Show error message</source> -<target>&Rodyti kaidą</target> - -<source>&Quit</source> -<target>&Išeiti</target> - -<source>&Retry</source> -<target>&Bandyti vėl</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x baitas</pluralform> -<pluralform>%x baitai</pluralform> -<pluralform>%x baitų</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Įkraunama...</target> - -<source>Scanning...</source> -<target>Tikrinama...</target> - -<source>configuration file</source> -<target>nustatymų failas</target> - -<source>System: Sleep</source> -<target>Sistema: Miegoti</target> - -<source>System: Shut down</source> -<target>Sistema: Išjungti</target> - -<source>Nothing to synchronize</source> -<target>Nėra ko suvienodinti</target> - -<source>Executing command:</source> -<target>Vykdoma komanda:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Sprendžiant šią problemą, galite persijungti i FreeFileSync pagrindinį langą.</target> - -<source>&Don't show this warning again</source> -<target>& Nerodyti daugiau šio perspėjimo</target> - -<source>&Ignore</source> -<target>&Ignoruoti</target> - -<source>&Switch</source> -<target>&Perjungti</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Perjungti į FreeFileSync pagrindinį langą</target> - -<source>Automatic retry</source> -<target>Automatinis paleidimas iš naujo</target> - -<source>Ignore &all</source> -<target>Ignoruoti &visus</target> - -<source>Retrying operation...</source> -<target>Paleisti veiksmą iš naujo...</target> - -<source>Serious Error</source> -<target>Rimta klaida</target> - -<source>Last session</source> -<target>Paskutinė sesija</target> - -<source>Today</source> -<target>Šiandien</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x diena</pluralform> -<pluralform>%x dienos</pluralform> -<pluralform>%x dienų</pluralform> -</target> - -<source>Name</source> -<target>Pavadinimas</target> - -<source>Last sync</source> -<target>Vėliausias</target> - -<source>Log</source> -<target>Žurnalas</target> - -<source>Folder</source> -<target>Aplankas</target> - -<source>Symlink</source> -<target>Simbolinė nuoroda</target> - -<source>Full path</source> -<target>Pilnas kelias</target> - -<source>Relative path</source> -<target>Santykinis kelias</target> - -<source>Item name</source> -<target>Elemento pavadinimas</target> - -<source>Size</source> -<target>Dydis</target> - -<source>Date</source> -<target>Data</target> - -<source>Extension</source> -<target>Plėtinys</target> - -<source>Category</source> -<target>Kategorija</target> - -<source>Action</source> -<target>Veiksmas</target> - -<source>Local comparison settings</source> -<target>Vietiniai palyginimo parametrai</target> - -<source>Local synchronization settings</source> -<target>Vietiniai suvienodinimo parametrai</target> - -<source>Local filter</source> -<target>Vietinis filtras</target> - -<source>Active</source> -<target>Aktyvus</target> - -<source>None</source> -<target>Tusčia</target> - -<source>Remove local settings</source> -<target>Pašalinti vietinius parametrus</target> - -<source>Clear local filter</source> -<target>Ištrinti vietos filtrą</target> - -<source>Copy</source> -<target>Kopijuoti</target> - -<source>Paste</source> -<target>Įklijuoti</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>FreeFileSync negali naudoti pažymėto %x aplanko.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Prašome pasirinkti aplanką vietinėje failų sistemoje, tinkle arba MTP įrenginyje.</target> - -<source>Defined by context of use</source> -<target>Apibūdintas pagal naudojamą kontekstą</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Reikalinga FreeFileSync Donoro Versija</target> - -<source>&Save</source> -<target>&Išsaugoti</target> - -<source>Save as &batch job...</source> -<target>Išsaugoti kaip &užduočių paketą...</target> - -<source>Show &log</source> -<target>Rodyti &žurnalą</target> - -<source>Start &comparison</source> -<target>Pradėti &palyginimą</target> - -<source>C&omparison settings</source> -<target>P&alyginimo parametrai</target> - -<source>&Filter settings</source> -<target>&Filtro parametrai</target> - -<source>S&ynchronization settings</source> -<target>S&uvienodinimo parametrai</target> - -<source>Start &synchronization</source> -<target>Pradėti &suvienodinimą</target> - -<source>&Actions</source> -<target>&Veiksmai</target> - -<source>&Preferences</source> -<target>&Pirmenybės</target> - -<source>&Language</source> -<target>&Kalba</target> - -<source>&Find...</source> -<target>&Ieškoti...</target> - -<source>&Export file list...</source> -<target>&Eksportuoti failų sąrašą...</target> - -<source>&Reset layout</source> -<target>&Išnaujo nustatyti išdėstymą</target> - -<source>&Tools</source> -<target>&Įrankiai</target> - -<source>&Check for updates now</source> -<target>&Dabar patikrinti atnaujinimus</target> - -<source>Check &automatically once a week</source> -<target>Tikrinti &automatiškai kartą per savaitę</target> - -<source>Cancel</source> -<target>Atšaukti</target> - -<source>Compare</source> -<target>Palyginti</target> - -<source>Synchronize</source> -<target>Suvienodinti</target> - -<source>Add folder pair</source> -<target>Pridėti aplankų porą</target> - -<source>Remove folder pair</source> -<target>Pašalinti aplankų porą</target> - -<source>Access online storage</source> -<target>Internetinės saugyklos prieiga</target> - -<source>Close search bar</source> -<target>Uždaryti paieškos įrankinę</target> - -<source>Find:</source> -<target>Paieška:</target> - -<source>Match case</source> -<target>Atitikti atveją</target> - -<source>Processed:</source> -<target>Atlikta:</target> - -<source>Remaining:</source> -<target>Likę:</target> - -<source>New</source> -<target>Naujas</target> - -<source>Open...</source> -<target>Atversti...</target> - -<source>Save</source> -<target>Išsaugoti</target> - -<source>Save as...</source> -<target>Išsaugoti kaip...</target> - -<source>View type:</source> -<target>Rodymo būdai:</target> - -<source>Select view:</source> -<target>Pasirinkti rodymo būdą:</target> - -<source>Save as default</source> -<target>Išsaugoti kaip pagrindinį</target> - -<source>Statistics:</source> -<target>Statistika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Failų ir aplankų, kurie bus ištrinti, skaičius</target> - -<source>Number of files that will be updated</source> -<target>Atnaujinamų failų kiekis</target> - -<source>Number of files and folders that will be created</source> -<target>Failų ir aplankų, kurie bus sukurti, skaičius</target> - -<source>Total bytes to copy</source> -<target>Viso baitų kopijuoti</target> - -<source>Arrange folder pair</source> -<target>Sulygiuoti pagal aplanko porą</target> - -<source>Main settings:</source> -<target>Pagrindiniai parametrai:</target> - -<source>Use local settings:</source> -<target>Naudoti vietinius nustatymus:</target> - -<source>Select a variant:</source> -<target>Pasirinkti variantą:</target> - -<source>Include &symbolic links:</source> -<target>Pridėti &simbolines nuorodas:</target> - -<source>&Follow</source> -<target>&Sekti</target> - -<source>&Direct</source> -<target>&Tiesiogiai</target> - -<source>More information</source> -<target>Daugiau informacijos</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignoruoti laiko nuokrypį [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Parinkti failo ignoruojamo laiko nuokrypį</target> - -<source>Example:</source> -<target>Pavyzdys:</target> - -<source>Handle daylight saving time</source> -<target>Naudoti vasaros laiką</target> - -<source>Ignore errors</source> -<target>Ignoruoti klaidas</target> - -<source>Retry count:</source> -<target>Skaičiuoti is naujo:</target> - -<source>Delay (in seconds):</source> -<target>Uždelsimas (sekundėmis):</target> - -<source>Performance improvements:</source> -<target>Veiklos gerinimai:</target> - -<source>Parallel file operations:</source> -<target>Lygiagrečios failų operacijos:</target> - -<source>How to get best performance?</source> -<target>Kaip gauti geriausius rezultatus?</target> - -<source>Local settings:</source> -<target>Vietiniai nustatymai:</target> - -<source>Include:</source> -<target>Įtraukti:</target> - -<source>Show examples</source> -<target>Rodyti pavyzdžius</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Pasirinkti filtro taisykles norint išskirti pasirinktus failus iš Suvienodinimo. Įveskite failo kelią, kuris atitinka aplanką.</target> - -<source>File size:</source> -<target>Failo dydis:</target> - -<source>Minimum:</source> -<target>Mažiausias:</target> - -<source>Maximum:</source> -<target>Didžiausias:</target> - -<source>Time span:</source> -<target>Laiko atkarpa:</target> - -<source>C&lear</source> -<target>&Išvalyti</target> - -<source>Detect moved files</source> -<target>Rasti perkeltus failus</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nesuderinama su visomis failų sistemomis -- Būtini ir sukuriami duomenų bazės failai -- Pirmame suderinime aptikimas negalimas -</target> - -<source>Delete files:</source> -<target>Ištrinti failus:</target> - -<source>&Recycle bin</source> -<target>&Šiukšliadėžė</target> - -<source>&Permanent</source> -<target>&Pastovus</target> - -<source>&Versioning</source> -<target>&Atsarginės versijos kūrimas</target> - -<source>Move files to a user-defined folder</source> -<target>Perkelti failus į vartotojo nustatytą katalogą</target> - -<source>Naming convention:</source> -<target>Pavadinimų taisyklės:</target> - -<source>Limit file versions:</source> -<target>Failų versijos riba:</target> - -<source>Last x days:</source> -<target>Paskutinių x dienų:</target> - -<source>&Override default log path:</source> -<target>&Pakeisti pradinę žurnalo nuorodą:</target> - -<source>Run a command:</source> -<target>Vykdyti komandą:</target> - -<source>OK</source> -<target>Gerai</target> - -<source>Connection type:</source> -<target>Prisijungimo būdas:</target> - -<source>Connected user accounts:</source> -<target>Prisijungta prie vartotojų:</target> - -<source>&Add connection</source> -<target>&Pridėti prisijungimus</target> - -<source>&Disconnect</source> -<target>&Atsijungti</target> - -<source>Selected user account:</source> -<target>Pasirinkti vartotoją:</target> - -<source>Server name or IP address:</source> -<target>Serverio vardas arba IP adresas:</target> - -<source>Port:</source> -<target>Jungtis:</target> - -<source>Encryption:</source> -<target>Kodavimas:</target> - -<source>&Disabled</source> -<target>&Išjungta</target> - -<source>&Explicit SSL/TLS</source> -<target>&Aiškiai apibrėžtą initializacijos vektorius SSL/TLS</target> - -<source>Authentication:</source> -<target>Autentifikavimas:</target> - -<source>&Password</source> -<target>&Slaptažodis</target> - -<source>&Key file</source> -<target>&Rakto failas</target> - -<source>&SSH agent</source> -<target>&SSH-agent'as</target> - -<source>User name:</source> -<target>Vartotojo vardas:</target> - -<source>Private key file:</source> -<target>Privataus rakto files:</target> - -<source>&Show password</source> -<target>&Rodyti slaptažodį</target> - -<source>Directory on server:</source> -<target>Katalogas serveryje:</target> - -<source>Access timeout (in seconds):</source> -<target>Prieigos laikas pasibaigs (sekundės):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanalai per jungtį:</target> - -<source>Detect server limit</source> -<target>Aptikti serverio ribas</target> - -<source>Select Folder</source> -<target>Pažymėti Aplanką</target> - -<source>Variant:</source> -<target>Variantai:</target> - -<source>&Don't show this dialog again</source> -<target>&Nerodyti pakartotinai šio dialogo lango</target> - -<source>Bytes:</source> -<target>Baitai:</target> - -<source>Items:</source> -<target>Elementai:</target> - -<source>Synchronizing...</source> -<target>Suvienodinama...</target> - -<source>Minimize to notification area</source> -<target>Nuleisti į apačią dešinėje</target> - -<source>Bytes</source> -<target>Baitai</target> - -<source>Items</source> -<target>Elementai</target> - -<source>When finished:</source> -<target>Kai pabaigta:</target> - -<source>Auto-close</source> -<target>Automatiškai uždaryti</target> - -<source>Close</source> -<target>Uždaryti</target> - -<source>&Pause</source> -<target>&Pauzė</target> - -<source>Stop</source> -<target>Stabdyti</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Sukurti paleidimo failą suvienodinimui be priežiūros. Norint jį paleisti reikia paspausti and failo du kartus pele arba nustatyti su užduočių planuotoju: %x</target> - -<source>Progress dialog:</source> -<target>Eiga:</target> - -<source>Run minimized</source> -<target>Vykdyti sumažinus</target> - -<source>Show pop-up on errors or warnings</source> -<target>Rodyti pranešimą esant klaidoms ar perspėjimams</target> - -<source>&Cancel</source> -<target>&Uždaryti</target> - -<source>Stop synchronization at first error</source> -<target>Stabdyti suvienodinimą, pirmai klaidai įvykus</target> - -<source>How can I schedule a batch job?</source> -<target>Kaip aš galiu užduočių paketą įtraukti į tvarkaraštį?</target> - -<source>&Keep relative paths</source> -<target>&Laikyti panašias kelius</target> - -<source>&Overwrite existing files</source> -<target>&Pakeisti esamus failus</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Sekantys parametrai yra naudojami visiems suvienodinimo darbams.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopijuoti į laikiną failą (*.ffs_tmp) prieš pakeičiant parinktis. -Tai garantuos pastovią buseną, netgi įvykus rimtai klaidai. -</target> - -<source>recommended</source> -<target>rekomenduojama</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopijuoti bendrintus arba užrakintus failus naudojant duomenų šešėlinės kopijos paslaugą.</target> - -<source>requires administrator rights</source> -<target>reikalingos administratoriaus teisės</target> - -<source>Transfer file and folder permissions.</source> -<target>Failų ir aplankų perkėlimo leidimai.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Vėl rodyti visus paslėptus dialogo langus ir įspėjamuosius pranešimus</target> - -<source>Default log path:</source> -<target>Pradinė žurnalo nuoroda:</target> - -<source>&Delete logs after x days:</source> -<target>&Ištrinti žurnalo įrašus po x dienų:</target> - -<source>Notification sounds:</source> -<target>Pranešimo garsas:</target> - -<source>Synchronization finished:</source> -<target>Suvienodinimas pabaigtas:</target> - -<source>Customize context menu:</source> -<target>Pagrindinio meniu pasirinkimai:</target> - -<source>Description</source> -<target>Apibūdinimas</target> - -<source>&Default</source> -<target>&Numatyta</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Nuomonės ir pasiūlymai yra laukiami:</target> - -<source>Home page</source> -<target>Pagrindinis puslapis</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Diskusijos</target> - -<source>Email</source> -<target>El. paštas</target> - -<source>If you like FreeFileSync:</source> -<target>Jei Jums patinka FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Pailaikymas su paaukojimu</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Automatinis atnaujinimas yra išjungtas administratoriaus.</target> - -<source>Donation details</source> -<target>Išsamiau apie aukojimą</target> - -<source>Source code written in C++ using:</source> -<target>Šaltinio kodas parašytas su C++ naudojant:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publikuota naudojant GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Labai dėkojame už vertimą:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktyvuoti FreeFileSync Donoro Versiją, naudojant vieną iš sekančių metodų:</target> - -<source>Activate via internet now:</source> -<target>Aktyvuoti dabar per internetą:</target> - -<source>Activate online</source> -<target>Actyvuoti per internetą</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Gauti aktyvavimo raktą, kuris veikia neprisijungus, iš šio URL:</target> - -<source>&Copy to clipboard</source> -<target>&Kopijuoti į mainų sritį</target> - -<source>Enter activation key:</source> -<target>Įvesti aktyvavimo raktą:</target> - -<source>Activate offline</source> -<target>Aktyvuoti neprisijungus</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Paryškinti parametrus kurie nebuvo vykdomi daugiau nei dienų:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>Kai suvienodina jūsų duomenis, FreeFileSync reikia priegos teisių, (pvz.: paštas, žinutės, kalendorius), kad išvengtų klaidos "Operacija neleidžiama".</target> - -<source>Locate the FreeFileSync app</source> -<target>Surasti FreeFileSync programą</target> - -<source>Open Security && Privacy</source> -<target>Atversti Apsuaga && Privatumas</target> - -<source>Click the lock to allow changes.</source> -<target>Įgalinti pakeitimus spausti užraktą.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Tempti FreeFileSync į panelę.</target> - -<source>Synchronization Settings</source> -<target>Suvienodinimo parametrai</target> - -<source>Access Online Storage</source> -<target>Pasiekti Suagyklą Internete</target> - -<source>Save as a Batch Job</source> -<target>Išsuagoti kaip paketinį failą</target> - -<source>Delete Items</source> -<target>Pašalinti elementai</target> - -<source>Copy Items</source> -<target>Kopijuoti Elementus</target> - -<source>Options</source> -<target>Parinktys</target> - -<source>Select Time Span</source> -<target>Pasirinkti laiko atkarpą</target> - -<source>Highlight Configurations</source> -<target>Pažymėti Nustatymus</target> - -<source>Grant Full Disk Access</source> -<target>Sutekti Pilną Disko Prieigą</target> - -<source>Info</source> -<target>Informacija</target> - -<source>No log entries</source> -<target>Nėra žurnalo įrašų</target> - -<source>Select all</source> -<target>Pažymėti visus</target> - -<source>&Options</source> -<target>&Parinktys</target> - -<source>Main Bar</source> -<target>Pagrindinė įrankinė</target> - -<source>Folder Pairs</source> -<target>Sugretinti aplankai</target> - -<source>Find</source> -<target>Rasti</target> - -<source>View Settings</source> -<target>Rodymo parametrai</target> - -<source>Configuration</source> -<target>Nustatymai</target> - -<source>Overview</source> -<target>Apžvalga</target> - -<source>Swap sides</source> -<target>Sukeisti puses</target> - -<source>Show "%x"</source> -<target>Rodyti "%x"</target> - -<source>&Show details</source> -<target>&Rodyti išsamiai</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x yra pasiekiamas!</target> - -<source>Local path not available for %x.</source> -<target>Nerastas %x vietinis kelias.</target> - -<source>Confirm</source> -<target>Patvirtinti</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Ar iš tikrųjų norite vykdyti komandą %y iš %x elemento?</pluralform> -<pluralform>Ar iš tikrųjų norite vykdyti komandą %y iš %x elementų?</pluralform> -<pluralform>Ar iš tikrųjų norite vykdyti komandą %y iš %x elementų?</pluralform> -</target> - -<source>&Execute</source> -<target>&Vykdyti</target> - -<source>Set direction:</source> -<target>Nustatyti kryptį:</target> - -<source>multiple selection</source> -<target>keletos pažymėjimas</target> - -<source>&Include via filter:</source> -<target>&Pridėti su filtro pagalba:</target> - -<source>&Exclude via filter:</source> -<target>&Išskirti su filtro pagalba:</target> - -<source>Include temporarily</source> -<target>Įtraukti laikinai</target> - -<source>Exclude temporarily</source> -<target>Neįtraukti laikinai</target> - -<source>&Synchronize selection</source> -<target>&Suvienodinti pasirinkimus</target> - -<source>&Copy to...</source> -<target>&Kopijuoti į...</target> - -<source>&Delete</source> -<target>&Ištrinti</target> - -<source>Show icons:</source> -<target>Rodyti ženkliukus:</target> - -<source>Small</source> -<target>Maži</target> - -<source>Medium</source> -<target>Vidutiniai</target> - -<source>Large</source> -<target>Dideli</target> - -<source>Select time span...</source> -<target>Pasirinkti laiko tarpą...</target> - -<source>Donation Edition</source> -<target>Donoro Versija</target> - -<source>Folder Comparison and Synchronization</source> -<target>Aplankų Palyginimas ir Suvienodinimas</target> - -<source>Configuration saved</source> -<target>Nustatymai išsaugoti</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync paketinė užduotis</target> - -<source>Do you want to save changes to %x?</source> -<target>Ar norite išsaugoti %x pakeitimus?</target> - -<source>Never save &changes</source> -<target>Niekada neišsaugoti &pakeitimų</target> - -<source>Do&n't save</source> -<target>&Nesaugoti</target> - -<source>%x cannot be renamed.</source> -<target>%x negali būti pervardintas.</target> - -<source>New name:</source> -<target>Naujas pavadinimas:</target> - -<source>Rename Configuration</source> -<target>Pervardinti Pasirinkimą</target> - -<source>Configuration name must not be empty.</source> -<target>Pasirinkimo pavadinimas negali būti tuščias.</target> - -<source>&Rename...</source> -<target>&Pervardinti...</target> - -<source>Hide configuration</source> -<target>Paslėpti nustatymus</target> - -<source>Highlight...</source> -<target>Pažymėti...</target> - -<source>Clear filter</source> -<target>Panaikinti filtrą</target> - -<source>Show files that exist on left side only</source> -<target>Rodyti failus, kurie egzistuoja tik kairėje pusėje</target> - -<source>Show files that exist on right side only</source> -<target>Rodyti failus, kurie egzistuoja tik dešinėje pusėje</target> - -<source>Show files that are newer on left</source> -<target>Rodyti failus, kurie yra naujesni kairėje</target> - -<source>Show files that are newer on right</source> -<target>Rodyti failus, kurie yra naujesni dešinėje</target> - -<source>Show files that are equal</source> -<target>Rodyti failus, kurie yra lygūs</target> - -<source>Show files that are different</source> -<target>Rodyti failus, kurie yra skirtingi</target> - -<source>Show conflicts</source> -<target>Rodyti konfliktus</target> - -<source>Show files that will be created on the left side</source> -<target>Rodyti failus, kurie bus sukurti kairėje pusėje</target> - -<source>Show files that will be created on the right side</source> -<target>Rodyti failus, kurie bus sukurti dešinėje pusėje</target> - -<source>Show files that will be deleted on the left side</source> -<target>Rodyti failus, kurie bus ištrinti kairėje pusėje</target> - -<source>Show files that will be deleted on the right side</source> -<target>Rodyti failus, kurie bus ištrinti dešinėje pusėje</target> - -<source>Show files that will be updated on the left side</source> -<target>Rodyti failus, kurie bus atnaujinti kairėje pusėje</target> - -<source>Show files that will be updated on the right side</source> -<target>Rodyti failus, kurie bus atnaujinti dešinėje pusėje</target> - -<source>Show files that won't be copied</source> -<target>Rodyti failus, kurie ne bus kopijuojami</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Rodyti išfiltruotus ar laikinai išskirtus failus</target> - -<source>Filter</source> -<target>Filtras</target> - -<source>All files are in sync</source> -<target>Visi failai suvienodinti</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x katalogas</pluralform> -<pluralform>%x katalogai</pluralform> -<pluralform>%x katalogų</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x failas</pluralform> -<pluralform>%x failai</pluralform> -<pluralform>%x failų</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Rodoma %y iš %x eilutės</pluralform> -<pluralform>Rodoma %y iš %x eilučių</pluralform> -<pluralform>Rodoma %y iš %x eilučių</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nepavyksta rasti %x</target> - -<source>Move up</source> -<target>Perkelti į viršų</target> - -<source>Move down</source> -<target>Perkelti į apačią</target> - -<source>Comma-separated values</source> -<target>Kableliu atskirtos reikšmės</target> - -<source>File list exported</source> -<target>Failų sąrašas eksportuotas</target> - -<source>Searching for program updates...</source> -<target>Ieškoma programos atnaujinimų...</target> - -<source>Paused</source> -<target>Pristabdyta</target> - -<source>Stop requested...</source> -<target>Stabdomas užklausimas...</target> - -<source>Initializing...</source> -<target>Pradedama...</target> - -<source>Comparing content...</source> -<target>Palyginimo turinys...</target> - -<source>&Continue</source> -<target>&Tęsti</target> - -<source>Progress</source> -<target>Pokytis</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Ačiū, %x, už jūsų auką, bei parėmimą!</target> - -<source>Connections</source> -<target>Prisijungimai</target> - -<source>Recommended range:</source> -<target>Rekomenduojamas intervalas:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Ar jūs tikrai norite atsijungti nuo vartotojo %x?</target> - -<source>Password:</source> -<target>Slaptažodis:</target> - -<source>Key passphrase:</source> -<target>Rakto slaptafrazė:</target> - -<source>Please enter a file path.</source> -<target>Prašome įvesti failo kelią.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Ar kopijuoti šį %x elementą į kitą aplanką?</pluralform> -<pluralform>Ar kopijuoti šiuos %x elementus į kitą aplanką?</pluralform> -<pluralform>Ar kopijuoti šiuos %x elementų į kitą aplanką?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Prašome įvesti tikslinį aplanko vardą.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Ar tikrai norite perkelti %x poziciją į šiukšliadėžę?</pluralform> -<pluralform>Ar tikrai norite perkelti šias %x pozicijas į šiukšliadėžę?</pluralform> -<pluralform>Ar tikrai norite perkelti šias %x pozicijų į šiukšliadėžę?</pluralform> -</target> - -<source>Move</source> -<target>Perkelti</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Ar tikrai norite ištrinti %x elementą?</pluralform> -<pluralform>Ar tikrai norite ištrinti šiuos %x elementus?</pluralform> -<pluralform>Ar tikrai norite ištrinti šiuos %x elementų?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Pradėti pasirinkimų suvienodinimą?</target> - -<source>Start synchronization now?</source> -<target>Dabar pradėti suvienodinimą?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopijuoti DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integruoti išorines programas į kontekstinį meniu. Sekantys makro galimi:</target> - -<source>Full file or folder path</source> -<target>Pilnas failų ir aplankų kelias</target> - -<source>Parent folder path</source> -<target>Pirminio aplanko kelias</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Laikina kopija saugoti SFTP ir MTP</target> - -<source>Parameters for opposite side</source> -<target>Parametrai priešingai pusei</target> - -<source>Show hidden dialogs again</source> -<target>Vėl rodyti paslėptus dialogo langus</target> - -<source>All dialogs shown</source> -<target>Rodomi visi dialogai</target> - -<source>Downloading update...</source> -<target>Siunčiamas atanujinimas...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Sutapatinti vienodus failus lyginant failų modifikavimo laiką ir dydį.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Sutapatinti vienodus failus lyginant failų turinį.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identifikuoti vienodus failus, palyginant jų dydį.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Nustatyti ir vykdyti pokyčius abiejose pusėse. Trynimai, perkėlimai ir konfliktai yra aptinkami automatiškai naudojant duomenų bazę.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Sukurti tikslią kairiojo aplanko atsarginę kopiją tinkinant su dešiniu aplanku.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopijuoti naujus ir atnaujintus failus į dešinį aplanką.</target> - -<source>Configure your own synchronization rules.</source> -<target>Nustatyti Jūsų pačių suvienodinimo taisykles.</target> - -<source>Comparison</source> -<target>Palyginimas</target> - -<source>Synchronization</source> -<target>Suvienodinimas</target> - -<source>This week</source> -<target>Ši savaitė</target> - -<source>This month</source> -<target>Šis mėnuo</target> - -<source>This year</source> -<target>Šie metai</target> - -<source>Byte</source> -<target>Baitai</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Išlaikyti ištruntus ir perrašytus failus šiukšlinėje</target> - -<source>Delete and overwrite files permanently</source> -<target>Ištrinti ir perrašyti failus negrįžtamai</target> - -<source>Replace</source> -<target>Pakeisti</target> - -<source>Move files and replace if existing</source> -<target>Perkelti failus ir pakeisti jei egzistuoja</target> - -<source>Time stamp</source> -<target>Laiko žymė</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Perkelti failus į poaplankį su laiko žyme</target> - -<source>File</source> -<target>Failas</target> - -<source>Append a time stamp to each file name</source> -<target>Pridėti laiko žymę prie kiekvieno failo pavadinimo</target> - -<source>On completion:</source> -<target>Pasibaigus:</target> - -<source>On errors:</source> -<target>Klaidos atvelu:</target> - -<source>On success:</source> -<target>Teisingai atlikus:</target> - -<source>Main config</source> -<target>Pagrindiniia parametrai</target> - -<source>empty</source> -<target>tuščias</target> - -<source>Leave as unresolved conflict</source> -<target>Palikti kaip neišpręstą konfliktą</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimalus versijų skaičius turi būti mažesnis, nei maksimalus skaičius.</target> - -<source>&Restore</source> -<target>&Atstatyti</target> - -<source>Files</source> -<target>Failai</target> - -<source>Percentage</source> -<target>Procentai</target> - -<source>Failed to retrieve update information.</source> -<target>Nepavyko gauti atnaujimo informacijos.</target> - -<source>Automatic updates:</source> -<target>Automatiniai atnaujinimai:</target> - -<source>Check for Program Updates</source> -<target>Tikrinti programos atnaujinimus</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Dabar automatiškai atnaujinti arba atnaujinimą atsisiųsti iš FreeFileSync pagrindinio puslapio?</target> - -<source>&Auto-update</source> -<target>&Automatinis atnaujinimas</target> - -<source>&Home page</source> -<target>&Pagrindinis puslapis</target> - -<source>Download now?</source> -<target>Atsiųsti dabar?</target> - -<source>&Download</source> -<target>&Atsisiųsti</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync yra naujausia.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Negalima surasti dabartinės FreeFileSync versijos internete. Galgūt yra nauja versija. Ar patikrinti dabar rankiniu būdu?</target> - -<source>&Check</source> -<target>&Tikrinti</target> - -<source>Consistency check failed for %x.</source> -<target>Nuoseklumo patikrinimas neįvyko %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Įdiegimas buvo registruotas kitoje operacinėje sistemoje.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Nepavyko aktyvuoti FreeFileSync Donoro Versijos.</target> - -<source>Incorrect activation key.</source> -<target>Neteisingas aktyvavimo raktas.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nepavyko aktyvuoti sisteminių žinučių gavimo funkciją.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x įdiegiamoji parinktis yra tiktai FreeFileSync Donoro Versijoje.</target> - -<source>Cannot find system function %x.</source> -<target>Nepavyksta rasti sisteminės funkcijos %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nepavyko priregistruoti %x įrenginio pranešimų.</target> - -<source>The file is locked by another process:</source> -<target>Failas yra užrakintas kito procceso:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Nepavyko nustatyti aplanko %x, kuriame yra failas, leidimų palaikymą.</target> - -<source>Cannot read security context of %x.</source> -<target>Nepavyksta perskaityti %x saugumo konteksto.</target> - -<source>Cannot write security context of %x.</source> -<target>Nepavyksta įrašyti %x saugumo konteksto.</target> - -<source>Cannot read permissions of %x.</source> -<target>Nepavyksta perskaityti %x leidimų.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nepavyko nukopijuoti leidimų iš %x į %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nėra reguliarus katalogo vardas.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nepavyko nukopijuoti atributų iš %x į %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x minutė</pluralform> -<pluralform>%x minutės</pluralform> -<pluralform>%x minučių</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x valanda</pluralform> -<pluralform>%x valandos</pluralform> -<pluralform>%x valandų</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Nepavyksta nustatyti privilegijos %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nepavyko laikinai sustabdyti sistemos budėjimo rėžimo.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nepavyksta pakeisti proceso I/O prioritetų.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Tikrinama šiukšliadėžė. Failas %x nerastas.</target> - -<source>Unable to shut down the system.</source> -<target>Nepavyko išjungti sistemos.</target> - -<source>Prepare installation</source> -<target>Ruošiamasi įdiegimui</target> - -<source>Choose which components you want to install.</source> -<target>Pasirinkite kuriuos komponentus norėtumėte įdiegti.</target> - -<source>Select installation type:</source> -<target>Pasirinkti įdiegimo būdą:</target> - -<source>Local</source> -<target>Vietoje</target> - -<source>Portable</source> -<target>Nešiojamas</target> - -<source>Save settings in %x</source> -<target>Išsaugoti parametrus %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Įrašyti FreeFileSync failų plėtinius</target> - -<source>Create Explorer context menu entries</source> -<target>Sukurti failų naršyklės turinio įrašus</target> - -<source>Save settings in installation directory</source> -<target>Išsaugoti parametrus įdiegimo kataloge</target> - -<source>Do not write to Registry</source> -<target>Nerašyti į registrų skiltį</target> - -<source>Just copy the files</source> -<target>Tiesiog kopijuoti failus</target> - -<source>Choose a directory for installation:</source> -<target>Pasirinkite aplanką į kurį norėtumėte įdiegti:</target> - -<source>Create shortcuts:</source> -<target>Sukurti nuorodas:</target> - -<source>Desktop</source> -<target>Darbalaukis</target> - -<source>Start Menu</source> -<target>Pradžios Meniu</target> - -<source>Send To</source> -<target>Siųsti Į</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registruojami FreeFileSync failų plėtiniai</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Išregistruojami FreeFileSync failų plėtiniai</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Konfigūracijos</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync Failų Paketas</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync Suvienodinimo duomenų bazė</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync Nustatymai</target> - -<source>Edit with FreeFileSync</source> -<target>Koreguoti su FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Vietoje reklamos, štai čia yra gyvūnas.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync kilnojama versija negali būti įdiegta į poaplankį %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Prašome pasirinkti vietinio įdiegimo metodą arba pakeiskite aplaką.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Pasirinkti Parėmimo Versiją su papildomomis funkcijomis ir padėkite išlaikyti FreeFileSync be reklamų.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/norwegian.lng b/FreeFileSync/Build/Resources/Languages/norwegian.lng deleted file mode 100755 index 3c2df217..00000000 --- a/FreeFileSync/Build/Resources/Languages/norwegian.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Norsk</language> - <translator>Karl Gudmund Helland</translator> - <locale>nb_NO</locale> - <image>flag_norway.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Kan ikke lese filen %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Uventet størrelse på datastrømmen. -Forventet: %x bytes -Faktisk: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Kan ikke opprette filen %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Kan ikke skrive tillatelsene til %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operasjonen støttes ikke mellom ulike enheter.</target> - -<source>Cannot delete file %x.</source> -<target>Kan ikke slette filen %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Kan ikke slette symbolsk lenke %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Kan ikke slette katalog %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Kan ikke flytte filen %x til %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Kan ikke kopiere symbolsk forbindelse %x til %y.</target> - -<source>Error Code %x</source> -<target>Feilkode %x</target> - -<source>Cannot read directory %x.</source> -<target>Kan ikke lese katalogen %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Kan ikke oppdatere tidsendring på %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Kan ikke lese filattributterne på %x.</target> - -<source>Cannot create directory %x.</source> -<target>Kan ikke lage katalog %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Kan ikke bestemme endelig sti for %x.</target> - -<source>Operation not supported by device.</source> -<target>Operasjonen støttes ikke av enheten.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Kan ikke løse den symbolske forbindelsen %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Kunne ikke flytte %x til papirkurven.</target> - -<source>Authentication completed.</source> -<target>Autentisering er ferdig.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Du kan lukke denne siden nå og fortsette med FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Autentisering mislyktes.</target> - -<source>Unable to connect to %x.</source> -<target>Kan ikke koble til %x.</target> - -<source>Cannot find %x.</source> -<target>Kan ikke finne %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Navnet %x brukes av mer enn ett element i mappen.</target> - -<source>Please authorize access to user account %x.</source> -<target>Vennligst godta tilgang til brukerkonto %x.</target> - -<source>Cannot open file %x.</source> -<target>Kan ikke åpne filen %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Navnet %x brukes allerede av et annet element.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Kan ikke fastslå ledig diskplass for %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Kan ikke koble fra %x.</target> - -<source>Unable to access %x.</source> -<target>Får ikke tilgang til %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Kunne ikke få informasjon om server %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Kan ikke overvåke katalog %x.</target> - -<source>Cannot find device %x.</source> -<target>Kan ikke finne enhet %x.</target> - -<source>Cannot open directory %x.</source> -<target>Kan ikke åpne katalog %x.</target> - -<source>Unsupported item type.</source> -<target>Ikke-støttet varetype.</target> - -<source>Incorrect command line:</source> -<target>Ugyldig kommando:</target> - -<source>The server does not support authentication via %x.</source> -<target>Tjeneren støtter ikke autentisering via %x.</target> - -<source>Required:</source> -<target>Krav:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Operasjonen timet ut etter 1 sekund.</pluralform> -<pluralform>Operasjonen timet ut etter %x sekunder.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Kan ikke vente på mer enn 1 tilkobling om gangen.</pluralform> -<pluralform>Kan ikke vente på mer enn %x tilkoblinger på en gang.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktive tilkoblinger: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Kunne ikke åpne SFTP kanalnummer %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Begge sider er endret siden siste synkronisering.</target> - -<source>Cannot determine sync-direction:</source> -<target>Kan ikke bestemme synkroniserings-retning:</target> - -<source>No change since last synchronization.</source> -<target>Ingen endringer siden siste synkronisering.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Databaseinngangen er ikke synkront med de aktuelle innstillinger.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Setter standard synkroniserings-retning: Gamle filer vil bli overskrevet med nyere filer.</target> - -<source>Creating file %x</source> -<target>Lager filen %x</target> - -<source>Creating folder %x</source> -<target>Lager mappen %x</target> - -<source>Creating symbolic link %x</source> -<target>Oppretter den symbolske forbindelsen %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Flytter filen %x til papirkurven</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Flytter mappen %x til papirkurven</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Flytter symbolsk link %x til papirkurv</target> - -<source>Deleting file %x</source> -<target>Sletter filen %x</target> - -<source>Deleting folder %x</source> -<target>Sletter mappen %x</target> - -<source>Deleting symbolic link %x</source> -<target>Sletter symbolsk forbindelse %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Sjekker papirkurvens tilgjengelighet for mappen %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Papirkurven støttes ikke av følgende mapper. Slettede eller overskrevne filer kan ikke gjenopprettes:</target> - -<source>An exception occurred</source> -<target>Et unntak oppstod</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>En venstre og en høyre katalogbane forventes etter %x.</target> - -<source>Syntax error</source> -<target>Syntaksfeil</target> - -<source>Cannot find file %x.</source> -<target>Kan ikke finne filen %x.</target> - -<source>Error</source> -<target>Feil</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Filen %x inneholder ikke gyldige innstillinger.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Innstillingsfilen må ikke inneholde innstillinger på katalog-nivå når mapper er satt via en kommandolinje.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Mapper kan ikke settes til mere enn en innstillingsfil.</target> - -<source>Command line</source> -<target>Kommandolinje</target> - -<source>Syntax:</source> -<target>Syntaks:</target> - -<source>config files:</source> -<target>konfigurer filer:</target> - -<source>directory</source> -<target>katalog</target> - -<source>global config file:</source> -<target>global innstillingsfil:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Vilkårlig antall FreeFileSync "ffs_gui" og/eller "ffs_batch" innstillingsfiler.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Et ubegrenset antall alternative kataloger for maksimalt én konfigurasjonsfil.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Åpne den valgte konfigurasjonen bare for redigering uten å utføre den.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Sti til en alternativ GlobalSettings.xml fil.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Installasjonsfilene er ødelagte. Installer FreeFileSync på nytt.</target> - -<source>Cannot find the following folders:</source> -<target>Kan ikke finne følgende mapper:</target> - -<source>The following folders do not yet exist:</source> -<target>Følgende mapper eksisterer ikke:</target> - -<source>The folders are created automatically when needed.</source> -<target>Mappene blir opprettet automatisk når det trengs.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Følgende mappebaner er forskjellige i tilfelle. Vennligst bruk et enkelt skjema for å unngå dupliserte tilganger.</target> - -<source>Scanning:</source> -<target>Skanner:</target> - -<source>Comparison finished:</source> -<target>Sammenligning ferdig:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 punkt funnet</pluralform> -<pluralform>%x punkter funnet</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Brukt tid:</target> - -<source>File %x has an invalid date.</source> -<target>Filen %x har en ugyldig dato.</target> - -<source>Date:</source> -<target>Dato:</target> - -<source>Files have the same date but a different size.</source> -<target>Filene har samme dato, men en annen størrelse.</target> - -<source>Size:</source> -<target>Størrelse:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Innholdssammenligningen ble hoppet over for ekskluderte filer.</target> - -<source>Items differ in attributes only</source> -<target>Elementene har kun forskjellige attributter</target> - -<source>Resolving symbolic link %x</source> -<target>Løser symbolsk forbindelse %x</target> - -<source>Comparing content of files %x</source> -<target>Sammenligner innhold i filer %x</target> - -<source>Generating file list...</source> -<target>Oppretter fil-liste...</target> - -<source>Fail-safe file copy</source> -<target>Sikker filkopiering</target> - -<source>Enabled</source> -<target>Aktivert</target> - -<source>Disabled</source> -<target>Deaktivert</target> - -<source>Copy locked files</source> -<target>Kopiér låste filer</target> - -<source>Copy file access permissions</source> -<target>Kopiér adgangs-tillatelser</target> - -<source>File time tolerance</source> -<target>Filtid toleranse</target> - -<source>Run with background priority</source> -<target>Kjør med bakgrunns-prioritet</target> - -<source>Lock directories during sync</source> -<target>Lås kataloger under synkronisering</target> - -<source>Verify copied files</source> -<target>Kontrollér kopierte filer</target> - -<source>Using non-default global settings:</source> -<target>Bruk av ikke-standard globale innstillinger:</target> - -<source>A folder input field is empty.</source> -<target>Der er ikke skrevet inn noe mappenavn.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Den samsvarende mappen betraktes som tom.</target> - -<source>Exclude:</source> -<target>Ekskludér:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>En basismappe til et mappepar finnes i den andre.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Mappen bør utelukkes fra synkronisering via filter.</target> - -<source>Calculating sync directions...</source> -<target>Beregner synkroniserings-retninger...</target> - -<source>Out of memory.</source> -<target>Ikke nok minne.</target> - -<source>Show in Explorer</source> -<target>Vis i Explorer</target> - -<source>Open with default application</source> -<target>Åpne med standardprogrammet</target> - -<source>Browse directory</source> -<target>Bla i katalogen</target> - -<source>Database file %x is incompatible.</source> -<target>Databasefilen %x er inkompatibel.</target> - -<source>Initial synchronization:</source> -<target>Første synkronisering:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databasefilen %x finnes ikke ennå.</target> - -<source>Database file is corrupted:</source> -<target>Databasefilen er skadet:</target> - -<source>Loading file %x...</source> -<target>Laster fil %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Databasefilene inneholder ennå ikke informasjon om siste synkronisering.</target> - -<source>Saving file %x...</source> -<target>Lagrer filen %x...</target> - -<source>Searching for folder %x...</source> -<target>Søker etter mappen %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Timeout mens du søker etter mappe %x.</target> - -<source>Cannot get process information.</source> -<target>Kan ikke hente bearbeidings-informasjon.</target> - -<source>Waiting while directory is locked:</source> -<target>Venter mens katalogen låses:</target> - -<source>Lock owner:</source> -<target>Lås eier:</target> - -<source>Detecting abandoned lock...</source> -<target>Finner etterlatt lås...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sek</pluralform> -<pluralform>%x sek</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Elementet finnes kun på venstre side</target> - -<source>Item exists on right side only</source> -<target>Elementet finnes kun på høyre side</target> - -<source>Left side is newer</source> -<target>Venstre side er nyest</target> - -<source>Right side is newer</source> -<target>Høyre side er nyest</target> - -<source>Items have different content</source> -<target>Elementene har forskjellig innhold</target> - -<source>Both sides are equal</source> -<target>Begge sider er like</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/ukjent element</target> - -<source>Copy new item to left</source> -<target>Kopier nytt element mot venstre</target> - -<source>Copy new item to right</source> -<target>Kopier nytt element mot høyre</target> - -<source>Delete left item</source> -<target>Slett venstre element</target> - -<source>Delete right item</source> -<target>Slett høyre element</target> - -<source>Move file on left</source> -<target>Flytt filen til venstre</target> - -<source>Move file on right</source> -<target>Flytt filen til høyre</target> - -<source>Update left item</source> -<target>Oppdater venstre element</target> - -<source>Update right item</source> -<target>Oppdater høyre element</target> - -<source>Do nothing</source> -<target>Ikke gjør noe</target> - -<source>Update attributes on left</source> -<target>Oppdater attributter til venstre</target> - -<source>Update attributes on right</source> -<target>Oppdater attributter til høyre</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Behandlingsfeil i filen %x, rad %y, kolonne %z.</target> - -<source>Services</source> -<target>Tjenester</target> - -<source>Show All</source> -<target>Vis alt</target> - -<source>Hide Others</source> -<target>Skjul andre</target> - -<source>Hide %x</source> -<target>Skjul %x</target> - -<source>Quit %x</source> -<target>Avslutt %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Kan ikke angi kataloglås for følgende mapper:</target> - -<source>Errors:</source> -<target>Feil:</target> - -<source>Warnings:</source> -<target>Advarsler:</target> - -<source>Items processed:</source> -<target>Elementer behandlet:</target> - -<source>Items remaining:</source> -<target>Gjenstående elementer:</target> - -<source>Total time:</source> -<target>Samlet tid:</target> - -<source>Warning</source> -<target>Advarsel</target> - -<source>Stopped</source> -<target>Stoppet</target> - -<source>Cleaning up log files:</source> -<target>Sletter loggfiler:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 tråd</pluralform> -<pluralform>%x tråder</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x elementer</target> - -<source>Completed successfully</source> -<target>Fullførte feilfritt</target> - -<source>Completed with warnings</source> -<target>Avsluttet med advarsler</target> - -<source>Completed with errors</source> -<target>Avsluttet med feil</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Volume Shadow Copy-tjenesten er ikke tilgjengelig.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Kjør 64-bits versjonen av FreeFileSync for å lage skyggekopier på dette systemet.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Volumnavnet %x er ikke en del av filstien %y.</target> - -<source>File time and size</source> -<target>Størrelse og tid</target> - -<source>File content</source> -<target>Fil-innhold</target> - -<source>File size</source> -<target>Filstørrelse</target> - -<source>Two way</source> -<target>Toveis</target> - -<source>Mirror</source> -<target>Speiling</target> - -<source>Update</source> -<target>Oppdater</target> - -<source>Custom</source> -<target>Tilpasset</target> - -<source>Multiple...</source> -<target>Flere...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Kan ikke skrive filattributter til %x.</target> - -<source>%x and %y have different content.</source> -<target>%x og %y har forskjellig innhold.</target> - -<source>Data verification error:</source> -<target>Data verifikasjons-feil:</target> - -<source>Moving file %x to %y</source> -<target>Flytter filen %x til %y</target> - -<source>Moving folder %x to %y</source> -<target>Flytter mappen %x til %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Flytter symbolsk forbindelsen %x til %y</target> - -<source>Updating file %x</source> -<target>Oppdaterer fil %x</target> - -<source>Updating symbolic link %x</source> -<target>Oppdaterer symbolsk forbindelse %x</target> - -<source>Verifying file %x</source> -<target>Verifiserer filen %x</target> - -<source>Updating attributes of %x</source> -<target>Oppdaterer attributter for %x</target> - -<source>Source item %x not found</source> -<target>Kildeelementet %x ikke funnet</target> - -<source>Parent folder %x is not existing.</source> -<target>Overordnet mappe %x finnes ikke.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Kan ikke kopiere filen %x til %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Oppretter en Volume Shadow-kopi for %x...</target> - -<source>Cannot find folder %x.</source> -<target>Finner ikke mappen %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Målmappe %x er allerede eksisterende, men var ikke tilgjengelig under mappesammenligning.</target> - -<source>Target folder input field must not be empty.</source> -<target>Målmappens datafelt må ikke være tomt.</target> - -<source>Source folder %x not found.</source> -<target>Kildemappen %x ble ikke funnet.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Angi en målmappe til versjonen.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Følgende elementer har uløste konflikter og vil ikke bli synkroniserete:</target> - -<source>Folder pair:</source> -<target>Mappepar:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Følgende mapper er vesentlig forskjellige. Kontroller at de riktige mappene er valgt for synkronisering.</target> - -<source>Not enough free disk space available in:</source> -<target>Ikke nok ledig diskplass på:</target> - -<source>Available:</source> -<target>Tilgjengelig:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Noen filer vil bli synkronisert som en del av flere basemapper.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>For å unngå konflikter, sett opp ekskluder filtre slik at hver oppdaterte fil bare er inkludert i en basemappe.</target> - -<source>Versioning folder:</source> -<target>Versjonsmappe:</target> - -<source>Base folder:</source> -<target>Basemappe:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Versjonsmappen er plassert i en basismappe.</target> - -<source>Synchronizing folder pair:</source> -<target>Synkroniserer mappepar:</target> - -<source>Generating database...</source> -<target>Lager database...</target> - -<source>Searching for old file versions:</source> -<target>Leter etter gamle filversjoner:</target> - -<source>Removing old file versions:</source> -<target>Fjerner gamle filversjoner:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Kan ikke opprette tidsstempel til versjonen:</target> - -<source>Drag && drop</source> -<target>Dra && slipp</target> - -<source>Select a folder</source> -<target>Velg en mappe</target> - -<source>&New</source> -<target>&Ny</target> - -<source>&Open...</source> -<target>&Åpne...</target> - -<source>Save &as...</source> -<target>Lagre &som...</target> - -<source>E&xit</source> -<target>A&vslutt</target> - -<source>&File</source> -<target>&Fil</target> - -<source>&View help</source> -<target>&Vis hjelp</target> - -<source>&About</source> -<target>&Om</target> - -<source>&Help</source> -<target>&Hjelp</target> - -<source>Usage:</source> -<target>Bruk:</target> - -<source>Select folders to watch.</source> -<target>Velg mapper å se på.</target> - -<source>Enter a command line.</source> -<target>Skriv inn en kommando.</target> - -<source>Press 'Start'.</source> -<target>Klikk 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Importer en "ffs_batch"fil for å komme igang.</target> - -<source>Folders to watch:</source> -<target>Mapper å se på:</target> - -<source>Add folder</source> -<target>Legg til mappe</target> - -<source>Remove folder</source> -<target>Fjern mappe</target> - -<source>Browse</source> -<target>Søk</target> - -<source>Idle time (in seconds):</source> -<target>Inaktiv tid (i sekunder):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Inaktiv tid mellom sist funnet endring og kommando-utførelsen</target> - -<source>Command line:</source> -<target>Kommandolinje:</target> - -<source>&Hide console window</source> -<target>&Skjul konsollvindu</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Kommandoen utføres hvis: -- filer eller undermapper endres -- nye mapper dukker opp (f.eks USB-penn settes inn) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>Om</target> - -<source>Build: %x</source> -<target>Utgitt: %x</target> - -<source>All files</source> -<target>Alle filer</target> - -<source>Automated Synchronization</source> -<target>Automatisk synkronisering</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x-protokollen støtter ikke katalogovervåking:</target> - -<source>Directory monitoring active</source> -<target>Katalog-overvåkning er aktiv</target> - -<source>Waiting until directory is available:</source> -<target>Venter til katalogen er tilgjengelig:</target> - -<source>&Configure</source> -<target>&Konfigurer</target> - -<source>&Show error message</source> -<target>&Vis feilmelding</target> - -<source>&Quit</source> -<target>&Avslutt</target> - -<source>&Retry</source> -<target>&Prøv igjen</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x byte</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Laster...</target> - -<source>Scanning...</source> -<target>Skanner...</target> - -<source>configuration file</source> -<target>konfigurasjonsfil</target> - -<source>System: Sleep</source> -<target>System: Sov</target> - -<source>System: Shut down</source> -<target>System: Avslutt</target> - -<source>Nothing to synchronize</source> -<target>Alt er synkronisert</target> - -<source>Executing command:</source> -<target>Utfører kommando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Du kan skifte til FreeFileSync's hovedvindu for at løse dette problemet.</target> - -<source>&Don't show this warning again</source> -<target>&Ikke vis denne advarselen igjen</target> - -<source>&Ignore</source> -<target>&Ignorér</target> - -<source>&Switch</source> -<target>&Skift</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Skifter til FreeFileSync's hovedvindu</target> - -<source>Automatic retry</source> -<target>Prøv igjen automatisk</target> - -<source>Ignore &all</source> -<target>Ignorer &alt</target> - -<source>Retrying operation...</source> -<target>Prøver igjen...</target> - -<source>Serious Error</source> -<target>Kritisk feil</target> - -<source>Last session</source> -<target>Siste oppgave</target> - -<source>Today</source> -<target>I dag</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dag</pluralform> -<pluralform>%x dager</pluralform> -</target> - -<source>Name</source> -<target>Navn</target> - -<source>Last sync</source> -<target>Sist synkronisert</target> - -<source>Log</source> -<target>Logg</target> - -<source>Folder</source> -<target>Mappe</target> - -<source>Symlink</source> -<target>Symbolsk forbindelse</target> - -<source>Full path</source> -<target>Full sti</target> - -<source>Relative path</source> -<target>Tilknyttet sti</target> - -<source>Item name</source> -<target>Elementnavn</target> - -<source>Size</source> -<target>Størrelse</target> - -<source>Date</source> -<target>Dato</target> - -<source>Extension</source> -<target>Filtype</target> - -<source>Category</source> -<target>Kategori</target> - -<source>Action</source> -<target>Handling</target> - -<source>Local comparison settings</source> -<target>Lokale sammenlignings-innstillinger</target> - -<source>Local synchronization settings</source> -<target>Lokale synkroniserings-innstillinger</target> - -<source>Local filter</source> -<target>Lokalt filter</target> - -<source>Active</source> -<target>Aktiv</target> - -<source>None</source> -<target>Ingen</target> - -<source>Remove local settings</source> -<target>Fjern lokale innstillinger</target> - -<source>Clear local filter</source> -<target>Slett lokalt filter</target> - -<source>Copy</source> -<target>Kopiér</target> - -<source>Paste</source> -<target>Lim inn</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Den valgte mappa %x kan ikke brukes i FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Velg en mappe på lokalt filsystem, nettverk eller på en MTP-enhet.</target> - -<source>Defined by context of use</source> -<target>Definert etter brukskontekst</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Behøver FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Lagre</target> - -<source>Save as &batch job...</source> -<target>Lagre som &batchfil...</target> - -<source>Show &log</source> -<target>Vis &logg</target> - -<source>Start &comparison</source> -<target>Start &sammenligning</target> - -<source>C&omparison settings</source> -<target>S&ammenlignings-innstillinger</target> - -<source>&Filter settings</source> -<target>&Filter-innstillinger</target> - -<source>S&ynchronization settings</source> -<target>S&ynkroniserings-innstillinger</target> - -<source>Start &synchronization</source> -<target>Start &synkronisering</target> - -<source>&Actions</source> -<target>&Handlinger</target> - -<source>&Preferences</source> -<target>&Preferanser</target> - -<source>&Language</source> -<target>&Språk</target> - -<source>&Find...</source> -<target>&Finn...</target> - -<source>&Export file list...</source> -<target>&Eksporter filliste...</target> - -<source>&Reset layout</source> -<target>&Tilbakestill oppsettet</target> - -<source>&Tools</source> -<target>&Verktøy</target> - -<source>&Check for updates now</source> -<target>&Sjekk etter oppdateringer nå</target> - -<source>Check &automatically once a week</source> -<target>Søk &automatisk en gang i uken</target> - -<source>Cancel</source> -<target>Avbryt</target> - -<source>Compare</source> -<target>Sammenlign</target> - -<source>Synchronize</source> -<target>Synkronisér</target> - -<source>Add folder pair</source> -<target>Legg til mappe-par</target> - -<source>Remove folder pair</source> -<target>Fjern mappe-par</target> - -<source>Access online storage</source> -<target>Få tilgang til nettlagring</target> - -<source>Close search bar</source> -<target>Lukk søkelinja</target> - -<source>Find:</source> -<target>Finn:</target> - -<source>Match case</source> -<target>Treff-følsomhet (a/A)</target> - -<source>Processed:</source> -<target>Bearbeidet:</target> - -<source>Remaining:</source> -<target>Gjenstående:</target> - -<source>New</source> -<target>Ny</target> - -<source>Open...</source> -<target>Åpne...</target> - -<source>Save</source> -<target>Lagre</target> - -<source>Save as...</source> -<target>Lagre som...</target> - -<source>View type:</source> -<target>Visning:</target> - -<source>Select view:</source> -<target>Velg visning:</target> - -<source>Save as default</source> -<target>Lagre som standard</target> - -<source>Statistics:</source> -<target>Statistikk:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Antall filer og mapper som vil bli slettet</target> - -<source>Number of files that will be updated</source> -<target>Antall filer som vil bli oppdatert</target> - -<source>Number of files and folders that will be created</source> -<target>Antall filer og mapper som vil bli opprettet</target> - -<source>Total bytes to copy</source> -<target>Antall bytes som kopieres</target> - -<source>Arrange folder pair</source> -<target>Ordne mappepar</target> - -<source>Main settings:</source> -<target>Hovedinnstillingene:</target> - -<source>Use local settings:</source> -<target>Bruk lokale innstillinger:</target> - -<source>Select a variant:</source> -<target>Velg en metode:</target> - -<source>Include &symbolic links:</source> -<target>Inkludér &symbolske forbindelser:</target> - -<source>&Follow</source> -<target>&Følg</target> - -<source>&Direct</source> -<target>&Direkte</target> - -<source>More information</source> -<target>Mer informasjon</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Se bort fra tidsforskyving [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Oversikt over tidsforskyvinger å se bort fra</target> - -<source>Example:</source> -<target>Eksempel:</target> - -<source>Handle daylight saving time</source> -<target>Behandle sommertid</target> - -<source>Ignore errors</source> -<target>Ignorér feil</target> - -<source>Retry count:</source> -<target>Antall forsøk:</target> - -<source>Delay (in seconds):</source> -<target>Forsinkelse (i sekunder):</target> - -<source>Performance improvements:</source> -<target>Ytelsesforbedringer:</target> - -<source>Parallel file operations:</source> -<target>Parallelle fil-operasjoner:</target> - -<source>How to get best performance?</source> -<target>Hvordan få best mulig ytelse?</target> - -<source>Local settings:</source> -<target>Lokale innstillinger:</target> - -<source>Include:</source> -<target>Inkludér:</target> - -<source>Show examples</source> -<target>Vis eksempler</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Velg filter-regler for å utelate bestemte filer fra synkroniseringen. Skriv inn filstier tilknyttet de tilhørende mappeparene.</target> - -<source>File size:</source> -<target>Filstørrelse:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maksimum:</target> - -<source>Time span:</source> -<target>Intervall:</target> - -<source>C&lear</source> -<target>F&jern</target> - -<source>Detect moved files</source> -<target>Gjenkjenn flyttede filer</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Ikke støttet av alle filsystemer -- Krever og lager databasefiler -- Påvisning ikke tilgjengelig i første synkronisering -</target> - -<source>Delete files:</source> -<target>Slett filer:</target> - -<source>&Recycle bin</source> -<target>&Papirkurv</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versjons</target> - -<source>Move files to a user-defined folder</source> -<target>Flytt filer til en brukerdefinert mappe</target> - -<source>Naming convention:</source> -<target>Navne-regler:</target> - -<source>Limit file versions:</source> -<target>Begrens filversjoner:</target> - -<source>Last x days:</source> -<target>Siste x dager:</target> - -<source>&Override default log path:</source> -<target>&Velg en annen loggbane:</target> - -<source>Run a command:</source> -<target>Kjør en kommando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tilkoblingstype:</target> - -<source>Connected user accounts:</source> -<target>Tilkoblede brukerkontoer:</target> - -<source>&Add connection</source> -<target>&Legg til tilkobling</target> - -<source>&Disconnect</source> -<target>&Koble fra</target> - -<source>Selected user account:</source> -<target>Valgt brukerkonto:</target> - -<source>Server name or IP address:</source> -<target>Servernavn eller IP-adresse:</target> - -<source>Port:</source> -<target>Post:</target> - -<source>Encryption:</source> -<target>Kryptering:</target> - -<source>&Disabled</source> -<target>&Utkoplet</target> - -<source>&Explicit SSL/TLS</source> -<target>&Eksplisitt SSL/TLS</target> - -<source>Authentication:</source> -<target>Autentisering:</target> - -<source>&Password</source> -<target>&Passord</target> - -<source>&Key file</source> -<target>&Nøkkelfil</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>Brukernavn:</target> - -<source>Private key file:</source> -<target>Privat nøkkelfil:</target> - -<source>&Show password</source> -<target>&Vis passord</target> - -<source>Directory on server:</source> -<target>Katalog på server:</target> - -<source>Access timeout (in seconds):</source> -<target>Få tilgang til tidsavbrudd (i sekunder):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanaler per tilkobling:</target> - -<source>Detect server limit</source> -<target>Oppdag server grensa</target> - -<source>Select Folder</source> -<target>Velg mappe</target> - -<source>Variant:</source> -<target>Jobbtype:</target> - -<source>&Don't show this dialog again</source> -<target>&Ikke vis denne dialogen igjen</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Elementer:</target> - -<source>Synchronizing...</source> -<target>Synkroniserer...</target> - -<source>Minimize to notification area</source> -<target>Minimér til status-feltet</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Elementer</target> - -<source>When finished:</source> -<target>Når ferdig:</target> - -<source>Auto-close</source> -<target>Auto-lukk</target> - -<source>Close</source> -<target>Lukk</target> - -<source>&Pause</source> -<target>&Pause</target> - -<source>Stop</source> -<target>Stopp</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Lag en batchfil til automatisk synkronisering. Start ved å dobbeltklikke på filen eller planlegg via oppgaveplanlegger: %x</target> - -<source>Progress dialog:</source> -<target>Fremdriftsdialog:</target> - -<source>Run minimized</source> -<target>Kjør minimert</target> - -<source>Show pop-up on errors or warnings</source> -<target>Vis feilmeldinger og advarsler</target> - -<source>&Cancel</source> -<target>&Avbryt</target> - -<source>Stop synchronization at first error</source> -<target>Stopp synkronisering ved første feil</target> - -<source>How can I schedule a batch job?</source> -<target>Hvordan kan jeg lage en batchfil?</target> - -<source>&Keep relative paths</source> -<target>&Behold tilknyttede stier</target> - -<source>&Overwrite existing files</source> -<target>&Skriv over eksisterende filer</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Disse innstillinger gjelder alle synkroniseringer.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiér til en midlertidig fil (*.ffs_tmp) før overskriving. -Sikrer prosessen ved alvorlige feil. -</target> - -<source>recommended</source> -<target>anbefalt</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiér delte eller låste filer ved å bruke Volume Shadow kopiering.</target> - -<source>requires administrator rights</source> -<target>krever administratorrettigheter</target> - -<source>Transfer file and folder permissions.</source> -<target>Overfør fil- og mappe-tillatelser.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Vis alle skjulte vinduer og advarsler igjen</target> - -<source>Default log path:</source> -<target>Standard loggbane:</target> - -<source>&Delete logs after x days:</source> -<target>&Slett logger etter x dager:</target> - -<source>Notification sounds:</source> -<target>Varslingslyder:</target> - -<source>Synchronization finished:</source> -<target>Synkroniseringen er ferdig:</target> - -<source>Customize context menu:</source> -<target>Tilpass kontekst-meny:</target> - -<source>Description</source> -<target>Beskrivelse</target> - -<source>&Default</source> -<target>&Standard</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Tilbakemelding og forslag er velkomne:</target> - -<source>Home page</source> -<target>Hjemmeside</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync sitt forum</target> - -<source>Email</source> -<target>Epost</target> - -<source>If you like FreeFileSync:</source> -<target>Hvis du liker FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Støtte med en donasjon</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Den automatiske oppdateringen ble deaktivert av administratoren.</target> - -<source>Donation details</source> -<target>Donasjon detaljer</target> - -<source>Source code written in C++ using:</source> -<target>Kildekoden er skrevet i C++ med hjelp fra:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publisert under GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Takk for oversettelse:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivér FreeFileSync Donation Versjon med en av følgende metoder:</target> - -<source>Activate via internet now:</source> -<target>Aktivér via internett nå:</target> - -<source>Activate online</source> -<target>Aktivér på nett</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Hent en aktiveringsnøkkel fra følgende URL:</target> - -<source>&Copy to clipboard</source> -<target>&Kopiér til utklippstavla</target> - -<source>Enter activation key:</source> -<target>Skriv inn en aktiveringsnøkkel:</target> - -<source>Activate offline</source> -<target>Aktivér frakoplet</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Uthev konfigurasjoner som ikke har blitt kjørt for mer enn følgende antall dager:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync krever tilgangsrettigheter for å unngå feil "Operasjon ikke tillatt" når du synkroniserer dataene dine (f.eks. E-post, Meldinger, Kalendere).</target> - -<source>Locate the FreeFileSync app</source> -<target>Finn FreeFileSync-appen</target> - -<source>Open Security && Privacy</source> -<target>Åpne sikkerhet og personvern</target> - -<source>Click the lock to allow changes.</source> -<target>Klikk på låsen for å tillate endringer.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Dra FreeFileSync inn i panelet.</target> - -<source>Synchronization Settings</source> -<target>Synkroniserings-innstillinger</target> - -<source>Access Online Storage</source> -<target>Få tilgang til nettverkslagring</target> - -<source>Save as a Batch Job</source> -<target>Lagre som en batchjobb</target> - -<source>Delete Items</source> -<target>Slett elementene</target> - -<source>Copy Items</source> -<target>Kopiér elementer</target> - -<source>Options</source> -<target>Valg</target> - -<source>Select Time Span</source> -<target>Velg tids-intervall</target> - -<source>Highlight Configurations</source> -<target>Uthev konfigurasjoner</target> - -<source>Grant Full Disk Access</source> -<target>Gi full disktilgang</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Ingen loggfiler</target> - -<source>Select all</source> -<target>Velg alt</target> - -<source>&Options</source> -<target>&Valg</target> - -<source>Main Bar</source> -<target>Hovedlinje</target> - -<source>Folder Pairs</source> -<target>Mappepar</target> - -<source>Find</source> -<target>Finn</target> - -<source>View Settings</source> -<target>Vis innstillinger</target> - -<source>Configuration</source> -<target>Konfigurasjon</target> - -<source>Overview</source> -<target>Oversikt</target> - -<source>Swap sides</source> -<target>Bytt sider</target> - -<source>Show "%x"</source> -<target>Vis "%x"</target> - -<source>&Show details</source> -<target>&Vis detaljer</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x er tilgjengelig!</target> - -<source>Local path not available for %x.</source> -<target>Lokal sti er ikke tilgjengelig for %x.</target> - -<source>Confirm</source> -<target>Bekreft</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Vil du kjøre kommandoen %y for 1 element?</pluralform> -<pluralform>Vil du kjøre kommandoen %y for %x elementer?</pluralform> -</target> - -<source>&Execute</source> -<target>&Utfør</target> - -<source>Set direction:</source> -<target>Sett retning:</target> - -<source>multiple selection</source> -<target>velg flere</target> - -<source>&Include via filter:</source> -<target>&Inkluder via filter:</target> - -<source>&Exclude via filter:</source> -<target>&Ekskluder via filter:</target> - -<source>Include temporarily</source> -<target>Inkludér midlertidig</target> - -<source>Exclude temporarily</source> -<target>Ekskludér midlertidig</target> - -<source>&Synchronize selection</source> -<target>&Synkroniser utvalg</target> - -<source>&Copy to...</source> -<target>&Kopier til...</target> - -<source>&Delete</source> -<target>&Slett</target> - -<source>Show icons:</source> -<target>Vis ikoner:</target> - -<source>Small</source> -<target>Liten</target> - -<source>Medium</source> -<target>Medium</target> - -<source>Large</source> -<target>Stor</target> - -<source>Select time span...</source> -<target>Velg tidsinterval...</target> - -<source>Donation Edition</source> -<target>Donasjon-utgave</target> - -<source>Folder Comparison and Synchronization</source> -<target>Mappe-sammenligning og synkronisering</target> - -<source>Configuration saved</source> -<target>Innstillingen er lagret</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batchfil</target> - -<source>Do you want to save changes to %x?</source> -<target>Vil du lagre endringer i %x?</target> - -<source>Never save &changes</source> -<target>Aldri lagre &endringer</target> - -<source>Do&n't save</source> -<target>&Ikke lagre</target> - -<source>%x cannot be renamed.</source> -<target>%x kan ikke gi nytt navn.</target> - -<source>New name:</source> -<target>Nytt navn:</target> - -<source>Rename Configuration</source> -<target>Gi nytt navn til konfigurasjonen</target> - -<source>Configuration name must not be empty.</source> -<target>Konfigurasjonsnavnet må ikke være tomt.</target> - -<source>&Rename...</source> -<target>&Gi nytt navn...</target> - -<source>Hide configuration</source> -<target>Skjul konfigurasjoner</target> - -<source>Highlight...</source> -<target>Uthev...</target> - -<source>Clear filter</source> -<target>Slett filter</target> - -<source>Show files that exist on left side only</source> -<target>Vis filer som kun finnes på venstre side</target> - -<source>Show files that exist on right side only</source> -<target>Vis filer som kun finnes på høyre side</target> - -<source>Show files that are newer on left</source> -<target>Vis nyere filer på venstre side</target> - -<source>Show files that are newer on right</source> -<target>Vis nyere filer på høyre side</target> - -<source>Show files that are equal</source> -<target>Vis like filer</target> - -<source>Show files that are different</source> -<target>Vis ulike filer</target> - -<source>Show conflicts</source> -<target>Vis konflikter</target> - -<source>Show files that will be created on the left side</source> -<target>Vis filer som vil bli opprettet på venstre side</target> - -<source>Show files that will be created on the right side</source> -<target>Vis filer som vil bli opprettet på høyre side</target> - -<source>Show files that will be deleted on the left side</source> -<target>Vis filer som vil bli slettet på venstre side</target> - -<source>Show files that will be deleted on the right side</source> -<target>Vis filer som vil bli slettet på høyre side</target> - -<source>Show files that will be updated on the left side</source> -<target>Vis filer som vil bli oppdatert på venstre side</target> - -<source>Show files that will be updated on the right side</source> -<target>Vis filer som vil bli oppdatert på høyre side</target> - -<source>Show files that won't be copied</source> -<target>Vis filer som ikke vil bli kopierte</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Vis filtrerte eller midlertidig ekskluderte filer</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Alle filer er synkroniserte</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 katalog</pluralform> -<pluralform>%x kataloger</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 fil</pluralform> -<pluralform>%x filer</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Viser %y av 1 rad</pluralform> -<pluralform>Viser %y av %x rader</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Kan ikke finne %x</target> - -<source>Move up</source> -<target>Flytt opp</target> - -<source>Move down</source> -<target>Flytt ned</target> - -<source>Comma-separated values</source> -<target>Komma-oppdelte verdier</target> - -<source>File list exported</source> -<target>Fillisten ble eksportert</target> - -<source>Searching for program updates...</source> -<target>Søker etter program-oppdateringer...</target> - -<source>Paused</source> -<target>Pauset</target> - -<source>Stop requested...</source> -<target>Stopp forespurt...</target> - -<source>Initializing...</source> -<target>Forbereder...</target> - -<source>Comparing content...</source> -<target>Sammenligner innhold...</target> - -<source>&Continue</source> -<target>&Fortsett</target> - -<source>Progress</source> -<target>Fremskritt</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Takk, %x, for ditt bidrag og støtte!</target> - -<source>Connections</source> -<target>Tilkoblinger</target> - -<source>Recommended range:</source> -<target>Anbefalt område:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Vil du virkelig koble fra brukerkonto %x?</target> - -<source>Password:</source> -<target>Passord:</target> - -<source>Key passphrase:</source> -<target>Nøkkelord:</target> - -<source>Please enter a file path.</source> -<target>Vennligst skriv inn en filbane.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopier følgende element til en annen mappe?</pluralform> -<pluralform>Kopier følgende %x elementer til en annen mappe?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Velg en målmappe.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Vil du virkelig flytte følgende element til papirkurven?</pluralform> -<pluralform>Vil du virkelig flytte følgende %x elementer til papirkurven?</pluralform> -</target> - -<source>Move</source> -<target>Flytt</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Vil du virkelig slette følgende element?</pluralform> -<pluralform>Vil du virkelig slette følgende %x element?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Begynn å synkronisere utvalget?</target> - -<source>Start synchronization now?</source> -<target>Synkroniser nå?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiér DACL, SACL, Eier, Gruppe</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrer eksterne programmer i kontekstmeny. Bruk følgende makroer:</target> - -<source>Full file or folder path</source> -<target>Komplett fil- eller mappesti</target> - -<source>Parent folder path</source> -<target>Moder mappesti</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Midlertidig lokal kopi for SFTP og FTP lagring</target> - -<source>Parameters for opposite side</source> -<target>Parametere for motsatt side</target> - -<source>Show hidden dialogs again</source> -<target>Vis skjulte vinduer igjen</target> - -<source>All dialogs shown</source> -<target>Alle dialoger vises</target> - -<source>Downloading update...</source> -<target>Laster ned oppdatering...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Gjennkjenn like filer ved å sammenligne filtid og størrelse.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Gjennkjenn like filer ved å sammenligne innhold.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Finn like filer ved å sammenligne filstørrelsen.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Gjenkjenn og fordel endringer på begge sider. Slettede filer, flyttinger og konflikter finnes automatisk i en database.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Opprett speiling av venstre mappe ved å tilpasse den høyre mappe.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopier nye og oppdaterte filer til høyre mappe.</target> - -<source>Configure your own synchronization rules.</source> -<target>Opprett dine egne synkroniseringsregler.</target> - -<source>Comparison</source> -<target>Sammenligning</target> - -<source>Synchronization</source> -<target>Synkronisering</target> - -<source>This week</source> -<target>Denne uke</target> - -<source>This month</source> -<target>Denne måned</target> - -<source>This year</source> -<target>Dette år</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Behold slettede og overskrevne filer i papirkurven</target> - -<source>Delete and overwrite files permanently</source> -<target>Slett og overskriv filer permanent</target> - -<source>Replace</source> -<target>Erstatt</target> - -<source>Move files and replace if existing</source> -<target>Flytt filer og erstatt eventuelt eksisterende</target> - -<source>Time stamp</source> -<target>Tidsstempel</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Flytt filer til en tidsstemplet undermappe</target> - -<source>File</source> -<target>Fil</target> - -<source>Append a time stamp to each file name</source> -<target>Legg til tidsstempel til hvert filnavn</target> - -<source>On completion:</source> -<target>Når gjennomført:</target> - -<source>On errors:</source> -<target>Ved feil:</target> - -<source>On success:</source> -<target>Ved suksess:</target> - -<source>Main config</source> -<target>Hovedinnstilling</target> - -<source>empty</source> -<target>tom</target> - -<source>Leave as unresolved conflict</source> -<target>Etterlat som uløst konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>ÅÅÅÅ-MM-DD ttmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimumversjons-tellingen må være mindre enn maksimumstellingen.</target> - -<source>&Restore</source> -<target>&Gjenopprett</target> - -<source>Files</source> -<target>Filer</target> - -<source>Percentage</source> -<target>Prosent</target> - -<source>Failed to retrieve update information.</source> -<target>Kunne ikke hente oppdateringsinformasjon.</target> - -<source>Automatic updates:</source> -<target>Automatiske oppdateringer:</target> - -<source>Check for Program Updates</source> -<target>Søk etter program-oppdateringer</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Auto-oppdatér nå, eller laste ned manuelt fra FreeFileSyncs hjemmeside?</target> - -<source>&Auto-update</source> -<target>&Auto-oppdatér</target> - -<source>&Home page</source> -<target>&Hjemmeside</target> - -<source>Download now?</source> -<target>Last ned nå?</target> - -<source>&Download</source> -<target>&Last ned</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync er oppdatert.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Kan ikke finne aktuell FreeFileSync sitt versjonsnummer på nettet. En ny versjon er snart tilgjengelig. Sjekk nå?</target> - -<source>&Check</source> -<target>&Kontrollér</target> - -<source>Consistency check failed for %x.</source> -<target>Innholdssjekken gikk galt for %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Installasjon ble registrert på et annet operativsystem.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Kunne ikke aktivere FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Feil aktiveringsnøkkel.</target> - -<source>Unable to register to receive system messages.</source> -<target>Kunne ikke registrere for å motta systembeskjeder.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Installasjonsalternativet %x er bare tilgjengelig i FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Kan ikke finne systemfunksjonen %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Kunne ikke registere enhets-varsler for %x.</target> - -<source>The file is locked by another process:</source> -<target>Filen er låst av en annen prosess:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Kunne ikke bestemme støtte for filtillatelse for mappe %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Kan ikke lese sikkerhetsinnstillinger på %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Kan ikke skrive sikkerhetsinnstillinger til %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Kan ikke lese tillatelsene på %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Kan ikke kopiere tillatelsene fra %x til %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x er ikke et vanlig katalognavn.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Kan ikke kopiere attributtene fra %x til %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 time</pluralform> -<pluralform>%x timer</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Kan ikke sette privilegier %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Kunne ikke oppheve hvile-modus.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Kan ikke endre I/O prioriteter.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Det å sjekke papirkurven gikk galt for mappen %x.</target> - -<source>Unable to shut down the system.</source> -<target>Kan ikke slå av systemet.</target> - -<source>Prepare installation</source> -<target>Forbered installering</target> - -<source>Choose which components you want to install.</source> -<target>Velg hva du vil installere.</target> - -<source>Select installation type:</source> -<target>Velg installasjonstype:</target> - -<source>Local</source> -<target>Lokal</target> - -<source>Portable</source> -<target>Portabel</target> - -<source>Save settings in %x</source> -<target>Lagre innstillinger i %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registrér FreeFileSync's filendelser</target> - -<source>Create Explorer context menu entries</source> -<target>Lag Explorer kontekst meny-oppføringer</target> - -<source>Save settings in installation directory</source> -<target>Lagre innstillinger i installasjons-katalog</target> - -<source>Do not write to Registry</source> -<target>Ikke skriv til registeret</target> - -<source>Just copy the files</source> -<target>Bare kopier filene</target> - -<source>Choose a directory for installation:</source> -<target>Velg en katalog for installasjon:</target> - -<source>Create shortcuts:</source> -<target>Opprett snarveier:</target> - -<source>Desktop</source> -<target>Skrivebord</target> - -<source>Start Menu</source> -<target>Start-meny</target> - -<source>Send To</source> -<target>Send til</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registrerer FreeFileSync's filendelser</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Avregistrerer FreeFileSync's filendelser</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync konfigurering</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync batchfil</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync synkronisering database</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync konfigurering</target> - -<source>Edit with FreeFileSync</source> -<target>Rediger med FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>I stedet for en annonse er her et dyr.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Den bærbare versjonen av FreeFileSync kan ikke installeres i en undermappe av %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Velg den lokale installasjonstype eller velge en annen mappe for installasjon.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Få Donation Edition med bonus-tillegg og hjelp til med å holde FreeFileSync annonsefri.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/polish.lng b/FreeFileSync/Build/Resources/Languages/polish.lng deleted file mode 100755 index 9f71bd6f..00000000 --- a/FreeFileSync/Build/Resources/Languages/polish.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Polski</language> - <translator>Józef Łuszczek</translator> - <locale>pl_PL</locale> - <image>flag_poland.png</image> - <plural_count>3</plural_count> - <plural_definition>n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Nie można odczytać pliku %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Niespodziewany rozmiar strumienia danych. -Oczekiwany: %x bajtów -Przesłany: %y bajtów -</target> - -<source>Cannot write file %x.</source> -<target>Nie można zapisać pliku %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Nie można zapisać uprawnień %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operacja nie jest obsługiwana między różnymi urządzeniami.</target> - -<source>Cannot delete file %x.</source> -<target>Nie można usunąć pliku %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Nie można usunąć dowiązania symbolicznego %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Nie można usunąć katalogu %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Nie można przenieść pliku %x do %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Nie można skopiować linku symbolicznego %x do %y.</target> - -<source>Error Code %x</source> -<target>Kod błędu %x</target> - -<source>Cannot read directory %x.</source> -<target>Nie można odczytać katalogu %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Nie można zapisać czasu modyfikacji %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Nie można odczytać atrybutów pliku %x.</target> - -<source>Cannot create directory %x.</source> -<target>Nie można utworzyć katalogu %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Nie można określić ostatecznej ścieżki dla %x.</target> - -<source>Operation not supported by device.</source> -<target>Operacja nie jest obsługiwana przez urządzenie.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Nie można określić położenia dowiązania symbolicznego %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Nie można przenieść %x do kosza.</target> - -<source>Authentication completed.</source> -<target>Uwierzytelnianie zakończone.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Możesz teraz zamknąć tę stronę i kontynuować FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Uwierzytelnianie nie powiodło się.</target> - -<source>Unable to connect to %x.</source> -<target>Błąd połączenia do %x.</target> - -<source>Cannot find %x.</source> -<target>Nie można odnaleźć %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Nazwa %x jest używana przez więcej niż jeden element w folderze.</target> - -<source>Please authorize access to user account %x.</source> -<target>Proszę autoryzować dostęp do konta użytkownika %x.</target> - -<source>Cannot open file %x.</source> -<target>Nie można otworzyć pliku %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Nazwa %x jest już używana przez inny element.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Nie można określić wolnego miejsca na %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nie można odłączyć od %x.</target> - -<source>Unable to access %x.</source> -<target>Brak dostępu do %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Nie można uzyskać informacji o serwerze %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Nie można monitorować katalogu %x.</target> - -<source>Cannot find device %x.</source> -<target>Nie można odnaleźć urządzenia %x.</target> - -<source>Cannot open directory %x.</source> -<target>Nie można otworzyć katalogu %x.</target> - -<source>Unsupported item type.</source> -<target>Nieobsługiwany typ elementu.</target> - -<source>Incorrect command line:</source> -<target>Niepoprawne polecenie:</target> - -<source>The server does not support authentication via %x.</source> -<target>Serwer nie wspiera uwierzytelniania przez %x.</target> - -<source>Required:</source> -<target>Wymagane:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Przekroczono czas oczekiwania 1 sekundy dla zadania.</pluralform> -<pluralform>Przekroczono czas oczekiwania %x sekund dla zadania.</pluralform> -<pluralform>Przekroczono czas oczekiwania %x sekund dla zadania.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Nie można oczekiwać na więcej niż 1 zadanie na raz.</pluralform> -<pluralform>Nie można oczekiwać na więcej niż %x zadania na raz.</pluralform> -<pluralform>Nie można oczekiwać na więcej niż %x zadań na raz.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktywne połączenia: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Nie można otworzyć kanału SFTP numer %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Obie strony uległy zmianie od ostatniej synchronizacji.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nie można określić kierunku synchronizacji:</target> - -<source>No change since last synchronization.</source> -<target>Brak zmian od ostatniej synchronizacji.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Baza danych nie jest spójna z aktualnymi ustawieniami.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Ustawianie domyślnego kierunku synchronizacji: Stare pliki zostaną nadpisane nowszymi.</target> - -<source>Creating file %x</source> -<target>Tworzenie pliku %x</target> - -<source>Creating folder %x</source> -<target>Tworzenie katalogu %x</target> - -<source>Creating symbolic link %x</source> -<target>Tworzenie dowiązania symbolicznego %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Przenoszenie pliku %x do kosza</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Przenoszenie katalogu %x do kosza</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Przenoszenie dowiązania symbolicznego %x do kosza</target> - -<source>Deleting file %x</source> -<target>Usuwanie pliku %x</target> - -<source>Deleting folder %x</source> -<target>Usuwanie katalogu %x</target> - -<source>Deleting symbolic link %x</source> -<target>Usuwanie dowiązania symbolicznego %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Sprawdzanie dostępności kosza dla katalogu %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Kosz systemowy nie jest wspierany przez poniższe foldery. Usunięte i nadpisane pliki nie będą mogły być przywrócone:</target> - -<source>An exception occurred</source> -<target>Wystąpił wyjątek</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Po %x należy określić lewy i prawy katalog.</target> - -<source>Syntax error</source> -<target>Błąd składni</target> - -<source>Cannot find file %x.</source> -<target>Nie można odnaleźć pliku %x.</target> - -<source>Error</source> -<target>Błąd</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Plik %x nie zawiera prawidłowej konfiguracji.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Plik konfiguracyjny nie może zawierać informacji o synchronizowanych katalogach, gdy nazwy ścieżek przekazywane są w linii poleceń.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Nie można ustawić wielu katalogów dla więcej niż jednego pliku konfiguracyjnego.</target> - -<source>Command line</source> -<target>Linia komend</target> - -<source>Syntax:</source> -<target>Składnia:</target> - -<source>config files:</source> -<target>pliki konfiguracyjne:</target> - -<source>directory</source> -<target>katalog</target> - -<source>global config file:</source> -<target>globalny plik konfiguracyjny:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Dowolna ilość plików konfiguracyjnych FreeFileSync "ffs_gui"/"ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Dowolna liczba alternatywnych par katalogów dla najwyżej jednego pliku konfiguracyjnego.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Otwórz wybraną konfigurację tylko do edycji (bez uruchomienia).</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Alternatywna ścieżka do pliku GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Pliki instalacyjne są uszkodzone. Przeinstaluj program FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Nie można znaleźć następujących katalogów:</target> - -<source>The following folders do not yet exist:</source> -<target>Następujące katalogi jeszcze nie istnieją:</target> - -<source>The folders are created automatically when needed.</source> -<target>Katalogi są tworzone automatycznie w razie potrzeby.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Poniższe ścieżki do katalogów różnią się wielkością liter. Użyj pojedynczego formularza, aby uniknąć duplikowania dostępu.</target> - -<source>Scanning:</source> -<target>Skanowanie:</target> - -<source>Comparison finished:</source> -<target>Porównywanie zakończone:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>Znaleziono 1 element</pluralform> -<pluralform>Znaleziono %x elementy</pluralform> -<pluralform>Znaleziono %x elementów</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Upłynęło:</target> - -<source>File %x has an invalid date.</source> -<target>Plik %x ma nieprawidłową datę.</target> - -<source>Date:</source> -<target>Data:</target> - -<source>Files have the same date but a different size.</source> -<target>Pliki mają tą samą datę ale różny rozmiar.</target> - -<source>Size:</source> -<target>Rozmiar:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Dla wykluczonych plików porównywanie zawartości nie zostało wykonane.</target> - -<source>Items differ in attributes only</source> -<target>Elementy różnią się wyłącznie atrybutami</target> - -<source>Resolving symbolic link %x</source> -<target>Rozwiązywanie dowiązania symbolicznego %x</target> - -<source>Comparing content of files %x</source> -<target>Porównywanie zawartości plików %x</target> - -<source>Generating file list...</source> -<target>Generowanie listy plików...</target> - -<source>Fail-safe file copy</source> -<target>Bezpieczne kopiowanie</target> - -<source>Enabled</source> -<target>Włącz</target> - -<source>Disabled</source> -<target>Wyłącz</target> - -<source>Copy locked files</source> -<target>Kopiuj zablokowane pliki</target> - -<source>Copy file access permissions</source> -<target>Kopiuj uprawnienia plików</target> - -<source>File time tolerance</source> -<target>Tolerancja czasu dla pliku</target> - -<source>Run with background priority</source> -<target>Uruchom w tle z priorytetem</target> - -<source>Lock directories during sync</source> -<target>Zablokuj katalogi podczas synchronizacji</target> - -<source>Verify copied files</source> -<target>Weryfikuj przekopiowane pliki</target> - -<source>Using non-default global settings:</source> -<target>Wykorzystane niestandardowe ustawienia globalne:</target> - -<source>A folder input field is empty.</source> -<target>Pole katalog źródłowy jest puste.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Katalog będzie oznaczony jako pusty.</target> - -<source>Exclude:</source> -<target>Wyklucz:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Jeden z katalogów jest zawarty w drugim.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Katalog powinien zostać wykluczony przy wykorzystaniu filtrów.</target> - -<source>Calculating sync directions...</source> -<target>Obliczanie kierunków synchronizacji...</target> - -<source>Out of memory.</source> -<target>Brak wolnej pamięci.</target> - -<source>Show in Explorer</source> -<target>Wyświetl w Eksploratorze</target> - -<source>Open with default application</source> -<target>Otwórz za pomocą domyślnej aplikacji</target> - -<source>Browse directory</source> -<target>Przeglądaj katalog</target> - -<source>Database file %x is incompatible.</source> -<target>Plik bazy danych %x nie jest kompatybilny.</target> - -<source>Initial synchronization:</source> -<target>Wstępna synchronizacja:</target> - -<source>Database file %x does not yet exist.</source> -<target>Plik bazy danych %x nie istnieje.</target> - -<source>Database file is corrupted:</source> -<target>Plik bazy danych jest uszkodzony:</target> - -<source>Loading file %x...</source> -<target>Wczytywanie pliku %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Pliki bazy danych nie posiadają żadnych informacji o ostatniej synchronizacji.</target> - -<source>Saving file %x...</source> -<target>Zapisywanie pliku %x...</target> - -<source>Searching for folder %x...</source> -<target>Wyszukiwanie katalogu %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Przekroczono czas oczekiwania podczas szukania katalogu %x.</target> - -<source>Cannot get process information.</source> -<target>Nie można uzyskać informacji dla procesu.</target> - -<source>Waiting while directory is locked:</source> -<target>Oczekiwanie przez blokadę katalogu:</target> - -<source>Lock owner:</source> -<target>Właściciel blokady:</target> - -<source>Detecting abandoned lock...</source> -<target>Wykrywanie nieaktywnej blokady...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sekunda</pluralform> -<pluralform>%x sekundy</pluralform> -<pluralform>%x sekund</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Element istnieje tylko po lewej stronie</target> - -<source>Item exists on right side only</source> -<target>Element istnieje tylko po prawej stronie</target> - -<source>Left side is newer</source> -<target>Lewa strona jest nowsza</target> - -<source>Right side is newer</source> -<target>Prawa strona jest nowsza</target> - -<source>Items have different content</source> -<target>Elementy różnią się zawartością</target> - -<source>Both sides are equal</source> -<target>Obie strony są równe</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/element nie może zostać skategoryzowany</target> - -<source>Copy new item to left</source> -<target>Kopiuj nowy element na lewą stronę</target> - -<source>Copy new item to right</source> -<target>Kopiuj nowy element na prawą stronę</target> - -<source>Delete left item</source> -<target>Usuń lewy element</target> - -<source>Delete right item</source> -<target>Usuń prawy element</target> - -<source>Move file on left</source> -<target>Przenieś plik na lewą stronę</target> - -<source>Move file on right</source> -<target>Przenieś plik na prawą stronę</target> - -<source>Update left item</source> -<target>Aktualizuj lewy element</target> - -<source>Update right item</source> -<target>Aktualizuj prawy element</target> - -<source>Do nothing</source> -<target>Nie rób nic</target> - -<source>Update attributes on left</source> -<target>Aktualizuj atrybuty po lewej stronie</target> - -<source>Update attributes on right</source> -<target>Aktualizuj atrybuty po prawej stronie</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Błąd podczas parsowania pliku %x, rząd %y, kolumna %z.</target> - -<source>Services</source> -<target>Usługi</target> - -<source>Show All</source> -<target>Pokaż Wszystko</target> - -<source>Hide Others</source> -<target>Ukryj Inne</target> - -<source>Hide %x</source> -<target>Ukryj %x</target> - -<source>Quit %x</source> -<target>Zamknij %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nie można zablokować katalogów dla poniższych folderów:</target> - -<source>Errors:</source> -<target>Błędy:</target> - -<source>Warnings:</source> -<target>Ostrzeżenia:</target> - -<source>Items processed:</source> -<target>Przetworzone elementy:</target> - -<source>Items remaining:</source> -<target>Pozostałe elementy:</target> - -<source>Total time:</source> -<target>Całkowity czas:</target> - -<source>Warning</source> -<target>Ostrzeżenie</target> - -<source>Stopped</source> -<target>Zatrzymana</target> - -<source>Cleaning up log files:</source> -<target>Czyszczenie plików logów:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 wątek</pluralform> -<pluralform>%x wątki</pluralform> -<pluralform>%x wątków</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x elementów</target> - -<source>Completed successfully</source> -<target>Zakończono bez błędów</target> - -<source>Completed with warnings</source> -<target>Zakończono z ostrzeżeniami</target> - -<source>Completed with errors</source> -<target>Zakończono z błędami</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Nie można uzyskać dostępu do usługi Volume Shadow Copy.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Uruchom 64-bitową wersję FreeFileSync aby utworzyć Shadow Copies w tym systemie.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Nazwa wolumenu %x nie jest częścią ścieżki %y.</target> - -<source>File time and size</source> -<target>Czas modyfikacji i rozmiar</target> - -<source>File content</source> -<target>Zawartość pliku</target> - -<source>File size</source> -<target>Rozmiar pliku</target> - -<source>Two way</source> -<target>Obustronna</target> - -<source>Mirror</source> -<target>Lustrzana</target> - -<source>Update</source> -<target>Uaktualnij</target> - -<source>Custom</source> -<target>Własne</target> - -<source>Multiple...</source> -<target>Wiele...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Nie można zapisać atrybutów %x.</target> - -<source>%x and %y have different content.</source> -<target>%x i %y mają różną zawartość.</target> - -<source>Data verification error:</source> -<target>Błąd weryfikacji danych:</target> - -<source>Moving file %x to %y</source> -<target>Przenoszenie pliku %x do %y</target> - -<source>Moving folder %x to %y</source> -<target>Przenoszenie katalogu %x do %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Przenoszenie dowiązania symbolicznego %x do %y</target> - -<source>Updating file %x</source> -<target>Aktualizowanie pliku %x</target> - -<source>Updating symbolic link %x</source> -<target>Aktualizowanie dowiązania symbolicznego %x</target> - -<source>Verifying file %x</source> -<target>Weryfikowanie pliku %x</target> - -<source>Updating attributes of %x</source> -<target>Aktualizowanie atrybutów %x</target> - -<source>Source item %x not found</source> -<target>Nie znaleziono elementu źródłowego %x</target> - -<source>Parent folder %x is not existing.</source> -<target>Nadrzędny folder %x nie istnieje.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Nie można skopiować pliku %x do %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Tworzenie Volume Shadow Copy dla %x...</target> - -<source>Cannot find folder %x.</source> -<target>Nie można znaleźć katalogu %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Folder docelowy %x już istnieje, ale nie był dostępny podczas porównywania folderów.</target> - -<source>Target folder input field must not be empty.</source> -<target>Pole katalogu docelowego nie może być puste.</target> - -<source>Source folder %x not found.</source> -<target>Nie znaleziono katalogu źródłowego %x.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Określ katalog docelowy do wersjonowania.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Te elementy znajdują się w konflikcie, którego nie można rozwiązać. Pliki nie zostaną zsynchronizowane:</target> - -<source>Folder pair:</source> -<target>Para folderów:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Poniższe katalogi znacząco się różnią. Zweryfikuj czy do synchronizacji zostały określone prawidłowe katalogi.</target> - -<source>Not enough free disk space available in:</source> -<target>Brak wystarczającej przestrzeni dyskowej na:</target> - -<source>Available:</source> -<target>Dostępne:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Niektóre pliki będą zsynchronizowane jako część kilku katalogów źródłowych.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Aby uniknąć konfliktów, skonfiguruj filtry wykluczania tak, aby każdy zaktualizowany plik był zawarty tylko w jednym folderze bazowym.</target> - -<source>Versioning folder:</source> -<target>Wersjonowanie katalogów:</target> - -<source>Base folder:</source> -<target>Katalog źródłowy:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Katalog wersjonowania znajduje się w katalogu bazowym.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchronizacja katalogów parami:</target> - -<source>Generating database...</source> -<target>Generowanie bazy danych...</target> - -<source>Searching for old file versions:</source> -<target>Wyszukiwanie starych wersji plików:</target> - -<source>Removing old file versions:</source> -<target>Usuwanie starych wersji plików:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nie można utworzyć znacznika czasu dla wersjonowania:</target> - -<source>Drag && drop</source> -<target>Drag && Drop</target> - -<source>Select a folder</source> -<target>Wybierz katalog</target> - -<source>&New</source> -<target>&Nowy</target> - -<source>&Open...</source> -<target>&Otwórz...</target> - -<source>Save &as...</source> -<target>&Zapisz jako...</target> - -<source>E&xit</source> -<target>&Wyjście</target> - -<source>&File</source> -<target>&Plik</target> - -<source>&View help</source> -<target>&Pomoc</target> - -<source>&About</source> -<target>O Program&ie</target> - -<source>&Help</source> -<target>Pomo&c</target> - -<source>Usage:</source> -<target>Użycie:</target> - -<source>Select folders to watch.</source> -<target>Określ obserwowane katalogi.</target> - -<source>Enter a command line.</source> -<target>Wprowadź komendę.</target> - -<source>Press 'Start'.</source> -<target>Wciśnij 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Aby rozpocząć, zaimportuj plik "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Katalogi do obserwowania:</target> - -<source>Add folder</source> -<target>Dodaj katalog</target> - -<source>Remove folder</source> -<target>Usuń katalog</target> - -<source>Browse</source> -<target>Przeglądaj</target> - -<source>Idle time (in seconds):</source> -<target>Czas bezczynności (w sekundach):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Czas pomiędzy ostatnią wykrytą zmianą a uruchomieniem komendy</target> - -<source>Command line:</source> -<target>Polecenie:</target> - -<source>&Hide console window</source> -<target>&Ukryj okno konsoli</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Komenda jest wykonywana gdy: -- pliki lub podkatalogi ulegną zmianie -- zostaną utworzone nowe katalogi (np. włożenie pamięci USB) -</target> - -<source>Start</source> -<target>Start</target> - -<source>About</source> -<target>O Programie</target> - -<source>Build: %x</source> -<target>Zbudowano: %x</target> - -<source>All files</source> -<target>Wszystkie pliki</target> - -<source>Automated Synchronization</source> -<target>Automatyczna synchronizacja</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protokół %x nie wspiera monitorowania katalogów:</target> - -<source>Directory monitoring active</source> -<target>Monitorowanie katalogów aktywne</target> - -<source>Waiting until directory is available:</source> -<target>Oczekiwanie, aż katalog będzie dostępny:</target> - -<source>&Configure</source> -<target>&Konfiguruj</target> - -<source>&Show error message</source> -<target>&Pokaż komunikat o błędzie</target> - -<source>&Quit</source> -<target>Zam&knij</target> - -<source>&Retry</source> -<target>&Powtórz</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 bajt</pluralform> -<pluralform>%x bajty</pluralform> -<pluralform>%x bajtów</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Wczytywanie...</target> - -<source>Scanning...</source> -<target>Skanowanie...</target> - -<source>configuration file</source> -<target>plik konfiguracyjny</target> - -<source>System: Sleep</source> -<target>System: Uśpienie</target> - -<source>System: Shut down</source> -<target>System: Wyłączenie</target> - -<source>Nothing to synchronize</source> -<target>Brak plików do synchronizacji</target> - -<source>Executing command:</source> -<target>Wykonanie polecenia:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Możesz przejść do głównego okna FreeFileSync abe rozwiązać ten problem.</target> - -<source>&Don't show this warning again</source> -<target>&Nie pokazuj ponownie tego ostrzeżenia</target> - -<source>&Ignore</source> -<target>&Ignoruj</target> - -<source>&Switch</source> -<target>&Zamień</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Przejdź do głównego okna FreeFileSync.</target> - -<source>Automatic retry</source> -<target>Automatyczne ponowienie</target> - -<source>Ignore &all</source> -<target>Ignoruj &wszystkie</target> - -<source>Retrying operation...</source> -<target>Ponawianie operacji...</target> - -<source>Serious Error</source> -<target>Poważny błąd</target> - -<source>Last session</source> -<target>Ostatnia sesja</target> - -<source>Today</source> -<target>Dzisiaj</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dzień</pluralform> -<pluralform>%x dni</pluralform> -<pluralform>%x dni</pluralform> -</target> - -<source>Name</source> -<target>Nazwa</target> - -<source>Last sync</source> -<target>Ostatnia synchronizacja</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Katalog</target> - -<source>Symlink</source> -<target>Dowiązanie symboliczne</target> - -<source>Full path</source> -<target>Pełna ścieżka</target> - -<source>Relative path</source> -<target>Ścieżka względna</target> - -<source>Item name</source> -<target>Nazwa elementu</target> - -<source>Size</source> -<target>Rozmiar</target> - -<source>Date</source> -<target>Data</target> - -<source>Extension</source> -<target>Rozszerzenie</target> - -<source>Category</source> -<target>Kategoria</target> - -<source>Action</source> -<target>Akcja</target> - -<source>Local comparison settings</source> -<target>Lokalne ustawienia porównywania</target> - -<source>Local synchronization settings</source> -<target>Lokalne ustawienia synchronizacji</target> - -<source>Local filter</source> -<target>Filtr lokalny</target> - -<source>Active</source> -<target>Aktywny</target> - -<source>None</source> -<target>Żaden</target> - -<source>Remove local settings</source> -<target>Usuń lokalne ustawienia</target> - -<source>Clear local filter</source> -<target>Wyczyść lokalny filtr</target> - -<source>Copy</source> -<target>Kopiuj</target> - -<source>Paste</source> -<target>Wklej</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Katalog %x nie może być użyty w FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Okreś katalog lokalny, sieciowy bądź urządzenie MTP.</target> - -<source>Defined by context of use</source> -<target>Zdefiniowany przez kontekst użycia</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Wymaga FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Zapisz</target> - -<source>Save as &batch job...</source> -<target>Zapisz w trybie &wsadowym...</target> - -<source>Show &log</source> -<target>Pokaż &log</target> - -<source>Start &comparison</source> -<target>Rozpo&cznij porównywanie</target> - -<source>C&omparison settings</source> -<target>Ustawienia &porównywania</target> - -<source>&Filter settings</source> -<target>Ustawienia &filtra</target> - -<source>S&ynchronization settings</source> -<target>U&stawienia synchronizacji</target> - -<source>Start &synchronization</source> -<target>Rozpocznij &synchronizację</target> - -<source>&Actions</source> -<target>&Akcje</target> - -<source>&Preferences</source> -<target>&Ustawienia</target> - -<source>&Language</source> -<target>&Język</target> - -<source>&Find...</source> -<target>&Szukaj...</target> - -<source>&Export file list...</source> -<target>&Eksportuj listę plików...</target> - -<source>&Reset layout</source> -<target>&Resetuj układ okien</target> - -<source>&Tools</source> -<target>&Narzędzia</target> - -<source>&Check for updates now</source> -<target>&Sprawdź aktualizacje</target> - -<source>Check &automatically once a week</source> -<target>Sprawdzaj &automatycznie raz w tygodniu</target> - -<source>Cancel</source> -<target>Anuluj</target> - -<source>Compare</source> -<target>Porównaj</target> - -<source>Synchronize</source> -<target>Synchronizuj</target> - -<source>Add folder pair</source> -<target>Dodaj katalogi do porównania</target> - -<source>Remove folder pair</source> -<target>Usuń katalogi</target> - -<source>Access online storage</source> -<target>Dostęp do zasobu zdalnego</target> - -<source>Close search bar</source> -<target>Zamknij pasek wyszukiwania</target> - -<source>Find:</source> -<target>Szukaj:</target> - -<source>Match case</source> -<target>Uwzględnij wielkość liter</target> - -<source>Processed:</source> -<target>Przetworzone:</target> - -<source>Remaining:</source> -<target>Pozostało:</target> - -<source>New</source> -<target>Nowy</target> - -<source>Open...</source> -<target>Otwórz...</target> - -<source>Save</source> -<target>Zapisz</target> - -<source>Save as...</source> -<target>Zapisz jako...</target> - -<source>View type:</source> -<target>Typ widoku:</target> - -<source>Select view:</source> -<target>Widok:</target> - -<source>Save as default</source> -<target>Zapisz jako domyślne</target> - -<source>Statistics:</source> -<target>Statystyki:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Liczba plików i katalogów, które zostaną usunięte</target> - -<source>Number of files that will be updated</source> -<target>Liczba plików, która będą zaktualizowane</target> - -<source>Number of files and folders that will be created</source> -<target>Liczba plików i katalogów, które zostaną utworzone</target> - -<source>Total bytes to copy</source> -<target>Całkowity rozmiar do skopiowania</target> - -<source>Arrange folder pair</source> -<target>Uporządkuj parę katalogów</target> - -<source>Main settings:</source> -<target>Główne ustawienia:</target> - -<source>Use local settings:</source> -<target>Korzystaj z ustawień lokalnych:</target> - -<source>Select a variant:</source> -<target>Określ wariant:</target> - -<source>Include &symbolic links:</source> -<target>Uwzględniaj dowiązania &symboliczne:</target> - -<source>&Follow</source> -<target>&Podążaj</target> - -<source>&Direct</source> -<target>&Bezpośrednio</target> - -<source>More information</source> -<target>Więcej informacji</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignoruj przesunięcie czasu [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lista różnic czasu do zignorowania dla pliku</target> - -<source>Example:</source> -<target>Przykład:</target> - -<source>Handle daylight saving time</source> -<target>Uwzględniaj przesunięcie czasu</target> - -<source>Ignore errors</source> -<target>Ignoruj błędy</target> - -<source>Retry count:</source> -<target>Liczba prób:</target> - -<source>Delay (in seconds):</source> -<target>Opóźnienie (w sekundach):</target> - -<source>Performance improvements:</source> -<target>Polepszenie wydajności:</target> - -<source>Parallel file operations:</source> -<target>Równoległe operacje plikowe:</target> - -<source>How to get best performance?</source> -<target>Jak uzyskać lepszą wydajność?</target> - -<source>Local settings:</source> -<target>Ustawienia lokalne:</target> - -<source>Include:</source> -<target>Dołącz:</target> - -<source>Show examples</source> -<target>Pokaż przykłady</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Określ reguły filtrowania w celu wykluczenia niektórych plików z synchronizacji. Ścieżki plików muszą być relatywne do podanych par katalogów.</target> - -<source>File size:</source> -<target>Rozmiar pliku:</target> - -<source>Minimum:</source> -<target>Minimalny:</target> - -<source>Maximum:</source> -<target>Maksymalny:</target> - -<source>Time span:</source> -<target>Przedział czasu:</target> - -<source>C&lear</source> -<target>&Wyczyść</target> - -<source>Detect moved files</source> -<target>Wykryj przeniesione pliki</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nie wspierane przez wszystkie systemy plików -- Wymaga pliku bazy danych -- Wykrywanie niedostępne podczas pierwszej synchronizacji -</target> - -<source>Delete files:</source> -<target>Usuwanie plików:</target> - -<source>&Recycle bin</source> -<target>&Kosz systemowy</target> - -<source>&Permanent</source> -<target>&Permanentne</target> - -<source>&Versioning</source> -<target>&Wersjonowanie</target> - -<source>Move files to a user-defined folder</source> -<target>Przenieś pliki do katalogu zdefiniowanego przez użytkownika</target> - -<source>Naming convention:</source> -<target>Konwencja nazewnictwa:</target> - -<source>Limit file versions:</source> -<target>Ogranicz wersje plików:</target> - -<source>Last x days:</source> -<target>Ostatnie x dni:</target> - -<source>&Override default log path:</source> -<target>&Zastąp domyślną ścieżkę logu:</target> - -<source>Run a command:</source> -<target>Uruchom polecenie:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Typ połączenia:</target> - -<source>Connected user accounts:</source> -<target>Połączone konta użytkowników:</target> - -<source>&Add connection</source> -<target>&Dodaj połączenie</target> - -<source>&Disconnect</source> -<target>&Rozłącz się</target> - -<source>Selected user account:</source> -<target>Wybrane konto użytkownika:</target> - -<source>Server name or IP address:</source> -<target>Nazwa serwera lub adres IP:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Szyfrowanie:</target> - -<source>&Disabled</source> -<target>&Wyłączony:</target> - -<source>&Explicit SSL/TLS</source> -<target>&SSL/TLS</target> - -<source>Authentication:</source> -<target>Uwierzytelnianie:</target> - -<source>&Password</source> -<target>&Hasło:</target> - -<source>&Key file</source> -<target>Plik &klucza</target> - -<source>&SSH agent</source> -<target>Agent &SSH</target> - -<source>User name:</source> -<target>Nazwa użytkownika:</target> - -<source>Private key file:</source> -<target>Plik klucza prywatnego:</target> - -<source>&Show password</source> -<target>&Pokaż hasło</target> - -<source>Directory on server:</source> -<target>Katalog na serwerze:</target> - -<source>Access timeout (in seconds):</source> -<target>Czas oczekiwania na dostęp (w sekundach):</target> - -<source>SFTP channels per connection:</source> -<target>Liczba kanałów dla połączenia SFTP:</target> - -<source>Detect server limit</source> -<target>Wykryj limity serwera</target> - -<source>Select Folder</source> -<target>Określ katalog</target> - -<source>Variant:</source> -<target>Wariant:</target> - -<source>&Don't show this dialog again</source> -<target>&Nie pokazuj więcej tego okna</target> - -<source>Bytes:</source> -<target>Bajty:</target> - -<source>Items:</source> -<target>Elementy:</target> - -<source>Synchronizing...</source> -<target>Synchronizuję...</target> - -<source>Minimize to notification area</source> -<target>Minimalizuj do obszaru powiadomień</target> - -<source>Bytes</source> -<target>Bajty</target> - -<source>Items</source> -<target>Elementy</target> - -<source>When finished:</source> -<target>Gdy zakończono:</target> - -<source>Auto-close</source> -<target>Auto-zamykanie</target> - -<source>Close</source> -<target>Zamknij</target> - -<source>&Pause</source> -<target>&Pauza</target> - -<source>Stop</source> -<target>Przerwij</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Utwórz plik wsadowy do zautomatyzowania procesu synchronizacji. Aby rozpocząć, kliknij dwa razy plik lub zaplanuj zadanie w harmonogramie zadań: %x</target> - -<source>Progress dialog:</source> -<target>Okno postępu:</target> - -<source>Run minimized</source> -<target>Uruchom zminimalizowane</target> - -<source>Show pop-up on errors or warnings</source> -<target>Pokazuj okna pop-up dla błędów i ostrzeżeń</target> - -<source>&Cancel</source> -<target>&Anuluj</target> - -<source>Stop synchronization at first error</source> -<target>Przerwij synchronizację przy pierwszym błędzie</target> - -<source>How can I schedule a batch job?</source> -<target>Jak zaplanować zadanie w trybie wsadowym?</target> - -<source>&Keep relative paths</source> -<target>&Zachowaj relatywne ścieżki</target> - -<source>&Overwrite existing files</source> -<target>&Nadpisz istniejące pliki</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Następujące ustawienia stosowane są do wszystkich zadań synchronizacji.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Aby zagwarantować spójność synchronizacji nawet podczas błędu, -program kopiuje zawartość do pliku tymczasowego (*.ffs_tmp), a następnie nadpisuje plik docelowy. -</target> - -<source>recommended</source> -<target>rekomendowana</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiuj pliki współdzielone lub zablokowane używając usługi Volume Shadow Copy.</target> - -<source>requires administrator rights</source> -<target>wymaga uprawnień administratora</target> - -<source>Transfer file and folder permissions.</source> -<target>Kopiuj uprawnienia plików i katalogów.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Przywróć wszystkie, stale ukryte dialogi i powiadomienia</target> - -<source>Default log path:</source> -<target>Domyślna ścieżka logu:</target> - -<source>&Delete logs after x days:</source> -<target>&Skasuj logi po x dniach:</target> - -<source>Notification sounds:</source> -<target>Dźwięki powiadomień:</target> - -<source>Synchronization finished:</source> -<target>Synchronizacja zakończona:</target> - -<source>Customize context menu:</source> -<target>Dostosuj menu kontekstowe:</target> - -<source>Description</source> -<target>Opis</target> - -<source>&Default</source> -<target>&Domyślne</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Opinie i sugestie mile widziane:</target> - -<source>Home page</source> -<target>Strona domowa</target> - -<source>FreeFileSync Forum</source> -<target>Forum FreeFileSync</target> - -<source>Email</source> -<target>Poczta</target> - -<source>If you like FreeFileSync:</source> -<target>Jeżeli lubisz FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Wesprzyj dotacją</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Auto aktualizacja została wyłączona przez administratora.</target> - -<source>Donation details</source> -<target>Szczegóły dotacji</target> - -<source>Source code written in C++ using:</source> -<target>Kod stworzony w C++ z wykorzystaniem:</target> - -<source>Published under the GNU General Public License:</source> -<target>Opublikowano na licencji GNU General Public Licence:</target> - -<source>Many thanks for localization:</source> -<target>Podziękowania za tłumaczenia:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktywuj FreeFileSync Donation Edition jedną z poniższych metod:</target> - -<source>Activate via internet now:</source> -<target>Aktywuj przez internet:</target> - -<source>Activate online</source> -<target>Aktywuj online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Pobierz offline'owy klucz aktywacyjny z poniższego adresu:</target> - -<source>&Copy to clipboard</source> -<target>&Kopiuj do schowka</target> - -<source>Enter activation key:</source> -<target>Wprowadź klucz aktywacyjny:</target> - -<source>Activate offline</source> -<target>Aktywuj offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Pokaż konfiguracje, które nie były uruchamiane więcej niż następująca liczba dni:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync wymaga uprawnień, aby uniknąć błędów „Operacja niedozwolona” podczas synchronizacji danych (np. Poczta, Wiadomości, Kalendarze).</target> - -<source>Locate the FreeFileSync app</source> -<target>Znajdź aplikację FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Otwórz Ochrona i prywatność</target> - -<source>Click the lock to allow changes.</source> -<target>Kliknij blokadę, aby zezwolić na zmiany.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Przeciągnij FreeFileSync do panelu.</target> - -<source>Synchronization Settings</source> -<target>Ustawienia synchronizacji</target> - -<source>Access Online Storage</source> -<target>Dostęp do Online Storage</target> - -<source>Save as a Batch Job</source> -<target>Zapisz jako plik wsadowy.</target> - -<source>Delete Items</source> -<target>Usuń elementy</target> - -<source>Copy Items</source> -<target>Kopiowanie elementów</target> - -<source>Options</source> -<target>Opcje</target> - -<source>Select Time Span</source> -<target>Określ przedział czasu</target> - -<source>Highlight Configurations</source> -<target>Pokaż konfiguracje</target> - -<source>Grant Full Disk Access</source> -<target>Udziel pełnego dostępu do dysku</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Brak wpisów w dzienniku</target> - -<source>Select all</source> -<target>Zaznacz wszystko</target> - -<source>&Options</source> -<target>&Opcje</target> - -<source>Main Bar</source> -<target>Główny pasek</target> - -<source>Folder Pairs</source> -<target>Pary katalogów</target> - -<source>Find</source> -<target>Znajdź</target> - -<source>View Settings</source> -<target>Ustawienia widoku</target> - -<source>Configuration</source> -<target>Konfiguracja</target> - -<source>Overview</source> -<target>Przegląd</target> - -<source>Swap sides</source> -<target>Zamień stronami</target> - -<source>Show "%x"</source> -<target>Pokaż "%x"</target> - -<source>&Show details</source> -<target>&Pokaż szczegóły</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x jest już dostępny!</target> - -<source>Local path not available for %x.</source> -<target>Lokalna ścieżka nie jest dostępna dla %x.</target> - -<source>Confirm</source> -<target>Potwierdź</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Czy na pewno wykonać polecenie %y dla jednego elementu?</pluralform> -<pluralform>Czy na pewno wykonać polecenie %y dla jednego %x elementów?</pluralform> -<pluralform>Czy na pewno wykonać polecenie %y dla jednego %x elementów?</pluralform> -</target> - -<source>&Execute</source> -<target>&Wykonaj</target> - -<source>Set direction:</source> -<target>Kierunek synchronizacji:</target> - -<source>multiple selection</source> -<target>zaznaczone elementy</target> - -<source>&Include via filter:</source> -<target>&Dołącz przez filtr:</target> - -<source>&Exclude via filter:</source> -<target>&Wyklucz przez filtr:</target> - -<source>Include temporarily</source> -<target>Dołącz tymczasowo</target> - -<source>Exclude temporarily</source> -<target>Wyklucz tymczasowo</target> - -<source>&Synchronize selection</source> -<target>&Synchronizuj wybór</target> - -<source>&Copy to...</source> -<target>&Kopiuj do...</target> - -<source>&Delete</source> -<target>&Usuń</target> - -<source>Show icons:</source> -<target>Pokaż ikony:</target> - -<source>Small</source> -<target>Mały</target> - -<source>Medium</source> -<target>Średni</target> - -<source>Large</source> -<target>Duży</target> - -<source>Select time span...</source> -<target>Określ przedział czasowy...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Porównywanie i Synchronizacja folderów</target> - -<source>Configuration saved</source> -<target>Konfiguracja zapisana</target> - -<source>FreeFileSync batch</source> -<target>Plik wsadowy FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Czy chcesz zapisać zmiany w %x?</target> - -<source>Never save &changes</source> -<target>Nigdy nie zapisuj &zmian</target> - -<source>Do&n't save</source> -<target>&Nie zapisuj</target> - -<source>%x cannot be renamed.</source> -<target>%x nie można zmienić nazwy.</target> - -<source>New name:</source> -<target>Nowa nazwa:</target> - -<source>Rename Configuration</source> -<target>Zmień nazwę Konfiguracji</target> - -<source>Configuration name must not be empty.</source> -<target>Nazwa konfiguracji nie może być pusta.</target> - -<source>&Rename...</source> -<target>&Zmień nazwę...</target> - -<source>Hide configuration</source> -<target>Ukryj konfiguracje</target> - -<source>Highlight...</source> -<target>Pokaż...</target> - -<source>Clear filter</source> -<target>Wyczyść filtr</target> - -<source>Show files that exist on left side only</source> -<target>Pokaż pliki istniejące tylko po lewej stronie</target> - -<source>Show files that exist on right side only</source> -<target>Pokaż pliki istniejące tylko po prawej stronie</target> - -<source>Show files that are newer on left</source> -<target>Pokaż pliki nowsze po lewej stronie</target> - -<source>Show files that are newer on right</source> -<target>Pokaż pliki nowsze po prawej stronie</target> - -<source>Show files that are equal</source> -<target>Pokaż pliki, które są równe</target> - -<source>Show files that are different</source> -<target>Pokaż pliki, które się różnią</target> - -<source>Show conflicts</source> -<target>Pokaż konflikty</target> - -<source>Show files that will be created on the left side</source> -<target>Pokaż pliki, które będą utworzone po lewej stronie</target> - -<source>Show files that will be created on the right side</source> -<target>Pokaż pliki, które będą utworzone po prawej stronie</target> - -<source>Show files that will be deleted on the left side</source> -<target>Pokaż pliki, które będą usunięte po lewej stronie</target> - -<source>Show files that will be deleted on the right side</source> -<target>Pokaż pliki, które będą usunięte po prawej stronie</target> - -<source>Show files that will be updated on the left side</source> -<target>Pokaż pliki, które będą zaktualizowane po lewej stronie</target> - -<source>Show files that will be updated on the right side</source> -<target>Pokaż pliki, które będą zaktualizowane po prawej stronie</target> - -<source>Show files that won't be copied</source> -<target>Pokaż pliki, które nie będą kopiowane</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Pokaż pliki wyfiltrowane lub wykluczone tymczasowo</target> - -<source>Filter</source> -<target>Filtr</target> - -<source>All files are in sync</source> -<target>Pliki zsynchronizowane</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 katalog</pluralform> -<pluralform>%x katalogi</pluralform> -<pluralform>%x katalogów</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 plik</pluralform> -<pluralform>%x pliki</pluralform> -<pluralform>%x plików</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Widok %y z 1 wiersza</pluralform> -<pluralform>Widok %y z %x wierszy</pluralform> -<pluralform>Widok %y z %x wierszy</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nie można znaleźć %x</target> - -<source>Move up</source> -<target>Przesuń w górę</target> - -<source>Move down</source> -<target>Przesuń w dół</target> - -<source>Comma-separated values</source> -<target>Wartości rozdzielone przecinkiem</target> - -<source>File list exported</source> -<target>Lista plików wyeksportowana</target> - -<source>Searching for program updates...</source> -<target>Wyszukiwanie aktualizacji...</target> - -<source>Paused</source> -<target>Pauza</target> - -<source>Stop requested...</source> -<target>Zatrzymaj...</target> - -<source>Initializing...</source> -<target>Inicjalizacja...</target> - -<source>Comparing content...</source> -<target>Porównywanie zawartości...</target> - -<source>&Continue</source> -<target>&Kontynuuj</target> - -<source>Progress</source> -<target>Postęp</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Dziękujemy %x za Twoje wsparcie!</target> - -<source>Connections</source> -<target>Połączenia</target> - -<source>Recommended range:</source> -<target>Rekomendowany zakres:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Czy na pewno chcesz się odłączyć od konta użytkownika %x?</target> - -<source>Password:</source> -<target>Hasło:</target> - -<source>Key passphrase:</source> -<target>Hasło kluczowe:</target> - -<source>Please enter a file path.</source> -<target>Wprowadź ścieżkę do pliku.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Skopiować element do innego katalogu?</pluralform> -<pluralform>Skopiować %x elementy do innego katalogu?</pluralform> -<pluralform>Skopiować %x elementów do innego katalogu?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Wprowadź katalog docelowy.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Czy na pewno chcesz przenieść ten element do kosza?</pluralform> -<pluralform>Czy na pewno chcesz przenieść te %x elementy do kosza?</pluralform> -<pluralform>Czy na pewno chcesz przenieść te %x elementów do kosza?</pluralform> -</target> - -<source>Move</source> -<target>Przenieś</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Czy na pewno chcesz usunąć następujący element?</pluralform> -<pluralform>Czy na pewno chcesz usunąć %x następujące elementy?</pluralform> -<pluralform>Czy na pewno chcesz usunąć %x następujących elementów?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Zacznij synchronizować wybór?</target> - -<source>Start synchronization now?</source> -<target>Rozpocząć teraz synchronizację?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiuj DACL, SACL, Użytkownik, Grupa</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Dołącz zewnętrzną aplikację do menu kontekstowego. Dostępne makra:</target> - -<source>Full file or folder path</source> -<target>Pełna ścieżka do pliku lub katalogu</target> - -<source>Parent folder path</source> -<target>Nadrzędna ścieżka</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Tymczasowa kopia lokalna dla SFTP i MTP</target> - -<source>Parameters for opposite side</source> -<target>Parametry dla strony przeciwnej</target> - -<source>Show hidden dialogs again</source> -<target>Przywróć ukryte dialogi</target> - -<source>All dialogs shown</source> -<target>Wszystkie wyświetlone okna dialogowe</target> - -<source>Downloading update...</source> -<target>Pobieranie aktualizacji...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Określ różnice w plikach na podstawie czasu modyfikacji i rozmiaru.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Określ różnice w plikach na podstawie ich zawartości.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Traktuj pliki jako jednakowe, jeżeli mają ten sam rozmiar.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Wyszukaj oraz zastosuj zmiany po obu stronach. Wszystkie operacje na plikach takie jak usunięcia, zmiany oraz konflikty wykrywane są automatycznie przy użyciu bazy danych.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Utwórz lustrzaną kopię lewego katalogu. Cała zawartość prawego katalogu będzie usunięta bądź nadpisana zawartością lewego katalogu.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopiuj nowe i zmodyfikowane pliki do prawego katalogu.</target> - -<source>Configure your own synchronization rules.</source> -<target>Skonfiguruj swoje własne reguły synchronizacji.</target> - -<source>Comparison</source> -<target>Porównanie</target> - -<source>Synchronization</source> -<target>Synchronizacja</target> - -<source>This week</source> -<target>W tym tygodniu</target> - -<source>This month</source> -<target>W tym miesiącu</target> - -<source>This year</source> -<target>W tym roku</target> - -<source>Byte</source> -<target>Bajtów</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Zachowaj pliki usunięte i nadpisane w koszu systemowym</target> - -<source>Delete and overwrite files permanently</source> -<target>Usuwaj i nadpisuj pliki permanentnie</target> - -<source>Replace</source> -<target>Zamień</target> - -<source>Move files and replace if existing</source> -<target>Przenieś pliki i nadpisz, jeżeli już istnieją</target> - -<source>Time stamp</source> -<target>Znacznik czasu</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Przenieś pliki do podkatalogu z oznaczeniem czasu</target> - -<source>File</source> -<target>Plik</target> - -<source>Append a time stamp to each file name</source> -<target>Dołącz datę do nazwy każdego pliku</target> - -<source>On completion:</source> -<target>Po zakończeniu:</target> - -<source>On errors:</source> -<target>Przy błędach:</target> - -<source>On success:</source> -<target>Przy sukcesie:</target> - -<source>Main config</source> -<target>Główna konfiguracja</target> - -<source>empty</source> -<target>Pusty</target> - -<source>Leave as unresolved conflict</source> -<target>Zostaw jako nierozwiązany konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimalna liczba wersji musi być mniejsza od maksymalnej.</target> - -<source>&Restore</source> -<target>&Przywróć</target> - -<source>Files</source> -<target>Pliki</target> - -<source>Percentage</source> -<target>Procentowo</target> - -<source>Failed to retrieve update information.</source> -<target>Nie można pobrać informacji o aktualizacji.</target> - -<source>Automatic updates:</source> -<target>Automatyczne aktualizacje:</target> - -<source>Check for Program Updates</source> -<target>Sprawdź dostępne aktualizacje</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Automatycznie zaktualizować teraz czy ręcznie pobrać ze strony FreeFileSync</target> - -<source>&Auto-update</source> -<target>&Auto-aktualizacja</target> - -<source>&Home page</source> -<target>Strona &domowa</target> - -<source>Download now?</source> -<target>Pobrać teraz?</target> - -<source>&Download</source> -<target>&Pobierz</target> - -<source>FreeFileSync is up to date.</source> -<target>Posiadasz aktualną wersję FreeFileSync.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Nie można znaleźć aktualnej wersji programu FreeFileSync w sieci. Nowsza wersja może być dostępna. Czy chcesz sprawdzić ręcznie?</target> - -<source>&Check</source> -<target>S&prawdź</target> - -<source>Consistency check failed for %x.</source> -<target>Plik %x jest niespójny.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Instalacja została zarejestrowana na innym systemie operacyjnym.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Błąd aktywacji FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Niepoprawny klucz aktywacyjny.</target> - -<source>Unable to register to receive system messages.</source> -<target>Błąd podczas rejestrowania do odbioru komunikatów systemowych.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Opcja instalacyjna %x jest dostępna wyłącznie w wersji FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Nie można odnaleźć funkcji systemowej %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nie można zarejestrować powiadomień urządzenia dla %x.</target> - -<source>The file is locked by another process:</source> -<target>Plik jest zablokowany przez inny proces:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Nie można określić uprawnień do plików dla folderu %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Nie można odczytać ustawień bezpieczeństwa %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Nie można zapisać ustawień bezpieczeństwa %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Nie można odczytać uprawnień %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nie można skopiować uprawnień z %x do %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nie jest zwykłą nazwą katalogu.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nie można skopiować atrybutów z %x do %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 minuta</pluralform> -<pluralform>%x minuty</pluralform> -<pluralform>%x minut</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 godzina</pluralform> -<pluralform>%x godziny</pluralform> -<pluralform>%x godzin</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Nie można ustawić uprawnień %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nie można przerwać trybu uśpienia.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nie można zmienić priorytetu I/O procesu.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Sprawdzanie kosza systemowego dla katalogu %x zakończone niepowodzeniem.</target> - -<source>Unable to shut down the system.</source> -<target>Nie można wyłączyć systemu.</target> - -<source>Prepare installation</source> -<target>Przygotuj instalację</target> - -<source>Choose which components you want to install.</source> -<target>Określ komponenty do instalacji.</target> - -<source>Select installation type:</source> -<target>Wybierz typ instalacji:</target> - -<source>Local</source> -<target>Lokalna</target> - -<source>Portable</source> -<target>Przenośna</target> - -<source>Save settings in %x</source> -<target>Zapisz ustawienia w %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Tworzy powiązania plików z programem FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Integracja z menu kontekstowym Windows Explorer</target> - -<source>Save settings in installation directory</source> -<target>Zapisz ustawienia w katalogu instalacyjnym</target> - -<source>Do not write to Registry</source> -<target>Nie tworzy wpisów w rejestrze</target> - -<source>Just copy the files</source> -<target>Kopiuje tylko pliki</target> - -<source>Choose a directory for installation:</source> -<target>Wybierz katalog docelowy:</target> - -<source>Create shortcuts:</source> -<target>Utwórz skróty:</target> - -<source>Desktop</source> -<target>Na Pulpicie</target> - -<source>Start Menu</source> -<target>Start Menu</target> - -<source>Send To</source> -<target>Wyślij Do</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Rejestrowanie rozszerzeń plików FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Usuwanie rozszerzeń plików FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Konfiguracja FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Plik wsadowy FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Baza danych FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Konfiguracja RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Edytuj przy użyciu FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Zamiast reklamy, oto jest zwierzę.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Przenośna wersja FreeFileSync nie może być zainstalowana w podkatalogu w %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Wybierz lokalny typ instalacji lub określ inny katalog.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Pobierz Donation Edition z funkcjami dodatkowymi i pomóż utrzymać FreeFileSync bez reklam.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/portuguese.lng b/FreeFileSync/Build/Resources/Languages/portuguese.lng deleted file mode 100755 index 48919fec..00000000 --- a/FreeFileSync/Build/Resources/Languages/portuguese.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Português</language> - <translator>igorruckert</translator> - <locale>pt_PT</locale> - <image>flag_portugal.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Não é possível ler o ficheiro %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Tamanho inesperado do fluxo de dados. -Esperado: %x bytes -Actual: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Não é possível escrever o ficheiro %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Não é possível escrever as permissões de %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operação não suportada entre dispositivos diferentes.</target> - -<source>Cannot delete file %x.</source> -<target>Não é possível eliminar o ficheiro %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Não é possível remover o link simbólico %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Não é possível eliminar o directório %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Não é possível mover o ficheiro %x para %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Não é possível criar o link simbólico de %x para %y.</target> - -<source>Error Code %x</source> -<target>Código de Erro %x</target> - -<source>Cannot read directory %x.</source> -<target>Não é possível ler o directório %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Não é possível alterar a data de modificação a %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Não é possível ler os atributos do ficheiro %x.</target> - -<source>Cannot create directory %x.</source> -<target>Não é possível criar o directório %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Não é possível determinar o caminho final de %x.</target> - -<source>Operation not supported by device.</source> -<target>Operação não suportada pelo dispositivo.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Não é possível resolver o link simbólico %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Não é possível mover %x para a reciclagem.</target> - -<source>Authentication completed.</source> -<target>Autenticação completada.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Você pode cerrar esta página agora e continuar com o FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Falha na autenticação.</target> - -<source>Unable to connect to %x.</source> -<target>Não é possível conectar-se em %x.</target> - -<source>Cannot find %x.</source> -<target>Não é possível encontrar %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>O nome %x é usado por mais de um item na pasta.</target> - -<source>Please authorize access to user account %x.</source> -<target>Por favor, autorize o acesso à conta de usuário %x.</target> - -<source>Cannot open file %x.</source> -<target>Não é possível abrir o ficheiro %x.</target> - -<source>The name %x is already used by another item.</source> -<target>O nome %x já está em uso por outro item.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Não é possível determinar o espaço livre no disco %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Incapaz de se desconectar de %x.</target> - -<source>Unable to access %x.</source> -<target>Incapaz de aceder %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Falha ao obter informações do servidor %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Não é possível monitorizar o directório %x.</target> - -<source>Cannot find device %x.</source> -<target>Não é possível encontrar o dispositivo %x.</target> - -<source>Cannot open directory %x.</source> -<target>Não é possível abrir o directório %x.</target> - -<source>Unsupported item type.</source> -<target>Tipo de item não suportado.</target> - -<source>Incorrect command line:</source> -<target>Linha de comandos incorrecta:</target> - -<source>The server does not support authentication via %x.</source> -<target>O servidor não suporta autenticação via %x.</target> - -<source>Required:</source> -<target>Requirido:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>O tempo limite da operação esgotou após 1 segundo.</pluralform> -<pluralform>O tempo limite da operação esgotou após %x segundos.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Não é possível aguardar em mais do que 1 conexão ao mesmo tempo.</pluralform> -<pluralform>Não é possível aguardar em mais do que %x conexões ao mesmo tempo.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Conexões activas: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Falha ao abrir canal SFTP número %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Ambos os lados tiveram alterações desde a última sincronização.</target> - -<source>Cannot determine sync-direction:</source> -<target>Não é possível saber a direcção de sincronização:</target> - -<source>No change since last synchronization.</source> -<target>Não há alterações desde a última sincronização.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>A base de dados não está sincronizada com as definições correntes.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Escolher a direcção de sincronização por defeito: Os ficheiros antigos serão substituídos pelos novos.</target> - -<source>Creating file %x</source> -<target>Criar ficheiro %x</target> - -<source>Creating folder %x</source> -<target>Criar pasta %x</target> - -<source>Creating symbolic link %x</source> -<target>Criar link simbólico %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Mover ficheiro %x para a reciclagem</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Mover pasta %x para a reciclagem</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Mover link simbólico %x para a reciclagem</target> - -<source>Deleting file %x</source> -<target>Eliminar ficheiro %x</target> - -<source>Deleting folder %x</source> -<target>Eliminar pasta %x</target> - -<source>Deleting symbolic link %x</source> -<target>Eliminar link simbólico %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>A verificar a disponibilidade da reciclagem para a pasta %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>A reciclagem não é suportada pelas seguintes pastas. Ficheiros eliminados ou sobrescritos não podem ser restaurados:</target> - -<source>An exception occurred</source> -<target>Ocorreu uma excepção</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>É esperado um caminho de directório esquerdo e direito após %x.</target> - -<source>Syntax error</source> -<target>Erro de sintaxe</target> - -<source>Cannot find file %x.</source> -<target>Não é possível encontrar o ficheiro %x.</target> - -<source>Error</source> -<target>Erro</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Ficheiro %x não tem uma configuração válida.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>O ficheiro de configuração não deve conter configurações ao nível de par-directório quando os directórios são definidos pela linha de comandos.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Os directórios não podem ser definidos em mais do que um ficheiro de configuração.</target> - -<source>Command line</source> -<target>Linha de comandos</target> - -<source>Syntax:</source> -<target>Sintaxe:</target> - -<source>config files:</source> -<target>ficheiros de configuração:</target> - -<source>directory</source> -<target>directório</target> - -<source>global config file:</source> -<target>ficheiro de configuração global:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Qualquer número de ficheiros de configuração "ffs_gui" e/ou "ffs_batch" do FreeFileSync.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Qualquer número de pares de directórios alternativos para apenas um ficheiro de configuração.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Abre a configuração seleccionada para somente editar sem executá-la.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Caminho para o ficheiro GlobalSettings.xml alternativo.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Os ficheiros de instalação estão corrompidos. Por favor, reinstale o FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Não é possível encontrar as seguintes pastas:</target> - -<source>The following folders do not yet exist:</source> -<target>As seguintes pastas não existem ainda:</target> - -<source>The folders are created automatically when needed.</source> -<target>As pastas são criadas automaticamente se necessário.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Os seguintes caminhos de pastas diferem no caso. Por favor, use um único formulário para evitar acessos duplicados.</target> - -<source>Scanning:</source> -<target>A pesquisar:</target> - -<source>Comparison finished:</source> -<target>Comparação terminada:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 item encontrado</pluralform> -<pluralform>%x itens encontrados</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Tempo decorrido:</target> - -<source>File %x has an invalid date.</source> -<target>Ficheiro %x tem data inválida.</target> - -<source>Date:</source> -<target>Data:</target> - -<source>Files have the same date but a different size.</source> -<target>Os ficheiros possuem a mesma data mas tem tamanho diferente.</target> - -<source>Size:</source> -<target>Tamanho:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>A comparação de conteúdo foi ignorada para arquivos excluídos.</target> - -<source>Items differ in attributes only</source> -<target>Itens diferem apenas nos atributos</target> - -<source>Resolving symbolic link %x</source> -<target>Resolver link simbólico %x</target> - -<source>Comparing content of files %x</source> -<target>A comparar o conteúdo do ficheiro %x</target> - -<source>Generating file list...</source> -<target>A gerar lista ficheiros...</target> - -<source>Fail-safe file copy</source> -<target>Cópia à prova de falhas</target> - -<source>Enabled</source> -<target>Activado</target> - -<source>Disabled</source> -<target>Desactivado</target> - -<source>Copy locked files</source> -<target>Copiar ficheiros bloqueados</target> - -<source>Copy file access permissions</source> -<target>Copiar permissões de acesso do ficheiro</target> - -<source>File time tolerance</source> -<target>Tolerância de tempo de ficheiro</target> - -<source>Run with background priority</source> -<target>Correr com prioridade de fundo</target> - -<source>Lock directories during sync</source> -<target>Bloquear directórios durante sincronia</target> - -<source>Verify copied files</source> -<target>Verificar ficheiros copiados</target> - -<source>Using non-default global settings:</source> -<target>Usando definições globais não predefinidas:</target> - -<source>A folder input field is empty.</source> -<target>Um dos campos de directório para comparar está vazio.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>A pasta correspondente será considerada como vazia.</target> - -<source>Exclude:</source> -<target>Excluir:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Uma pasta base de um par de pastas está contida na outra.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>A pasta deve ser excluída da sincronização via filtro.</target> - -<source>Calculating sync directions...</source> -<target>A calcular a direcção de sincronização...</target> - -<source>Out of memory.</source> -<target>Sem memória disponível.</target> - -<source>Show in Explorer</source> -<target>Mostrar no Explorer</target> - -<source>Open with default application</source> -<target>Abrir com a aplicação associada</target> - -<source>Browse directory</source> -<target>Procurar directório</target> - -<source>Database file %x is incompatible.</source> -<target>Base de dados %x não é compatível.</target> - -<source>Initial synchronization:</source> -<target>Sincronização inicial:</target> - -<source>Database file %x does not yet exist.</source> -<target>Base de dados %x não existe.</target> - -<source>Database file is corrupted:</source> -<target>O ficheiro da base de dados está corrompido:</target> - -<source>Loading file %x...</source> -<target>A carregar arquivo %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Os ficheiros da base de dados ainda não contém informações sobre a última sincronização.</target> - -<source>Saving file %x...</source> -<target>A guardar ficheiro %x...</target> - -<source>Searching for folder %x...</source> -<target>À procura da pasta %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Tempo limite na procura da pasta %x.</target> - -<source>Cannot get process information.</source> -<target>Não é possível obter informação sobre o processo.</target> - -<source>Waiting while directory is locked:</source> -<target>À espera do bloqueio do directório:</target> - -<source>Lock owner:</source> -<target>Dono do bloqueio:</target> - -<source>Detecting abandoned lock...</source> -<target>Detectado bloqueio abandonado...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 seg</pluralform> -<pluralform>%x segs</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Item existe apenas à esquerda</target> - -<source>Item exists on right side only</source> -<target>Item existe apenas à direita</target> - -<source>Left side is newer</source> -<target>Esquerda é mais recente</target> - -<source>Right side is newer</source> -<target>Direita é mais recente</target> - -<source>Items have different content</source> -<target>Itens tem conteúdo diferente</target> - -<source>Both sides are equal</source> -<target>Ambos os lados iguais</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflito/item não pode ser categorizado</target> - -<source>Copy new item to left</source> -<target>Copiar novo item para a esquerda</target> - -<source>Copy new item to right</source> -<target>Copiar novo item para a direita</target> - -<source>Delete left item</source> -<target>Apagar item esquerdo</target> - -<source>Delete right item</source> -<target>Apagar item direito</target> - -<source>Move file on left</source> -<target>Mover ficheiro à esquerda</target> - -<source>Move file on right</source> -<target>Mover ficheiro à direita</target> - -<source>Update left item</source> -<target>Actualizar item esquerdo</target> - -<source>Update right item</source> -<target>Actualizar item direito</target> - -<source>Do nothing</source> -<target>Não fazer nada</target> - -<source>Update attributes on left</source> -<target>Actualizar atributos à esquerda</target> - -<source>Update attributes on right</source> -<target>Actualizar atributos à direita</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Erro ao analisar ficheiro %x, linha %y, coluna %z.</target> - -<source>Services</source> -<target>Serviços</target> - -<source>Show All</source> -<target>Mostrar Todos</target> - -<source>Hide Others</source> -<target>Ocultar Outros</target> - -<source>Hide %x</source> -<target>Ocultar %x</target> - -<source>Quit %x</source> -<target>Cerrar o %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Incapaz de definir bloqueios de directórios para as seguintes pastas:</target> - -<source>Errors:</source> -<target>Erros:</target> - -<source>Warnings:</source> -<target>Avisos:</target> - -<source>Items processed:</source> -<target>Elementos processados:</target> - -<source>Items remaining:</source> -<target>Elementos restantes:</target> - -<source>Total time:</source> -<target>Tempo total:</target> - -<source>Warning</source> -<target>Atenção</target> - -<source>Stopped</source> -<target>Parado</target> - -<source>Cleaning up log files:</source> -<target>A limpar ficheiros de registo:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/seg.</target> - -<source>%x items</source> -<target>%x itens</target> - -<source>Completed successfully</source> -<target>Concluído com sucesso</target> - -<source>Completed with warnings</source> -<target>Concluído com avisos</target> - -<source>Completed with errors</source> -<target>Concluído com erros</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Não é possível aceder ao serviço Volume Shadow Copy.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Por favor, executar a versão do FreeFileSync de 64 bits para criar cópias de sombra neste sistema.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Nome de volume %x não faz parte do caminho do ficheiro %y.</target> - -<source>File time and size</source> -<target>Data e tamanho do ficheiro</target> - -<source>File content</source> -<target>Conteúdo do ficheiro</target> - -<source>File size</source> -<target>Tamanho do ficheiro</target> - -<source>Two way</source> -<target>Duas vias</target> - -<source>Mirror</source> -<target>Espelhar</target> - -<source>Update</source> -<target>Actualizar</target> - -<source>Custom</source> -<target>Personalizado</target> - -<source>Multiple...</source> -<target>Múltiplo...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Não é possível escrever os atributos de %x.</target> - -<source>%x and %y have different content.</source> -<target>%x e %y tem conteúdos distintos.</target> - -<source>Data verification error:</source> -<target>Erro de verificação dos dados:</target> - -<source>Moving file %x to %y</source> -<target>A mover ficheiro %x para %y</target> - -<source>Moving folder %x to %y</source> -<target>A mover pasta %x para %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>A mover link simbólico %x para %y</target> - -<source>Updating file %x</source> -<target>A actualizar ficheiro %x</target> - -<source>Updating symbolic link %x</source> -<target>A actualizar link simbólico %x</target> - -<source>Verifying file %x</source> -<target>A verificar ficheiro %x</target> - -<source>Updating attributes of %x</source> -<target>A actualizar atributos de %x</target> - -<source>Source item %x not found</source> -<target>Item de origem %x não encontrado</target> - -<source>Parent folder %x is not existing.</source> -<target>A pasta pai %x não existe.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Não é possível copiar o ficheiro %x para %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>A criar Volume Shadow Copy para %x...</target> - -<source>Cannot find folder %x.</source> -<target>Não é possível encontrar a pasta %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>A pasta %x já existe, mas não está disponível durante a comparação de pastas.</target> - -<source>Target folder input field must not be empty.</source> -<target>Campo de directório de destino não deve estar vazio.</target> - -<source>Source folder %x not found.</source> -<target>Directório %x não encontrado.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Introduza uma pasta de destino para o controlo de versões.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Os seguintes itens têm conflitos não resolvidos, e não serão sincronizados:</target> - -<source>Folder pair:</source> -<target>Par da pasta:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>As seguintes pastas são significativamente diferentes. Por favor, verifique se as pastas corretas estão seleccionadas para a sincronização.</target> - -<source>Not enough free disk space available in:</source> -<target>Não há espaço livre suficiente em:</target> - -<source>Available:</source> -<target>Disponível:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Alguns ficheiros serão sincronizados como parte de múltiplas pastas base.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Para evitar conflitos, defina os filtros de exclusão para que cada ficheiro actualizado seja incluído por somente uma pasta base.</target> - -<source>Versioning folder:</source> -<target>Pasta de versão:</target> - -<source>Base folder:</source> -<target>Pasta base:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>A pasta de versão está contida em uma pasta base.</target> - -<source>Synchronizing folder pair:</source> -<target>A sincronizar o par de pastas:</target> - -<source>Generating database...</source> -<target>A gerar base de dados...</target> - -<source>Searching for old file versions:</source> -<target>A pesquisar por versões antigas do ficheiro:</target> - -<source>Removing old file versions:</source> -<target>A remover versões antigas do ficheiro:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Não é possível criar data/hora para controlo de versões:</target> - -<source>Drag && drop</source> -<target>Arrastar && Largar</target> - -<source>Select a folder</source> -<target>Seleccione uma pasta</target> - -<source>&New</source> -<target>&Novo</target> - -<source>&Open...</source> -<target>&Abrir...</target> - -<source>Save &as...</source> -<target>Guardar &como...</target> - -<source>E&xit</source> -<target>S&air</target> - -<source>&File</source> -<target>&Ficheiro</target> - -<source>&View help</source> -<target>&Ver ajuda</target> - -<source>&About</source> -<target>So&bre</target> - -<source>&Help</source> -<target>A&juda</target> - -<source>Usage:</source> -<target>Uso:</target> - -<source>Select folders to watch.</source> -<target>Seleccionar pastas para observar.</target> - -<source>Enter a command line.</source> -<target>Inserir a linha de comando.</target> - -<source>Press 'Start'.</source> -<target>Pressionar 'Iniciar'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Para começar basta importar um ficheiro "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Pastas a verificar:</target> - -<source>Add folder</source> -<target>Adicionar pasta</target> - -<source>Remove folder</source> -<target>Remover pasta(s)</target> - -<source>Browse</source> -<target>Procurar</target> - -<source>Idle time (in seconds):</source> -<target>Tempo de espera (em segundos):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Tempo de espera entre a última alteração detectada e a execução do comando</target> - -<source>Command line:</source> -<target>Linha de comandos:</target> - -<source>&Hide console window</source> -<target>&Ocultar janela de console</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -O comando é executado se: -- ficheiros ou subpastas forem alterados -- forem detectadas novas pastas (p.e. pen USB) -</target> - -<source>Start</source> -<target>Início</target> - -<source>About</source> -<target>Sobre</target> - -<source>Build: %x</source> -<target>Build: %x</target> - -<source>All files</source> -<target>Todos os ficheiros</target> - -<source>Automated Synchronization</source> -<target>Sincronização Automática</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>O protocolo %x não suporta a monitorização de directórios:</target> - -<source>Directory monitoring active</source> -<target>Monitorização de directório activa</target> - -<source>Waiting until directory is available:</source> -<target>A aguardar até o directório ficar disponível:</target> - -<source>&Configure</source> -<target>&Configurar</target> - -<source>&Show error message</source> -<target>Mo&strar mensagens de erro</target> - -<source>&Quit</source> -<target>&Sair</target> - -<source>&Retry</source> -<target>&Tentar de Novo</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>A carregar...</target> - -<source>Scanning...</source> -<target>A pesquisar...</target> - -<source>configuration file</source> -<target>arquivo de configurações</target> - -<source>System: Sleep</source> -<target>Suspender</target> - -<source>System: Shut down</source> -<target>Desligar</target> - -<source>Nothing to synchronize</source> -<target>Nada a sincronizar</target> - -<source>Executing command:</source> -<target>A executar comando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Pode mudar para a janela principal do FreeFileSync para resolver este problema.</target> - -<source>&Don't show this warning again</source> -<target>&Não mostrar este aviso novamente</target> - -<source>&Ignore</source> -<target>&Ignorar</target> - -<source>&Switch</source> -<target>&Trocar</target> - -<source>Switching to FreeFileSync's main window</source> -<target>A mudar para a janela principal do FreeFileSync</target> - -<source>Automatic retry</source> -<target>Repetir automático</target> - -<source>Ignore &all</source> -<target>Ignorar &todos</target> - -<source>Retrying operation...</source> -<target>A repetir a operação...</target> - -<source>Serious Error</source> -<target>Erro Grave</target> - -<source>Last session</source> -<target>Última Sessão</target> - -<source>Today</source> -<target>Hoje</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dia</pluralform> -<pluralform>%x dias</pluralform> -</target> - -<source>Name</source> -<target>Nome</target> - -<source>Last sync</source> -<target>Última sincronia</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Pasta</target> - -<source>Symlink</source> -<target>Link Simbólico</target> - -<source>Full path</source> -<target>Caminho completo</target> - -<source>Relative path</source> -<target>Caminho relativo</target> - -<source>Item name</source> -<target>Nome do item</target> - -<source>Size</source> -<target>Tamanho</target> - -<source>Date</source> -<target>Data</target> - -<source>Extension</source> -<target>Extensão</target> - -<source>Category</source> -<target>Categoria</target> - -<source>Action</source> -<target>Acção</target> - -<source>Local comparison settings</source> -<target>Opções locais de comparação</target> - -<source>Local synchronization settings</source> -<target>Opções locais de sincronização</target> - -<source>Local filter</source> -<target>Filtro local</target> - -<source>Active</source> -<target>Activo</target> - -<source>None</source> -<target>Nenhum</target> - -<source>Remove local settings</source> -<target>Apagar opções locais</target> - -<source>Clear local filter</source> -<target>Limpar filtro local</target> - -<source>Copy</source> -<target>Copiar</target> - -<source>Paste</source> -<target>Colar</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>A pasta seleccionada %x não pode ser usada pelo FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Seleccione a pasta no sistema de ficheiros local, rede ou dispositivo MTP.</target> - -<source>Defined by context of use</source> -<target>Definido pelo contexto de uso</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Requer o FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>G&uardar</target> - -<source>Save as &batch job...</source> -<target>Guardar como &batch...</target> - -<source>Show &log</source> -<target>Mostrar ®isto</target> - -<source>Start &comparison</source> -<target>Iniciar &comparação</target> - -<source>C&omparison settings</source> -<target>Opções de c&omparação</target> - -<source>&Filter settings</source> -<target>Opções de &filtros</target> - -<source>S&ynchronization settings</source> -<target>Opções de s&incronização</target> - -<source>Start &synchronization</source> -<target>Iniciar &sincronização</target> - -<source>&Actions</source> -<target>&Acções</target> - -<source>&Preferences</source> -<target>&Preferências</target> - -<source>&Language</source> -<target>&Idioma</target> - -<source>&Find...</source> -<target>&Procurar...</target> - -<source>&Export file list...</source> -<target>&Exportar lista de ficheiros...</target> - -<source>&Reset layout</source> -<target>&Restaurar esquema</target> - -<source>&Tools</source> -<target>&Ferramentas</target> - -<source>&Check for updates now</source> -<target>&Procurar por actualizações agora</target> - -<source>Check &automatically once a week</source> -<target>Procurar &automaticamente uma vez por semana</target> - -<source>Cancel</source> -<target>Cancelar</target> - -<source>Compare</source> -<target>Comparar</target> - -<source>Synchronize</source> -<target>Sincronizar</target> - -<source>Add folder pair</source> -<target>Adicionar um par de pastas</target> - -<source>Remove folder pair</source> -<target>Remover o par de pastas</target> - -<source>Access online storage</source> -<target>Aceder armazenagem local</target> - -<source>Close search bar</source> -<target>Fechar barra de pesquisa</target> - -<source>Find:</source> -<target>Procurar:</target> - -<source>Match case</source> -<target>Correspondência</target> - -<source>Processed:</source> -<target>Processado:</target> - -<source>Remaining:</source> -<target>Restando:</target> - -<source>New</source> -<target>Novo</target> - -<source>Open...</source> -<target>Abrir...</target> - -<source>Save</source> -<target>Guardar</target> - -<source>Save as...</source> -<target>Guardar como...</target> - -<source>View type:</source> -<target>Tipo de vista:</target> - -<source>Select view:</source> -<target>Seleccionar vista:</target> - -<source>Save as default</source> -<target>Guardar como padrão</target> - -<source>Statistics:</source> -<target>Estatísticas:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Número de ficheiros e pastas a ser eliminados</target> - -<source>Number of files that will be updated</source> -<target>Número de ficheiros a ser actualizados</target> - -<source>Number of files and folders that will be created</source> -<target>Número de ficheiros e pastas a ser criados</target> - -<source>Total bytes to copy</source> -<target>Total em bytes a copiar</target> - -<source>Arrange folder pair</source> -<target>Organizar par da pasta</target> - -<source>Main settings:</source> -<target>Definições principais:</target> - -<source>Use local settings:</source> -<target>Usar opções locais:</target> - -<source>Select a variant:</source> -<target>Seleccionar uma variante:</target> - -<source>Include &symbolic links:</source> -<target>Incluir links &simbólicos:</target> - -<source>&Follow</source> -<target>&Seguir</target> - -<source>&Direct</source> -<target>&Directo</target> - -<source>More information</source> -<target>Mais informação</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorar mudança de horário [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lista de intervalos de tempo de ficheiro a ignorar</target> - -<source>Example:</source> -<target>Exemplo:</target> - -<source>Handle daylight saving time</source> -<target>Lidar com horário de verão</target> - -<source>Ignore errors</source> -<target>Ignorar erros</target> - -<source>Retry count:</source> -<target>Nº de tentativas:</target> - -<source>Delay (in seconds):</source> -<target>Atraso (em segundos):</target> - -<source>Performance improvements:</source> -<target>Melhorias de desempenho:</target> - -<source>Parallel file operations:</source> -<target>Operações de arquivos paralelos:</target> - -<source>How to get best performance?</source> -<target>Como obter um melhor desempenho?</target> - -<source>Local settings:</source> -<target>Opções locais:</target> - -<source>Include:</source> -<target>Incluir:</target> - -<source>Show examples</source> -<target>Mostrar exemplos</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Seleccionar regras de filtro para excluir certos ficheiros da sincronização. Insira os caminhos relativos ao par de directórios correspondente.</target> - -<source>File size:</source> -<target>Tamanho ficheiro:</target> - -<source>Minimum:</source> -<target>Mínimo:</target> - -<source>Maximum:</source> -<target>Máximo:</target> - -<source>Time span:</source> -<target>Intervalo de tempo:</target> - -<source>C&lear</source> -<target>&Limpar</target> - -<source>Detect moved files</source> -<target>Detectar ficheiros movidos</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Não suportado em todos os sistemas -- Requer e cria ficheiros de base de dados -- A detecção não está disponível para a primeira sincronização -</target> - -<source>Delete files:</source> -<target>Eliminar ficheiros:</target> - -<source>&Recycle bin</source> -<target>&Reciclagem</target> - -<source>&Permanent</source> -<target>&Permanente</target> - -<source>&Versioning</source> -<target>Controlo &Versões</target> - -<source>Move files to a user-defined folder</source> -<target>Mover ficheiros para uma pasta definida pelo utilizador</target> - -<source>Naming convention:</source> -<target>Convenção de nomes:</target> - -<source>Limit file versions:</source> -<target>Limitar versões de ficheiro:</target> - -<source>Last x days:</source> -<target>Últimos x dias:</target> - -<source>&Override default log path:</source> -<target>&Substituir caminho padrão do registo:</target> - -<source>Run a command:</source> -<target>Executar um comando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tipo de conexão:</target> - -<source>Connected user accounts:</source> -<target>Contas de usuário conectadas:</target> - -<source>&Add connection</source> -<target>&Adicionar conexão</target> - -<source>&Disconnect</source> -<target>&Desconectar</target> - -<source>Selected user account:</source> -<target>Conta de usuário seleccionada:</target> - -<source>Server name or IP address:</source> -<target>Nome do servidor ou endereço IP:</target> - -<source>Port:</source> -<target>Porta:</target> - -<source>Encryption:</source> -<target>Criptografia:</target> - -<source>&Disabled</source> -<target>&Desabilitada</target> - -<source>&Explicit SSL/TLS</source> -<target>SSL/TLS &Explícito</target> - -<source>Authentication:</source> -<target>Autenticação:</target> - -<source>&Password</source> -<target>&Palavra passe</target> - -<source>&Key file</source> -<target>Ficheiro de &chave</target> - -<source>&SSH agent</source> -<target>Agente &SSH</target> - -<source>User name:</source> -<target>Utilizador:</target> - -<source>Private key file:</source> -<target>Ficheiro de chave privada:</target> - -<source>&Show password</source> -<target>&Mostrar palavra passe</target> - -<source>Directory on server:</source> -<target>Directório no servidor:</target> - -<source>Access timeout (in seconds):</source> -<target>Tempo limite de acesso (em segundos):</target> - -<source>SFTP channels per connection:</source> -<target>Canais SFTP por conexão:</target> - -<source>Detect server limit</source> -<target>Detectar limite do servidor</target> - -<source>Select Folder</source> -<target>Seleccionar Pasta</target> - -<source>Variant:</source> -<target>Variante:</target> - -<source>&Don't show this dialog again</source> -<target>&Não mostrar este diálogo novamente</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Itens:</target> - -<source>Synchronizing...</source> -<target>A sincronizar...</target> - -<source>Minimize to notification area</source> -<target>Minimizar para a área de notificação</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Itens</target> - -<source>When finished:</source> -<target>Quando concluído:</target> - -<source>Auto-close</source> -<target>Fechar quando feito</target> - -<source>Close</source> -<target>Fechar</target> - -<source>&Pause</source> -<target>&Pausa</target> - -<source>Stop</source> -<target>Parar</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Criar ficheiro batch para sincronização automática. Para iniciar, fazer duplo clique no ficheiro ou acrescentar ao planeador de tarefas: %x</target> - -<source>Progress dialog:</source> -<target>Diálogo de progresso:</target> - -<source>Run minimized</source> -<target>Correr minimizado</target> - -<source>Show pop-up on errors or warnings</source> -<target>Mostrar popup em caso de erros ou avisos</target> - -<source>&Cancel</source> -<target>&Cancelar</target> - -<source>Stop synchronization at first error</source> -<target>Para sincronização ao primeiro erro</target> - -<source>How can I schedule a batch job?</source> -<target>Como posso agendar um trabalho batch?</target> - -<source>&Keep relative paths</source> -<target>&Manter caminhos relativos</target> - -<source>&Overwrite existing files</source> -<target>&Substituir ficheiros existentes</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>As seguintes definições são usadas para todas as sincronizações.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copiar para um ficheiro temporário (*.ffs_tmp) antes de substituir. -Isto garante um estado consistente mesmo em caso de falha grave. -</target> - -<source>recommended</source> -<target>recomendada</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copiar ficheiros partilhados ou bloqueados usando o serviço Volume Shadow Copy.</target> - -<source>requires administrator rights</source> -<target>requer direitos de administrador</target> - -<source>Transfer file and folder permissions.</source> -<target>Transferir permissões de pasta e ficheiro.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Mostrar todos os diálogos escondidos permanentemente e mensagens de aviso novamente</target> - -<source>Default log path:</source> -<target>Caminho padrão do registo:</target> - -<source>&Delete logs after x days:</source> -<target>&Eliminar registos após X dias:</target> - -<source>Notification sounds:</source> -<target>Sons de notificação:</target> - -<source>Synchronization finished:</source> -<target>Sincronização concluída:</target> - -<source>Customize context menu:</source> -<target>Personalizar menu de contexto:</target> - -<source>Description</source> -<target>Descrição</target> - -<source>&Default</source> -<target>&Config. Iniciais</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Comentários e sugestões são bem-vindos:</target> - -<source>Home page</source> -<target>Sítio da web</target> - -<source>FreeFileSync Forum</source> -<target>Fórum do FreeFileSync</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Se gosta do FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Apoiar com uma doação</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>A actualização automática foi desactivada pelo administrador.</target> - -<source>Donation details</source> -<target>Detalhes da doação</target> - -<source>Source code written in C++ using:</source> -<target>Código fonte escrito em C++ utilizando:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publicado sob a Licença Pública Geral GNU:</target> - -<source>Many thanks for localization:</source> -<target>Muito obrigado pela localização:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Active o FreeFileSync Donation Edition por um dos seguintes métodos:</target> - -<source>Activate via internet now:</source> -<target>Active via Internet agora:</target> - -<source>Activate online</source> -<target>Activar online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Obter uma chave de activação offline a partir da seguinte URL:</target> - -<source>&Copy to clipboard</source> -<target>&Copiar da clipboard</target> - -<source>Enter activation key:</source> -<target>Entre a chave de activação:</target> - -<source>Activate offline</source> -<target>Activar offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Realce configurações que não foram executadas pelo seguinte número de dias:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>O FreeFileSync necessita de direitos de acesso para evitar erros de "Operação não permitida" ao sincronizar seus dados (ex.: Mail, Mensagens, Calendários).</target> - -<source>Locate the FreeFileSync app</source> -<target>Localizar aplicativo FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Abrir Segurança e Privacidade</target> - -<source>Click the lock to allow changes.</source> -<target>Clique no cadeado para permitir as alterações.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Arraste o FreeFileSync para o painel.</target> - -<source>Synchronization Settings</source> -<target>Definições de Sincronização</target> - -<source>Access Online Storage</source> -<target>Aceder Armazenamento Online</target> - -<source>Save as a Batch Job</source> -<target>Salvar como Tarefa em Lote</target> - -<source>Delete Items</source> -<target>Eliminar Itens</target> - -<source>Copy Items</source> -<target>Copiar Itens</target> - -<source>Options</source> -<target>Opções</target> - -<source>Select Time Span</source> -<target>Seleccionar Intervalo de Tempo</target> - -<source>Highlight Configurations</source> -<target>Realçar Configurações</target> - -<source>Grant Full Disk Access</source> -<target>Garantir Acesso completo ao disco</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Nenhuma entrada no registo</target> - -<source>Select all</source> -<target>Seleccionar tudo</target> - -<source>&Options</source> -<target>&Opções</target> - -<source>Main Bar</source> -<target>Barra principal</target> - -<source>Folder Pairs</source> -<target>Par de Pastas</target> - -<source>Find</source> -<target>Procurar</target> - -<source>View Settings</source> -<target>Ver Opções</target> - -<source>Configuration</source> -<target>Configuração</target> - -<source>Overview</source> -<target>Vista</target> - -<source>Swap sides</source> -<target>Trocar lados</target> - -<source>Show "%x"</source> -<target>Mostrar "%x"</target> - -<source>&Show details</source> -<target>&Mostras detalhes</target> - -<source>FreeFileSync %x is available!</source> -<target>O FreeFileSync %x está disponível!</target> - -<source>Local path not available for %x.</source> -<target>Caminho local não disponível para %x.</target> - -<source>Confirm</source> -<target>Confirmar</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Deseja mesmo executar o comando %y para um item?</pluralform> -<pluralform>Deseja mesmo executar o comando %y para %x itens?</pluralform> -</target> - -<source>&Execute</source> -<target>&Executar</target> - -<source>Set direction:</source> -<target>Escolher direcção:</target> - -<source>multiple selection</source> -<target>selecção múltipla</target> - -<source>&Include via filter:</source> -<target>&Incluir via filtro:</target> - -<source>&Exclude via filter:</source> -<target>&Excluir via filtro:</target> - -<source>Include temporarily</source> -<target>Incluir temporariamente</target> - -<source>Exclude temporarily</source> -<target>Excluir temporariamente</target> - -<source>&Synchronize selection</source> -<target>&Sincronizar selecção</target> - -<source>&Copy to...</source> -<target>&Copiar para...</target> - -<source>&Delete</source> -<target>&Apagar</target> - -<source>Show icons:</source> -<target>Mostrar ícones:</target> - -<source>Small</source> -<target>Pequeno</target> - -<source>Medium</source> -<target>Médio</target> - -<source>Large</source> -<target>Grande</target> - -<source>Select time span...</source> -<target>Seleccione o intervalo de tempo...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparação e Sincronização de Pastas</target> - -<source>Configuration saved</source> -<target>Configuração guardada</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Deseja guardar as alterações a %x?</target> - -<source>Never save &changes</source> -<target>Nunca guardar &alterações</target> - -<source>Do&n't save</source> -<target>Não g&uardar</target> - -<source>%x cannot be renamed.</source> -<target>%x não pode ser renomeado.</target> - -<source>New name:</source> -<target>Novo nome:</target> - -<source>Rename Configuration</source> -<target>Renomear Configuração</target> - -<source>Configuration name must not be empty.</source> -<target>O nome da configuração não pode estar vazio.</target> - -<source>&Rename...</source> -<target>&Renomear...</target> - -<source>Hide configuration</source> -<target>Ocultar configuração</target> - -<source>Highlight...</source> -<target>Realçar...</target> - -<source>Clear filter</source> -<target>Limpar filtro</target> - -<source>Show files that exist on left side only</source> -<target>Mostrar ficheiros existentes somente da esquerda</target> - -<source>Show files that exist on right side only</source> -<target>Mostrar ficheiros existentes somente da direita</target> - -<source>Show files that are newer on left</source> -<target>Mostrar ficheiros mais recentes da esquerda</target> - -<source>Show files that are newer on right</source> -<target>Mostrar ficheiros mais recentes da direita</target> - -<source>Show files that are equal</source> -<target>Mostrar ficheiros iguais</target> - -<source>Show files that are different</source> -<target>Mostrar ficheiros diferentes</target> - -<source>Show conflicts</source> -<target>Mostrar conflitos</target> - -<source>Show files that will be created on the left side</source> -<target>Mostrar ficheiros a ser criados na esquerda</target> - -<source>Show files that will be created on the right side</source> -<target>Mostrar ficheiros a ser criados na direita</target> - -<source>Show files that will be deleted on the left side</source> -<target>Mostrar ficheiros a ser apagados na esquerda</target> - -<source>Show files that will be deleted on the right side</source> -<target>Mostrar ficheiros a ser apagados na direita</target> - -<source>Show files that will be updated on the left side</source> -<target>Mostrar ficheiros a ser actualizados na esquerda</target> - -<source>Show files that will be updated on the right side</source> -<target>Mostrar ficheiros a ser actualizados na direita</target> - -<source>Show files that won't be copied</source> -<target>Mostrar ficheiros que não serão copiados</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Mostrar ficheiros filtrados ou temporariamente excluídos</target> - -<source>Filter</source> -<target>Filtro</target> - -<source>All files are in sync</source> -<target>Todos os ficheiros estão sincronizados</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 directório</pluralform> -<pluralform>%x directórios</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 ficheiro</pluralform> -<pluralform>%x ficheiros</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>A mostrar %y de 1 linha</pluralform> -<pluralform>A mostrar %y de %x linhas</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Não é possível descobrir %x</target> - -<source>Move up</source> -<target>Mover acima</target> - -<source>Move down</source> -<target>Mover abaixo</target> - -<source>Comma-separated values</source> -<target>Valores separados por virgula</target> - -<source>File list exported</source> -<target>Lista dos ficheiros exportada</target> - -<source>Searching for program updates...</source> -<target>A procurar actualizações do programa...</target> - -<source>Paused</source> -<target>Em pausa</target> - -<source>Stop requested...</source> -<target>Parar pedido...</target> - -<source>Initializing...</source> -<target>A iniciar...</target> - -<source>Comparing content...</source> -<target>A comparar...</target> - -<source>&Continue</source> -<target>&Continuar</target> - -<source>Progress</source> -<target>Progresso</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Obrigado, %x, pela sua doação e suporte!</target> - -<source>Connections</source> -<target>Conexões</target> - -<source>Recommended range:</source> -<target>Gama recomendada:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Desejas realmente desconectar da conta de usuário %x?</target> - -<source>Password:</source> -<target>Palavra passe:</target> - -<source>Key passphrase:</source> -<target>Frase de acesso da chave:</target> - -<source>Please enter a file path.</source> -<target>Por favor, entre o caminho do ficheiro.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copiar o seguinte elemento para outro directório?</pluralform> -<pluralform>Copiar os seguintes %x elementos para outro directório?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Entre o directório de destino.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Deseja mesmo mover o seguinte item para a reciclagem?</pluralform> -<pluralform>Deseja mesmo mover os seguintes %x itens para a reciclagem?</pluralform> -</target> - -<source>Move</source> -<target>Mover</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Deseja mesmo eliminar o seguinte item?</pluralform> -<pluralform>Deseja mesmo eliminar os seguintes %x itens?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Iniciar a sincronizar a selecção?</target> - -<source>Start synchronization now?</source> -<target>Iniciar sincronização agora?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copiar DACL, SACL, Proprietário, Grupo</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrar aplicações externas no menu de contexto. As seguintes macros estão disponíveis:</target> - -<source>Full file or folder path</source> -<target>Caminho completo do ficheiro ou pasta</target> - -<source>Parent folder path</source> -<target>Caminho da pasta pai</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Cópia local temporária para armazenamento SFTP e FTP</target> - -<source>Parameters for opposite side</source> -<target>Parâmetros do lado oposto</target> - -<source>Show hidden dialogs again</source> -<target>Mostrar diálogos ocultos novamente</target> - -<source>All dialogs shown</source> -<target>Todos os diálogos mostrados</target> - -<source>Downloading update...</source> -<target>A descarregar actualização...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identificar ficheiros iguais ao comparar hora de modificação e tamanho.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identificar ficheiros iguais ao comparar o conteúdo.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identificar ficheiros iguais, comparando o tamanho do ficheiro.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identificar e propagar mudanças nos dois lados. Eliminações, cópias e conflitos são detectados automaticamente usando base de dados.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Criar uma cópia exacta da pasta à esquerda, adaptando a da direita para coincidir.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copiar ficheiros novos e actualizados para a pasta à direita.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configure as suas regras de sincronização.</target> - -<source>Comparison</source> -<target>Comparação</target> - -<source>Synchronization</source> -<target>Sincronização</target> - -<source>This week</source> -<target>Esta semana</target> - -<source>This month</source> -<target>Este mês</target> - -<source>This year</source> -<target>Este ano</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Reter ficheiros eliminados e substituídos na reciclagem</target> - -<source>Delete and overwrite files permanently</source> -<target>Apagar e substituir ficheiros permanentemente</target> - -<source>Replace</source> -<target>Substituir</target> - -<source>Move files and replace if existing</source> -<target>Mover ficheiros e substituir se existirem</target> - -<source>Time stamp</source> -<target>Selo temporal</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Mover ficheiros para uma subpasta com marca de tempo</target> - -<source>File</source> -<target>Ficheiro</target> - -<source>Append a time stamp to each file name</source> -<target>Adicione data/hora ao nome de cada ficheiro</target> - -<source>On completion:</source> -<target>Ao completar:</target> - -<source>On errors:</source> -<target>Em erros:</target> - -<source>On success:</source> -<target>No sucesso:</target> - -<source>Main config</source> -<target>Configuração principal</target> - -<source>empty</source> -<target>vazia</target> - -<source>Leave as unresolved conflict</source> -<target>Deixar como conflito</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>AAAA-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>A contagem da versão mínima deve ser menor que a contagem máxima.</target> - -<source>&Restore</source> -<target>&Restaurar</target> - -<source>Files</source> -<target>Ficheiros</target> - -<source>Percentage</source> -<target>Percentagem</target> - -<source>Failed to retrieve update information.</source> -<target>Falha ao obter informação da actualização.</target> - -<source>Automatic updates:</source> -<target>Actualizações automáticas:</target> - -<source>Check for Program Updates</source> -<target>Procurar actualizações do programa</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Actualizar agora ou descarregar manualmente do sítio do FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Actualização automática</target> - -<source>&Home page</source> -<target>&Sítio da web</target> - -<source>Download now?</source> -<target>Descarregar agora?</target> - -<source>&Download</source> -<target>&Descarregar</target> - -<source>FreeFileSync is up to date.</source> -<target>O FreeFileSync está actualizado.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Não é possível encontrar o número da versão online do FreeFileSync. Uma nova versão deve estar disponível. Verificar manualmente agora?</target> - -<source>&Check</source> -<target>&Verificar</target> - -<source>Consistency check failed for %x.</source> -<target>Falha na verificação de consistência para %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>A instalação foi registrada em um sistema operativo diferente.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Falha ao activar o FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Chave de activação incorrecta.</target> - -<source>Unable to register to receive system messages.</source> -<target>Não foi possível registar para receber mensagens do sistema.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>A opção de instalação %x está disponível somente no FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Não é possível encontrar a função do sistema %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Não é possível registrar as notificações do dispositivo para %x.</target> - -<source>The file is locked by another process:</source> -<target>O ficheiro está bloqueado por outro processo:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Falha ao determinar suporte de permissão de ficheiro para a pasta %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Não é possível ler o contexto de segurança %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Não é possível escrever o contexto de segurança %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Não é possível ler as permissões de %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Não é possível copiar as permissões de %x para %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x não é um nome regular de directório.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Não é possível copiar os atributos de %x para %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x mins</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hora</pluralform> -<pluralform>%x horas</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Não é possível definir o privilégio %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Não é possível retornar do modo de suspensão do sistema.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Não é possível alterar as prioridades de E / S do processo.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Verificar a reciclagem falhou no directório %x.</target> - -<source>Unable to shut down the system.</source> -<target>Incapaz de desligar o sistema.</target> - -<source>Prepare installation</source> -<target>A preparar a instalação</target> - -<source>Choose which components you want to install.</source> -<target>Escolha os componentes a instalar.</target> - -<source>Select installation type:</source> -<target>Seleccionar tipo de instalação:</target> - -<source>Local</source> -<target>Local</target> - -<source>Portable</source> -<target>Portátil</target> - -<source>Save settings in %x</source> -<target>Salvar definições em %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registar as extensões do FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Criar entradas de menu de contexto no Explorer</target> - -<source>Save settings in installation directory</source> -<target>Guardar as definições no directório da instalação</target> - -<source>Do not write to Registry</source> -<target>Não escrever no Registo</target> - -<source>Just copy the files</source> -<target>Copiar apenas os ficheiros</target> - -<source>Choose a directory for installation:</source> -<target>Escolha um directório para a instalação:</target> - -<source>Create shortcuts:</source> -<target>Criar atalhos:</target> - -<source>Desktop</source> -<target>Área de trabalho</target> - -<source>Start Menu</source> -<target>Menu Iniciar</target> - -<source>Send To</source> -<target>Enviar para</target> - -<source>Registering FreeFileSync file extensions</source> -<target>A registar as extensões do FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>A apagar o registo das extensões do FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configuração do FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Ficheiro Batch FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Base de Dados de Sincronização FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configuração do RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Editar com FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Em vez de um anúncio, aqui está um animal.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>A versão portátil do FreeFileSync não pode ser instalada em uma sub-pasta de %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Por favor, escolha o tipo do local de instalação ou seleccione uma pasta diferente para instalar.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Obtenha a Donation Edition com recursos bônus e ajude a manter o FreeFileSync sem anúncios.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/portuguese_br.lng b/FreeFileSync/Build/Resources/Languages/portuguese_br.lng deleted file mode 100755 index 4054b167..00000000 --- a/FreeFileSync/Build/Resources/Languages/portuguese_br.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Português (BR)</language> - <translator>Edison Aranha</translator> - <locale>pt_BR</locale> - <image>flag_brazil.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Não é possível ler o arquivo %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Tamanho inesperado do fluxo de dados. -Esperado: %x bytes -Atual: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>Não é possível escrever o arquivo %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Não é possível escrever as permissões de %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operação não suportada entre dispositivos diferentes.</target> - -<source>Cannot delete file %x.</source> -<target>Não é possível excluir o arquivo %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Não é possível excluir o link simbólico %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Não é possível excluir o diretório %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Não é possível mover o arquivo %x para %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Não é possível copiar o link simbólico %x para %y.</target> - -<source>Error Code %x</source> -<target>Código do Erro %x.</target> - -<source>Cannot read directory %x.</source> -<target>Não é possível ler o diretório %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Não é possível escrever a data de modificação de %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Não é possível ler os atributos do arquivo %x.</target> - -<source>Cannot create directory %x.</source> -<target>Não é possível criar o diretório %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Não é possível determinar o caminho final para %x.</target> - -<source>Operation not supported by device.</source> -<target>Operação não suportada pelo dispositivo.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Não é possível resolver o link simbólico %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Não é possível mover %x para a Lixeira.</target> - -<source>Authentication completed.</source> -<target>Autenticação concluída.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Você pode fechar esta página agora e continuar com o FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Autenticação falhou.</target> - -<source>Unable to connect to %x.</source> -<target>Não foi possível conectar a %x.</target> - -<source>Cannot find %x.</source> -<target>Não é possível encontrar %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>O nome %x é usado por mais de um item na pasta.</target> - -<source>Please authorize access to user account %x.</source> -<target>Por favor, autorize o acesso para a conta de usuário %x.</target> - -<source>Cannot open file %x.</source> -<target>Não é possível abrir o arquivo %x.</target> - -<source>The name %x is already used by another item.</source> -<target>O nome %x já é usado por outro item.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Não é possível determinar o espaço livre em disco para %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Não foi possível desconectar de %x.</target> - -<source>Unable to access %x.</source> -<target>Não foi possível acessar %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Falha na obteção da informação sobre o servidor %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Não é possível monitorar o diretório %x.</target> - -<source>Cannot find device %x.</source> -<target>Não é possível encontrar o dispositivo %x.</target> - -<source>Cannot open directory %x.</source> -<target>Não é possível abrir o diretório %x.</target> - -<source>Unsupported item type.</source> -<target>Tipo de item não suportado.</target> - -<source>Incorrect command line:</source> -<target>Linha de comando incorreta:</target> - -<source>The server does not support authentication via %x.</source> -<target>O servidor não suporta autenticação via %x.</target> - -<source>Required:</source> -<target>Necessário:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>A operação expirou após 1 segundo.</pluralform> -<pluralform>A operação expirou após %x segundos.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Não é possível esperar mais do que 1 conexão por vez.</pluralform> -<pluralform>Não é possível esperar mais do que %x conexões por vez.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Conexões ativas: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Falha ao abrir o canal SFTP número %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Ambos os lados foram alterados desde a última sincronização.</target> - -<source>Cannot determine sync-direction:</source> -<target>Não é possível determinar a direção de sincronização:</target> - -<source>No change since last synchronization.</source> -<target>Nenhuma alteração desde a última sincronização.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>A entrada do banco de dados não está em sincronia considerando as configurações atuais.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Configurando direções padrões de sincronização: Arquivos antigos serão substituídos por arquivos mais recentes.</target> - -<source>Creating file %x</source> -<target>Criando arquivo %x</target> - -<source>Creating folder %x</source> -<target>Criando pasta %x</target> - -<source>Creating symbolic link %x</source> -<target>Criando link simbólico %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Movendo arquivo %x para a Lixeira</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Movendo pasta %x para a Lixeira</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Movendo link simbólico %x para a Lixeira</target> - -<source>Deleting file %x</source> -<target>Excluindo arquivo %x</target> - -<source>Deleting folder %x</source> -<target>Excluindo pasta %x</target> - -<source>Deleting symbolic link %x</source> -<target>Excluindo link simbólico %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Verificando a disponibilidade da Lixeira para a pasta %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>A Lixeira não é suportada pelas seguintes pastas. Arquivos excluídos ou substituídos não poderão ser restaurados:</target> - -<source>An exception occurred</source> -<target>Ocorreu uma exceção</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Um caminho de diretório esquerdo e um direito são esperados após %x.</target> - -<source>Syntax error</source> -<target>Erro de sintaxe</target> - -<source>Cannot find file %x.</source> -<target>Não é possível encontrar o arquivo %x.</target> - -<source>Error</source> -<target>Erro</target> - -<source>File %x does not contain a valid configuration.</source> -<target>O arquivo %x não contém uma configuração válida.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>O arquivo de configuração não deve conter configurações de diretórios quando os diretórios são definidos via linha de comando.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Os diretórios não podem ser definidos para mais de um arquivo de configuração.</target> - -<source>Command line</source> -<target>Linha de comando</target> - -<source>Syntax:</source> -<target>Sintaxe:</target> - -<source>config files:</source> -<target>arquivos de configuração:</target> - -<source>directory</source> -<target>diretório</target> - -<source>global config file:</source> -<target>arquivo de configuração global:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Qualquer número de arquivos FreeFileSync "ffs_gui" e/ou de tarefa em lotes "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Qualquer número de pares alternativos de diretórios para no máximo um arquivo de configuração.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Abrir a configuração selecionada para edição apenas, sem executá-la.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Caminho para um arquivo GlobalSettings.xml alternativo.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Os arquivos de instalação estão corrompidos. Por favor, reinstale o FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Não é possível localizar as seguintes pastas:</target> - -<source>The following folders do not yet exist:</source> -<target>As seguintes pastas ainda não existem:</target> - -<source>The folders are created automatically when needed.</source> -<target>As pastas são criadas automaticamente quando necessárias.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Os seguintes caminhos da pasta diferem em letras maiúsculas e minúsculas. Por favor, use apenas uma forma para evitar acessos duplicados.</target> - -<source>Scanning:</source> -<target>Pesquisando:</target> - -<source>Comparison finished:</source> -<target>Comparação concluída:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 item encontrado</pluralform> -<pluralform>%x itens encontrados</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Tempo decorrido:</target> - -<source>File %x has an invalid date.</source> -<target>O arquivo %x tem uma data inválida.</target> - -<source>Date:</source> -<target>Data:</target> - -<source>Files have the same date but a different size.</source> -<target>Os arquivos têm a mesma data mas tamanho diferente.</target> - -<source>Size:</source> -<target>Tamanho:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>A comparação de conteúdo foi ignorada para os arquivos excluídos.</target> - -<source>Items differ in attributes only</source> -<target>Os itens diferem apenas nos atributos</target> - -<source>Resolving symbolic link %x</source> -<target>Resolvendo link simbólico %x</target> - -<source>Comparing content of files %x</source> -<target>Comparando conteúdo do arquivo %x</target> - -<source>Generating file list...</source> -<target>Gerando lista de arquivos...</target> - -<source>Fail-safe file copy</source> -<target>Cópia de arquivos a prova de falhas</target> - -<source>Enabled</source> -<target>Habilitado</target> - -<source>Disabled</source> -<target>Desabilitado</target> - -<source>Copy locked files</source> -<target>Copiar arquivos bloqueados (em uso)</target> - -<source>Copy file access permissions</source> -<target>Copiar permissões de acesso aos arquivos</target> - -<source>File time tolerance</source> -<target>Tolerância de tempo do arquivo</target> - -<source>Run with background priority</source> -<target>Executar com prioridade de segundo plano</target> - -<source>Lock directories during sync</source> -<target>Bloquear diretórios durante sincronização</target> - -<source>Verify copied files</source> -<target>Verificar arquivos copiados</target> - -<source>Using non-default global settings:</source> -<target>Usando configurações globais não predefinidas:</target> - -<source>A folder input field is empty.</source> -<target>Um campo de entrada de pasta está vazio.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>A pasta correspondente será considerada como vazia.</target> - -<source>Exclude:</source> -<target>Excluir:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Uma pasta base de um par de pastas está contida na outra.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>A pasta deve ser excluída da sincronização via filtro.</target> - -<source>Calculating sync directions...</source> -<target>Calculando as direções de sincronização...</target> - -<source>Out of memory.</source> -<target>Memória insuficiente.</target> - -<source>Show in Explorer</source> -<target>Mostrar no Explorer</target> - -<source>Open with default application</source> -<target>Abrir com aplicativo padrão</target> - -<source>Browse directory</source> -<target>Procurar diretório</target> - -<source>Database file %x is incompatible.</source> -<target>Arquivo de banco de dados %x incompatível.</target> - -<source>Initial synchronization:</source> -<target>Sincronização inicial:</target> - -<source>Database file %x does not yet exist.</source> -<target>O arquivo de banco de dados %x ainda não existe.</target> - -<source>Database file is corrupted:</source> -<target>O arquivo de banco de dados está corrompido:</target> - -<source>Loading file %x...</source> -<target>Carregando arquivo %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Os arquivos de banco de dados ainda não contêm informação sobre a última sincronização.</target> - -<source>Saving file %x...</source> -<target>Salvando arquivo %x...</target> - -<source>Searching for folder %x...</source> -<target>Localizando pasta %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Tempo esgotado na localização da pasta %x.</target> - -<source>Cannot get process information.</source> -<target>Não é possível obter as informações do processo.</target> - -<source>Waiting while directory is locked:</source> -<target>Aguardando enquanto o diretório é bloqueado:</target> - -<source>Lock owner:</source> -<target>Proprietário de bloqueio:</target> - -<source>Detecting abandoned lock...</source> -<target>Detectando bloqueamento abandonado...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 s</pluralform> -<pluralform>%x s</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Item existe apenas no lado esquerdo</target> - -<source>Item exists on right side only</source> -<target>Item existe apenas no lado direito</target> - -<source>Left side is newer</source> -<target>Lado esquerdo é mais recente</target> - -<source>Right side is newer</source> -<target>Lado direito é mais recente</target> - -<source>Items have different content</source> -<target>Itens têm conteúdos diferentes</target> - -<source>Both sides are equal</source> -<target>Ambos os lados são iguais</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflito/item não pode ser categorizado</target> - -<source>Copy new item to left</source> -<target>Copiar novo item para a esquerda</target> - -<source>Copy new item to right</source> -<target>Copiar novo item para a direita</target> - -<source>Delete left item</source> -<target>Excluir item à esquerda</target> - -<source>Delete right item</source> -<target>Excluir item à direita</target> - -<source>Move file on left</source> -<target>Mover arquivo à esquerda</target> - -<source>Move file on right</source> -<target>Mover arquivo à direita</target> - -<source>Update left item</source> -<target>Atualizar item da esquerda</target> - -<source>Update right item</source> -<target>Atualizar item da direita</target> - -<source>Do nothing</source> -<target>Não fazer nada</target> - -<source>Update attributes on left</source> -<target>Atualizar atributos à esquerda</target> - -<source>Update attributes on right</source> -<target>Atualizar atributos à direita</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Erro analisando o arquivo %x, linha %y, coluna %z.</target> - -<source>Services</source> -<target>Serviços</target> - -<source>Show All</source> -<target>Mostrar Todos</target> - -<source>Hide Others</source> -<target>Ocultar Outros</target> - -<source>Hide %x</source> -<target>Ocultar %x</target> - -<source>Quit %x</source> -<target>Sair %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Não é possível definir bloqueios de diretório para as seguintes pastas:</target> - -<source>Errors:</source> -<target>Erros:</target> - -<source>Warnings:</source> -<target>Avisos:</target> - -<source>Items processed:</source> -<target>Elementos processados:</target> - -<source>Items remaining:</source> -<target>Elementos restantes:</target> - -<source>Total time:</source> -<target>Tempo total:</target> - -<source>Warning</source> -<target>Aviso</target> - -<source>Stopped</source> -<target>Parado</target> - -<source>Cleaning up log files:</source> -<target>Limpando arquivos de log:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/s</target> - -<source>%x items</source> -<target>%x itens</target> - -<source>Completed successfully</source> -<target>Concluído com sucesso</target> - -<source>Completed with warnings</source> -<target>Concluído com avisos</target> - -<source>Completed with errors</source> -<target>Concluído com erros</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Não é possível acessar o Serviço de Cópias de Sombra de Volume.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Execute a versão 64 bits do FreeFileSync para criar cópias de sombra neste sistema.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>O nome do volume %x não faz parte do caminho do arquivo %y.</target> - -<source>File time and size</source> -<target>Data e tamanho do arquivo</target> - -<source>File content</source> -<target>Conteúdo do arquivo</target> - -<source>File size</source> -<target>Tamanho do arquivo</target> - -<source>Two way</source> -<target>Dois sentidos</target> - -<source>Mirror</source> -<target>Espelhar</target> - -<source>Update</source> -<target>Atualizar</target> - -<source>Custom</source> -<target>Personalizado</target> - -<source>Multiple...</source> -<target>Múltiplo...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Não é possível escrever os atributos de arquivo de %x.</target> - -<source>%x and %y have different content.</source> -<target>%x e %y têm conteúdos diferentes.</target> - -<source>Data verification error:</source> -<target>Erro na verificação dos dados:</target> - -<source>Moving file %x to %y</source> -<target>Movendo arquivo %x para %y</target> - -<source>Moving folder %x to %y</source> -<target>Movendo pasta %x para %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Movendo link simbólico %x para %y</target> - -<source>Updating file %x</source> -<target>Atualizando arquivo %x...</target> - -<source>Updating symbolic link %x</source> -<target>Atualizando link simbólico %x</target> - -<source>Verifying file %x</source> -<target>Verificando arquivo %x</target> - -<source>Updating attributes of %x</source> -<target>Atualizando atributos de %x</target> - -<source>Source item %x not found</source> -<target>Item de origem %x não encontrado</target> - -<source>Parent folder %x is not existing.</source> -<target>Pasta pai %x não existe.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Não é possível copiar o arquivo %x para %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Criando uma Cópia de Sombra de Volume para %x...</target> - -<source>Cannot find folder %x.</source> -<target>Não é possível encontrar a pasta %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>A pasta de destino %x já existe, mas não estava disponível durante a comparação de pastas.</target> - -<source>Target folder input field must not be empty.</source> -<target>Campo de entrada da pasta de destino não pode ficar vazio.</target> - -<source>Source folder %x not found.</source> -<target>Pasta de origem %x não encontrada.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Insira uma pasta de destino para controle de versão.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Os seguintes itens possuem conflitos não resolvidos e não serão sincronizados:</target> - -<source>Folder pair:</source> -<target>Par de pastas:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>As seguintes pastas são muito diferentes. Verifique se as pastas corretas estão selecionadas.</target> - -<source>Not enough free disk space available in:</source> -<target>Espaço em disco insuficiente em:</target> - -<source>Available:</source> -<target>Disponível:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Alguns arquivos serão sincronizados como parte de várias pastas base.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Para evitar conflitos, configure filtros de exclusão para que cada arquivo atualizado seja incluído por apenas uma pasta base.</target> - -<source>Versioning folder:</source> -<target>Pasta de controle de versão:</target> - -<source>Base folder:</source> -<target>Pasta base:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>A pasta de controle de versão está dentro de uma pasta base.</target> - -<source>Synchronizing folder pair:</source> -<target>Sincronizando par de pastas:</target> - -<source>Generating database...</source> -<target>Gerando banco de dados...</target> - -<source>Searching for old file versions:</source> -<target>Procurando por versões antigas de arquivos:</target> - -<source>Removing old file versions:</source> -<target>Removendo versões antigas de arquivos:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Não é possível criar a estampa de tempo para o controle de versões:</target> - -<source>Drag && drop</source> -<target>Arrastar && Soltar</target> - -<source>Select a folder</source> -<target>Selecionar uma pasta</target> - -<source>&New</source> -<target>&Novo</target> - -<source>&Open...</source> -<target>&Abrir...</target> - -<source>Save &as...</source> -<target>Salvar &como...</target> - -<source>E&xit</source> -<target>Sai&r</target> - -<source>&File</source> -<target>&Arquivo</target> - -<source>&View help</source> -<target>Ver &ajuda</target> - -<source>&About</source> -<target>&Sobre</target> - -<source>&Help</source> -<target>A&juda</target> - -<source>Usage:</source> -<target>Uso:</target> - -<source>Select folders to watch.</source> -<target>Selecionar as pastas para monitorar.</target> - -<source>Enter a command line.</source> -<target>Inserir uma linha de comando.</target> - -<source>Press 'Start'.</source> -<target>Pressionar 'Iniciar'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Para iniciar importe um arquivo "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Pastas para monitorar:</target> - -<source>Add folder</source> -<target>Adicionar pasta</target> - -<source>Remove folder</source> -<target>Remover pasta</target> - -<source>Browse</source> -<target>Procurar</target> - -<source>Idle time (in seconds):</source> -<target>Tempo de espera (em segundos):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Tempo de espera entre última alteração detectada e execução do comando</target> - -<source>Command line:</source> -<target>Linha de comando:</target> - -<source>&Hide console window</source> -<target>&Ocultar janela de console</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -O comando é disparado se: -- arquivos ou subpastas são alterados -- novas pastas aparecem (ex. Pendrive inserido) -</target> - -<source>Start</source> -<target>Iniciar</target> - -<source>About</source> -<target>Sobre</target> - -<source>Build: %x</source> -<target>Versão: %x</target> - -<source>All files</source> -<target>Todos os arquivos</target> - -<source>Automated Synchronization</source> -<target>Sincronização Automatizada</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>O protocolo %x não suporta monitoramento de diretório:</target> - -<source>Directory monitoring active</source> -<target>Monitoramento de diretórios ativado</target> - -<source>Waiting until directory is available:</source> -<target>Aguardando até o diretório ficar disponível:</target> - -<source>&Configure</source> -<target>&Configurar</target> - -<source>&Show error message</source> -<target>&Mostrar mensagem de erro</target> - -<source>&Quit</source> -<target>&Encerrar</target> - -<source>&Retry</source> -<target>&Tentar Novamente</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x kB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Carregando...</target> - -<source>Scanning...</source> -<target>Examinando...</target> - -<source>configuration file</source> -<target>arquivo de configuração</target> - -<source>System: Sleep</source> -<target>Sistema: Suspender</target> - -<source>System: Shut down</source> -<target>Sistema: Desligar</target> - -<source>Nothing to synchronize</source> -<target>Nada para sincronizar</target> - -<source>Executing command:</source> -<target>Executando comando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Você pode alternar para a janela principal do FreeFileSync para resolver este problema.</target> - -<source>&Don't show this warning again</source> -<target>&Não mostrar mais este aviso</target> - -<source>&Ignore</source> -<target>&Ignorar</target> - -<source>&Switch</source> -<target>&Alterar</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Alternando para a janela principal do FreeFileSync</target> - -<source>Automatic retry</source> -<target>Nova tentativa automática</target> - -<source>Ignore &all</source> -<target>Ignorar &todos</target> - -<source>Retrying operation...</source> -<target>Tentando novamente a operação...</target> - -<source>Serious Error</source> -<target>Erro Grave</target> - -<source>Last session</source> -<target>Última sessão</target> - -<source>Today</source> -<target>Hoje</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dia</pluralform> -<pluralform>%x dias</pluralform> -</target> - -<source>Name</source> -<target>Nome</target> - -<source>Last sync</source> -<target>Últ. Sinc.</target> - -<source>Log</source> -<target>Log</target> - -<source>Folder</source> -<target>Pasta</target> - -<source>Symlink</source> -<target>Link Simbólico</target> - -<source>Full path</source> -<target>Caminho completo</target> - -<source>Relative path</source> -<target>Caminho relativo</target> - -<source>Item name</source> -<target>Nome do item</target> - -<source>Size</source> -<target>Tamanho</target> - -<source>Date</source> -<target>Data</target> - -<source>Extension</source> -<target>Extensão</target> - -<source>Category</source> -<target>Categoria</target> - -<source>Action</source> -<target>Ação</target> - -<source>Local comparison settings</source> -<target>Configurações de comparação local</target> - -<source>Local synchronization settings</source> -<target>Configurações de sincronização local</target> - -<source>Local filter</source> -<target>Filtro local</target> - -<source>Active</source> -<target>Ativo</target> - -<source>None</source> -<target>Nenhum</target> - -<source>Remove local settings</source> -<target>Remover configurações locais</target> - -<source>Clear local filter</source> -<target>Limpar filtro local</target> - -<source>Copy</source> -<target>Copiar</target> - -<source>Paste</source> -<target>Colar</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>A pasta selecionada %x não pode ser usada com o FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Selecione uma pasta em um sistema de arquivos local, de rede ou de um dispositivo MTP.</target> - -<source>Defined by context of use</source> -<target>Definido pelo contexto de uso</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Requer FreeFileSync Edição do Doador</target> - -<source>&Save</source> -<target>&Salvar</target> - -<source>Save as &batch job...</source> -<target>Salvar como &tarefa em lotes...</target> - -<source>Show &log</source> -<target>Mostrar &log</target> - -<source>Start &comparison</source> -<target>Iniciar &Comparação</target> - -<source>C&omparison settings</source> -<target>C&onfigurações de Comparação</target> - -<source>&Filter settings</source> -<target>Configurações de &Filtro</target> - -<source>S&ynchronization settings</source> -<target>Configurações de S&incronização</target> - -<source>Start &synchronization</source> -<target>Iniciar &Sincronização</target> - -<source>&Actions</source> -<target>A&ções</target> - -<source>&Preferences</source> -<target>&Preferências</target> - -<source>&Language</source> -<target>&Idioma</target> - -<source>&Find...</source> -<target>&Localizar...</target> - -<source>&Export file list...</source> -<target>&Exportar lista de arquivos...</target> - -<source>&Reset layout</source> -<target>&Redefinir layout</target> - -<source>&Tools</source> -<target>&Ferramentas</target> - -<source>&Check for updates now</source> -<target>&Verificar atualizações agora</target> - -<source>Check &automatically once a week</source> -<target>V&erificar automaticamente uma vez por semana</target> - -<source>Cancel</source> -<target>Cancelar</target> - -<source>Compare</source> -<target>Comparar</target> - -<source>Synchronize</source> -<target>Sincronizar</target> - -<source>Add folder pair</source> -<target>Adicionar par de pastas</target> - -<source>Remove folder pair</source> -<target>Remover par de pastas</target> - -<source>Access online storage</source> -<target>Acessar armazenamento online</target> - -<source>Close search bar</source> -<target>Fechar barra de localização</target> - -<source>Find:</source> -<target>Localizar:</target> - -<source>Match case</source> -<target>Diferenciar maiúsculas e minúsculas</target> - -<source>Processed:</source> -<target>Processado:</target> - -<source>Remaining:</source> -<target>Restante:</target> - -<source>New</source> -<target>Novo</target> - -<source>Open...</source> -<target>Abrir...</target> - -<source>Save</source> -<target>Salvar</target> - -<source>Save as...</source> -<target>Salvar como...</target> - -<source>View type:</source> -<target>Tipo de visualização:</target> - -<source>Select view:</source> -<target>Selecionar visualização:</target> - -<source>Save as default</source> -<target>Salvar como padrão</target> - -<source>Statistics:</source> -<target>Estatísticas:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Número de arquivos e pastas que serão excluídos</target> - -<source>Number of files that will be updated</source> -<target>Número de arquivos que serão atualizados</target> - -<source>Number of files and folders that will be created</source> -<target>Número de arquivos e pastas que serão criados</target> - -<source>Total bytes to copy</source> -<target>Bytes totais a serem copiados</target> - -<source>Arrange folder pair</source> -<target>Organizar par de pastas</target> - -<source>Main settings:</source> -<target>Configurações principais:</target> - -<source>Use local settings:</source> -<target>Usar configurações locais:</target> - -<source>Select a variant:</source> -<target>Selecionar uma variante:</target> - -<source>Include &symbolic links:</source> -<target>Incluir &links simbólicos:</target> - -<source>&Follow</source> -<target>&Seguir</target> - -<source>&Direct</source> -<target>&Direto</target> - -<source>More information</source> -<target>Mais informações</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorar mudança de tempo [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lista de diferença de tempo nos arquivos para ignorar</target> - -<source>Example:</source> -<target>Exemplo:</target> - -<source>Handle daylight saving time</source> -<target>Como lidar com horário de verão</target> - -<source>Ignore errors</source> -<target>Ignorar erros</target> - -<source>Retry count:</source> -<target>Número de tentativas:</target> - -<source>Delay (in seconds):</source> -<target>Atraso (em segundos):</target> - -<source>Performance improvements:</source> -<target>Melhorias de desempenho:</target> - -<source>Parallel file operations:</source> -<target>Operações de arquivos em paralelo:</target> - -<source>How to get best performance?</source> -<target>Como obter o melhor desempenho?</target> - -<source>Local settings:</source> -<target>Configurações locais:</target> - -<source>Include:</source> -<target>Incluir:</target> - -<source>Show examples</source> -<target>Mostrar exemplos</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Selecione regras de filtro para excluir certos arquivos da sincronização. Insira os caminhos relativos dos pares de pastas correspondentes.</target> - -<source>File size:</source> -<target>Tamanho do arquivo:</target> - -<source>Minimum:</source> -<target>Mínimo:</target> - -<source>Maximum:</source> -<target>Máximo:</target> - -<source>Time span:</source> -<target>Período de tempo:</target> - -<source>C&lear</source> -<target>&Limpar</target> - -<source>Detect moved files</source> -<target>Detectar arquivos movidos</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Não suportado por todos os tipos de sistemas de arquivo -- Requer e cria arquivo de banco de dados -- Detecção não disponível para a primeira sincronização -</target> - -<source>Delete files:</source> -<target>Excluir arquivos:</target> - -<source>&Recycle bin</source> -<target>&Lixeira</target> - -<source>&Permanent</source> -<target>&Permanente</target> - -<source>&Versioning</source> -<target>Controle de &versão</target> - -<source>Move files to a user-defined folder</source> -<target>Mover os arquivos para uma pasta definida pelo usuário</target> - -<source>Naming convention:</source> -<target>Convenção de nomenclatura:</target> - -<source>Limit file versions:</source> -<target>Limitar versões de arquivos:</target> - -<source>Last x days:</source> -<target>Últimos x dias:</target> - -<source>&Override default log path:</source> -<target>&Substituir caminho de log padrão:</target> - -<source>Run a command:</source> -<target>Executar um comando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tipo de conexão:</target> - -<source>Connected user accounts:</source> -<target>Contas de usuário conectadas:</target> - -<source>&Add connection</source> -<target>&Adicionar conexão</target> - -<source>&Disconnect</source> -<target>&Desconectar</target> - -<source>Selected user account:</source> -<target>Conta de usuário selecionada:</target> - -<source>Server name or IP address:</source> -<target>Nome do servidor ou endereço IP:</target> - -<source>Port:</source> -<target>Porta:</target> - -<source>Encryption:</source> -<target>Criptografia:</target> - -<source>&Disabled</source> -<target>&Desabilitado</target> - -<source>&Explicit SSL/TLS</source> -<target>SSL/TLS &Explícito</target> - -<source>Authentication:</source> -<target>Autenticação:</target> - -<source>&Password</source> -<target>&Senha</target> - -<source>&Key file</source> -<target>&Arquivo de chave</target> - -<source>&SSH agent</source> -<target>&SSH-agent</target> - -<source>User name:</source> -<target>Nome de usuário:</target> - -<source>Private key file:</source> -<target>Arquivo de chave particular:</target> - -<source>&Show password</source> -<target>&Mostrar senha</target> - -<source>Directory on server:</source> -<target>Diretório no servidor:</target> - -<source>Access timeout (in seconds):</source> -<target>Tempo limite de acesso (em segundos):</target> - -<source>SFTP channels per connection:</source> -<target>Canais SFTP por conexão:</target> - -<source>Detect server limit</source> -<target>Detectar limite do servidor</target> - -<source>Select Folder</source> -<target>Selecionar Pasta</target> - -<source>Variant:</source> -<target>Variante:</target> - -<source>&Don't show this dialog again</source> -<target>&Não mostrar esta caixa de diálogo novamente</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Itens:</target> - -<source>Synchronizing...</source> -<target>Sincronizando...</target> - -<source>Minimize to notification area</source> -<target>Minimizar para a área de notificação</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Itens</target> - -<source>When finished:</source> -<target>Quando concluído:</target> - -<source>Auto-close</source> -<target>Fechamento automático</target> - -<source>Close</source> -<target>Fechar</target> - -<source>&Pause</source> -<target>&Pausar</target> - -<source>Stop</source> -<target>Interromper</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Cria um arquivo em lotes para sincronização desatendida. Para iniciar, dê um clique duplo neste arquivo ou insira no agendador de tarefas: %x</target> - -<source>Progress dialog:</source> -<target>Caixa de diálogo de progresso:</target> - -<source>Run minimized</source> -<target>Executar minimizado</target> - -<source>Show pop-up on errors or warnings</source> -<target>Mostrar pop-up em caso de erros ou avisos</target> - -<source>&Cancel</source> -<target>&Cancelar</target> - -<source>Stop synchronization at first error</source> -<target>Interromper a sincronização ao primeiro erro</target> - -<source>How can I schedule a batch job?</source> -<target>Como posso agendar uma tarefa em lotes?</target> - -<source>&Keep relative paths</source> -<target>&Manter caminhos relativos</target> - -<source>&Overwrite existing files</source> -<target>&Substituir arquivos existentes</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>As seguintes configurações são utilizadas para todas as tarefas de sincronização.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copiar para um arquivo temporário (*.ffs_tmp) antes de substituir o destino. -Isto garante um estado consistente mesmo em caso de erro grave. -</target> - -<source>recommended</source> -<target>recomendado</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copiar arquivos compartilhados ou bloqueados usando o Serviço de Cópias de Sombra de Volume.</target> - -<source>requires administrator rights</source> -<target>requer direitos de administrador</target> - -<source>Transfer file and folder permissions.</source> -<target>Transferir permissões de arquivos e pastas.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Mostrar todas as caixas de diálogo e as mensagens de aviso permanentemente ocultas</target> - -<source>Default log path:</source> -<target>Caminho de log padrão:</target> - -<source>&Delete logs after x days:</source> -<target>&Excluir logs após x days:</target> - -<source>Notification sounds:</source> -<target>Sons de notificação:</target> - -<source>Synchronization finished:</source> -<target>Sincronização concluída:</target> - -<source>Customize context menu:</source> -<target>Personalizar menu de contexto:</target> - -<source>Description</source> -<target>Descrição</target> - -<source>&Default</source> -<target>&Config. Padrão</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Comentários e sugestões são bem-vindos:</target> - -<source>Home page</source> -<target>Página web</target> - -<source>FreeFileSync Forum</source> -<target>Fórum do FreeFileSync</target> - -<source>Email</source> -<target>E-mail</target> - -<source>If you like FreeFileSync:</source> -<target>Se você gosta do FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Apoie com uma doação</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>A atualização automática foi desabilitada pelo administrador.</target> - -<source>Donation details</source> -<target>Detalhes da doação</target> - -<source>Source code written in C++ using:</source> -<target>Código-fonte escrito em C++ utilizando:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publicado sob a Licença Pública Geral GNU:</target> - -<source>Many thanks for localization:</source> -<target>Pela tradução, um agradecimento a:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Ative o FreeFileSync Edição do Doador por algum dos seguintes métodos:</target> - -<source>Activate via internet now:</source> -<target>Ativar pela internet agora:</target> - -<source>Activate online</source> -<target>Ativar online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Recuperar uma chave de ativação offline a partir da seguinte URL:</target> - -<source>&Copy to clipboard</source> -<target>&Copiar para área de transferência</target> - -<source>Enter activation key:</source> -<target>Entrar com chave de ativação:</target> - -<source>Activate offline</source> -<target>Ativar offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Realçar configurações que não foram executadas a mais do seguinte número de dias:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync requer direitos de acesso para evitar erros de "Operação não permitida" quando sincronizando seus dados (ex.: Mail, Mensagens, Calendário).</target> - -<source>Locate the FreeFileSync app</source> -<target>Localize o app FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Abra Segurança e Privacidade</target> - -<source>Click the lock to allow changes.</source> -<target>Clique no cadeado para permitir alterações.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Arraste FreeFileSync para o painel.</target> - -<source>Synchronization Settings</source> -<target>Configurações de Sincronização</target> - -<source>Access Online Storage</source> -<target>Acessar Armazenamento Online</target> - -<source>Save as a Batch Job</source> -<target>Salvar como um Trabalho em Lotes</target> - -<source>Delete Items</source> -<target>Excluir Itens</target> - -<source>Copy Items</source> -<target>Copiar Itens</target> - -<source>Options</source> -<target>Opções</target> - -<source>Select Time Span</source> -<target>Selecionar Período de Tempo</target> - -<source>Highlight Configurations</source> -<target>Realçar Configurações</target> - -<source>Grant Full Disk Access</source> -<target>Conceder Acesso Total ao Disco</target> - -<source>Info</source> -<target>Informações</target> - -<source>No log entries</source> -<target>Nenhuma entrada de log</target> - -<source>Select all</source> -<target>Selecionar todos</target> - -<source>&Options</source> -<target>&Opções</target> - -<source>Main Bar</source> -<target>Barra Principal</target> - -<source>Folder Pairs</source> -<target>Pares de Pasta</target> - -<source>Find</source> -<target>Localizar</target> - -<source>View Settings</source> -<target>Ver Configurações</target> - -<source>Configuration</source> -<target>Configuração</target> - -<source>Overview</source> -<target>Parâmetros</target> - -<source>Swap sides</source> -<target>Trocar lados</target> - -<source>Show "%x"</source> -<target>Mostrar "%x"</target> - -<source>&Show details</source> -<target>&Mostrar detalhes</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x está disponível!</target> - -<source>Local path not available for %x.</source> -<target>Caminho local não disponível para %x.</target> - -<source>Confirm</source> -<target>Confirmar</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Você realmente deseja executar o comando %y para um item?</pluralform> -<pluralform>Você realmente deseja executar o comando %y para %x itens?</pluralform> -</target> - -<source>&Execute</source> -<target>&Executar</target> - -<source>Set direction:</source> -<target>Configurar direção:</target> - -<source>multiple selection</source> -<target>seleção múltipla</target> - -<source>&Include via filter:</source> -<target>&Incluir via filtro:</target> - -<source>&Exclude via filter:</source> -<target>&Excluir via filtro:</target> - -<source>Include temporarily</source> -<target>Incluir temporariamente</target> - -<source>Exclude temporarily</source> -<target>Excluir temporariamente</target> - -<source>&Synchronize selection</source> -<target>&Sincronizar seleção</target> - -<source>&Copy to...</source> -<target>&Copiar para...</target> - -<source>&Delete</source> -<target>&Apagar</target> - -<source>Show icons:</source> -<target>Mostrar ícones:</target> - -<source>Small</source> -<target>Pequeno</target> - -<source>Medium</source> -<target>Médio</target> - -<source>Large</source> -<target>Grande</target> - -<source>Select time span...</source> -<target>Selecionar período de tempo...</target> - -<source>Donation Edition</source> -<target>Edição do Doador</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparação e Sincronização de Pastas</target> - -<source>Configuration saved</source> -<target>Configuração salva</target> - -<source>FreeFileSync batch</source> -<target>Tarefa em lotes do FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Deseja salvar as alterações para %x?</target> - -<source>Never save &changes</source> -<target>Nunca salvar as &alterações</target> - -<source>Do&n't save</source> -<target>&Não salvar</target> - -<source>%x cannot be renamed.</source> -<target>%x não pode ser renomeado.</target> - -<source>New name:</source> -<target>Novo nome:</target> - -<source>Rename Configuration</source> -<target>Renomear Configuração</target> - -<source>Configuration name must not be empty.</source> -<target>Nome da configuração não pode ser vazio.</target> - -<source>&Rename...</source> -<target>&Renomear...</target> - -<source>Hide configuration</source> -<target>Ocultar configuração</target> - -<source>Highlight...</source> -<target>Realçar...</target> - -<source>Clear filter</source> -<target>Limpar filtro</target> - -<source>Show files that exist on left side only</source> -<target>Mostrar arquivos que existem somente à esquerda</target> - -<source>Show files that exist on right side only</source> -<target>Mostrar arquivos que existem somente à direita</target> - -<source>Show files that are newer on left</source> -<target>Mostrar arquivos que são mais recentes à esquerda</target> - -<source>Show files that are newer on right</source> -<target>Mostrar arquivos que são mais recentes à direita</target> - -<source>Show files that are equal</source> -<target>Mostrar arquivos que são iguais</target> - -<source>Show files that are different</source> -<target>Mostrar arquivos que são diferentes</target> - -<source>Show conflicts</source> -<target>Mostrar conflitos</target> - -<source>Show files that will be created on the left side</source> -<target>Mostrar arquivos que serão criados no lado esquerdo</target> - -<source>Show files that will be created on the right side</source> -<target>Mostrar arquivos que serão criados no lado direito</target> - -<source>Show files that will be deleted on the left side</source> -<target>Mostrar arquivos que serão excluidos no lado esquerdo</target> - -<source>Show files that will be deleted on the right side</source> -<target>Mostrar arquivos que serão excluidos no lado direito</target> - -<source>Show files that will be updated on the left side</source> -<target>Mostrar arquivos que serão atualizados no lado esquerdo</target> - -<source>Show files that will be updated on the right side</source> -<target>Mostrar arquivos que serão atualizados no lado direito</target> - -<source>Show files that won't be copied</source> -<target>Mostrar arquivos que não serão copiados</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Mostrar arquivos que foram filtrados ou excluídos temporariamente</target> - -<source>Filter</source> -<target>Filtro</target> - -<source>All files are in sync</source> -<target>Todos os arquivos estão sincronizados</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 diretório</pluralform> -<pluralform>%x diretórios</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 arquivo</pluralform> -<pluralform>%x arquivos</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Mostrando %y de 1 coluna</pluralform> -<pluralform>Mostrando %y de %x colunas</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Não é possível localizar %x</target> - -<source>Move up</source> -<target>Mover para cima</target> - -<source>Move down</source> -<target>Mover para baixo</target> - -<source>Comma-separated values</source> -<target>Valores separados por vírgula</target> - -<source>File list exported</source> -<target>Lista de arquivos exportada</target> - -<source>Searching for program updates...</source> -<target>Procurando atualizações do programa...</target> - -<source>Paused</source> -<target>Pausado</target> - -<source>Stop requested...</source> -<target>Parada solicitada...</target> - -<source>Initializing...</source> -<target>Inicializando...</target> - -<source>Comparing content...</source> -<target>Comparando conteúdo...</target> - -<source>&Continue</source> -<target>&Continuar</target> - -<source>Progress</source> -<target>Progresso</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Obrigado, %x, pela sua doação e suporte!</target> - -<source>Connections</source> -<target>Conexões</target> - -<source>Recommended range:</source> -<target>Intervalo recomendado:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Você realmente quer desconectar da conta de usuário %x?</target> - -<source>Password:</source> -<target>Senha:</target> - -<source>Key passphrase:</source> -<target>Frase-senha da chave:</target> - -<source>Please enter a file path.</source> -<target>Por favor, insira um caminho de arquivo.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copiar o seguinte item para outra pasta?</pluralform> -<pluralform>Copiar os seguintes %x itens para outra pasta?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Por favor, insira uma pasta de destino.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Você realmente deseja mover o seguinte item para a lixeira?</pluralform> -<pluralform>Você realmente deseja mover os seguintes %x itens para a lixeira?</pluralform> -</target> - -<source>Move</source> -<target>Mover</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Você realmente deseja excluir o seguinte item?</pluralform> -<pluralform>Você realmente deseja excluir os seguintes %x itens?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Começar a sincronizar a seleção?</target> - -<source>Start synchronization now?</source> -<target>Iniciar sincronização agora?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copiar DACL, SACL, Proprietário, Grupo</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrar aplicações externas no menu de contexto. As seguintes macros estão disponíveis:</target> - -<source>Full file or folder path</source> -<target>Arquivo completo ou caminho da pasta</target> - -<source>Parent folder path</source> -<target>Caminho da pasta principal</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Cópia local temporária para armazenamento SFTP e MTP</target> - -<source>Parameters for opposite side</source> -<target>Parâmetros para o lado oposto</target> - -<source>Show hidden dialogs again</source> -<target>Mostrar caixas de diálogo ocultadas</target> - -<source>All dialogs shown</source> -<target>Todas caixas de diálogo visíveis</target> - -<source>Downloading update...</source> -<target>Baixando atualização...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identifica arquivos iguais comparando modificações na data e no tamanho.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identifica arquivos iguais comparando o conteúdo do arquivo.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identifica arquivos iguais comparando os seus tamanhos.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifica e propaga as alterações em ambos os lados. Arquivos e pastas excluídos e/ou movidos e conflitos são detectados automaticamente usando um banco de dados.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Cria uma cópia espelho da pasta da esquerda adaptando a pasta da direita para corresponder.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copia arquivos novos ou atualizados para a pasta da direita.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configure as suas próprias regras de sincronização.</target> - -<source>Comparison</source> -<target>Comparação</target> - -<source>Synchronization</source> -<target>Sincronização</target> - -<source>This week</source> -<target>Esta semana</target> - -<source>This month</source> -<target>Este mês</target> - -<source>This year</source> -<target>Este ano</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>kB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Manter arquivos excluídos e substituídos na lixeira</target> - -<source>Delete and overwrite files permanently</source> -<target>Excluir e substituir arquivos permanentemente</target> - -<source>Replace</source> -<target>Substituir</target> - -<source>Move files and replace if existing</source> -<target>Mover arquivos e substituir se existente</target> - -<source>Time stamp</source> -<target>Carimbo de data/hora</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Mover arquivos para uma subpasta com carimbo de data/hora</target> - -<source>File</source> -<target>Arquivo</target> - -<source>Append a time stamp to each file name</source> -<target>Colocar um carimbo de data/hora para cada nome de arquivo</target> - -<source>On completion:</source> -<target>Ao finalizar:</target> - -<source>On errors:</source> -<target>Em caso de erro:</target> - -<source>On success:</source> -<target>Em caso de êxito:</target> - -<source>Main config</source> -<target>Config. principal</target> - -<source>empty</source> -<target>vazio</target> - -<source>Leave as unresolved conflict</source> -<target>Deixar como conflito não resolvido</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>AAAA-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>A contagem mínima de versões deve ser menor do que a contagem máxima.</target> - -<source>&Restore</source> -<target>&Restaurar</target> - -<source>Files</source> -<target>Arquivos</target> - -<source>Percentage</source> -<target>Percentual</target> - -<source>Failed to retrieve update information.</source> -<target>Falha na obteção de informação sobre atualização.</target> - -<source>Automatic updates:</source> -<target>Atualizações automáticas:</target> - -<source>Check for Program Updates</source> -<target>Verificar se existem atualizações</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Atualizar automaticamente agora ou baixar manualmente pela página web do FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Atualização automática</target> - -<source>&Home page</source> -<target>&Página web</target> - -<source>Download now?</source> -<target>Baixar agora?</target> - -<source>&Download</source> -<target>&Baixar</target> - -<source>FreeFileSync is up to date.</source> -<target>O FreeFileSync está atualizado.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Não é possível encontrar a versão do FreeFileSync online. É provável que exista uma nova versão. Verificar manualmente?</target> - -<source>&Check</source> -<target>&Verificar</target> - -<source>Consistency check failed for %x.</source> -<target>Verificação de consistência falhou para %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>A instalação foi registrada em um sistema operacional diferente.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Falha na ativação do FreeFileSync Edição do Doador.</target> - -<source>Incorrect activation key.</source> -<target>Chave de ativação incorreta.</target> - -<source>Unable to register to receive system messages.</source> -<target>Não é possível registrar para receber mensagens do sistema.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>A opção de instalação %x está disponível apenas na Edição do Doador do FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>Não é possível localizar a função de sistema %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Não foi possível registrar notificações para %x.</target> - -<source>The file is locked by another process:</source> -<target>O arquivo está bloqueado por outro processo:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Falha ao determinar o suporte de permissão de arquivo para a pasta %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Não é possível ler o contexto de segurança de %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Não é possível escrever o contexto de segurança de %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Não é possível ler as permissões de %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Não é possível copiar as permissões de %x para %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x não é um nome de diretório regular.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Não é possível copiar os atributos de %x para %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hora</pluralform> -<pluralform>%x horas</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Não é possível estabelecer o privilégio %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Não foi possível suspender o modo de espera do sistema.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Não é possível alterar a prioridade de E/S do processo.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Verificando falha na Lixeira para pasta %x.</target> - -<source>Unable to shut down the system.</source> -<target>Não foi possível desligar o sistema.</target> - -<source>Prepare installation</source> -<target>Preparando a instalação</target> - -<source>Choose which components you want to install.</source> -<target>Escolha os componentes a serem instalados.</target> - -<source>Select installation type:</source> -<target>Selecionar o tipo de instalação:</target> - -<source>Local</source> -<target>Local</target> - -<source>Portable</source> -<target>Portátil</target> - -<source>Save settings in %x</source> -<target>Salvar configurações em %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registrar as extensões de arquivos do FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Criar entrada no menu de contexto do Explorer</target> - -<source>Save settings in installation directory</source> -<target>Salvar as configurações no diretório de instalação</target> - -<source>Do not write to Registry</source> -<target>Não escrever no Registro</target> - -<source>Just copy the files</source> -<target>Apenas copiar os arquivos</target> - -<source>Choose a directory for installation:</source> -<target>Escolher um diretório para a instalação:</target> - -<source>Create shortcuts:</source> -<target>Criar atalhos:</target> - -<source>Desktop</source> -<target>Área de trabalho</target> - -<source>Start Menu</source> -<target>Menu Iniciar</target> - -<source>Send To</source> -<target>Enviar para</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registrando as extensões de arquivos do FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Desfazendo registro das extensões de arquivos do FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configuração do FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Arquivo em Lotes do FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Banco de Dados de Sincronização do FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configuração do RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Editar com FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Ao invés de um anúncio, veja um animal.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>A versão portátil do FreeFileSync não pode ser instalada em uma subpasta de %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Escolha o tipo de instalação local ou selecione uma pasta diferente para instalação.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Obtenha a Edição do Doador com recursos adicionais e ajude a manter o FreeFileSync livre de anúncios.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/romanian.lng b/FreeFileSync/Build/Resources/Languages/romanian.lng deleted file mode 100755 index 9d6bddfd..00000000 --- a/FreeFileSync/Build/Resources/Languages/romanian.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Română</language> - <translator>Alexandru Bogdan Munteanu</translator> - <locale>ro_RO</locale> - <image>flag_romania.png</image> - <plural_count>3</plural_count> - <plural_definition>n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Nu pot citi fila %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Mărime neașteptată a fluxului de date. -Așteptată: %x baiți -Actuală: %y baiți -</target> - -<source>Cannot write file %x.</source> -<target>Nu pot scrie fila %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Nu pot scrie permisiunile lui %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operația nu-i suportată între dispozitive de stocare diferite.</target> - -<source>Cannot delete file %x.</source> -<target>Nu pot șterge fila %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Nu pot șterge legătura simbolică %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Nu pot șterge dosarul %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Nu pot muta fila %x în %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Nu pot copia legătura simbolică %x în %y.</target> - -<source>Error Code %x</source> -<target>Cod de Eroare %x.</target> - -<source>Cannot read directory %x.</source> -<target>Nu pot citi dosarul %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Nu pot scrie modificarea timpului pentru %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Nu pot citi atributele filei %x.</target> - -<source>Cannot create directory %x.</source> -<target>Nu pot crea dosarul %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Nu pot determina calea finală pentru %x.</target> - -<source>Operation not supported by device.</source> -<target>Operația nu-i suportată de dispozitivul de stocare.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Nu pot rezolva legătura simbolică %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Nu pot muta %x în Reciclator.</target> - -<source>Authentication completed.</source> -<target>Autentificare realizată.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Poți închide pagina asta acum și continua cu FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Autentificare eșuată.</target> - -<source>Unable to connect to %x.</source> -<target>Nu mă pot conecta la %x.</target> - -<source>Cannot find %x.</source> -<target>Nu pot găsi %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Numele %x e folosit de mai multe elemente din dosar.</target> - -<source>Please authorize access to user account %x.</source> -<target>Autorizează accesul la contul de utilizator %x.</target> - -<source>Cannot open file %x.</source> -<target>Nu pot deschide fila %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Numele %x este deja utilizat de alt element.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Nu pot determina spațiul liber de stocare pentru %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nu pot face deconectarea de la %x.</target> - -<source>Unable to access %x.</source> -<target>Nu pot accesa %x.</target> - -<source>Failed to get information about server %x.</source> -<target>N-am putut obține informații despre serverul %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Nu pot monitoriza dosarul %x.</target> - -<source>Cannot find device %x.</source> -<target>Nu pot găsi dispozitivul %x.</target> - -<source>Cannot open directory %x.</source> -<target>Nu pot deschide dosarul %x.</target> - -<source>Unsupported item type.</source> -<target>Tip de element nesuportat.</target> - -<source>Incorrect command line:</source> -<target>Linie de comandă incorectă:</target> - -<source>The server does not support authentication via %x.</source> -<target>Serverul nu suportă autentificarea prin %x.</target> - -<source>Required:</source> -<target>Necesar:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Operație expirată după 1 secundă.</pluralform> -<pluralform>Operație expirată după %x secunde.</pluralform> -<pluralform>Operație expirată după %x de secunde.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Nu pot aștepta după mai mult de 1 conexiune simultan.</pluralform> -<pluralform>Nu pot aștepta după mai mult de %x conexiuni simultan.</pluralform> -<pluralform>Nu pot aștepta după mai mult de %x de conexiuni simultan.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Conexiuni Active: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>N-am putut deschide canalul SFTP cu numărul %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Ambele părți s-au modificat de la ultima sincronizare.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nu pot determina direcția de sincronizare:</target> - -<source>No change since last synchronization.</source> -<target>Nu sînt schimbări de la ultima sincronizare.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Intrarea în baza de date nu e sincronizată, ținînd cont de setările curente.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Baza de date existentă va fi făcută compatibilă cu versiunea softului și apoi va fi setată direcția implicită de sincronizare: Filele vechi vor fi suprascrise de cele noi.</target> - -<source>Creating file %x</source> -<target>Creez fila %x</target> - -<source>Creating folder %x</source> -<target>Creez dosarul %x</target> - -<source>Creating symbolic link %x</source> -<target>Creez legătura simbolică %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Mut fila %x în Reciclator</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Mut dosarul %x în Reciclator</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Mut legătura simbolică %x în Reciclator</target> - -<source>Deleting file %x</source> -<target>Șterg fila %x</target> - -<source>Deleting folder %x</source> -<target>Șterg dosarul %x</target> - -<source>Deleting symbolic link %x</source> -<target>Șterg legătura simbolică %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Verific dacă Reciclatorul e disponibil pentru dosarul %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Reciclatorul nu este suportat de dosarele următoare. Filele de acolo șterse sau suprascrise nu vor putea fi restaurate:</target> - -<source>An exception occurred</source> -<target>A apărut o excepție</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>O cale pentru dosarul stîng și cel drept e așteptată după %x.</target> - -<source>Syntax error</source> -<target>Eroare de sintaxă</target> - -<source>Cannot find file %x.</source> -<target>Nu pot găsi fila %x.</target> - -<source>Error</source> -<target>Eroare</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Fila %x nu conține o configurație validă.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Fila de configurare nu trebuie să conțină setări la nivelul perechii de dosare, cînd dosarele sînt setate prin linia de comandă.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Dosarele nu pot fi setate pentru mai mult de o singură filă de configurare.</target> - -<source>Command line</source> -<target>Linie de comandă</target> - -<source>Syntax:</source> -<target>Sintaxă:</target> - -<source>config files:</source> -<target>file de configurare:</target> - -<source>directory</source> -<target>dosar</target> - -<source>global config file:</source> -<target>filă de configurare globală:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Orice număr de file de configurare pentru FreeFileSync, de tipul "ffs_gui" sau/și "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Orice număr de perechi alternative de dosare pentru cel mult o filă de configurare.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Deschide configurația selectată doar pentru editare, fără a o executa.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Calea către o filă GlobalSettings.xml alternativă.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Filele de instalare sînt stricate (corupte). Reinstalează FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Nu pot găsi dosarele următoare:</target> - -<source>The following folders do not yet exist:</source> -<target>Dosarele următoare nu există încă:</target> - -<source>The folders are created automatically when needed.</source> -<target>Dosarele sînt create automat la nevoie.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>La căile următoare diferă caseta literelor (majuscule/minuscule). Folosește o singură formă de casetă pt. a evita duplicarea acceselor.</target> - -<source>Scanning:</source> -<target>Scanez:</target> - -<source>Comparison finished:</source> -<target>Comparare terminată:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 element găsit</pluralform> -<pluralform>%x elemente găsite</pluralform> -<pluralform>%x de elemente găsite</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Timp Scurs:</target> - -<source>File %x has an invalid date.</source> -<target>Fila %x are o dată nevalidă.</target> - -<source>Date:</source> -<target>Dată:</target> - -<source>Files have the same date but a different size.</source> -<target>Filele au aceeași dată, dar mărime diferită.</target> - -<source>Size:</source> -<target>Mărime:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Compararea conținutului a fost sărită pentru filele excluse.</target> - -<source>Items differ in attributes only</source> -<target>Elementele diferă doar prin atributele lor</target> - -<source>Resolving symbolic link %x</source> -<target>Rezolv legătura simbolică %x</target> - -<source>Comparing content of files %x</source> -<target>Compar conținutul filelor %x</target> - -<source>Generating file list...</source> -<target>Generez lista de file...</target> - -<source>Fail-safe file copy</source> -<target>Copiază filele în modul protejat la eșec [fail-safe]</target> - -<source>Enabled</source> -<target>Activat</target> - -<source>Disabled</source> -<target>Dezactivat</target> - -<source>Copy locked files</source> -<target>Copiază filele partajate [shared] sau zăvorîte [locked]</target> - -<source>Copy file access permissions</source> -<target>Copiază permisiunile de acces ale filelor</target> - -<source>File time tolerance</source> -<target>Toleranța timpului filei</target> - -<source>Run with background priority</source> -<target>Rulează cu prioritate de fundal [background]</target> - -<source>Lock directories during sync</source> -<target>Zăvorăște [lock] dosarele în timpul sincronizării</target> - -<source>Verify copied files</source> -<target>Verifică filele copiate</target> - -<source>Using non-default global settings:</source> -<target>Folosirea de setări globale non-implicite:</target> - -<source>A folder input field is empty.</source> -<target>Un cîmp de introducere a dosarului este gol.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Dosarul corespondent va fi considerat ca fiind gol.</target> - -<source>Exclude:</source> -<target>Excluse:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Un dosar de bază din perechea de dosare e conținut în celălalt.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Dosarul trebuie exclus din sincronizare prin filtru.</target> - -<source>Calculating sync directions...</source> -<target>Calculez acțiunile de sincronizare...</target> - -<source>Out of memory.</source> -<target>Memorie epuizată.</target> - -<source>Show in Explorer</source> -<target>Arată în Exploratorul de File</target> - -<source>Open with default application</source> -<target>Deschide cu Aplicația Implicită</target> - -<source>Browse directory</source> -<target>Explorează Dosarul</target> - -<source>Database file %x is incompatible.</source> -<target>Fila cu baza de date %x este incompatibilă.</target> - -<source>Initial synchronization:</source> -<target>Sincronizare inițială:</target> - -<source>Database file %x does not yet exist.</source> -<target>Fila cu baza de date %x nu există încă.</target> - -<source>Database file is corrupted:</source> -<target>Fila bazei de date este stricată (coruptă):</target> - -<source>Loading file %x...</source> -<target>Deschid fila %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Filele cu baze de date nu conțin încă informații despre ultima sincornizare.</target> - -<source>Saving file %x...</source> -<target>Salvez fila %x...</target> - -<source>Searching for folder %x...</source> -<target>Caut dosarul %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Timp expirat la căutarea dosarului %x.</target> - -<source>Cannot get process information.</source> -<target>Nu pot obține informații despre proces.</target> - -<source>Waiting while directory is locked:</source> -<target>Aștept ca dosarul să fie zăvorît [locked]:</target> - -<source>Lock owner:</source> -<target>Zăvorăște proprietarul:</target> - -<source>Detecting abandoned lock...</source> -<target>Detectez zăvorîrea [lock] abandonată...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -<pluralform>%x de sec</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Elementul există doar în partea stîngă</target> - -<source>Item exists on right side only</source> -<target>Elementul există doar în partea dreaptă</target> - -<source>Left side is newer</source> -<target>Elementul din partea stîngă e mai nou</target> - -<source>Right side is newer</source> -<target>Elementul din partea dreaptă e mai nou</target> - -<source>Items have different content</source> -<target>Elementele au conținut diferit</target> - -<source>Both sides are equal</source> -<target>Ambele părți sînt identice</target> - -<source>Conflict/item cannot be categorized</source> -<target>Conflictul/elementul nu poate fi inclus într-o anumită categorie</target> - -<source>Copy new item to left</source> -<target>Copiază elementul nou în stînga</target> - -<source>Copy new item to right</source> -<target>Copiază elementul nou în dreapta</target> - -<source>Delete left item</source> -<target>Șterge elementul stîng</target> - -<source>Delete right item</source> -<target>Șterge elementul drept</target> - -<source>Move file on left</source> -<target>Mută fila în stînga</target> - -<source>Move file on right</source> -<target>Mută fila în dreapta</target> - -<source>Update left item</source> -<target>Actualizează elementul stîng</target> - -<source>Update right item</source> -<target>Actualizează elementul drept</target> - -<source>Do nothing</source> -<target>Nici o acțiune</target> - -<source>Update attributes on left</source> -<target>Actualizează atributele în partea stîngă</target> - -<source>Update attributes on right</source> -<target>Actualizează atributele în partea dreaptă</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Eroare la parsarea filei %x, rîndul %y, coloana %z.</target> - -<source>Services</source> -<target>Servicii</target> - -<source>Show All</source> -<target>Arată Tot</target> - -<source>Hide Others</source> -<target>Ascunde Restul</target> - -<source>Hide %x</source> -<target>Ascunde %x</target> - -<source>Quit %x</source> -<target>Închide %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nu pot seta zăvorîrea [lock] pentru dosarele următoare:</target> - -<source>Errors:</source> -<target>Erori:</target> - -<source>Warnings:</source> -<target>Avertizări:</target> - -<source>Items processed:</source> -<target>Elemente Procesate:</target> - -<source>Items remaining:</source> -<target>Elemente Rămase:</target> - -<source>Total time:</source> -<target>Timp Total:</target> - -<source>Warning</source> -<target>Atenție</target> - -<source>Stopped</source> -<target>Oprită</target> - -<source>Cleaning up log files:</source> -<target>Curăț filele de jurnalizare:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 fir</pluralform> -<pluralform>%x fire</pluralform> -<pluralform>%x de fire</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sec</target> - -<source>%x items</source> -<target>%x elemente</target> - -<source>Completed successfully</source> -<target>Realizată cu succes</target> - -<source>Completed with warnings</source> -<target>Realizată cu atenționări</target> - -<source>Completed with errors</source> -<target>Realizată cu erori</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Nu pot accesa Serviciul de Conservare a Volumelor [Volume Shadow Copy].</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Folosește versiunea pe 64-biți a FreeFileSync pentru a crea conservări (copii de rezervă) pe acest sistem.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Numele volumului %x nu face parte din calea filei %y.</target> - -<source>File time and size</source> -<target>Timpul și Mărimea Filelor</target> - -<source>File content</source> -<target>Conținutul Filelor</target> - -<source>File size</source> -<target>Mărimea Filelor</target> - -<source>Two way</source> -<target>Ambele Direcții</target> - -<source>Mirror</source> -<target>Clonare</target> - -<source>Update</source> -<target>Actualizare</target> - -<source>Custom</source> -<target>Personalizat</target> - -<source>Multiple...</source> -<target>Multiplu...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Nu pot scrie atributele de filă ale lui %x.</target> - -<source>%x and %y have different content.</source> -<target>%x și %y au conținut diferit.</target> - -<source>Data verification error:</source> -<target>Eroare de verificare a datei:</target> - -<source>Moving file %x to %y</source> -<target>Mut fila %x în %y</target> - -<source>Moving folder %x to %y</source> -<target>Mut dosarul %x în %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Mut legătura simbolică %x în %y</target> - -<source>Updating file %x</source> -<target>Actualizez fila %x</target> - -<source>Updating symbolic link %x</source> -<target>Actualizez legătura simbolică %x</target> - -<source>Verifying file %x</source> -<target>Verific fila %x</target> - -<source>Updating attributes of %x</source> -<target>Actualizez atributele lui %x</target> - -<source>Source item %x not found</source> -<target>Elementul sursă %x n-a fost găsit</target> - -<source>Parent folder %x is not existing.</source> -<target>Dosarul părinte %x nu există.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Nu pot copia fila %x în %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Creez o Conservare a Volumului [Volume Shadow Copy] pentru %x...</target> - -<source>Cannot find folder %x.</source> -<target>Nu pot găsi dosarul %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Dosarul țintă %x există deja, dar n-a fost disponibil în timpul comparării dosarelor.</target> - -<source>Target folder input field must not be empty.</source> -<target>Cîmpul de introducere a dosarului țintă nu trebuie să fie gol.</target> - -<source>Source folder %x not found.</source> -<target>Dosarul sursă %x nu a fost găsit.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Introdu dosarul țintă pentru versionare.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Există conflicte nerezolvate la elementele listate mai jos, deci ele nu vor fi sincronizate:</target> - -<source>Folder pair:</source> -<target>Perechea de Dosare:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Dosarele următoare au diferențe semnificative. Asigură-te că ai selectat dosarele corecte pentru sincronizare.</target> - -<source>Not enough free disk space available in:</source> -<target>Spațiu de stocare insuficient pe:</target> - -<source>Available:</source> -<target>Disponibil:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Anumite file vor fi sincronizate ca parte din dosare de bază multiple.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Pentru a evita conflictele, setează filtrele de excludere astfel ca fiecare filă actualizată să fie inclusă doar într-un singur dosar de bază.</target> - -<source>Versioning folder:</source> -<target>Dosar de Versionare:</target> - -<source>Base folder:</source> -<target>Dosar de Bază:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Dosarul de versionare este conținut într-un dosar de bază.</target> - -<source>Synchronizing folder pair:</source> -<target>Sincronizez perechea de dosare:</target> - -<source>Generating database...</source> -<target>Generez baza de date...</target> - -<source>Searching for old file versions:</source> -<target>Caut versiuni mai vechi ale filelor:</target> - -<source>Removing old file versions:</source> -<target>Înlătur versiunile vechi ale filelor:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nu pot crea marcajul de timp pentru versionare:</target> - -<source>Drag && drop</source> -<target>Trage și pune un dosar mai jos sau explorează către el</target> - -<source>Select a folder</source> -<target>Selectează un Dosar</target> - -<source>&New</source> -<target>Configurație &Nouă</target> - -<source>&Open...</source> -<target>&Deschide...</target> - -<source>Save &as...</source> -<target>Salvează c&a...</target> - -<source>E&xit</source> -<target>&Ieși</target> - -<source>&File</source> -<target>&Filă</target> - -<source>&View help</source> -<target>&Cuprins</target> - -<source>&About</source> -<target>&Despre</target> - -<source>&Help</source> -<target>&Ajutor</target> - -<source>Usage:</source> -<target>Utilizare:</target> - -<source>Select folders to watch.</source> -<target>Selectează dosarele de monitorizat.</target> - -<source>Enter a command line.</source> -<target>Scrie calea.</target> - -<source>Press 'Start'.</source> -<target>Apasă pe 'Pornește'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Pentru a începe, importă o filă de tipul "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Dosare de Monitorizat:</target> - -<source>Add folder</source> -<target>Adaugă Dosar</target> - -<source>Remove folder</source> -<target>Înlătură Dosarul</target> - -<source>Browse</source> -<target>Explorează</target> - -<source>Idle time (in seconds):</source> -<target>Timp de inactivitate (în secunde):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Timpul de inactivitate între ultima schimbare detectată și executarea comenzii</target> - -<source>Command line:</source> -<target>Linie de comandă:</target> - -<source>&Hide console window</source> -<target>Ascun&de fereastra consolei</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Comanda este declanșată dacă: -- sînt modificate filele sau subdosarele -- apar dosare noi (de ex. prin atașarea unui dispozitiv USB) -</target> - -<source>Start</source> -<target>Pornește</target> - -<source>About</source> -<target>Despre</target> - -<source>Build: %x</source> -<target>Compilația: %x</target> - -<source>All files</source> -<target>Toate Filele</target> - -<source>Automated Synchronization</source> -<target>Sincronizare Automată</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protocolul %x nu suportă monitorizarea dosarelor:</target> - -<source>Directory monitoring active</source> -<target>Monitorizarea dosarelor este activă</target> - -<source>Waiting until directory is available:</source> -<target>Aștept pînă cînd dosarul va fi disponibil:</target> - -<source>&Configure</source> -<target>&Configurează</target> - -<source>&Show error message</source> -<target>A&rată mesajele de eroare</target> - -<source>&Quit</source> -<target>&Ieși</target> - -<source>&Retry</source> -<target>&Reîncearcă</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 bait</pluralform> -<pluralform>%x baiți</pluralform> -<pluralform>%x de baiți</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Deschid...</target> - -<source>Scanning...</source> -<target>Scanez...</target> - -<source>configuration file</source> -<target>filă de configurare</target> - -<source>System: Sleep</source> -<target>Sistem: Pune în Repaus [Sleep]</target> - -<source>System: Shut down</source> -<target>Sistem: Închide PC-ul [Shut down]</target> - -<source>Nothing to synchronize</source> -<target>Nu e nimic de sincronizat</target> - -<source>Executing command:</source> -<target>Execut comanda:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Poți comuta la fereastra principală FreeFileSync pentru a rezolva această problemă.</target> - -<source>&Don't show this warning again</source> -<target>&Nu arăta din nou această atenționare</target> - -<source>&Ignore</source> -<target>&Ignoră</target> - -<source>&Switch</source> -<target>&Comută</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Comut la fereastra principală FreeFileSync</target> - -<source>Automatic retry</source> -<target>Reîncearcă Automat</target> - -<source>Ignore &all</source> -<target>Ignoră &Tot</target> - -<source>Retrying operation...</source> -<target>Reîncerc operația...</target> - -<source>Serious Error</source> -<target>Eroare Serioasă</target> - -<source>Last session</source> -<target>Ultima Sesiune</target> - -<source>Today</source> -<target>Azi</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 zi</pluralform> -<pluralform>%x zile</pluralform> -<pluralform>%x de zile</pluralform> -</target> - -<source>Name</source> -<target>Nume</target> - -<source>Last sync</source> -<target>Ultima Sincr.</target> - -<source>Log</source> -<target>Jurnal</target> - -<source>Folder</source> -<target>Dosar</target> - -<source>Symlink</source> -<target>Simlegătură</target> - -<source>Full path</source> -<target>Cale Completă</target> - -<source>Relative path</source> -<target>Cale Relativă</target> - -<source>Item name</source> -<target>Numele Elementului</target> - -<source>Size</source> -<target>Mărime</target> - -<source>Date</source> -<target>Dată</target> - -<source>Extension</source> -<target>Extensie</target> - -<source>Category</source> -<target>Categorie</target> - -<source>Action</source> -<target>Acțiune</target> - -<source>Local comparison settings</source> -<target>Setările locale de comparare</target> - -<source>Local synchronization settings</source> -<target>Setările locale de sincronizare</target> - -<source>Local filter</source> -<target>Filtru Local</target> - -<source>Active</source> -<target>Activă</target> - -<source>None</source> -<target>Nimic</target> - -<source>Remove local settings</source> -<target>Înlătură setările locale</target> - -<source>Clear local filter</source> -<target>Curăță filtrul local</target> - -<source>Copy</source> -<target>Copiază</target> - -<source>Paste</source> -<target>Lipește</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Dosarul selectat %x nu poate fi folosit cu FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Selectează un dosar de pe un sistem de file local, din rețea sau de pe un dispozitiv MTP (dispozitiv media portabil).</target> - -<source>Defined by context of use</source> -<target>Definit de contextul utilizării</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Necesită FreeFileSync Ediția pentru Donatori</target> - -<source>&Save</source> -<target>&Salvează</target> - -<source>Save as &batch job...</source> -<target>Salvea&ză ca Sarcină Set...</target> - -<source>Show &log</source> -<target>Arată &Jurnalul</target> - -<source>Start &comparison</source> -<target>Pornește &Compararea</target> - -<source>C&omparison settings</source> -<target>Setările C&omparării</target> - -<source>&Filter settings</source> -<target>Setările &Filtrării</target> - -<source>S&ynchronization settings</source> -<target>Setările Sincroni&zării</target> - -<source>Start &synchronization</source> -<target>Pornește &Sincronizarea</target> - -<source>&Actions</source> -<target>&Acțiuni</target> - -<source>&Preferences</source> -<target>&Preferințe</target> - -<source>&Language</source> -<target>&Limbă</target> - -<source>&Find...</source> -<target>&Găsește...</target> - -<source>&Export file list...</source> -<target>&Exportă Lista de File...</target> - -<source>&Reset layout</source> -<target>&Resetează Aspectul Grafic</target> - -<source>&Tools</source> -<target>&Unelte</target> - -<source>&Check for updates now</source> -<target>&Caută Actualizări Acum</target> - -<source>Check &automatically once a week</source> -<target>Caută Actualizări &Automat Săptămînal</target> - -<source>Cancel</source> -<target>Anulează</target> - -<source>Compare</source> -<target>Compară</target> - -<source>Synchronize</source> -<target>Sincronizează</target> - -<source>Add folder pair</source> -<target>Adaugă Pereche Nouă de Dosare</target> - -<source>Remove folder pair</source> -<target>Înlătură Perechea de Dosare</target> - -<source>Access online storage</source> -<target>Accesează stocarea de pe internet [online]</target> - -<source>Close search bar</source> -<target>Închide bara de căutare</target> - -<source>Find:</source> -<target>Găsește:</target> - -<source>Match case</source> -<target>Potrivește cu caseta literelor (MAJ/min)</target> - -<source>Processed:</source> -<target>Procesat:</target> - -<source>Remaining:</source> -<target>Rămas:</target> - -<source>New</source> -<target>Nouă</target> - -<source>Open...</source> -<target>Deschide...</target> - -<source>Save</source> -<target>Salvează</target> - -<source>Save as...</source> -<target>Salvează ca...</target> - -<source>View type:</source> -<target>Tipul Vederii:</target> - -<source>Select view:</source> -<target>Selectează Vederea:</target> - -<source>Save as default</source> -<target>Salvează ca implicit</target> - -<source>Statistics:</source> -<target>Statistici:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Numărul de file și dosare care vor fi șterse</target> - -<source>Number of files that will be updated</source> -<target>Numărul filelor care vor fi actualizate</target> - -<source>Number of files and folders that will be created</source> -<target>Numărul de file și dosare care vor fi create</target> - -<source>Total bytes to copy</source> -<target>Numărul total de baiți copiați</target> - -<source>Arrange folder pair</source> -<target>Aranjează perechea de dosare</target> - -<source>Main settings:</source> -<target>Setările Principale:</target> - -<source>Use local settings:</source> -<target>Folosește setările locale:</target> - -<source>Select a variant:</source> -<target>Selectează o variantă:</target> - -<source>Include &symbolic links:</source> -<target>Include legăturile &simbolice:</target> - -<source>&Follow</source> -<target>&Prin urmărirea lor</target> - -<source>&Direct</source> -<target>&Direct</target> - -<source>More information</source> -<target>Mai multe informații</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignoră decalajul temporal [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lista decalajelor temporale de ignorat</target> - -<source>Example:</source> -<target>Exemplu:</target> - -<source>Handle daylight saving time</source> -<target>Gestionarea timpului de vară (DST)</target> - -<source>Ignore errors</source> -<target>Ignoră erorile</target> - -<source>Retry count:</source> -<target>Numărul reîncercărilor:</target> - -<source>Delay (in seconds):</source> -<target>Întîrziere (în secunde):</target> - -<source>Performance improvements:</source> -<target>Îmbunătățiri de Performanță:</target> - -<source>Parallel file operations:</source> -<target>Operațiuni paralele cu file:</target> - -<source>How to get best performance?</source> -<target>Cum obții cea mai bună performanță?</target> - -<source>Local settings:</source> -<target>Setări Locale:</target> - -<source>Include:</source> -<target>Incluse:</target> - -<source>Show examples</source> -<target>Arată exemple</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Selectează regulile filtrului pentru a exclude anumite file de la sincronizare. Introdu căile filelor relative la perechea lor de dosare corespondentă.</target> - -<source>File size:</source> -<target>Mărimea Filei:</target> - -<source>Minimum:</source> -<target>Minim:</target> - -<source>Maximum:</source> -<target>Maxim:</target> - -<source>Time span:</source> -<target>Intervalul de Timp:</target> - -<source>C&lear</source> -<target>C&urăță</target> - -<source>Detect moved files</source> -<target>Detectează filele mutate</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nesuportat de toate sistemele de file -- Necesită și creează file cu bază de date -- Detectarea nu-i disponibilă la prima sincronizare -</target> - -<source>Delete files:</source> -<target>Ștergerea Filelor:</target> - -<source>&Recycle bin</source> -<target>&Reciclator</target> - -<source>&Permanent</source> -<target>&Definitivă</target> - -<source>&Versioning</source> -<target>&Versionare</target> - -<source>Move files to a user-defined folder</source> -<target>Mută filele într-un dosar stabilit de utilizator</target> - -<source>Naming convention:</source> -<target>Convenție de numire:</target> - -<source>Limit file versions:</source> -<target>Limitează versiunile filelor:</target> - -<source>Last x days:</source> -<target>Ultimele x zile:</target> - -<source>&Override default log path:</source> -<target>Ign&oră calea implicită a jurnalului:</target> - -<source>Run a command:</source> -<target>Rulează o comandă:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tip de Conexiune:</target> - -<source>Connected user accounts:</source> -<target>Conturi de utilizator conectate:</target> - -<source>&Add connection</source> -<target>&Adaugă Conexiune</target> - -<source>&Disconnect</source> -<target>&Deconectează</target> - -<source>Selected user account:</source> -<target>Contul de utilizator selectat:</target> - -<source>Server name or IP address:</source> -<target>Numele Serverului sau Adresa IP:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Criptare:</target> - -<source>&Disabled</source> -<target>&Dezactivat</target> - -<source>&Explicit SSL/TLS</source> -<target>SSL/TLS &Explicit</target> - -<source>Authentication:</source> -<target>Autentificare:</target> - -<source>&Password</source> -<target>&Parolă</target> - -<source>&Key file</source> -<target>Filă C&heie</target> - -<source>&SSH agent</source> -<target>Agent &SSH</target> - -<source>User name:</source> -<target>Utilizator:</target> - -<source>Private key file:</source> -<target>Fila cu Cheia Privată:</target> - -<source>&Show password</source> -<target>&Arată parola</target> - -<source>Directory on server:</source> -<target>Dosarul de pe server:</target> - -<source>Access timeout (in seconds):</source> -<target>Timp de expirare a accesului (în sec.):</target> - -<source>SFTP channels per connection:</source> -<target>Canale SFTP per conexiune:</target> - -<source>Detect server limit</source> -<target>Detectează limita serverului</target> - -<source>Select Folder</source> -<target>Selectează Dosarul</target> - -<source>Variant:</source> -<target>Variantă:</target> - -<source>&Don't show this dialog again</source> -<target>Nu arăta acest &dialog din nou</target> - -<source>Bytes:</source> -<target>Baiți:</target> - -<source>Items:</source> -<target>Elemente:</target> - -<source>Synchronizing...</source> -<target>Sincronizare Aflată în Curs...</target> - -<source>Minimize to notification area</source> -<target>Minimizează în aria de notificare (sertar)</target> - -<source>Bytes</source> -<target>Baiți</target> - -<source>Items</source> -<target>Elemente</target> - -<source>When finished:</source> -<target>La terminare:</target> - -<source>Auto-close</source> -<target>Închide Automat</target> - -<source>Close</source> -<target>Închide</target> - -<source>&Pause</source> -<target>&Pauzează</target> - -<source>Stop</source> -<target>Oprește</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Creează o filă set [batch file] pentru sincronizarea neasistată. Pentru efectuarea sincronizării, dublu-clichează această filă sau programează rularea ei folosind un Planificator de Sarcini [Task Scheduler]: %x</target> - -<source>Progress dialog:</source> -<target>Dialogul Progresului:</target> - -<source>Run minimized</source> -<target>Rulează minimizat</target> - -<source>Show pop-up on errors or warnings</source> -<target>În caz de erori sau avertizări este arătată o fereastră popîc [popup]</target> - -<source>&Cancel</source> -<target>&Anulează</target> - -<source>Stop synchronization at first error</source> -<target>Oprește sincronizarea la prima eroare întîlnită</target> - -<source>How can I schedule a batch job?</source> -<target>Cum pot planifica o sarcină set?</target> - -<source>&Keep relative paths</source> -<target>&Păstrează căile relative</target> - -<source>&Overwrite existing files</source> -<target>&Suprascrie filele existente</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Setările următoare sînt folosite pentru toate sarcinile de sincronizare.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copiază într-o filă temporară (*.ffs_tmp) înainte de suprascrierea filei țintă. -Aceasta garantează consecvența stării filelor chiar și în cazul apariției de erori serioase. -</target> - -<source>recommended</source> -<target>recomandată</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Filele partajate sau zăvorîte sînt copiate folosind Serviciul de Conservare a Volumelor din Windows [Volume Shadow Copy].</target> - -<source>requires administrator rights</source> -<target>necesită drepturi de administrator</target> - -<source>Transfer file and folder permissions.</source> -<target>Sînt transferate și permisiunile de accesare NTFS ale filelor și dosarelor (Atenție: doar pentru utilizatorii avansați!).</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Sînt arătate din nou dialogurile și mesajele de eroare care au fost ascunse permanent</target> - -<source>Default log path:</source> -<target>Calea implicită a jurnalului:</target> - -<source>&Delete logs after x days:</source> -<target>Șter&ge jurnalul după x zile:</target> - -<source>Notification sounds:</source> -<target>Sunete de notificare:</target> - -<source>Synchronization finished:</source> -<target>Sincronizare terminată:</target> - -<source>Customize context menu:</source> -<target>Personalizează meniul contextual:</target> - -<source>Description</source> -<target>Descriere</target> - -<source>&Default</source> -<target>Coloanele &Implicite</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Părerile și sugestiile sînt binevenite:</target> - -<source>Home page</source> -<target>Pagina Sitului</target> - -<source>FreeFileSync Forum</source> -<target>Forumul FreeFileSync</target> - -<source>Email</source> -<target>Adresa Autorului</target> - -<source>If you like FreeFileSync:</source> -<target>Donează pentru FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Sprijină cu o donație</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Actualizatorul automat a fost dezactivat de administrator.</target> - -<source>Donation details</source> -<target>Detaliile Donăriii</target> - -<source>Source code written in C++ using:</source> -<target>Cod sursă scris în C++ folosind:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publicat sub Licența Publică Generală GNU:</target> - -<source>Many thanks for localization:</source> -<target>Multe mulțumiri pentru localizare:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Activează FreeFileSync Ediția pentru Donatori prin una din următoarele metode:</target> - -<source>Activate via internet now:</source> -<target>Activatează prin internet acum:</target> - -<source>Activate online</source> -<target>Activatează prin internet [online]</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Preia o cheie de activare neconectată [offline] de la adresa următoare:</target> - -<source>&Copy to clipboard</source> -<target>&Copiază în cliplanșetă [clipboard]</target> - -<source>Enter activation key:</source> -<target>Introdu cheia de activare:</target> - -<source>Activate offline</source> -<target>Activează neconectat [offline]</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Evidențiază configurațiile care n-au fost rulate de mai multă vreme decît numărul de zile următor:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync necesită drepturi de acces pentru a evita erorile de tip "Operație nepermisă" la sincronizarea datelor (de ex. la Mail, Mesaje, Calendare).</target> - -<source>Locate the FreeFileSync app</source> -<target>Localizează aplicația FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Deschide Securitate și intimitate</target> - -<source>Click the lock to allow changes.</source> -<target>Clichează pe lacăt pentru a permite schimbările.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Trage FreeFileSync în panou.</target> - -<source>Synchronization Settings</source> -<target>Setările Sincronizării</target> - -<source>Access Online Storage</source> -<target>Accesează Stocarea pe Internet</target> - -<source>Save as a Batch Job</source> -<target>Salvează ca Sarcină Set</target> - -<source>Delete Items</source> -<target>Șterge Elementele</target> - -<source>Copy Items</source> -<target>Copiază Elementele</target> - -<source>Options</source> -<target>Opțiuni</target> - -<source>Select Time Span</source> -<target>Selectează Intervalul de Timp</target> - -<source>Highlight Configurations</source> -<target>Evidențiază Configurațiile</target> - -<source>Grant Full Disk Access</source> -<target>Permite Acces complet la disc</target> - -<source>Info</source> -<target>Informații</target> - -<source>No log entries</source> -<target>Nu există intrări în jurnal</target> - -<source>Select all</source> -<target>Selectează Tot</target> - -<source>&Options</source> -<target>&Opțiuni</target> - -<source>Main Bar</source> -<target>Bara Principală</target> - -<source>Folder Pairs</source> -<target>Perechi de Dosare</target> - -<source>Find</source> -<target>Găsește</target> - -<source>View Settings</source> -<target>Setări de Vedere</target> - -<source>Configuration</source> -<target>Configurație</target> - -<source>Overview</source> -<target>Panoramă</target> - -<source>Swap sides</source> -<target>Schimbă compartimentele stîng și drept între ele</target> - -<source>Show "%x"</source> -<target>Arată "%x"</target> - -<source>&Show details</source> -<target>&Arată Detalii</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x este disponibil!</target> - -<source>Local path not available for %x.</source> -<target>Calea locală nu este disponibilă pentru %x.</target> - -<source>Confirm</source> -<target>Confirmă</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Sigur vrei să execuți comanda %y pentru un element?</pluralform> -<pluralform>Sigur vrei să execuți comanda %y pentru %x elemente?</pluralform> -<pluralform>Sigur vrei să execuți comanda %y pentru %x de elemente?</pluralform> -</target> - -<source>&Execute</source> -<target>&Execută</target> - -<source>Set direction:</source> -<target>Setează Acțiunea ca în Icoana Alăturată:</target> - -<source>multiple selection</source> -<target>selectare multiplă</target> - -<source>&Include via filter:</source> -<target>&Include prin filtru:</target> - -<source>&Exclude via filter:</source> -<target>&Exclude prin filtru:</target> - -<source>Include temporarily</source> -<target>Include Temporar</target> - -<source>Exclude temporarily</source> -<target>Exclude Temporar</target> - -<source>&Synchronize selection</source> -<target>&Sincronizează Selecția</target> - -<source>&Copy to...</source> -<target>&Copiază în...</target> - -<source>&Delete</source> -<target>Șter&ge</target> - -<source>Show icons:</source> -<target>Arată Icoane:</target> - -<source>Small</source> -<target>Mici</target> - -<source>Medium</source> -<target>Medii</target> - -<source>Large</source> -<target>Mari</target> - -<source>Select time span...</source> -<target>Selectează Intervalul de Timp...</target> - -<source>Donation Edition</source> -<target>Ediția pentru Donatori</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparare și Sincronizare de Dosare</target> - -<source>Configuration saved</source> -<target>Configurație salvată</target> - -<source>FreeFileSync batch</source> -<target>Set FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Vrei să salvezi modificările făcute la %x?</target> - -<source>Never save &changes</source> -<target>Nu salva ni&ciodată modificările</target> - -<source>Do&n't save</source> -<target>&Nu salva</target> - -<source>%x cannot be renamed.</source> -<target>%x nu poate fi renumit.</target> - -<source>New name:</source> -<target>Nume nou:</target> - -<source>Rename Configuration</source> -<target>Renumește Configurația</target> - -<source>Configuration name must not be empty.</source> -<target>Numele configurației nu poate lipsi.</target> - -<source>&Rename...</source> -<target>&Renumește...</target> - -<source>Hide configuration</source> -<target>Ascunde Configurația</target> - -<source>Highlight...</source> -<target>Evidențiază...</target> - -<source>Clear filter</source> -<target>Curăță Filtrul</target> - -<source>Show files that exist on left side only</source> -<target>Arată filele care există doar în stînga</target> - -<source>Show files that exist on right side only</source> -<target>Arată filele care există doar în dreapta</target> - -<source>Show files that are newer on left</source> -<target>Arată filele din stînga mai noi decît cele din dreapta</target> - -<source>Show files that are newer on right</source> -<target>Arată filele din dreapta mai noi decît cele din stînga</target> - -<source>Show files that are equal</source> -<target>Arată elementele (file/dosare) identice</target> - -<source>Show files that are different</source> -<target>Arată elementele (file/dosare) diferite</target> - -<source>Show conflicts</source> -<target>Arată conflictele</target> - -<source>Show files that will be created on the left side</source> -<target>Arată elementele (file/dosare) care vor fi create în stînga</target> - -<source>Show files that will be created on the right side</source> -<target>Arată elementele (file/dosare) care vor fi create în dreapta</target> - -<source>Show files that will be deleted on the left side</source> -<target>Arată elementele (file/dosare) care vor fi șterse în stînga</target> - -<source>Show files that will be deleted on the right side</source> -<target>Arată elementele (file/dosare) care vor fi șterse în dreapta</target> - -<source>Show files that will be updated on the left side</source> -<target>Arată elementele (file/dosare) care vor fi actualizate în partea stîngă</target> - -<source>Show files that will be updated on the right side</source> -<target>Arată elementele (file/dosare) care vor fi actualizate în partea dreaptă</target> - -<source>Show files that won't be copied</source> -<target>Arată elementele (file/dosare) care nu vor fi copiate</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Arată filele filtrate sau excluse temporar</target> - -<source>Filter</source> -<target>Filtrare</target> - -<source>All files are in sync</source> -<target>Toate filele sînt sincronizate</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 dosar</pluralform> -<pluralform>%x dosare</pluralform> -<pluralform>%x de dosare</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 filă</pluralform> -<pluralform>%x file</pluralform> -<pluralform>%x de file</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Afișate: %y din 1 rînd</pluralform> -<pluralform>Afișate: %y din %x rînduri</pluralform> -<pluralform>Afișate: %y din %x de rînduri</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nu pot găsi %x</target> - -<source>Move up</source> -<target>Mută în Sus</target> - -<source>Move down</source> -<target>Mută în Jos</target> - -<source>Comma-separated values</source> -<target>Valori separate prin virgulă</target> - -<source>File list exported</source> -<target>Lista de file a fost exportată</target> - -<source>Searching for program updates...</source> -<target>Caut actualizări ale programului...</target> - -<source>Paused</source> -<target>Sincronizare Pauzată</target> - -<source>Stop requested...</source> -<target>Oprire cerută...</target> - -<source>Initializing...</source> -<target>Inițializez...</target> - -<source>Comparing content...</source> -<target>Compar conținutul...</target> - -<source>&Continue</source> -<target>&Continuă</target> - -<source>Progress</source> -<target>Progres</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Mulțumesc %x, pentru donație și sprijin!</target> - -<source>Connections</source> -<target>Conexiuni</target> - -<source>Recommended range:</source> -<target>Interval recomandat:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Sigur vrei să te deconectezi de la contul de utilizator %x?</target> - -<source>Password:</source> -<target>Parolă:</target> - -<source>Key passphrase:</source> -<target>Parola cheii:</target> - -<source>Please enter a file path.</source> -<target>Introdu calea filei.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Copiezi următorul element într-un alt dosar?</pluralform> -<pluralform>Copiezi următoarele %x elemente într-un alt dosar?</pluralform> -<pluralform>Copiezi următoarele %x de elemente într-un alt dosar?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Introdu un dosar țintă.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Sigur vrei să muți în Reciclator elementul următor?</pluralform> -<pluralform>Sigur vrei să muți în Reciclator următoarele %x elemente?</pluralform> -<pluralform>Sigur vrei să muți în Reciclator următoarele %x de elemente?</pluralform> -</target> - -<source>Move</source> -<target>Mută</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Sigur vrei să ștergi definitiv elementul următor?</pluralform> -<pluralform>Sigur vrei să ștergi definitiv următoarele %x elemente?</pluralform> -<pluralform>Sigur vrei să ștergi definitiv următoarele %x de elemente?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Pornești sinconizarea selecției?</target> - -<source>Start synchronization now?</source> -<target>Pornesc sincronizarea acum?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copiază permisiunile DACL, SACL, Proprietar, Grup</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Comenzi pentru aplicații externe incluse în meniul contextual al softului. Sînt disponibile următoarele macrocomenzi:</target> - -<source>Full file or folder path</source> -<target>Calea completă a filei sau dosarului</target> - -<source>Parent folder path</source> -<target>Calea dosarului părinte</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Copie locală temporară pentru stocarea SFTP sau MTP</target> - -<source>Parameters for opposite side</source> -<target>Parametrii pentru partea opusă</target> - -<source>Show hidden dialogs again</source> -<target>Arată din nou dialogurile ascunse</target> - -<source>All dialogs shown</source> -<target>Toate dialogurile arătate</target> - -<source>Downloading update...</source> -<target>Descarc actualizarea...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Filele identice sînt descoperite prin compararea timpului modificării și a mărimii lor.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Filele identice sînt descoperite prin compararea conținutului lor.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Filele identice sînt descoperite prin compararea mărimii lor.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifică și propagă modificările din ambele părți. Ștergerile, renumirile și conflictele sînt detectate automat, folosind o bază de date.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Creează o conservare [backup] în oglindă a dosarului stîng prin adaptarea dosarului drept pînă la potrivirea exactă cu cel stîng.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copiază filele noi și cele actualizate în dosarul drept.</target> - -<source>Configure your own synchronization rules.</source> -<target>Reguli de sincronizare definite de utilizator pentru fiecare situație.</target> - -<source>Comparison</source> -<target>Comparare</target> - -<source>Synchronization</source> -<target>Sincronizare</target> - -<source>This week</source> -<target>Săptămîna asta</target> - -<source>This month</source> -<target>Luna asta</target> - -<source>This year</source> -<target>Anul ăsta</target> - -<source>Byte</source> -<target>Baiți</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Păstrează în Reciclator filele șterse sau suprascrise</target> - -<source>Delete and overwrite files permanently</source> -<target>Șterge și suprascrie filele în mod definitiv</target> - -<source>Replace</source> -<target>Înlocuiește</target> - -<source>Move files and replace if existing</source> -<target>Mută filele și înlocuiește-le pe cele existente</target> - -<source>Time stamp</source> -<target>Marcaj Temporal</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Mută filele într-un dosar cu marcaj temporal</target> - -<source>File</source> -<target>Filă</target> - -<source>Append a time stamp to each file name</source> -<target>Adaugă un marcaj temporal la numele fiecărei file</target> - -<source>On completion:</source> -<target>La terminare:</target> - -<source>On errors:</source> -<target>La erori:</target> - -<source>On success:</source> -<target>La succes:</target> - -<source>Main config</source> -<target>Configurația Principală</target> - -<source>empty</source> -<target>gol</target> - -<source>Leave as unresolved conflict</source> -<target>Lasă ca conflict nerezolvat</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>AAAA-LL-ZZ hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Numărul minim al versiunii trebuie să fie mai mic decît numărul maxim.</target> - -<source>&Restore</source> -<target>&Restaurează</target> - -<source>Files</source> -<target>File</target> - -<source>Percentage</source> -<target>Procent</target> - -<source>Failed to retrieve update information.</source> -<target>N-am putut prelua informațiile despre actualizare.</target> - -<source>Automatic updates:</source> -<target>Actualizări Automate:</target> - -<source>Check for Program Updates</source> -<target>Caută Actualizări ale Programului</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Actualizez automat acum sau descarci manual de pe situl softului FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Actualizează Automat</target> - -<source>&Home page</source> -<target>&Situl Softului</target> - -<source>Download now?</source> -<target>Vrei s-o descarci acum?</target> - -<source>&Download</source> -<target>&Descarcă</target> - -<source>FreeFileSync is up to date.</source> -<target>Ai deja ultima versiune de FreeFileSync.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Nu pot găsi pe internet numărul versiunii curente de FreeFileSync. O versiune mai nouă e probabil disponibilă. Vrei să verifici manual acum?</target> - -<source>&Check</source> -<target>&Verifică</target> - -<source>Consistency check failed for %x.</source> -<target>Verificarea consecvenței datelor a eșuat pentru %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Instalarea a fost înregistrată pe un sistem de operare diferit.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>N-am putut activa FreeFileSync Ediția pentru Donatori.</target> - -<source>Incorrect activation key.</source> -<target>Cheie de activare incorectă.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nu pot înregistra softul pentru a primi mesaje de la sistemul de operare.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Opțiunea de instalare %x e disponibilă doar pentru FreeFileSync Ediția pentru Donatori.</target> - -<source>Cannot find system function %x.</source> -<target>Nu pot găsi funcția de sistem %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nu pot înregistra notificările dispozitivului pentru %x.</target> - -<source>The file is locked by another process:</source> -<target>Fila este zăvorîtă [locked] de alt proces:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Eșec al determinării existenței suportului pentru permisiuni la dosarul %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Nu pot citi contextul de securitate pentru %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Nu pot scrie contextul de securitate pentru %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Nu pot citi permisiunile lui %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nu pot copia permisiunile de pe %x pe %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nu este un nume regulamentar de dosar.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nu pot copia atributele de pe %x pe %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -<pluralform>%x de min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 oră</pluralform> -<pluralform>%x ore</pluralform> -<pluralform>%x de ore</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Nu pot seta privilegiul %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nu pot suspenda modul de intrare în repaus [sleep] al sistemului.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nu pot schimba prioritățile I/O ale procesului.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Verificarea disponibilității Reciclatorului a eșuat pentru dosarul %x.</target> - -<source>Unable to shut down the system.</source> -<target>Nu pot închide sistemul.</target> - -<source>Prepare installation</source> -<target>Pregătirea Instalării</target> - -<source>Choose which components you want to install.</source> -<target>Alege ce componente vrei să instalezi.</target> - -<source>Select installation type:</source> -<target>Selectează tipul de instalare:</target> - -<source>Local</source> -<target>Locală</target> - -<source>Portable</source> -<target>Portabilă</target> - -<source>Save settings in %x</source> -<target>Salvează setările în %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Înregistrează extensiile de file FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Creează intrări în meniul contextual al Exploratorului de File</target> - -<source>Save settings in installation directory</source> -<target>Salvează setările în dosarul de instalare</target> - -<source>Do not write to Registry</source> -<target>Nu scrie în Registru</target> - -<source>Just copy the files</source> -<target>Copiază doar filele</target> - -<source>Choose a directory for installation:</source> -<target>Alege un dosar pentru instalare:</target> - -<source>Create shortcuts:</source> -<target>Creează scurtături:</target> - -<source>Desktop</source> -<target>Birou [Desktop]</target> - -<source>Start Menu</source> -<target>Meniu de Start [Start Menu]</target> - -<source>Send To</source> -<target>Trimite La [Send To]</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Înregistrez extensiile de file FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Dezînregistrez extensiile de file FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configurație FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Filă Set [Batch] FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Bază de Date pentru Sincronizare FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configurație RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Editează cu FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>În loc de o publicitate, uite un animal.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Versiunea portabilă de FreeFileSync nu poate fi instalată într-un subdosar al %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Alege instalarea locală sau selectează un dosar diferit pentru instalare.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Obține Ediția pentru Donatori cu funcții suplimentare și ajută la menținerea FreeFileSync fără publicitate.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/russian.lng b/FreeFileSync/Build/Resources/Languages/russian.lng deleted file mode 100755 index 6c1836e4..00000000 --- a/FreeFileSync/Build/Resources/Languages/russian.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Pусский</language> - <translator>Fayzullin T.N. aka Svobodniy</translator> - <locale>ru_RU</locale> - <image>flag_russia.png</image> - <plural_count>3</plural_count> - <plural_definition>n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<11 || n%100>14) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Невозможно прочитать файл %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Неожиданный размер потока данных. -Ожидаемый: %x байт -Фактический: %y байт -</target> - -<source>Cannot write file %x.</source> -<target>Невозможно записать файл %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Невозможно записать права доступа %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Операция не поддерживается между различными устройствами.</target> - -<source>Cannot delete file %x.</source> -<target>Невозможно удалить файл %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Невозможно удалить символьную ссылку %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Невозможно удалить папку %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Невозможно перенести файл %x в %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Невозможно скопировать символьную ссылку %x в %y.</target> - -<source>Error Code %x</source> -<target>Код ошибки %x</target> - -<source>Cannot read directory %x.</source> -<target>Невозможно прочитать папку %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Невозможно записать время изменения файла %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Невозможно прочитать атрибуты файла %x.</target> - -<source>Cannot create directory %x.</source> -<target>Невозможно создать папку %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Невозможно определить конечный путь для %x.</target> - -<source>Operation not supported by device.</source> -<target>Операция не поддерживается устройством.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Невозможно разрешить символьную ссылку %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Невозможно переместить %x в "Корзину".</target> - -<source>Authentication completed.</source> -<target>Аутентификация завершена.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Вы можете закрыть эту страницу сейчас и продолжить с FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Ошибка аутентификации.</target> - -<source>Unable to connect to %x.</source> -<target>Невозможно соединиться с %x.</target> - -<source>Cannot find %x.</source> -<target>Невозможно найти %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Имя %x используется более чем одним элементом в папке.</target> - -<source>Please authorize access to user account %x.</source> -<target>Пожалуйста, авторизуйте доступ к учетной записи пользователя %x.</target> - -<source>Cannot open file %x.</source> -<target>Невозможно открыть файл %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Имя %x уже используется другим элементом.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Невозможно определить свободное место на диске для %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Невозможно отключиться от %x.</target> - -<source>Unable to access %x.</source> -<target>Невозможно получить доступ к %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Не удалось получить информацию о сервере %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Невозможно отследить папку %x.</target> - -<source>Cannot find device %x.</source> -<target>Невозможно найти устройство %x.</target> - -<source>Cannot open directory %x.</source> -<target>Невозможно открыть папку %x.</target> - -<source>Unsupported item type.</source> -<target>Неподдерживаемый тип элемента.</target> - -<source>Incorrect command line:</source> -<target>Неверная командная строка:</target> - -<source>The server does not support authentication via %x.</source> -<target>Сервер не поддерживает аутентификацию с помощью %x.</target> - -<source>Required:</source> -<target>Требуется:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Время ожидания соединения истекает через %x сукунду.</pluralform> -<pluralform>Время ожидания соединения истекает через %x сукунды.</pluralform> -<pluralform>Время ожидания соединения истекает через %x сукунд.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Невозможно обработать более %x соединения за раз.</pluralform> -<pluralform>Невозможно обработать более %x соединений за раз.</pluralform> -<pluralform>Невозможно обработать более %x соединений за раз.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Активные соединения: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Не удалось открыть SFTP канал номер %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Со времени последней синхронизации с обеих сторон произошли изменения.</target> - -<source>Cannot determine sync-direction:</source> -<target>Невозможно определить направление синхронизации:</target> - -<source>No change since last synchronization.</source> -<target>Никаких изменений с последней синхронизации.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Запись в базе данных не находится в состоянии синхронизации, учитывая текущие настройки.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Настройка направления синхронизации по умолчанию: Старые файлы будут перезаписаны более новыми файлами.</target> - -<source>Creating file %x</source> -<target>Создание файла %x</target> - -<source>Creating folder %x</source> -<target>Создание папки %x</target> - -<source>Creating symbolic link %x</source> -<target>Создание символьной ссылки %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Перемещение файла %x в "Корзину"</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Перемещение папки %x в "Корзину"</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Перемещение символьной ссылки %x в "Корзину"</target> - -<source>Deleting file %x</source> -<target>Удаление файла %x</target> - -<source>Deleting folder %x</source> -<target>Удаление папки %x</target> - -<source>Deleting symbolic link %x</source> -<target>Удаление символьной ссылки %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Проверка доступности "Корзины" для папки %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>"Корзина" не поддерживает следующие папки. Удаленные или перезаписанные файлы будет невозможно восстановить:</target> - -<source>An exception occurred</source> -<target>Исключение произошло</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Левый и правый пути папок ожидаются после %x.</target> - -<source>Syntax error</source> -<target>Синтаксическая ошибка</target> - -<source>Cannot find file %x.</source> -<target>Невозможно найти файл %x.</target> - -<source>Error</source> -<target>Ошибка</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Файл %x не содержит действительной конфигурации.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Конфигурационный файл не должен содержать настройки на уровне пар папок, когда папки задаются с помощью командной строки.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Папки не могут быть установлены более чем в одном конфигурационном файле.</target> - -<source>Command line</source> -<target>Командная строка</target> - -<source>Syntax:</source> -<target>Синтаксис:</target> - -<source>config files:</source> -<target>конфигурационный файл:</target> - -<source>directory</source> -<target>папка</target> - -<source>global config file:</source> -<target>глобальный конфигурационный файл:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Любое количество FreeFileSync "ffs_gui" и/или "ffs_batch" конфигурационных файлов.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Любое количество альтернативных пар папок для не более одного конфигурационного файла.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Открыть выбранную конфигурацию только для редактирования, не выполняя ее.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Путь к альтернативному файлу GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Установочные файлы повреждены. Переустановите FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Невозможно найти следующие папки:</target> - -<source>The following folders do not yet exist:</source> -<target>Следующих папок еще не существует:</target> - -<source>The folders are created automatically when needed.</source> -<target>Папки создаются автоматически, когда это необходимо.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>У следующих путей папок различаются регистры. Пожалуйста, используйте одинаковый вид, чтобы избежать дублирования.</target> - -<source>Scanning:</source> -<target>Сканирую:</target> - -<source>Comparison finished:</source> -<target>Сравнение окончено:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x элемент найден</pluralform> -<pluralform>%x элемента найдено</pluralform> -<pluralform>%x элементов найдено</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Времени прошло:</target> - -<source>File %x has an invalid date.</source> -<target>Файл %x имеет недействительную дату.</target> - -<source>Date:</source> -<target>Дата:</target> - -<source>Files have the same date but a different size.</source> -<target>Файлы имеют одинаковую дату, но различаются по размеру.</target> - -<source>Size:</source> -<target>Размер:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Сравнение содержания было пропущено для исключенных файлов.</target> - -<source>Items differ in attributes only</source> -<target>Элементы различаются только атрибутами</target> - -<source>Resolving symbolic link %x</source> -<target>Разрешение символьной ссылки %x</target> - -<source>Comparing content of files %x</source> -<target>Сравнение содержания файлов %x</target> - -<source>Generating file list...</source> -<target>Создание списка файлов...</target> - -<source>Fail-safe file copy</source> -<target>Отказоустойчивое копирование файла</target> - -<source>Enabled</source> -<target>Разрешено</target> - -<source>Disabled</source> -<target>Запрещено</target> - -<source>Copy locked files</source> -<target>Копирование заблокированных файлов</target> - -<source>Copy file access permissions</source> -<target>Копирование прав доступа к файлам</target> - -<source>File time tolerance</source> -<target>Допускаемая разница во времени изменения файла</target> - -<source>Run with background priority</source> -<target>Запустить с фоновым приоритетом</target> - -<source>Lock directories during sync</source> -<target>Блокировать папки во время синхронизации</target> - -<source>Verify copied files</source> -<target>Проверить скопированные файлы</target> - -<source>Using non-default global settings:</source> -<target>Использование нестандартных глобальных настроек:</target> - -<source>A folder input field is empty.</source> -<target>Поле ввода папки пустое.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Соответствующая папка будет считаться пустой.</target> - -<source>Exclude:</source> -<target>Исключить:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Одна базовая папка из пары папок содержится в другой папке.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Папка должна быть исключена из синхронизации с помощью фильтра.</target> - -<source>Calculating sync directions...</source> -<target>Расчет направлений синхронизации...</target> - -<source>Out of memory.</source> -<target>Недостаточно памяти.</target> - -<source>Show in Explorer</source> -<target>Показать в Проводнике</target> - -<source>Open with default application</source> -<target>Открыть с помощью приложения по умолчанию</target> - -<source>Browse directory</source> -<target>Обзор папок</target> - -<source>Database file %x is incompatible.</source> -<target>Файл базы данных %x несовместим.</target> - -<source>Initial synchronization:</source> -<target>Первоначальная синхронизация:</target> - -<source>Database file %x does not yet exist.</source> -<target>Файл базы данных %x еще не существует.</target> - -<source>Database file is corrupted:</source> -<target>Файл базы данных поврежден:</target> - -<source>Loading file %x...</source> -<target>Загрузка файла %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Файлы базы данных еще не содержат информацию о последней синхронизации.</target> - -<source>Saving file %x...</source> -<target>Сохранение файла %x...</target> - -<source>Searching for folder %x...</source> -<target>Поиск папки %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Тайм-аут при поиске папки %x.</target> - -<source>Cannot get process information.</source> -<target>Невозможно получить информацию о процессе.</target> - -<source>Waiting while directory is locked:</source> -<target>Ожидание снятия блокировки с папки:</target> - -<source>Lock owner:</source> -<target>Источник блокировки:</target> - -<source>Detecting abandoned lock...</source> -<target>Обнаружение заброшенной блокировки...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x секунда</pluralform> -<pluralform>%x секунды</pluralform> -<pluralform>%x секунд</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Элемент существует только на левой стороне</target> - -<source>Item exists on right side only</source> -<target>Элемент существует только на правой стороне</target> - -<source>Left side is newer</source> -<target>На левой стороне новее</target> - -<source>Right side is newer</source> -<target>На правой стороне новее</target> - -<source>Items have different content</source> -<target>Элемент имеют различное содержание</target> - -<source>Both sides are equal</source> -<target>Обе стороны равны</target> - -<source>Conflict/item cannot be categorized</source> -<target>Конфликт/элемент невозможно отнести к какой-либо категории</target> - -<source>Copy new item to left</source> -<target>Копировать новый элемент налево</target> - -<source>Copy new item to right</source> -<target>Копировать новый элемент направо</target> - -<source>Delete left item</source> -<target>Удалить элемент слева</target> - -<source>Delete right item</source> -<target>Удалить элемент справа</target> - -<source>Move file on left</source> -<target>Переместить файл налево</target> - -<source>Move file on right</source> -<target>Переместить файл направо</target> - -<source>Update left item</source> -<target>Обновить элемент слева</target> - -<source>Update right item</source> -<target>Обновить элемент справа</target> - -<source>Do nothing</source> -<target>Ничего не делать</target> - -<source>Update attributes on left</source> -<target>Обновление атрибутов слева</target> - -<source>Update attributes on right</source> -<target>Обновление атрибутов справа</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Ошибка при разборе файла %x, строка %y, колонка %z.</target> - -<source>Services</source> -<target>Службы</target> - -<source>Show All</source> -<target>Показать все</target> - -<source>Hide Others</source> -<target>Скрыть остальные</target> - -<source>Hide %x</source> -<target>Скрыть %x</target> - -<source>Quit %x</source> -<target>Выйти из %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Невозможно установить блокировки для следующих папок:</target> - -<source>Errors:</source> -<target>Ошибки:</target> - -<source>Warnings:</source> -<target>Предупеждения:</target> - -<source>Items processed:</source> -<target>Элементов обработано:</target> - -<source>Items remaining:</source> -<target>Элементов осталось:</target> - -<source>Total time:</source> -<target>Общее время:</target> - -<source>Warning</source> -<target>Внимание</target> - -<source>Stopped</source> -<target>Остановлено</target> - -<source>Cleaning up log files:</source> -<target>Очистка файлов журнала:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x поток</pluralform> -<pluralform>%x потока</pluralform> -<pluralform>%x потоков</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/с</target> - -<source>%x items</source> -<target>%x элемент(ов)</target> - -<source>Completed successfully</source> -<target>Выполнено успешно</target> - -<source>Completed with warnings</source> -<target>Выполнено с предупреждениями</target> - -<source>Completed with errors</source> -<target>Выполнено с ошибками</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Невозможно получить доступ к службе Теневого Копирования Тома.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Пожалуйста, запустите 64-битную версию FreeFileSync, чтобы создать теневые копии на этой системе.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Имя тома %x не является частью имени файла %y.</target> - -<source>File time and size</source> -<target>Дата и размер файла</target> - -<source>File content</source> -<target>Содержимое файла</target> - -<source>File size</source> -<target>Размер файла</target> - -<source>Two way</source> -<target>В обе стороны</target> - -<source>Mirror</source> -<target>Зеркало</target> - -<source>Update</source> -<target>Обновить</target> - -<source>Custom</source> -<target>Выборочно</target> - -<source>Multiple...</source> -<target>Различные варианты синхронизации...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Невозможно записать атрибуты файла %x.</target> - -<source>%x and %y have different content.</source> -<target>%x и %y имеют разное содержание.</target> - -<source>Data verification error:</source> -<target>Ошибка верификации данных:</target> - -<source>Moving file %x to %y</source> -<target>Перемещение файла %x в %y</target> - -<source>Moving folder %x to %y</source> -<target>Перемещение папки %x в %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Перемещение символьной ссылки %x в %y</target> - -<source>Updating file %x</source> -<target>Обновление файла %x</target> - -<source>Updating symbolic link %x</source> -<target>Обновление символьной ссылки %x</target> - -<source>Verifying file %x</source> -<target>Проверка файла %x</target> - -<source>Updating attributes of %x</source> -<target>Обновление атрибутов %x</target> - -<source>Source item %x not found</source> -<target>Исходный элемент %x не найден</target> - -<source>Parent folder %x is not existing.</source> -<target>Родительская папка %x не существует.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Невозможно скопировать файл %x в %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Создание Тома Теневого Копирования для %x...</target> - -<source>Cannot find folder %x.</source> -<target>Невозможно найти папку %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Целевая папка %x уже существует, но не была доступна во время сравнения папок.</target> - -<source>Target folder input field must not be empty.</source> -<target>Поле ввода целевой папки не должно быть пустым.</target> - -<source>Source folder %x not found.</source> -<target>Исходная папка %x не найдена.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Пожалуйста, введите целевую папку для архивирования файлов.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Следующие элементы имеют неурегулированные конфликты и не будут синхронизированы:</target> - -<source>Folder pair:</source> -<target>Пара папок:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Следующие папки значительно отличаются. Пожалуйста, проверьте, что выбраны правильные папки для синхронизации.</target> - -<source>Not enough free disk space available in:</source> -<target>Не достаточно свободного места в:</target> - -<source>Available:</source> -<target>Доступно:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Некоторые файлы будут синхронизированы как часть нескольких базовых папок.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Чтобы избежать конфликтов, настройте фильтры исключения, чтобы каждый обновленный файл включался только в одну базовую папку.</target> - -<source>Versioning folder:</source> -<target>Папка для архивирования файлов:</target> - -<source>Base folder:</source> -<target>Базовая папка:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Папка для архивирования файлов находится в базовой папке.</target> - -<source>Synchronizing folder pair:</source> -<target>Синхронизация пары папок:</target> - -<source>Generating database...</source> -<target>Создание базы данных...</target> - -<source>Searching for old file versions:</source> -<target>Поиск старых версий файлов:</target> - -<source>Removing old file versions:</source> -<target>Удаление старых версий файлов:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Невозможно создать метку времени для архивирования файлов:</target> - -<source>Drag && drop</source> -<target>Drag && drop</target> - -<source>Select a folder</source> -<target>Выбрать папку</target> - -<source>&New</source> -<target>&Новая</target> - -<source>&Open...</source> -<target>&Открыть...</target> - -<source>Save &as...</source> -<target>Сохранить &как...</target> - -<source>E&xit</source> -<target>&Выход</target> - -<source>&File</source> -<target>&Файл</target> - -<source>&View help</source> -<target>&Справка</target> - -<source>&About</source> -<target>О &программе</target> - -<source>&Help</source> -<target>&Помощь</target> - -<source>Usage:</source> -<target>Инструкция:</target> - -<source>Select folders to watch.</source> -<target>Выберите папки для наблюдения.</target> - -<source>Enter a command line.</source> -<target>Введите командную строку.</target> - -<source>Press 'Start'.</source> -<target>Нажмите 'Старт'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Для запуска просто импортируйте файл "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Папки для наблюдения:</target> - -<source>Add folder</source> -<target>Добавить папку</target> - -<source>Remove folder</source> -<target>Удалить папку</target> - -<source>Browse</source> -<target>Обзор</target> - -<source>Idle time (in seconds):</source> -<target>Время ожидания (в секундах):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Время ожидания между последним обнаруженным изменением и выполнением командной строки в секундах</target> - -<source>Command line:</source> -<target>Командная строка:</target> - -<source>&Hide console window</source> -<target>&Скрыть окно консоли</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Команда выполняется, если: -- файлы или подпапки изменены -- появились новые папки (например, подключение переносного носителя) -</target> - -<source>Start</source> -<target>Старт</target> - -<source>About</source> -<target>О программе</target> - -<source>Build: %x</source> -<target>сборка %x</target> - -<source>All files</source> -<target>Все файлы</target> - -<source>Automated Synchronization</source> -<target>Автоматическая синхронизация</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Протокол %x не поддерживает мониторинг папки:</target> - -<source>Directory monitoring active</source> -<target>Слежение за папками активировано</target> - -<source>Waiting until directory is available:</source> -<target>Ожидание доступа к папке:</target> - -<source>&Configure</source> -<target>&Настроить</target> - -<source>&Show error message</source> -<target>&Показать сообщение об ошибке</target> - -<source>&Quit</source> -<target>&Выход</target> - -<source>&Retry</source> -<target>&Повторить</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x байт</pluralform> -<pluralform>%x байта</pluralform> -<pluralform>%x байт</pluralform> -</target> - -<source>%x MB</source> -<target>%x МБ</target> - -<source>%x KB</source> -<target>%x КБ</target> - -<source>%x GB</source> -<target>%x ГБ</target> - -<source>Loading...</source> -<target>Загрузка...</target> - -<source>Scanning...</source> -<target>Сканирование...</target> - -<source>configuration file</source> -<target>конфигурационный файл</target> - -<source>System: Sleep</source> -<target>Система: Спящий режим</target> - -<source>System: Shut down</source> -<target>Система: Завершение работы</target> - -<source>Nothing to synchronize</source> -<target>Ничего нет для синхронизации</target> - -<source>Executing command:</source> -<target>Выполнение команды:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Вы можете переключиться на главное окно FreeFileSync для решения этой проблемы.</target> - -<source>&Don't show this warning again</source> -<target>Больше &не показывать это предупреждение</target> - -<source>&Ignore</source> -<target>&Игнорировать</target> - -<source>&Switch</source> -<target>&Переключить</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Переключение на главное окно FreeFileSync</target> - -<source>Automatic retry</source> -<target>Автоматический повтор</target> - -<source>Ignore &all</source> -<target>Игнорировать &все</target> - -<source>Retrying operation...</source> -<target>Повторение операции...</target> - -<source>Serious Error</source> -<target>Серьезная ошибка</target> - -<source>Last session</source> -<target>Последняя сессия</target> - -<source>Today</source> -<target>сегодня</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x день</pluralform> -<pluralform>%x дня</pluralform> -<pluralform>%x дней</pluralform> -</target> - -<source>Name</source> -<target>Имя</target> - -<source>Last sync</source> -<target>Последняя синхронизация</target> - -<source>Log</source> -<target>Журнал</target> - -<source>Folder</source> -<target>Папка</target> - -<source>Symlink</source> -<target>Символьная ссылка</target> - -<source>Full path</source> -<target>Полный путь</target> - -<source>Relative path</source> -<target>Относительный путь</target> - -<source>Item name</source> -<target>Название элемента</target> - -<source>Size</source> -<target>Размер</target> - -<source>Date</source> -<target>Дата</target> - -<source>Extension</source> -<target>Расширение</target> - -<source>Category</source> -<target>Категория</target> - -<source>Action</source> -<target>Действие</target> - -<source>Local comparison settings</source> -<target>Локальные настройки сравнения</target> - -<source>Local synchronization settings</source> -<target>Локальные настройки синхронизации</target> - -<source>Local filter</source> -<target>Локальный фильтр</target> - -<source>Active</source> -<target>активный</target> - -<source>None</source> -<target>неактивный</target> - -<source>Remove local settings</source> -<target>Удалить локальные настройки</target> - -<source>Clear local filter</source> -<target>Очистить локальный фильтр</target> - -<source>Copy</source> -<target>Копировать</target> - -<source>Paste</source> -<target>Вставить</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Выделенная папка %x не может быть использована с FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Пожалуйста, выберите папку в локальной файловой системе, сети или MTP устройстве.</target> - -<source>Defined by context of use</source> -<target>Определеяется контекстом использования</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Требуется платная версия FreeFileSync</target> - -<source>&Save</source> -<target>&Сохранить</target> - -<source>Save as &batch job...</source> -<target>Сохранить как пакетное &задание...</target> - -<source>Show &log</source> -<target>Показать &журнал</target> - -<source>Start &comparison</source> -<target>Начать с&равнение</target> - -<source>C&omparison settings</source> -<target>Настройки сра&внения</target> - -<source>&Filter settings</source> -<target>Настройки &фильтра</target> - -<source>S&ynchronization settings</source> -<target>Настройки син&хронизации</target> - -<source>Start &synchronization</source> -<target>Начать с&инхронизацию</target> - -<source>&Actions</source> -<target>&Действия</target> - -<source>&Preferences</source> -<target>&Предпочтения</target> - -<source>&Language</source> -<target>&Язык</target> - -<source>&Find...</source> -<target>Н&айти...</target> - -<source>&Export file list...</source> -<target>&Экспортировать список файлов...</target> - -<source>&Reset layout</source> -<target>&Сбросить расположение</target> - -<source>&Tools</source> -<target>&Инструменты</target> - -<source>&Check for updates now</source> -<target>Проверить наличие &обновлений сейчас</target> - -<source>Check &automatically once a week</source> -<target>Проверять &автоматически раз в неделю</target> - -<source>Cancel</source> -<target>Отмена</target> - -<source>Compare</source> -<target>Сравнить</target> - -<source>Synchronize</source> -<target>Синхронизировать</target> - -<source>Add folder pair</source> -<target>Добавить пару папок</target> - -<source>Remove folder pair</source> -<target>Удалить пару папок</target> - -<source>Access online storage</source> -<target>Доступ к онлайн-хранилищу</target> - -<source>Close search bar</source> -<target>Закрыть строку поиска</target> - -<source>Find:</source> -<target>Найти:</target> - -<source>Match case</source> -<target>Учитывать регистр</target> - -<source>Processed:</source> -<target>Обработано:</target> - -<source>Remaining:</source> -<target>Осталось:</target> - -<source>New</source> -<target>Новая</target> - -<source>Open...</source> -<target>Открыть...</target> - -<source>Save</source> -<target>Сохранить</target> - -<source>Save as...</source> -<target>Сохранить как...</target> - -<source>View type:</source> -<target>Тип просмотра:</target> - -<source>Select view:</source> -<target>Выберите отображение:</target> - -<source>Save as default</source> -<target>Сохранить по умолчанию</target> - -<source>Statistics:</source> -<target>Статистика:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Количество файлов и папок, которые будут удалены</target> - -<source>Number of files that will be updated</source> -<target>Количество файлов, которые будут обновлены</target> - -<source>Number of files and folders that will be created</source> -<target>Количество файлов и папок, которые будут созданы</target> - -<source>Total bytes to copy</source> -<target>Всего байт для копирования</target> - -<source>Arrange folder pair</source> -<target>Упорядочить пару папок</target> - -<source>Main settings:</source> -<target>Основные настройки:</target> - -<source>Use local settings:</source> -<target>Использовать локальные настройки:</target> - -<source>Select a variant:</source> -<target>Выберите вариант:</target> - -<source>Include &symbolic links:</source> -<target>Включая &символьные ссылки:</target> - -<source>&Follow</source> -<target>Пос&ледовательные</target> - -<source>&Direct</source> -<target>&Прямые</target> - -<source>More information</source> -<target>Больше информации</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Игнорировать временной сдвиг [чч:мм]</target> - -<source>List of file time offsets to ignore</source> -<target>Список временных сдвигов файлов для игнорирования</target> - -<source>Example:</source> -<target>Пример:</target> - -<source>Handle daylight saving time</source> -<target>Ручной переход на летнее время</target> - -<source>Ignore errors</source> -<target>Игнорировать ошибки</target> - -<source>Retry count:</source> -<target>Число повторений:</target> - -<source>Delay (in seconds):</source> -<target>Задержка (в секундах):</target> - -<source>Performance improvements:</source> -<target>Повышение производительности:</target> - -<source>Parallel file operations:</source> -<target>Параллельные операции с файлами:</target> - -<source>How to get best performance?</source> -<target>Как получить лучшую производительность?</target> - -<source>Local settings:</source> -<target>Локальные настройки:</target> - -<source>Include:</source> -<target>Включить:</target> - -<source>Show examples</source> -<target>Показать примеры</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Выберите правила фильтрации для исключения определенных файлов из синхронизации. Введите пути файлов относящиеся к соответствующим парам папок.</target> - -<source>File size:</source> -<target>Размер файла:</target> - -<source>Minimum:</source> -<target>Минимум:</target> - -<source>Maximum:</source> -<target>Максимум:</target> - -<source>Time span:</source> -<target>Промежуток времени:</target> - -<source>C&lear</source> -<target>&Очистить</target> - -<source>Detect moved files</source> -<target>Обнаруживать перемещенные файлы</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Не поддерживается всеми файловыми системами -- Требует и создает файлы баз данных -- Обнаружение не доступно для первой синхронизации -</target> - -<source>Delete files:</source> -<target>Удаление файлов:</target> - -<source>&Recycle bin</source> -<target>В "&Корзину"</target> - -<source>&Permanent</source> -<target>&Удалять безвозвратно</target> - -<source>&Versioning</source> -<target>&Архивировать</target> - -<source>Move files to a user-defined folder</source> -<target>Перемещать файлы в пользовательскую папку</target> - -<source>Naming convention:</source> -<target>Условие переименования:</target> - -<source>Limit file versions:</source> -<target>Ограничить версию файла:</target> - -<source>Last x days:</source> -<target>Последние x дней:</target> - -<source>&Override default log path:</source> -<target>&Изменить путь журнала по умолчанию:</target> - -<source>Run a command:</source> -<target>Выполнить команду:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Тип соединения:</target> - -<source>Connected user accounts:</source> -<target>Подключенные учетные записи пользователей:</target> - -<source>&Add connection</source> -<target>&Добавить соединение</target> - -<source>&Disconnect</source> -<target>&Отключить</target> - -<source>Selected user account:</source> -<target>Выбранная учетная запись пользователя:</target> - -<source>Server name or IP address:</source> -<target>Имя сервера или IP адрес:</target> - -<source>Port:</source> -<target>Порт:</target> - -<source>Encryption:</source> -<target>Шифрование:</target> - -<source>&Disabled</source> -<target>&Запрещено</target> - -<source>&Explicit SSL/TLS</source> -<target>&Явный SSL/TLS</target> - -<source>Authentication:</source> -<target>Аутентификация:</target> - -<source>&Password</source> -<target>&Пароль</target> - -<source>&Key file</source> -<target>&Файл ключа</target> - -<source>&SSH agent</source> -<target>SSH &агент</target> - -<source>User name:</source> -<target>Имя пользователя:</target> - -<source>Private key file:</source> -<target>Файл закрытого ключа:</target> - -<source>&Show password</source> -<target>П&оказать пароль</target> - -<source>Directory on server:</source> -<target>Папка на сервере:</target> - -<source>Access timeout (in seconds):</source> -<target>Тайм-аут доступа (в секундах):</target> - -<source>SFTP channels per connection:</source> -<target>Количество SFTP каналов на одно соединение:</target> - -<source>Detect server limit</source> -<target>Выявить лимит сервера</target> - -<source>Select Folder</source> -<target>Выберите папку</target> - -<source>Variant:</source> -<target>Вариант:</target> - -<source>&Don't show this dialog again</source> -<target>Больше &не показывать это окно</target> - -<source>Bytes:</source> -<target>Байт:</target> - -<source>Items:</source> -<target>Элементов:</target> - -<source>Synchronizing...</source> -<target>Синхронизация...</target> - -<source>Minimize to notification area</source> -<target>Свернуть в область уведомлений</target> - -<source>Bytes</source> -<target>Байт</target> - -<source>Items</source> -<target>Элементов</target> - -<source>When finished:</source> -<target>По завершении:</target> - -<source>Auto-close</source> -<target>Автоматически закрыть</target> - -<source>Close</source> -<target>Закрыть</target> - -<source>&Pause</source> -<target>&Пауза</target> - -<source>Stop</source> -<target>Остановить</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Создать файл пакетного задания для автоматической синхронизации. Для запуска дважды кликните этот файл или запланируйте в планировщике задач: %x</target> - -<source>Progress dialog:</source> -<target>Окно прогресса:</target> - -<source>Run minimized</source> -<target>Запустить свернутым</target> - -<source>Show pop-up on errors or warnings</source> -<target>Показывать всплывающие окна при ошибках и предупреждениях</target> - -<source>&Cancel</source> -<target>&Остановить</target> - -<source>Stop synchronization at first error</source> -<target>Остановить синхронизацию при первой ошибке</target> - -<source>How can I schedule a batch job?</source> -<target>Как запланировать пакетное задание?</target> - -<source>&Keep relative paths</source> -<target>&Сохранить относительные пути</target> - -<source>&Overwrite existing files</source> -<target>&Перезаписать существующие файлы</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Следующие настройки используются для всех заданий синхронизации.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Копирование во временный файл (*.ffs_tmp) перед перезаписью целевого файла. -Это гарантирует целостность заменяемых файлов даже в случае возникновения серьезной ошибки. -</target> - -<source>recommended</source> -<target>рекомендуется</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Копирование общих или заблокированных файлов с использованием службы Теневого Копирования Тома.</target> - -<source>requires administrator rights</source> -<target>требуются права администратора</target> - -<source>Transfer file and folder permissions.</source> -<target>Передача прав доступа к файлам/папкам.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Показать все скрытые окна и сообщения с предупреждениями снова</target> - -<source>Default log path:</source> -<target>Путь журнала по умолчанию:</target> - -<source>&Delete logs after x days:</source> -<target>&Удаление журналов через x дней:</target> - -<source>Notification sounds:</source> -<target>Звуки уведомлений:</target> - -<source>Synchronization finished:</source> -<target>Синхронизация окончена:</target> - -<source>Customize context menu:</source> -<target>Кастомизация контекстного меню:</target> - -<source>Description</source> -<target>Описание</target> - -<source>&Default</source> -<target>&По умолчанию</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Обратная связь и предложения приветствуются:</target> - -<source>Home page</source> -<target>Домашняя страница</target> - -<source>FreeFileSync Forum</source> -<target>Форум FreeFileSync</target> - -<source>Email</source> -<target>Почта</target> - -<source>If you like FreeFileSync:</source> -<target>Если Вам понравился FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Помочь пожертвованием</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Автоматическое обновление было отключено администратором.</target> - -<source>Donation details</source> -<target>Детали оплаты</target> - -<source>Source code written in C++ using:</source> -<target>Исходный код написан на C++ с использованием:</target> - -<source>Published under the GNU General Public License:</source> -<target>Опубликовано в соответствии с GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Большое спасибо за перевод:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Активировать платную версию FreeFileSync одним из следующих способов:</target> - -<source>Activate via internet now:</source> -<target>Активировать через интернет сейчас:</target> - -<source>Activate online</source> -<target>Активировать онлайн</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Получить автономный ключ активации со следующего URL-адреса:</target> - -<source>&Copy to clipboard</source> -<target>&Копировать в буфер обмена</target> - -<source>Enter activation key:</source> -<target>Введите ключ активации:</target> - -<source>Activate offline</source> -<target>Активировать в офлайн режиме</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Выделить конфигурации, которые не запускались больше указанного количества дней:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync требует права доступа, чтобы избежать ошибки "Операция не разрешена" при синхронизации ваших данных (например, Почты, Сообщений, Календарей).</target> - -<source>Locate the FreeFileSync app</source> -<target>Найдите приложение FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Откройте Защита и безопасность</target> - -<source>Click the lock to allow changes.</source> -<target>Нажмите на замок, чтобы разрешить изменения.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Перетащите FreeFileSync на панель.</target> - -<source>Synchronization Settings</source> -<target>Настройки синхронизации</target> - -<source>Access Online Storage</source> -<target>Доступ к онлайн-хранилищу</target> - -<source>Save as a Batch Job</source> -<target>Сохранение пакетного задания</target> - -<source>Delete Items</source> -<target>Удаление элементов</target> - -<source>Copy Items</source> -<target>Копирование элементов</target> - -<source>Options</source> -<target>Настройки</target> - -<source>Select Time Span</source> -<target>Выбор промежутка времени</target> - -<source>Highlight Configurations</source> -<target>Выделение конфигураций</target> - -<source>Grant Full Disk Access</source> -<target>Предоставить Доступ к диску</target> - -<source>Info</source> -<target>Информация</target> - -<source>No log entries</source> -<target>Нет записей в журнале</target> - -<source>Select all</source> -<target>Выделить все</target> - -<source>&Options</source> -<target>&Настройки</target> - -<source>Main Bar</source> -<target>Главная панель</target> - -<source>Folder Pairs</source> -<target>Пары папок для синхронизации</target> - -<source>Find</source> -<target>Поиск</target> - -<source>View Settings</source> -<target>Настройки просмотра</target> - -<source>Configuration</source> -<target>Конфигурация</target> - -<source>Overview</source> -<target>Главная</target> - -<source>Swap sides</source> -<target>Поменять направление</target> - -<source>Show "%x"</source> -<target>Показать "%x"</target> - -<source>&Show details</source> -<target>&Показать детали</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x доступен!</target> - -<source>Local path not available for %x.</source> -<target>Локальный путь не доступен для %x.</target> - -<source>Confirm</source> -<target>Подтвердить</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Вы действительно хотите выполнить команду %y для %x элемента?</pluralform> -<pluralform>Вы действительно хотите выполнить команду %y для %x элементов?</pluralform> -<pluralform>Вы действительно хотите выполнить команду %y для %x элементов?</pluralform> -</target> - -<source>&Execute</source> -<target>&Выполнить</target> - -<source>Set direction:</source> -<target>Выберите направление:</target> - -<source>multiple selection</source> -<target>групповое выделение</target> - -<source>&Include via filter:</source> -<target>&Включить через фильтр:</target> - -<source>&Exclude via filter:</source> -<target>&Исключить через фильтр:</target> - -<source>Include temporarily</source> -<target>Временно включить</target> - -<source>Exclude temporarily</source> -<target>Временно исключить</target> - -<source>&Synchronize selection</source> -<target>&Синхронизировать выделенное</target> - -<source>&Copy to...</source> -<target>&Копировать в...</target> - -<source>&Delete</source> -<target>&Удалить...</target> - -<source>Show icons:</source> -<target>Отображать иконки:</target> - -<source>Small</source> -<target>- маленькие</target> - -<source>Medium</source> -<target>- средние</target> - -<source>Large</source> -<target>- большие</target> - -<source>Select time span...</source> -<target>Выберите промежуток времени...</target> - -<source>Donation Edition</source> -<target>Платная версия</target> - -<source>Folder Comparison and Synchronization</source> -<target>Сравнение и синхронизация</target> - -<source>Configuration saved</source> -<target>Конфигурация сохранена</target> - -<source>FreeFileSync batch</source> -<target>Пакетное задание FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Вы хотите сохранить изменения в %x?</target> - -<source>Never save &changes</source> -<target>Никогда не сохранять &изменения</target> - -<source>Do&n't save</source> -<target>&Не сохранять</target> - -<source>%x cannot be renamed.</source> -<target>%x не может быть переименована.</target> - -<source>New name:</source> -<target>Новое имя:</target> - -<source>Rename Configuration</source> -<target>Переименовать конфигурацию</target> - -<source>Configuration name must not be empty.</source> -<target>Имя конфигурации не должно быть пустым.</target> - -<source>&Rename...</source> -<target>&Переименовать...</target> - -<source>Hide configuration</source> -<target>Удалить конфигурацию из списка</target> - -<source>Highlight...</source> -<target>Выделить...</target> - -<source>Clear filter</source> -<target>Очистить фильтр</target> - -<source>Show files that exist on left side only</source> -<target>Показать файлы, существующие только слева</target> - -<source>Show files that exist on right side only</source> -<target>Показать файлы, существующие только справа</target> - -<source>Show files that are newer on left</source> -<target>Показать файлы, которые новее слева</target> - -<source>Show files that are newer on right</source> -<target>Показать файлы, которые новее справа</target> - -<source>Show files that are equal</source> -<target>Показать одинаковые файлы</target> - -<source>Show files that are different</source> -<target>Показать различающиеся файлы</target> - -<source>Show conflicts</source> -<target>Показать конфликтующие файлы</target> - -<source>Show files that will be created on the left side</source> -<target>Показать файлы, которые будут созданы на левой стороне</target> - -<source>Show files that will be created on the right side</source> -<target>Показать файлы, которые будут созданы на правой стороне</target> - -<source>Show files that will be deleted on the left side</source> -<target>Показать файлы, которые будут удалены на левой стороне</target> - -<source>Show files that will be deleted on the right side</source> -<target>Показать файлы, которые будут удалены на правой стороне</target> - -<source>Show files that will be updated on the left side</source> -<target>Показать файлы, которые будут обновлены на левой стороне</target> - -<source>Show files that will be updated on the right side</source> -<target>Показать файлы, которые будут обновлены на правой стороне</target> - -<source>Show files that won't be copied</source> -<target>Показать файлы, которые не будут скопированы</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Показать отфильтрованные или временно исключенные файлы</target> - -<source>Filter</source> -<target>Фильтр</target> - -<source>All files are in sync</source> -<target>Все файлы синхронизированы</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x папка</pluralform> -<pluralform>%x папки</pluralform> -<pluralform>%x папок</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x файл</pluralform> -<pluralform>%x файла</pluralform> -<pluralform>%x файлов</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Показано %y из %x строки</pluralform> -<pluralform>Показано %y из %x строк</pluralform> -<pluralform>Показано %y из %x строк</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Невозможно найти %x</target> - -<source>Move up</source> -<target>Переместить вверх</target> - -<source>Move down</source> -<target>Переместить вниз</target> - -<source>Comma-separated values</source> -<target>Значения, разделенные запятыми</target> - -<source>File list exported</source> -<target>Список файлов экспортирован</target> - -<source>Searching for program updates...</source> -<target>Проверка обновлений программы...</target> - -<source>Paused</source> -<target>Пауза</target> - -<source>Stop requested...</source> -<target>Запрошена остановка...</target> - -<source>Initializing...</source> -<target>Инициализация...</target> - -<source>Comparing content...</source> -<target>Сравнение содержания...</target> - -<source>&Continue</source> -<target>&Продолжить</target> - -<source>Progress</source> -<target>Прогресс</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Благодарим вас, %x, за пожертвование и поддержку!</target> - -<source>Connections</source> -<target>Соединения</target> - -<source>Recommended range:</source> -<target>Рекомендуемый диапазон:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Вы действительно хотите отключиться от учетной записи пользователя %x?</target> - -<source>Password:</source> -<target>Пароль:</target> - -<source>Key passphrase:</source> -<target>Ключ парольной фразы:</target> - -<source>Please enter a file path.</source> -<target>Пожалуйста, укажите путь к файлу.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Копировать следующий %x элемент в другую папку?</pluralform> -<pluralform>Копировать следующие %x элемента в другую папку?</pluralform> -<pluralform>Копировать следующие %x элементов в другую папку?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Пожалуйста, укажите папку назначения.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Вы точно хотите переместить следующий %x элемент в "Корзину"?</pluralform> -<pluralform>Вы точно хотите переместить следующие %x элемента в "Корзину"?</pluralform> -<pluralform>Вы точно хотите переместить следующие %x элементов в "Корзину"?</pluralform> -</target> - -<source>Move</source> -<target>Переместить</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Вы точно хотите удалить следующий %x элемент?</pluralform> -<pluralform>Вы точно хотите удалить следующие %x элемента?</pluralform> -<pluralform>Вы точно хотите удалить следующие %x элементов?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Начать синхронизацию выделенного?</target> - -<source>Start synchronization now?</source> -<target>Начать синхронизацию сейчас?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Копировать DACL, SACL, владелец, группа</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Интегрируйте внешние приложения в контекстное меню. Доступны следующие команды:</target> - -<source>Full file or folder path</source> -<target>Полный путь файла или папки</target> - -<source>Parent folder path</source> -<target>Путь родительской папки</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Временная локальная копия для SFTP и MTP хранилища</target> - -<source>Parameters for opposite side</source> -<target>Параметры для противоположной стороны</target> - -<source>Show hidden dialogs again</source> -<target>Показать скрытые окна снова</target> - -<source>All dialogs shown</source> -<target>Все окна отображаются</target> - -<source>Downloading update...</source> -<target>Загрузка обновления...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Определять одинаковые файлы путем сравнения времени изменения и размера.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Определять одинаковые файлы путем сравнения содержания файла.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Определять одинаковые файлы путем сравнения размера файла.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Выявять и распространять изменения на обе стороны. Удаленные, перемещенные и конфликтующие файлы определяются автоматически с использованием базы данных.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Создавать зеркальную копию левой части, приводя правую часть в полное соответствие.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Копировать новые или обновленные файлы на правую сторону.</target> - -<source>Configure your own synchronization rules.</source> -<target>Настроить свои собственные правила синхронизации.</target> - -<source>Comparison</source> -<target>Сравнение</target> - -<source>Synchronization</source> -<target>Синхронизация</target> - -<source>This week</source> -<target>на этой неделе</target> - -<source>This month</source> -<target>последний месяц</target> - -<source>This year</source> -<target>последний год</target> - -<source>Byte</source> -<target>Байт</target> - -<source>KB</source> -<target>КБ</target> - -<source>MB</source> -<target>МБ</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Сохранять удаленные и перезаписанные файлы в "Корзине"</target> - -<source>Delete and overwrite files permanently</source> -<target>Удалять или перезаписывать файлы безвозвратно</target> - -<source>Replace</source> -<target>Без переименования</target> - -<source>Move files and replace if existing</source> -<target>Переместить файлы и заменить, если существуют</target> - -<source>Time stamp</source> -<target>Добавить метку времени</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Переместить файлы в подпапку с меткой времени</target> - -<source>File</source> -<target>Файл</target> - -<source>Append a time stamp to each file name</source> -<target>Добавить метку времени для каждого имени файла</target> - -<source>On completion:</source> -<target>По завершению:</target> - -<source>On errors:</source> -<target>При ошибке:</target> - -<source>On success:</source> -<target>При успехе:</target> - -<source>Main config</source> -<target>Главная конфигурация</target> - -<source>empty</source> -<target>(папки не выбраны)</target> - -<source>Leave as unresolved conflict</source> -<target>Оставить как нерешенный конфликт</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>ГГГГ-ММ-ДД ччммсс</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Минимальное количество версий должно быть меньше максимального количества версий.</target> - -<source>&Restore</source> -<target>&Восстановить</target> - -<source>Files</source> -<target>Файлы</target> - -<source>Percentage</source> -<target>Проценты</target> - -<source>Failed to retrieve update information.</source> -<target>Не удалось получить информацию об обновлении.</target> - -<source>Automatic updates:</source> -<target>Автоматические обновления:</target> - -<source>Check for Program Updates</source> -<target>Проверка обновления программы</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Обновить автоматически сейчас или загрузить вручную с домашней страницы FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Автоматическое обновление</target> - -<source>&Home page</source> -<target>&Домашняя страница</target> - -<source>Download now?</source> -<target>Загрузить сейчас?</target> - -<source>&Download</source> -<target>&Загрузить</target> - -<source>FreeFileSync is up to date.</source> -<target>У Вас самая последняя версия FreeFileSync.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Невозможно найти номер текущей версии FreeFileSync в Интернете. Скорее всего имеется более новая версия. Проверить вручную сейчас?</target> - -<source>&Check</source> -<target>&Проверить</target> - -<source>Consistency check failed for %x.</source> -<target>Последовательная проверка не удалась для %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Установка была зарегистрирована в другой операционной системе.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Не удалось активировать платную версию FreeFileSync.</target> - -<source>Incorrect activation key.</source> -<target>Недействительный ключ активации.</target> - -<source>Unable to register to receive system messages.</source> -<target>Невозможно зарегистрироваться для получения системных сообщений.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x опция установки доступна только в платной версии FreeFileSync.</target> - -<source>Cannot find system function %x.</source> -<target>Невозможно найти системную функцию %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Не удалось зарегистрировать уведомления устройств для %x.</target> - -<source>The file is locked by another process:</source> -<target>Файл заблокирован другим процессом:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Не удалось определить поддержку разрешения файла для папки %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Невозможно прочитать контекст безопасности %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Невозможно записать контекст безопасности %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Невозможно прочитать права доступа %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Невозможно скопировать разрешения от %x к %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x не является обычным именем папки.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Невозможно скопировать атрибуты от %x к %y.</target> - -<source>%x TB</source> -<target>%x ТБ</target> - -<source>%x PB</source> -<target>%x ПБ</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x минута</pluralform> -<pluralform>%x минуты</pluralform> -<pluralform>%x минут</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x час</pluralform> -<pluralform>%x часа</pluralform> -<pluralform>%x часов</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Невозможно установить привилегии %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Невозможно приостановить режим сна системы.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Невозможно изменить приоритет процесса.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Проверка "Корзины" не удалась для папки %x.</target> - -<source>Unable to shut down the system.</source> -<target>Невозможно завершить работу системы.</target> - -<source>Prepare installation</source> -<target>Подготовка установки</target> - -<source>Choose which components you want to install.</source> -<target>Выберите, какие компоненты вы хотите установить.</target> - -<source>Select installation type:</source> -<target>Выберите тип установки:</target> - -<source>Local</source> -<target>Локальная</target> - -<source>Portable</source> -<target>Портативная</target> - -<source>Save settings in %x</source> -<target>Сохранять настройки в %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Регистрирует расширения файлов FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Создать пункты контекстного меню в Проводнике</target> - -<source>Save settings in installation directory</source> -<target>Сохраняет настройки в папке установки</target> - -<source>Do not write to Registry</source> -<target>Ничего не пишет в Реестр</target> - -<source>Just copy the files</source> -<target>Только копирует файлы</target> - -<source>Choose a directory for installation:</source> -<target>Выберите папку для установки:</target> - -<source>Create shortcuts:</source> -<target>Создать ярлыки:</target> - -<source>Desktop</source> -<target>на рабочем столе</target> - -<source>Start Menu</source> -<target>Начальное меню</target> - -<source>Send To</source> -<target>Отправить</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Регистрация расширений файлов FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Удаление регистрации расширений файлов FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Конфигурация FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Файл пакетного задания FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>База данных синхронизации FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Конфигурация RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Редактировать с помощью FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Вот вам картинка животного, вместо рекламы.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Портативная версия FreeFileSync не может быть установлена в подпапку %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Пожалуйста, выберите локальный тип установки или выберите другую папку для установки.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Приобретите платную версию FreeFileSync с бонусными функциями и помогите сохранить FreeFileSync свободным от рекламы.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/slovak.lng b/FreeFileSync/Build/Resources/Languages/slovak.lng deleted file mode 100755 index 8d24625e..00000000 --- a/FreeFileSync/Build/Resources/Languages/slovak.lng +++ /dev/null @@ -1,2149 +0,0 @@ -<header> - <language>Slovenčina</language> - <translator>LubosL</translator> - <locale>sk_SK</locale> - <image>flag_slovakia.png</image> - <plural_count>3</plural_count> - <plural_definition>n==1 ? 0 : n>=2 && n<=4 ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Nie je možné načítať súbor %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Neočakávana veľkosť dátového streamu. -Očakávané: %x b -Aktuálne: %y b -</target> - -<source>Cannot write file %x.</source> -<target>Nie je možné zapísať súbor %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Nie je možné zapísať oprávnenie pre %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operácia nie je podporovaná medzi rôznymi zariadeniami.</target> - -<source>Cannot delete file %x.</source> -<target>Nie je možné zmazať súbor %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Nie je možné zmazať symbolický odkaz %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Nie je možné zmazať adresár %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Nie je možné presunúť súbor %x do %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Nie je možné kopírovať symbolický odkaz %x do %y.</target> - -<source>Error Code %x</source> -<target>Chybový kód %x</target> - -<source>Cannot read directory %x.</source> -<target>Nie je možné načítať adresár %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Nie je možné zmeniť atribút času zmeny pre %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Nie je možné načítať atribúty súboru %x.</target> - -<source>Cannot create directory %x.</source> -<target>Nie je možné vytvoriť adresár %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Nie je možné určiť konečnú cestu pre %x.</target> - -<source>Operation not supported by device.</source> -<target>Operácia nie je podporovaná zariadením.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Nie je možné nájsť odkaz zástupcu %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Nie je možné presunúť %x do Koša.</target> - -<source>Authentication completed.</source> -<target>Overenie dokončené.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Teraz môžete zavrieť túto stránku a pokračovať s FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Overenie neúspešné.</target> - -<source>Unable to connect to %x.</source> -<target>Nie je možné vytvoriť pripojenie k %x.</target> - -<source>Cannot find %x.</source> -<target>Nie je možné nájsť %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Názov %x sa používa pre viacero položiek priečinka.</target> - -<source>Please authorize access to user account %x.</source> -<target>Prosím autorizujte prístup pre užívateľský účet %x.</target> - -<source>Cannot open file %x.</source> -<target>Nie je možné otvoriť súbor %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Názov %x sa už používa pre inú položku.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Nie je možné zistiť voľné miesto na disku %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Nepodarilo sa odpojiť z %x.</target> - -<source>Unable to access %x.</source> -<target>Nie je možný prístup k %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Získanie informácií o servere %x bolo neúspešné.</target> - -<source>Cannot monitor directory %x.</source> -<target>Nie je možné nastaviť monitorovanie adresára %x.</target> - -<source>Cannot find device %x.</source> -<target>Nie je možné nájsť zariadenie %x.</target> - -<source>Cannot open directory %x.</source> -<target>Nie je možné otvoriť adresár %x.</target> - -<source>Unsupported item type.</source> -<target>Nepodporovaný typ.</target> - -<source>Incorrect command line:</source> -<target>Neplatný príkaz:</target> - -<source>The server does not support authentication via %x.</source> -<target>Server nepodporuje overenie pomocou %x.</target> - -<source>Required:</source> -<target>Požadované:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Vypršal čas 1 sekunda pre dokončenie operácie.</pluralform> -<pluralform>Vypršal čas %x sekundy pre dokončenie operácie.</pluralform> -<pluralform>Vypršal čas %x sekúnd pre dokončenie operácie.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Nie je možné čakať na viac ako 1 pripojenie naraz.</pluralform> -<pluralform>Nie je možné čakať na viac ako %x pripojenia naraz.</pluralform> -<pluralform>Nie je možné čakať na viac ako %x pripojení naraz.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktívne pripojenie: %x.</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Nie je možné otvoriť SFTP kanál číslo %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Od poslednej synchronizácie došlo ku zmene obidvoch strán.</target> - -<source>Cannot determine sync-direction:</source> -<target>Nie je možné určit smer synchronizácie:</target> - -<source>No change since last synchronization.</source> -<target>Žiadne zmeny od poslednej synchronizácie.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Databázové položky nie sú podľa aktuálnej konfigurácie synchronné.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Je nastavený predvolený spôsob synchronizácie: Staré súbory budú nahradené novými.</target> - -<source>Creating file %x</source> -<target>Vytváranie súboru %x</target> - -<source>Creating folder %x</source> -<target>Vytváranie priečinka %x</target> - -<source>Creating symbolic link %x</source> -<target>Vytváranie symbolického odkazu %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Presúvanie súboru %x do Koša</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Presúvanie priečinka %x do Koša</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Presúvanie symbolického odkazu %x do Koša</target> - -<source>Deleting file %x</source> -<target>Zmazanie súboru %x</target> - -<source>Deleting folder %x</source> -<target>Zmazanie priečinka %x</target> - -<source>Deleting symbolic link %x</source> -<target>Zmazanie symbolického odkazu %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Kontrola Koša pre priečinok %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Premiestnenie do Koša nie je možné pri nasledujúcich priečinkoch. Zmazané alebo prepísané súbory nebude možné obnoviť:</target> - -<source>An exception occurred</source> -<target>Vyskytla sa chyba</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Bude očakávaná pravá a ľavá adresárová cesta po %x.</target> - -<source>Syntax error</source> -<target>Chyba syntaxu</target> - -<source>Cannot find file %x.</source> -<target>Nie je možné nájsť súbor %x.</target> - -<source>Error</source> -<target>Chyba</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Súbor %x neobsahuje platnú konfiguráciu.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Konfiguračný súbor nesmie obsahovať nastavenia na úrovni adresárových párov pokiaľ je zadány cez príkazový riadok.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Adresáre nemôžu obsahovať viac ako jeden konfiguračný súbor.</target> - -<source>Command line</source> -<target>Príkazový riadok</target> - -<source>Syntax:</source> -<target>Syntax:</target> - -<source>config files:</source> -<target>konfiguračné súbory:</target> - -<source>directory</source> -<target>adresár</target> - -<source>global config file:</source> -<target>globálny konfiguračný súbor:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Ľubovolný počet konfiguračných súborov FreeFileSync typu "ffs_gui" a/alebo "ffs_batch".</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Ľubovolný počet alternatívnych dvojíc adresárov na aspoň jednu konfiguráciu.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Otvoriť vybranú konfiguráciu na úpravu bez jej spustenia.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Cesta k alternatívnemu súboru GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Inštalačný súbor je poškodený. Prosím preinštalujte FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Nie je možné nájsť následujúce priečinky:</target> - -<source>The following folders do not yet exist:</source> -<target>Nasledujúce priečinky ešte neexistujú:</target> - -<source>The folders are created automatically when needed.</source> -<target>V prípade potrewby sa priečinky vytvoria automaticky.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Nasledujúce cesty priečinkov sa líšia. Prosím použite jeden formulár, aby ste sa vyhli duplicitnému prístupu.</target> - -<source>Scanning:</source> -<target>Vyhľadávanie:</target> - -<source>Comparison finished:</source> -<target>Dokončilo sa porovnávanie:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>Nájdená 1 položka</pluralform> -<pluralform>Nájdené %x položky</pluralform> -<pluralform>Nájdených %x položiek</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Uplynulý čas:</target> - -<source>File %x has an invalid date.</source> -<target>Súbor %x má chybný dátum.</target> - -<source>Date:</source> -<target>Dátum:</target> - -<source>Files have the same date but a different size.</source> -<target>Súbory majú rovnaký dátum, ale rozdielnú veľkosť.</target> - -<source>Size:</source> -<target>Veľkosť:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Porovnanie obsahu bolo vynechané pre vybrané súbory.</target> - -<source>Items differ in attributes only</source> -<target>Položky se lišia iba v atribútoch</target> - -<source>Resolving symbolic link %x</source> -<target>Nasledovať odkaz symbolického zástupcu %x</target> - -<source>Comparing content of files %x</source> -<target>Porovnávanie obsahu súborov %x</target> - -<source>Generating file list...</source> -<target>Vytváranie zoznamu súborov...</target> - -<source>Fail-safe file copy</source> -<target>Bezpečné kopírovanie súborov</target> - -<source>Enabled</source> -<target>Povolené</target> - -<source>Disabled</source> -<target>Zakázané</target> - -<source>Copy locked files</source> -<target>Kopírovať zamknuté súbory</target> - -<source>Copy file access permissions</source> -<target>Kopírovať prístupové oprávnenie súborov</target> - -<source>File time tolerance</source> -<target>Časová tolerancia súboru</target> - -<source>Run with background priority</source> -<target>Vykonať s prioritou na pozadí</target> - -<source>Lock directories during sync</source> -<target>Uzamknúť priečinky počas synchronizácie</target> - -<source>Verify copied files</source> -<target>Overiť skopírované súbory</target> - -<source>Using non-default global settings:</source> -<target>Použiť ne-predvolené globálne nastavenia:</target> - -<source>A folder input field is empty.</source> -<target>Nie je zadaná vstupný priečinok.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Odpovedajúci priečinok bude považovaný za prázdny.</target> - -<source>Exclude:</source> -<target>Vynechať:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Jeden zo základných párov priečinkov je v obsahu druhej.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Priečinok by mal byť vynechaný zo synchronizácie pomocou filtra.</target> - -<source>Calculating sync directions...</source> -<target>Príprava adresárov synchronizácie...</target> - -<source>Out of memory.</source> -<target>Nedostatok pracovnej pamäti.</target> - -<source>Show in Explorer</source> -<target>Zobraziť v Prieskumníkovi</target> - -<source>Open with default application</source> -<target>Otvoriť predvolenou aplikáciou</target> - -<source>Browse directory</source> -<target>Prechádzať adresár</target> - -<source>Database file %x is incompatible.</source> -<target>Databázy súbor %x je nekompatibilný.</target> - -<source>Initial synchronization:</source> -<target>Prvá synchronizácia:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databázový súbor %x neexistuje.</target> - -<source>Database file is corrupted:</source> -<target>Databázový súbor je poškodený:</target> - -<source>Loading file %x...</source> -<target>Načítavanie súboru %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Databázový súbor ešte neobsahuje informácie o poslednej synchronizácií.</target> - -<source>Saving file %x...</source> -<target>Ukládanie súboru %x...</target> - -<source>Searching for folder %x...</source> -<target>Vyhľadávanie priečinka %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Vypršal časový limit pre nájdenie priečinka %x.</target> - -<source>Cannot get process information.</source> -<target>Nie je možné získať informácie procesu.</target> - -<source>Waiting while directory is locked:</source> -<target>Čakanie na uzamknutie adresára:</target> - -<source>Lock owner:</source> -<target>Vlastník uzamknutia:</target> - -<source>Detecting abandoned lock...</source> -<target>Preverovanie uzamknutia...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sekunda</pluralform> -<pluralform>%x sekundy</pluralform> -<pluralform>%x sekúnd</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Položky existujúce iba vľavo</target> - -<source>Item exists on right side only</source> -<target>Položky existujúce iba vpravo</target> - -<source>Left side is newer</source> -<target>Ľavá strana je novšia</target> - -<source>Right side is newer</source> -<target>Pravá strana je novšia</target> - -<source>Items have different content</source> -<target>Obsah položiek je rozdielny</target> - -<source>Both sides are equal</source> -<target>Obe strany sú zhodné</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikty/položky ktoré nemožno zaradiť</target> - -<source>Copy new item to left</source> -<target>Kopírovať novú položku doľava</target> - -<source>Copy new item to right</source> -<target>Kopírovať novou položku doprava</target> - -<source>Delete left item</source> -<target>Zmazať položku naľavo</target> - -<source>Delete right item</source> -<target>Zmazať položku napravo</target> - -<source>Move file on left</source> -<target>Presunúť súbor naľavo</target> - -<source>Move file on right</source> -<target>Presunúť súbor napravo</target> - -<source>Update left item</source> -<target>Aktualizovať ľavú položku</target> - -<source>Update right item</source> -<target>Aktualizovať pravú položku</target> - -<source>Do nothing</source> -<target>Nerobiť nič</target> - -<source>Update attributes on left</source> -<target>Aktualizovať atribúty naľavo</target> - -<source>Update attributes on right</source> -<target>Aktualizovať atribúty napravo</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Chyba spracovania súboru %x: na riadku %y v stĺpci %z.</target> - -<source>Services</source> -<target>Služby</target> - -<source>Show All</source> -<target>Zobraziť Všetko</target> - -<source>Hide Others</source> -<target>Skryť Ostatné</target> - -<source>Hide %x</source> -<target>Skryť %x</target> - -<source>Quit %x</source> -<target>Ukončiť %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Nie je možné nastaviť uzamknutie adresárov pre nasledujúce priečinky:</target> - -<source>Errors:</source> -<target>Chyby:</target> - -<source>Warnings:</source> -<target>Varovania:</target> - -<source>Items processed:</source> -<target>Spracovaných položiek:</target> - -<source>Items remaining:</source> -<target>Ostáva položiek:</target> - -<source>Total time:</source> -<target>Celkový čas:</target> - -<source>Warning</source> -<target>Varovanie</target> - -<source>Stopped</source> -<target>Zastavené</target> - -<source>Cleaning up log files:</source> -<target>Odstránenie log súborov:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 proces</pluralform> -<pluralform>%x procesy</pluralform> -<pluralform>%x procesov</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x položka</target> - -<source>Completed successfully</source> -<target>Dokončenie bolo úspešné</target> - -<source>Completed with warnings</source> -<target>Ukončené s varovaniami</target> - -<source>Completed with errors</source> -<target>Ukončené s chybami</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Nie je prístup k službe Tieňové kópie.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Prosím spustite 64-bitovú verziu FreeFileSync, pre vytvorenie Tieň. kópie v tomto systéme.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Názov disku %x nie je súčásťou cesty súboru %y.</target> - -<source>File time and size</source> -<target>Podľa času a veľkosti súboru</target> - -<source>File content</source> -<target>Podľa obsahu súboru</target> - -<source>File size</source> -<target>Podľa veľkosti súboru</target> - -<source>Two way</source> -<target>Obidve strany</target> - -<source>Mirror</source> -<target>Zrkadlenie</target> - -<source>Update</source> -<target>Aktualizácia</target> - -<source>Custom</source> -<target>Vlastné</target> - -<source>Multiple...</source> -<target>Rôzne...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Nie je možné zapísať atribúty súboru %x.</target> - -<source>%x and %y have different content.</source> -<target>%x a %y majú odlišný obsah.</target> - -<source>Data verification error:</source> -<target>Chyba verifikácie údajov:</target> - -<source>Moving file %x to %y</source> -<target>Presúvanie súboru %x do %y</target> - -<source>Moving folder %x to %y</source> -<target>Presúvanie priečinka %x do %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Presúvanie symbolického odkazu %x do %y</target> - -<source>Updating file %x</source> -<target>Aktualizácia súboru %x</target> - -<source>Updating symbolic link %x</source> -<target>Aktualizácia symbolického odkazu %x</target> - -<source>Verifying file %x</source> -<target>Verifikácia súboru %x</target> - -<source>Updating attributes of %x</source> -<target>Aktualizácia atribútov súboru %x</target> - -<source>Source item %x not found</source> -<target>Zdrojová položka %x sa nenašla</target> - -<source>Parent folder %x is not existing.</source> -<target>Nadradený priečinok %x neexistuje.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Nie je možné kopírovať súbor %x do %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Vytváranie Tieňovej kópie zväzkov pre %x...</target> - -<source>Cannot find folder %x.</source> -<target>Nie je možné nájsť priečinok %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Cielová zložka %x už existuje, ale nebola dostupná počas porovnávania súborov.</target> - -<source>Target folder input field must not be empty.</source> -<target>Cieľový priečinok nesmie byť prázdny.</target> - -<source>Source folder %x not found.</source> -<target>Zdrojový priečinok %x nie je možné nájsť.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Prosím zadajte cieľový priečinok pre verzovanie.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Následujúce položky majú nevyriešené konflikty a nebudú synchronizované:</target> - -<source>Folder pair:</source> -<target>Dvojica priečinkov:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Nasledujúce priečinky sa signifikantne líšia. Prosím overte, či sú vybrané správne priečinky pre synchronizáciu.</target> - -<source>Not enough free disk space available in:</source> -<target>Nedostatok miesta na disku:</target> - -<source>Available:</source> -<target>K dispozícií:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Niektoré súbory budú synchronizované ako súčasť viacerých základných priečinkov.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Pre zabránenie konfliktu, nastavte filter vylúčenia tak, aby bol každý súbor zahrnutý iba v jednom základnom priečinku.</target> - -<source>Versioning folder:</source> -<target>Priečinok verzovania:</target> - -<source>Base folder:</source> -<target>Základný priečinok:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Priečinok pre verzovanie je obsiahnutý v základnom priečinku.</target> - -<source>Synchronizing folder pair:</source> -<target>Synchronizácia dvojice priečinkov:</target> - -<source>Generating database...</source> -<target>Vytváranie databázy...</target> - -<source>Searching for old file versions:</source> -<target>Vyhľadávanie starých verzií súborov:</target> - -<source>Removing old file versions:</source> -<target>Odstraňovanie starých verzií súborov:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Nie je možné vytvoriť časovú značku verzovania:</target> - -<source>Drag && drop</source> -<target>Pretiahni sem && pusť</target> - -<source>Select a folder</source> -<target>Vyberte priečinok</target> - -<source>&New</source> -<target>&Nový</target> - -<source>&Open...</source> -<target>&Otvoriť...</target> - -<source>Save &as...</source> -<target>Uložiť &ako...</target> - -<source>E&xit</source> -<target>U&končiť</target> - -<source>&File</source> -<target>&Súbor</target> - -<source>&View help</source> -<target>&Nápoveda (iba anglicky)</target> - -<source>&About</source> -<target>O &programe</target> - -<source>&Help</source> -<target>&Pomoc</target> - -<source>Usage:</source> -<target>Použitie:</target> - -<source>Select folders to watch.</source> -<target>Vyberte priečinok k sledovaniu.</target> - -<source>Enter a command line.</source> -<target>Zadajte príkazový riadok.</target> - -<source>Press 'Start'.</source> -<target>Stlačte 'Štart'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Môžete načítať tiež konfiguračný súbor "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Sledované priečinka:</target> - -<source>Add folder</source> -<target>Pridať priečinok</target> - -<source>Remove folder</source> -<target>Odstrániť priečinok</target> - -<source>Browse</source> -<target>Prechádzať</target> - -<source>Idle time (in seconds):</source> -<target>Doba nečinnosti (v sekundách):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Doba nečinnosti medzi zistením poslednej zmeny a spustením príkazu</target> - -<source>Command line:</source> -<target>Príkazový riadok:</target> - -<source>&Hide console window</source> -<target>&Skryť okno konzoly</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Príkaz bude spustení ak: -- dôjde k zmene v súboru alebo v priečinku -- je zistený nový priečinok (napr. vložením USB disku) -</target> - -<source>Start</source> -<target>Štart</target> - -<source>About</source> -<target>O programe</target> - -<source>Build: %x</source> -<target>Verzia: %x</target> - -<source>All files</source> -<target>Všetky súbory</target> - -<source>Automated Synchronization</source> -<target>Automatická synchronizácia</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protokol %x nepodporuje monitorovanie adresárov:</target> - -<source>Directory monitoring active</source> -<target>Sledovanie adresárov je aktivne</target> - -<source>Waiting until directory is available:</source> -<target>Čaká sa, kým nie je k dispozícii adresár:</target> - -<source>&Configure</source> -<target>&Konfigurovať</target> - -<source>&Show error message</source> -<target>&Zobraziť chybové hlásenie</target> - -<source>&Quit</source> -<target>U&končiť</target> - -<source>&Retry</source> -<target>&Opakovať</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x B</pluralform> -<pluralform>%x B</pluralform> -<pluralform>%x B</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Načítanie...</target> - -<source>Scanning...</source> -<target>Vyhľadávanie...</target> - -<source>configuration file</source> -<target>konfiguračný súbor</target> - -<source>System: Sleep</source> -<target>Systém: Uspať</target> - -<source>System: Shut down</source> -<target>Systém: Vypnúť</target> - -<source>Nothing to synchronize</source> -<target>Nie je čo synchronizovať</target> - -<source>Executing command:</source> -<target>Vykonávaný príkaz:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>K odstráneniu tohoto problému sa môžete prepnúť do hlavného okna FreeFileSync.</target> - -<source>&Don't show this warning again</source> -<target>&Nezobrazovať znova toto varovanie</target> - -<source>&Ignore</source> -<target>&Ignorovať</target> - -<source>&Switch</source> -<target>&Prepnúť</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Prepínanie do hlavného okna FreeFileSync</target> - -<source>Automatic retry</source> -<target>Automatické opakovanie</target> - -<source>Ignore &all</source> -<target>Ignorovať &všetky</target> - -<source>Retrying operation...</source> -<target>Opakovanie operácie...</target> - -<source>Serious Error</source> -<target>Závažná chyba</target> - -<source>Last session</source> -<target>Posledné sedenie</target> - -<source>Today</source> -<target>Dnes</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 deň</pluralform> -<pluralform>%x dni</pluralform> -<pluralform>%x dní</pluralform> -</target> - -<source>Name</source> -<target>Názov</target> - -<source>Last sync</source> -<target>Posledná synchronizácia</target> - -<source>Log</source> -<target>Záznam spracovania</target> - -<source>Folder</source> -<target>Priečinok</target> - -<source>Symlink</source> -<target>Symlink</target> - -<source>Full path</source> -<target>Plná cesta</target> - -<source>Relative path</source> -<target>Relatívna cesta</target> - -<source>Item name</source> -<target>Názov položky</target> - -<source>Size</source> -<target>Veľkosť</target> - -<source>Date</source> -<target>Dátum</target> - -<source>Extension</source> -<target>Prípona</target> - -<source>Category</source> -<target>Kategórie</target> - -<source>Action</source> -<target>Akcia</target> - -<source>Local comparison settings</source> -<target>Lokálne nastavenie porovnánia</target> - -<source>Local synchronization settings</source> -<target>Lokálne nastavenie synchronizácie</target> - -<source>Local filter</source> -<target>Lokálny filter</target> - -<source>Active</source> -<target>Zapnutý</target> - -<source>None</source> -<target>Žiadna</target> - -<source>Remove local settings</source> -<target>Zrušiť lokálne nastavenie</target> - -<source>Clear local filter</source> -<target>Vymazať lokálne nastavenie filtra</target> - -<source>Copy</source> -<target>Kopírovať</target> - -<source>Paste</source> -<target>Vložiť</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Vybraný priečinok %x nie je možné použíť s FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Prosím vyberte priečinok v lokálnom súborovom systéme, sieti alebo multimediálnom zariadení.</target> - -<source>Defined by context of use</source> -<target>Definované podľa kontextu používania</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Je potrebná FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Uložiť</target> - -<source>Save as &batch job...</source> -<target>Uložiť ako &dávku...</target> - -<source>Show &log</source> -<target>Zobraziť &log</target> - -<source>Start &comparison</source> -<target>Spustiť &porovnanie</target> - -<source>C&omparison settings</source> -<target>Nastavenia p&orovnania</target> - -<source>&Filter settings</source> -<target>Nastavenia &filtra</target> - -<source>S&ynchronization settings</source> -<target>Nastavenia s&ynchronizácie</target> - -<source>Start &synchronization</source> -<target>Spustiť &synchronizáciu</target> - -<source>&Actions</source> -<target>&Akcie</target> - -<source>&Preferences</source> -<target>&Predvoľby...</target> - -<source>&Language</source> -<target>&Jazyk</target> - -<source>&Find...</source> -<target>&Hľadať...</target> - -<source>&Export file list...</source> -<target>&Exportovať zoznam súborov...</target> - -<source>&Reset layout</source> -<target>&Obnoviť rozloženie</target> - -<source>&Tools</source> -<target>&Nastavenie</target> - -<source>&Check for updates now</source> -<target>&Skontrolovať aktualizácie teraz</target> - -<source>Check &automatically once a week</source> -<target>Kontrolovať &automaticky raz týždenne</target> - -<source>Cancel</source> -<target>Zrušiť</target> - -<source>Compare</source> -<target>Porovnanie</target> - -<source>Synchronize</source> -<target>Synchronizácia</target> - -<source>Add folder pair</source> -<target>Pridať priečinok pre porovnanie</target> - -<source>Remove folder pair</source> -<target>Odstrániť dvojicu priečinkov</target> - -<source>Access online storage</source> -<target>Prístup k online úložisku</target> - -<source>Close search bar</source> -<target>Zavrieť hľadanie</target> - -<source>Find:</source> -<target>Hľadať:</target> - -<source>Match case</source> -<target>Rozlišovať malé a veľké písmená</target> - -<source>Processed:</source> -<target>Spracované:</target> - -<source>Remaining:</source> -<target>Zostáva:</target> - -<source>New</source> -<target>Nový</target> - -<source>Open...</source> -<target>Otvoriť...</target> - -<source>Save</source> -<target>Uložiť</target> - -<source>Save as...</source> -<target>Uložiť ako...</target> - -<source>View type:</source> -<target>Typ zobrazenia:</target> - -<source>Select view:</source> -<target>Výber zobrazenia:</target> - -<source>Save as default</source> -<target>Uložiť ako predvolené</target> - -<source>Statistics:</source> -<target>Štatistika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Počet súborov a priečinkov k zmazaniu</target> - -<source>Number of files that will be updated</source> -<target>Počet súborov k aktualizácií</target> - -<source>Number of files and folders that will be created</source> -<target>Počet súborov a priečinkov k vytvoreniu</target> - -<source>Total bytes to copy</source> -<target>Celkový objem kopírovaných údajov</target> - -<source>Arrange folder pair</source> -<target>Usporiadať dvojicu priečinkov</target> - -<source>Main settings:</source> -<target>Hlavné nastavenia:</target> - -<source>Use local settings:</source> -<target>Použiť lokálne nastavenie:</target> - -<source>Select a variant:</source> -<target>Výber varianty:</target> - -<source>Include &symbolic links:</source> -<target>Aj &symbolické odkazy:</target> - -<source>&Follow</source> -<target>&Nasledovať</target> - -<source>&Direct</source> -<target>&Direktne</target> - -<source>More information</source> -<target>Viac informácií</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorovať časový posun [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Zoznam ignorovaných časových posunov súborov</target> - -<source>Example:</source> -<target>Príklad:</target> - -<source>Handle daylight saving time</source> -<target>Používať letný čas</target> - -<source>Ignore errors</source> -<target>Ignorovať chyby</target> - -<source>Retry count:</source> -<target>Počet opakovaní:</target> - -<source>Delay (in seconds):</source> -<target>Oneskorenie (v sekundách):</target> - -<source>Performance improvements:</source> -<target>Zlepšenie výkonu:</target> - -<source>Parallel file operations:</source> -<target>Paralélne operácie súborov:</target> - -<source>How to get best performance?</source> -<target>Ako získať najlepší výkon:</target> - -<source>Local settings:</source> -<target>Lokálne Nastavenia:</target> - -<source>Include:</source> -<target>Zahrnúť:</target> - -<source>Show examples</source> -<target>Ukázať príklady</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Nastavte pravidlá filtra pre vynechanie niekterých súborov zo synchronizácie. Zadávajte cesty súborov relativne k odpovedajúcej dvojici priečinkov.</target> - -<source>File size:</source> -<target>Veľkosť súboru:</target> - -<source>Minimum:</source> -<target>Od:</target> - -<source>Maximum:</source> -<target>Do:</target> - -<source>Time span:</source> -<target>Časová doba:</target> - -<source>C&lear</source> -<target>Vy&mazať</target> - -<source>Detect moved files</source> -<target>Detekcia presunutých súborov</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Nie je podporované vštkými souborovými systémami -- Vyžaduje vytvorenie databázového súboru -- Detekcia rozdielov je dostupná až po prvej synchronizácií -</target> - -<source>Delete files:</source> -<target>Zmazanie súborov:</target> - -<source>&Recycle bin</source> -<target>&Kôš</target> - -<source>&Permanent</source> -<target>&Trvale</target> - -<source>&Versioning</source> -<target>&Verzovanie</target> - -<source>Move files to a user-defined folder</source> -<target>Presunúť súbory do uživateľom zadaného priečinka</target> - -<source>Naming convention:</source> -<target>Pomenovanie:</target> - -<source>Limit file versions:</source> -<target>Limit súborových verzií:</target> - -<source>Last x days:</source> -<target>Posledných x dní:</target> - -<source>&Override default log path:</source> -<target>&Prepísať predvolenú cestu logu:</target> - -<source>Run a command:</source> -<target>Spustiť príkaz:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>typ pripojenia:</target> - -<source>Connected user accounts:</source> -<target>Pripojené užívateľské účty:</target> - -<source>&Add connection</source> -<target>&Pridať pripojenie</target> - -<source>&Disconnect</source> -<target>&Odpojiť</target> - -<source>Selected user account:</source> -<target>Zvolený užívateľský účet:</target> - -<source>Server name or IP address:</source> -<target>Meno servera alebo jeho IP adresa:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Šifrovanie:</target> - -<source>&Disabled</source> -<target>&Zakázané</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicitné SSl/TLS</target> - -<source>Authentication:</source> -<target>Overenie:</target> - -<source>&Password</source> -<target>&Heslo</target> - -<source>&Key file</source> -<target>&Súbor kľúča</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>Uživateľské meno:</target> - -<source>Private key file:</source> -<target>Súbor súkromného kľúča:</target> - -<source>&Show password</source> -<target>&Zobraziť heslo</target> - -<source>Directory on server:</source> -<target>Adresár na servery:</target> - -<source>Access timeout (in seconds):</source> -<target>Čas prístupu (v sekundách):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanály na pripojenie:</target> - -<source>Detect server limit</source> -<target>Zistiť limit serveru</target> - -<source>Select Folder</source> -<target>Výber priečinka</target> - -<source>Variant:</source> -<target>Varianta:</target> - -<source>&Don't show this dialog again</source> -<target>Tento dialog už &nezobrazovať</target> - -<source>Bytes:</source> -<target>Bajtov:</target> - -<source>Items:</source> -<target>Položky:</target> - -<source>Synchronizing...</source> -<target>Synchronizujem...</target> - -<source>Minimize to notification area</source> -<target>Minimalizovať do oznamovacej oblasti</target> - -<source>Bytes</source> -<target>Bytov</target> - -<source>Items</source> -<target>Položky</target> - -<source>When finished:</source> -<target>Po dokončení:</target> - -<source>Auto-close</source> -<target>Automaticky zavrieť</target> - -<source>Close</source> -<target>Zavrieť</target> - -<source>&Pause</source> -<target>&Pauza</target> - -<source>Stop</source> -<target>Zastaviť</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Vytvorí dávkový súbor pre automatickú synchronizáciu. Ku spusteniu dávky jednoducho pokliknite na vytvorený súbor alebo využite plánovač úloh vašeho systému: %x</target> - -<source>Progress dialog:</source> -<target>Dialóg procesu:</target> - -<source>Run minimized</source> -<target>Spustiť minimalizované</target> - -<source>Show pop-up on errors or warnings</source> -<target>Zobraziť hlásenie pri chybe alebo varovaní</target> - -<source>&Cancel</source> -<target>&Zrušiť</target> - -<source>Stop synchronization at first error</source> -<target>Ukončiť synchronizáciu pri prvej chybe</target> - -<source>How can I schedule a batch job?</source> -<target>Ako nastaviť spustenie dávky v Plánovači?</target> - -<source>&Keep relative paths</source> -<target>&Zachovať relatívnu cesty</target> - -<source>&Overwrite existing files</source> -<target>&Prepísať existujúce súbory</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Toto nastavenie je platné pre všetky synchronizačné úlohy.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target>Kopírovať najprv do dočasného súboru (*.ffs_tmp), pred prepisom cieľa. Tento postup zaisťuje bezpečný chod aj v prípade závažnej chyby.</target> - -<source>recommended</source> -<target>doporučené</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopírovať zdielané alebo zamknuté súbory pomocou služby Tieňové kópie zväzkov.</target> - -<source>requires administrator rights</source> -<target>vyžadujú sa práva správcu</target> - -<source>Transfer file and folder permissions.</source> -<target>Preniesť prístupové oprávnenie súborov a priečinkov.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Zobraziť znovu všetky trvale skryté dialógy a varovné hlásenia</target> - -<source>Default log path:</source> -<target>Predvolená cesta logu:</target> - -<source>&Delete logs after x days:</source> -<target>&Zmazať log po x dňoch:</target> - -<source>Notification sounds:</source> -<target>Zvuk oznámenia:</target> - -<source>Synchronization finished:</source> -<target>Synchronizácia dokončená:</target> - -<source>Customize context menu:</source> -<target>Prispôsobiť kontextovú ponuku:</target> - -<source>Description</source> -<target>Popis</target> - -<source>&Default</source> -<target>&Predvolené</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Spätná väzba a návrhy sú vítané:</target> - -<source>Home page</source> -<target>Domovská stránka</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync fórum</target> - -<source>Email</source> -<target>Email</target> - -<source>If you like FreeFileSync:</source> -<target>Pokiaľ sa Vám FreeFileSync páči:</target> - -<source>Support with a donation</source> -<target>Podporiť darom</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Automatická aktualizácia bola zakázaná správcom.</target> - -<source>Donation details</source> -<target>Detajly darovania</target> - -<source>Source code written in C++ using:</source> -<target>Zdrojový kód bol napísaný kompletne v C++ pomocou:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publikované pod GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Poďakovanie za preklad FreeFileSync:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>aktivovať FreeFileSync Donation Edition pomocou jednej z nasledujúcich metód:</target> - -<source>Activate via internet now:</source> -<target>Aktivovať teraz cez internet:</target> - -<source>Activate online</source> -<target>Aktivovať online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Získať offline aktivačný kľúč z URL adresy:</target> - -<source>&Copy to clipboard</source> -<target>&Skopírovať do schránky</target> - -<source>Enter activation key:</source> -<target>Zadať aktivačný kľúč:</target> - -<source>Activate offline</source> -<target>Aktivovať offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Zvýrazniť konfigurácie, ktoré neboli vykonané viac ako nasledujúci počet dní:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync potrebuje povolenie pre prístup aby predišlo "Operácia nie je povolená" chybám počas synchronizácie dát (napr. Email, Správy, Kalendár).</target> - -<source>Locate the FreeFileSync app</source> -<target>Lokalizovať FreeFileSync aplikáciou</target> - -<source>Open Security && Privacy</source> -<target>Otvoriť Bezpečnosť a súkromie</target> - -<source>Click the lock to allow changes.</source> -<target>Pre povolenie zmien klikni na zámok.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Potiahni FreeFileSync na panel.</target> - -<source>Synchronization Settings</source> -<target>Nastavenia synchronizácie</target> - -<source>Access Online Storage</source> -<target>Prístup k Online Storage</target> - -<source>Save as a Batch Job</source> -<target>Uložiť ako Batch Job</target> - -<source>Delete Items</source> -<target>Zmazať položky</target> - -<source>Copy Items</source> -<target>Kopírovať položky</target> - -<source>Options</source> -<target>Nastavenie programu</target> - -<source>Select Time Span</source> -<target>Zadať časové rozmedzie</target> - -<source>Highlight Configurations</source> -<target>Zvýrazniť konfigurácie</target> - -<source>Grant Full Disk Access</source> -<target>Povoliť plný prístup k disku</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Žiadne logy</target> - -<source>Select all</source> -<target>Vybrať všetko</target> - -<source>&Options</source> -<target>Nastavenie &programu</target> - -<source>Main Bar</source> -<target>Hlavná lišta</target> - -<source>Folder Pairs</source> -<target>Priečinkové dvojice</target> - -<source>Find</source> -<target>Hľadať</target> - -<source>View Settings</source> -<target>Nastavenie zobrazenia</target> - -<source>Configuration</source> -<target>Konfigurácia</target> - -<source>Overview</source> -<target>Prehľad</target> - -<source>Swap sides</source> -<target>Zámena strán</target> - -<source>Show "%x"</source> -<target>Zobraziť "%x"</target> - -<source>&Show details</source> -<target>&Zobraziť podrobnosti</target> - -<source>FreeFileSync %x is available!</source> -<target>Je dostupná FreeFileSync verzia %x!</target> - -<source>Local path not available for %x.</source> -<target>Lokálna cesta pre %x nie je k dispozícií.</target> - -<source>Confirm</source> -<target>Potvrdiť</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Naozaj chcete vykonať príkaz %y pre 1 položku?</pluralform> -<pluralform>Naozaj chcete vykonať príkaz %y pre %x položky?</pluralform> -<pluralform>Naozaj chcete vykonať príkaz %y pro %x položiek?</pluralform> -</target> - -<source>&Execute</source> -<target>&Spustiť</target> - -<source>Set direction:</source> -<target>Zadať smer:</target> - -<source>multiple selection</source> -<target>viacnásobný výber</target> - -<source>&Include via filter:</source> -<target>&Zahrnúť podľa filtru:</target> - -<source>&Exclude via filter:</source> -<target>&Vylúčiť podľa filtru:</target> - -<source>Include temporarily</source> -<target>Pridať dočasne</target> - -<source>Exclude temporarily</source> -<target>Vynechať dočasne</target> - -<source>&Synchronize selection</source> -<target>&Synchronizovať vybrané</target> - -<source>&Copy to...</source> -<target>&Kopírovať do...</target> - -<source>&Delete</source> -<target>&Zmazať</target> - -<source>Show icons:</source> -<target>Zobraziť ikony:</target> - -<source>Small</source> -<target>Malé</target> - -<source>Medium</source> -<target>Stredné</target> - -<source>Large</source> -<target>Veľké</target> - -<source>Select time span...</source> -<target>Zadajte časové rozmedzie...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Porovnanie a synchronizácia priečinkov</target> - -<source>Configuration saved</source> -<target>Konfigurácia uložená</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync dávka</target> - -<source>Do you want to save changes to %x?</source> -<target>Uložiť zmeny do %x?</target> - -<source>Never save &changes</source> -<target>Nikdy &neukladať zmeny</target> - -<source>Do&n't save</source> -<target>&Neukladať</target> - -<source>%x cannot be renamed.</source> -<target>%x nemôže byť premenované.</target> - -<source>New name:</source> -<target>Nový názov:</target> - -<source>Rename Configuration</source> -<target>Premenovať Konfiguráciu</target> - -<source>Configuration name must not be empty.</source> -<target>Názov konfigurácie nemôže zostať prázdny.</target> - -<source>&Rename...</source> -<target>&Premenovať...</target> - -<source>Hide configuration</source> -<target>Skryť konfiguráciu</target> - -<source>Highlight...</source> -<target>Zvýrazniť...</target> - -<source>Clear filter</source> -<target>Vymazať filter</target> - -<source>Show files that exist on left side only</source> -<target>Zobraziť súbory existujúce iba vľavo</target> - -<source>Show files that exist on right side only</source> -<target>Zobraziť súbory existujúce iba vpravo</target> - -<source>Show files that are newer on left</source> -<target>Zobraziť novšie súbory vľavo</target> - -<source>Show files that are newer on right</source> -<target>Zobraziť novšie súbory vpravo</target> - -<source>Show files that are equal</source> -<target>Zobraziť rovnaké súbory</target> - -<source>Show files that are different</source> -<target>Zobraziť rozdielne súbory</target> - -<source>Show conflicts</source> -<target>Zobraziť konflikty</target> - -<source>Show files that will be created on the left side</source> -<target>Zobraziť súbory, ktoré budú vľavo vytvorené</target> - -<source>Show files that will be created on the right side</source> -<target>Zobraziť súbory, ktoré budú vpravo vytvorené</target> - -<source>Show files that will be deleted on the left side</source> -<target>Zobraziť súbory, ktoré budú vľavo zmazané</target> - -<source>Show files that will be deleted on the right side</source> -<target>Zobraziť súbory, ktoré budú vpravo zmazané</target> - -<source>Show files that will be updated on the left side</source> -<target>Zobraziť súbory, ktoré budú vľavo aktualizované</target> - -<source>Show files that will be updated on the right side</source> -<target>Zobraziť súbory, ktoré budú vpravo aktualizované</target> - -<source>Show files that won't be copied</source> -<target>Zobraziť súbory, ktoré nebudú kopírované</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Zobraziť filtrované alebo dočasne vynechané súbory</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Všetky súbory sú synchronizované</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 adresár</pluralform> -<pluralform>%x adresáre</pluralform> -<pluralform>%x adresárov</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 súbor</pluralform> -<pluralform>%x súbory</pluralform> -<pluralform>%x súborov</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Zobrazenie %y z 1 riadku</pluralform> -<pluralform>Zobrazenie %y z %x riadky</pluralform> -<pluralform>Zobrazenie %y z %x riadkov</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Nie je možné nájsť %x</target> - -<source>Move up</source> -<target>Dohora</target> - -<source>Move down</source> -<target>Dodola</target> - -<source>Comma-separated values</source> -<target>Hodnoty oddelené čiarkami</target> - -<source>File list exported</source> -<target>Zoznam súborov bol exportovaný</target> - -<source>Searching for program updates...</source> -<target>Hľadanie aktualizácií programu...</target> - -<source>Paused</source> -<target>Pauza</target> - -<source>Stop requested...</source> -<target>Zastavenie požiadavky...</target> - -<source>Initializing...</source> -<target>Inicializácia...</target> - -<source>Comparing content...</source> -<target>Porovnávanie obsahu...</target> - -<source>&Continue</source> -<target>&Pokračovať</target> - -<source>Progress</source> -<target>Priebeh</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Ďakujem, %x, za dar a podporu!</target> - -<source>Connections</source> -<target>Pripojenia</target> - -<source>Recommended range:</source> -<target>Odporúčaný rozsah:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Skutočne sa chcete odpojiť z užívateľského účtu %x?</target> - -<source>Password:</source> -<target>Heslo:</target> - -<source>Key passphrase:</source> -<target>Prístupová fráza:</target> - -<source>Please enter a file path.</source> -<target>Prosím zadajte cestu k súboru.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopírovať následujúcu položku do iného priečinka?</pluralform> -<pluralform>Kopírovať následujúce %x položky do iného priečinka?</pluralform> -<pluralform>Kopírovať následujúcich %x položiek do iného priečinka?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Prosím zadajte cieľový priečinok.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Naozaj chcete presunúť následujúcu položku do Koša?</pluralform> -<pluralform>Naozaj chcete presunúť následujúce %x položky do Koša?</pluralform> -<pluralform>Naozaj chcete presunúť následujúcich %x položiek do Koša?</pluralform> -</target> - -<source>Move</source> -<target>Presunúť</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Naozaj chcete zmazať následujúcu položku?</pluralform> -<pluralform>Naozaj chcete zmazať následujúce %x položky?</pluralform> -<pluralform>Naozaj chcete zmazať následujúcich %x položiek?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Spustiť synchronyzáciu vybraných?</target> - -<source>Start synchronization now?</source> -<target>Spustiť synchronizáciu teraz?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopírovať DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrácia externej aplikácie do kontextovéj ponuky. K dispozici jsou následující makrá:</target> - -<source>Full file or folder path</source> -<target>Úplná cesta k súboru alebo priečinku</target> - -<source>Parent folder path</source> -<target>Cesta k nadriadenému priečinku</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Dočasná lokálna kópia pre SFTP a MTP úložisko</target> - -<source>Parameters for opposite side</source> -<target>Parametre pre protiľahlú stranu</target> - -<source>Show hidden dialogs again</source> -<target>Znovu zobraziť skryté dialógy</target> - -<source>All dialogs shown</source> -<target>Zobrazenie všetkých dialógov</target> - -<source>Downloading update...</source> -<target>Sťahovanie aktualizácie...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Rozpoznať rovnaké súbory porovnaním ich času úpravy a veľkosti.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Rozpoznať rovnaké súbory porovnaním ich obsahu.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Rozpoznať rovnaké súbory porovnaním ich veľkosti.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Rozpoznať a vykonať zmeny na oboch stranách. Odstránené, presunuté alebo premenované súbory a konflikty budú detekované automaticky pomocou databázy.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Vytvoriť zrkadlovú kópiu ľavého priečinka tak, aby po synchronizácií pravého priečinka presne odpovedal ľavému.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopírovať nové a aktualizované súbory do pravého priečinka.</target> - -<source>Configure your own synchronization rules.</source> -<target>Nastavenie vlastných pravidiel synchronizácie.</target> - -<source>Comparison</source> -<target>Porovnanie</target> - -<source>Synchronization</source> -<target>Synchronizácia</target> - -<source>This week</source> -<target>Tento týždeň</target> - -<source>This month</source> -<target>Tento mesiac</target> - -<source>This year</source> -<target>Tento rok</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Ponechať zmazané a prepísané sobory v Koši</target> - -<source>Delete and overwrite files permanently</source> -<target>Zmazať a prepísať súbory natrvalo</target> - -<source>Replace</source> -<target>Nahradiť</target> - -<source>Move files and replace if existing</source> -<target>Presunúť a nahradiť súbory pokiaľ už existujú</target> - -<source>Time stamp</source> -<target>Časová značka</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Presunúť súbory do podpriečinka s časovou značkou</target> - -<source>File</source> -<target>Súbor</target> - -<source>Append a time stamp to each file name</source> -<target>Pridať časovú značku ku každému názvu súboru</target> - -<source>On completion:</source> -<target>Po dokončení:</target> - -<source>On errors:</source> -<target>Pri chybách:</target> - -<source>On success:</source> -<target>Pri úspechu:</target> - -<source>Main config</source> -<target>Hlavná konfigurácia</target> - -<source>empty</source> -<target>prázdne</target> - -<source>Leave as unresolved conflict</source> -<target>Ponechať ako nevyriešený konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>RRRR-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minimálny počet verzií musí byť menší ako maximálny počet.</target> - -<source>&Restore</source> -<target>&Obnoviť</target> - -<source>Files</source> -<target>Súbory</target> - -<source>Percentage</source> -<target>Percentný podiel</target> - -<source>Failed to retrieve update information.</source> -<target>Získanie informácie o aktualizácií bolo neúspešné.</target> - -<source>Automatic updates:</source> -<target>Automatická aktualizácia:</target> - -<source>Check for Program Updates</source> -<target>Hľadanie aktualizácií programu</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Automaticky aktualizovať teraz alebo ručne z domovskej stránky FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Automatická aktualizácia</target> - -<source>&Home page</source> -<target>&Domovská stránka</target> - -<source>Download now?</source> -<target>Stiahúť teraz?</target> - -<source>&Download</source> -<target>&Sťahovannie</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync je aktuálny.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Nie je možné nájsť online číslo verzie FreeFileSync. pravdepodobne je k dispozícií novšia verzia. Overiť teraz manuálne?</target> - -<source>&Check</source> -<target>&Kontrola</target> - -<source>Consistency check failed for %x.</source> -<target>Overenie konzistencie pre %x zlyhalo.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Inštalácia bola registrovaná na inom operačnom systéme.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>aktivácia FreeFileSync Donation Edition bola neúspešná.</target> - -<source>Incorrect activation key.</source> -<target>Neplatný aktivačný kľúč.</target> - -<source>Unable to register to receive system messages.</source> -<target>Nepodarilo sa registrovať k odberu systémových správ.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Inštalačná možnosť %x je dostupná iba pri FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Nie je možné nájsť systémovú funkciu %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Nepodarilo sa registrovať správy zaiadenia %x.</target> - -<source>The file is locked by another process:</source> -<target>Súbor je uzamknutý iným procesom:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Nepodarilo sa načítať oprávnenia pre zložku %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Nie je možné načítať prístupové práva pre %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Nie je možné zapísať prístupové práva pre %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Nie je možné načítať oprávnenie pre %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Nie je možné kopírovať oprávnenie z %x do %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x nie je platným názvom adresára.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Nie je možné kopírovať atribúty z %x do %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 minúta</pluralform> -<pluralform>%x minúty</pluralform> -<pluralform>%x minút</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hodina</pluralform> -<pluralform>%x hodiny</pluralform> -<pluralform>%x hodín</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Nie je možné nastaviť práva pre %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Nie je možné pozastaviť Režím spánku.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Nie je možné nastaviť I/O priority procesu.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Zlyhala kontrola Koša pre priečinok %x.</target> - -<source>Unable to shut down the system.</source> -<target>Systém sa nedá vypnúť.</target> - -<source>Prepare installation</source> -<target>Príprava inštalácie</target> - -<source>Choose which components you want to install.</source> -<target>Vyberte komponenty k inštalácií.</target> - -<source>Select installation type:</source> -<target>Vyberte typ inštalácie:</target> - -<source>Local</source> -<target>Lokálne</target> - -<source>Portable</source> -<target>Prenosná</target> - -<source>Save settings in %x</source> -<target>Uložiť nastavenia do %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Zaregistruje prípony súborov FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Vytvoriť položky v kontextovej pnuke Prieskumníka</target> - -<source>Save settings in installation directory</source> -<target>Uložiť nastavenia do zložky inštalácie</target> - -<source>Do not write to Registry</source> -<target>Nezapisovať do Registrov</target> - -<source>Just copy the files</source> -<target>Skopíruje iba súbory</target> - -<source>Choose a directory for installation:</source> -<target>Vyberte zložku pre inštaláciu:</target> - -<source>Create shortcuts:</source> -<target>Vytvoriť zástupcu:</target> - -<source>Desktop</source> -<target>Plocha</target> - -<source>Start Menu</source> -<target>Ponuka Štart</target> - -<source>Send To</source> -<target>Odoslať kam</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Zaregistrovať príponu súborov FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Odregistrovať príponu súborov FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync konfigurácia</target> - -<source>FreeFileSync Batch File</source> -<target>Dávkový súbor FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Synchronizačná databáza FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Konfigurácia RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Upraviť vo FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Namiesto reklamy je tu obrázok zvieraťa.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Prenosnú verziu FreeFileSync nie je možné inštalovať do podpriečinka %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Prosím zvoľte lokálny typ inštalácie alebo vyberte iný priečinok pre inštaláciu.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Získajte Donation Edition s bonusovými funkciami a pomôžte udržať FreeFileSync bez reklám.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/slovenian.lng b/FreeFileSync/Build/Resources/Languages/slovenian.lng deleted file mode 100755 index 6e81849b..00000000 --- a/FreeFileSync/Build/Resources/Languages/slovenian.lng +++ /dev/null @@ -1,2168 +0,0 @@ -<header> - <language>Slovenščina</language> - <translator>dr.Vinko Kastelic</translator> - <locale>sl_SI</locale> - <image>flag_slovenia.png</image> - <plural_count>4</plural_count> - <plural_definition>n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Ne morem prebrati datoteke %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Nepričakovana velikost toka podatkov. -Pričakovano: %x bajtov -Dejansko: %y bajtov -</target> - -<source>Cannot write file %x.</source> -<target>Ne morem zapisati datoteke %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Ne morem zapisati dovoljenj za %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Operacija med različnimi napravami ni podprta.</target> - -<source>Cannot delete file %x.</source> -<target>Ne morem izbrisati datoteke %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Ne morem izbrisati simbolične povezave %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Ne morem izbrisati imenika %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Ne morem premakniti datoteko %x v %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Ne morem kopirati simbolične povezave %x v %y.</target> - -<source>Error Code %x</source> -<target>Napačna koda %x.</target> - -<source>Cannot read directory %x.</source> -<target>Ne morem prebrati direktorija %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Ne morem zapisati časa spremembe od %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Ne morem brati datotečnih atributov od %x.</target> - -<source>Cannot create directory %x.</source> -<target>Ne morem ustvariti imenika %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Ne morem določiti končne poti za %x.</target> - -<source>Operation not supported by device.</source> -<target>Operacija z napravo ni podprta.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Ne morem razrešiti simbolične povezave %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Ne morem premakniti %x v koš.</target> - -<source>Authentication completed.</source> -<target>Preverjanje pristnosti končano.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>To stran lahko zdaj zaprete in nadaljujete z FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Preverjanje pristnosti ni uspelo.</target> - -<source>Unable to connect to %x.</source> -<target>Ne morem povezati na %x.</target> - -<source>Cannot find %x.</source> -<target>Ne najdem %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Ime %x uporablja več kot ena postavka v mapi.</target> - -<source>Please authorize access to user account %x.</source> -<target>Odobrite dostop do uporabniškega računa %x.</target> - -<source>Cannot open file %x.</source> -<target>Ne morem odpreti datoteke %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Ime %x že uporablja druga postavka.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Ne morem določiti prostega prostora na disku za %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Povezave z %x ni mogoče prekiniti.</target> - -<source>Unable to access %x.</source> -<target>Ne morem dostopati do %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Ne morem pridobiti informacije o strežniku %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Ne morem nadzirati imenika %x.</target> - -<source>Cannot find device %x.</source> -<target>Ne najdem naprave %x.</target> - -<source>Cannot open directory %x.</source> -<target>Ne morem odpreti imenika %x.</target> - -<source>Unsupported item type.</source> -<target>Nepodprta vrsta postavke.</target> - -<source>Incorrect command line:</source> -<target>Napačna ukazna vrstica:</target> - -<source>The server does not support authentication via %x.</source> -<target>Strežnik ne podpira preverjanja pristnosti preko %x.</target> - -<source>Required:</source> -<target>Zahtevano:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Operacija je potekla po %x sekundi.</pluralform> -<pluralform>Operacija je potekla po %x sekundah.</pluralform> -<pluralform>Operacija je potekla po %x sekundah.</pluralform> -<pluralform>Operacija je potekla po %x sekundah.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Ne morem čakati na več kot %x povezavo naenkrat.</pluralform> -<pluralform>Ne morem čakati na več kot %x povezavi naenkrat.</pluralform> -<pluralform>Ne morem čakati na več kot %x povezave naenkrat.</pluralform> -<pluralform>Ne morem čakati na več kot %x povezav naenkrat.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktivne povezave: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Ne morem odpreti SFTP kanala številka %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Obe strani sta spremenjeni po zadnji sinhronizaciji.</target> - -<source>Cannot determine sync-direction:</source> -<target>Ne morem določiti sinhronizacijske smeri:</target> - -<source>No change since last synchronization.</source> -<target>Ni sprememb po zadnji sinhronizaciji.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Vnos podatkovne zbirke ni sinhroniziran ob upoštevanju trenutnih nastavitev.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Nastavitve privzetih smeri sinhronizacije: Stare datoteke bodo prepisane z novimi datotekami.</target> - -<source>Creating file %x</source> -<target>Ustvarjam datoteko %x</target> - -<source>Creating folder %x</source> -<target>Ustvarjam mapo %x</target> - -<source>Creating symbolic link %x</source> -<target>Ustvarjam simbolično povezavo %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Premikam datoteko %x v koš</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Premikam mapo %x v koš</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Premikam simbolično povezavo %x v koš</target> - -<source>Deleting file %x</source> -<target>Brisanje datoteke %x</target> - -<source>Deleting folder %x</source> -<target>Brisanje mape %x</target> - -<source>Deleting symbolic link %x</source> -<target>Brisanje simbolične povezave %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Preverjam razpoložljivost koša za mapo %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Koš ne podpira sledečih map. Izbrisane ali prepisane datoteke ne bo mogoče obnoviti:</target> - -<source>An exception occurred</source> -<target>Prišlo je do izjeme</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Levo in desno pot imenika se pričakuje po %x.</target> - -<source>Syntax error</source> -<target>Sintaktična napaka</target> - -<source>Cannot find file %x.</source> -<target>Ne najdem datoteke %x.</target> - -<source>Error</source> -<target>Napaka</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Datoteka %x ne vsebuje veljavnih nastavitev.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Konfiguracijska datoteka ne sme vsebovati nastavitev na ravni imeniških parov, ko so imeniki nastavljeni preko ukazne vrstice.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Imenikov ni mogoče nastaviti za več kot eno nastavitveno datoteko.</target> - -<source>Command line</source> -<target>Ukazna vrstica</target> - -<source>Syntax:</source> -<target>Sintaksa:</target> - -<source>config files:</source> -<target>konfiguracijske datoteke:</target> - -<source>directory</source> -<target>imenik</target> - -<source>global config file:</source> -<target>datoteka z globalnimi konfiguracijami:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Poljubno število FreeFileSync "ffs_gui" in/ali "ffs_batch" nastavitvenih datotek.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Poljubno število alternativnih parov imenikov za največ eno nastavitveno datoteko.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Odprite izbrano nastavitev samo za urejanje, ne da bi jo izvedli.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Pot do alternativne datoteke GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Namestitvena datoteka je poškodovana. Prosim ponovno naložite FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Ne najdem naslednjih map:</target> - -<source>The following folders do not yet exist:</source> -<target>Naslednje mape še ne obstajajo:</target> - -<source>The folders are created automatically when needed.</source> -<target>Mape se samodejno ustvarijo po potrebi.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Naslednje poti map se razlikujejo. Uporabite en obrazec, da se izognete podvojenim dostopom.</target> - -<source>Scanning:</source> -<target>Skeniranje:</target> - -<source>Comparison finished:</source> -<target>Primerjava je končana:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>%x najdena postavka</pluralform> -<pluralform>%x najdeni postavki</pluralform> -<pluralform>%x najdene postavke</pluralform> -<pluralform>%x najdenih postavk</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Pretečeni čas:</target> - -<source>File %x has an invalid date.</source> -<target>Datoteka %x ima neveljaven datum.</target> - -<source>Date:</source> -<target>Datum:</target> - -<source>Files have the same date but a different size.</source> -<target>Datoteke imajo isti datum toda različno velikost.</target> - -<source>Size:</source> -<target>Velikost:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Primerjava vsebine je bila preskočena zaradi izključenih datotek.</target> - -<source>Items differ in attributes only</source> -<target>Postavke se razlikujejo samo po atributih</target> - -<source>Resolving symbolic link %x</source> -<target>Razrešujem simbolično povezavo %x</target> - -<source>Comparing content of files %x</source> -<target>Primerjam vsebino datotek %x</target> - -<source>Generating file list...</source> -<target>Ustvarjam seznam datotek...</target> - -<source>Fail-safe file copy</source> -<target>Pred napako varno kopiranje datotek</target> - -<source>Enabled</source> -<target>Omogočeno</target> - -<source>Disabled</source> -<target>Onemogočeno</target> - -<source>Copy locked files</source> -<target>Kopiraj zaklenjene datoteke</target> - -<source>Copy file access permissions</source> -<target>Kopiraj dovoljenja za dostop do datotek</target> - -<source>File time tolerance</source> -<target>Časovna toleranca datoteke</target> - -<source>Run with background priority</source> -<target>Zaženi s prioriteto v ozadju</target> - -<source>Lock directories during sync</source> -<target>Zakleni imenike med sinhronizacijo</target> - -<source>Verify copied files</source> -<target>Preveri kopirane datoteke</target> - -<source>Using non-default global settings:</source> -<target>Uporabljam neprivzete globalne nastavitve:</target> - -<source>A folder input field is empty.</source> -<target>Polje za vnos mape je prazno.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Ustrezna mapa bo smatrana kot prazna.</target> - -<source>Exclude:</source> -<target>Izključi:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Osnovna mapa iz para map je vsebovana že v drugi mapi.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Mapa mora biti izvzeta iz sinhronizacije z uporabo filtra.</target> - -<source>Calculating sync directions...</source> -<target>Izračunavam smeri sinhronizacije...</target> - -<source>Out of memory.</source> -<target>Ni dovolj pomnilnika.</target> - -<source>Show in Explorer</source> -<target>Prikaži v Raziskovalcu</target> - -<source>Open with default application</source> -<target>Odpri s privzeto aplikacijo</target> - -<source>Browse directory</source> -<target>Brskaj po imeniku</target> - -<source>Database file %x is incompatible.</source> -<target>Datoteka podatkovne baze %x je nekompatibilna.</target> - -<source>Initial synchronization:</source> -<target>Začetna sinhronizacija:</target> - -<source>Database file %x does not yet exist.</source> -<target>Datoteka podatkovne baze %x še ne obstaja.</target> - -<source>Database file is corrupted:</source> -<target>Datoteka v bazi podatkov je poškodovana:</target> - -<source>Loading file %x...</source> -<target>Nalagam datoteko %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Datoteke v bazi podatkov še ne vsebujejo informacije o zadnji sinhronizaciji.</target> - -<source>Saving file %x...</source> -<target>Shranjevanje datoteke %x...</target> - -<source>Searching for folder %x...</source> -<target>Iskanje mape %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Čas je potekel med iskanjem datoteke %x.</target> - -<source>Cannot get process information.</source> -<target>Ne morem pridobiti informacij o procesu.</target> - -<source>Waiting while directory is locked:</source> -<target>Čakam dokler je imenik zaklenjen:</target> - -<source>Lock owner:</source> -<target>Lastnik zaklepa:</target> - -<source>Detecting abandoned lock...</source> -<target>Zaznavanje opuščenega zaklepa...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x sek</pluralform> -<pluralform>%x sek</pluralform> -<pluralform>%x sek</pluralform> -<pluralform>%x sek</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Postavka obstaja samo na levi strani</target> - -<source>Item exists on right side only</source> -<target>Postavka obstaja samo na desni strani</target> - -<source>Left side is newer</source> -<target>Leva stran je novejša</target> - -<source>Right side is newer</source> -<target>Desna stran je novejša</target> - -<source>Items have different content</source> -<target>Postavke imajo različno vsebino</target> - -<source>Both sides are equal</source> -<target>Obe strani sta enaki</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikt/postavka ni mogoče kategorizirati</target> - -<source>Copy new item to left</source> -<target>Kopiraj novo postavko na levo</target> - -<source>Copy new item to right</source> -<target>Kopiraj novo postavko na desno</target> - -<source>Delete left item</source> -<target>Izbriši postavko na levi strani</target> - -<source>Delete right item</source> -<target>Izbriši postavko na desni strani</target> - -<source>Move file on left</source> -<target>Premakni datoteko na levo stran</target> - -<source>Move file on right</source> -<target>Premakni datoteko na desno stran</target> - -<source>Update left item</source> -<target>Posodobi postavko na levi strani</target> - -<source>Update right item</source> -<target>Posodobi postavko na desni strani</target> - -<source>Do nothing</source> -<target>Ne naredi ničesar</target> - -<source>Update attributes on left</source> -<target>Posodobi atribute na levi strani</target> - -<source>Update attributes on right</source> -<target>Posodobi atribute na desni strani</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Napaka pri razčlenjevanju datoteke %x, vrstica %y, stolpec %z.</target> - -<source>Services</source> -<target>Storitve</target> - -<source>Show All</source> -<target>Pokaži vse</target> - -<source>Hide Others</source> -<target>Skrij druge</target> - -<source>Hide %x</source> -<target>Skrij %x</target> - -<source>Quit %x</source> -<target>Nehaj %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Ne morem nastaviti zaklepanje imenika za naslednje mape:</target> - -<source>Errors:</source> -<target>Napake:</target> - -<source>Warnings:</source> -<target>Opozorila:</target> - -<source>Items processed:</source> -<target>Obdelanih postavk:</target> - -<source>Items remaining:</source> -<target>Preostalih postavk:</target> - -<source>Total time:</source> -<target>Celoten čas:</target> - -<source>Warning</source> -<target>Opozorilo</target> - -<source>Stopped</source> -<target>Ustavljeno</target> - -<source>Cleaning up log files:</source> -<target>Čiščenje datotek dnevnika:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x nit</pluralform> -<pluralform>%x niti</pluralform> -<pluralform>%x niti</pluralform> -<pluralform>%x niti</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x postavk</target> - -<source>Completed successfully</source> -<target>Uspešno končano</target> - -<source>Completed with warnings</source> -<target>Dokončano z opozorili</target> - -<source>Completed with errors</source> -<target>Dokončano z napakami</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Ne morem dostopati do Volume Shadov Copy storitve.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Prosimo, zaženite 64-bitno različico FreeFileSync za ustvarjanje senčnih kopij v tem sistemu.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Ime nosilca %x ni del poti datoteke %y.</target> - -<source>File time and size</source> -<target>Čas in velikost datoteke</target> - -<source>File content</source> -<target>Vsebina datoteke</target> - -<source>File size</source> -<target>Velikost datoteke</target> - -<source>Two way</source> -<target>Dvosmerno</target> - -<source>Mirror</source> -<target>Zrcalno</target> - -<source>Update</source> -<target>Posodobi</target> - -<source>Custom</source> -<target>Po meri</target> - -<source>Multiple...</source> -<target>Večkratno...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Ne morem zapisati datotečnih atributov od %x.</target> - -<source>%x and %y have different content.</source> -<target>%x in %y imata različno vsebino.</target> - -<source>Data verification error:</source> -<target>Napaka pri preverjanju podatkov:</target> - -<source>Moving file %x to %y</source> -<target>Premikam datoteko %x v %y</target> - -<source>Moving folder %x to %y</source> -<target>Premikam mapo %x v %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Premikam simbolično povezavo %x v %y</target> - -<source>Updating file %x</source> -<target>Posodabljanje datoteke %x</target> - -<source>Updating symbolic link %x</source> -<target>Posodabljanje simbolične povezave %x</target> - -<source>Verifying file %x</source> -<target>Preverjam datoteko %x</target> - -<source>Updating attributes of %x</source> -<target>Posodabljam atribute od %x</target> - -<source>Source item %x not found</source> -<target>Izvorna postavka %x ni bila najdena</target> - -<source>Parent folder %x is not existing.</source> -<target>Nadrejena mapa %x ne obstaja.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Ne morem kopirati datoteke %x v %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Ustvarjam Volume Shadow Copy za %x...</target> - -<source>Cannot find folder %x.</source> -<target>Ne najdem mape %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Ciljna mapa %x že obstaja, toda med primerjanjem map ni bila na voljo.</target> - -<source>Target folder input field must not be empty.</source> -<target>Vnosno polje ciljnë mape ne sme biti prazno.</target> - -<source>Source folder %x not found.</source> -<target>Izvorne mape %x ni moč najti.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Prosim vnesite ciljno mapo za označitev.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Naslednje postavke imajo nerešene konflikte in ne bodo sinhronizirane:</target> - -<source>Folder pair:</source> -<target>Par map:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Naslednje mape so bistveno različne. Prosimo preverite, ali so izbrane pravilne mape za sinhroniziranje.</target> - -<source>Not enough free disk space available in:</source> -<target>Na voljo ni dovolj prostega prostora na disku v:</target> - -<source>Available:</source> -<target>Na voljo:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Nekatere datoteke bodo sinhronizirane kot del večih osnovnih map.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>V izogib konfliktom, nastavite izključitev filtrov, tako da je vsaka posodobljena datoteka povezana samo z eno osnovno mapo.</target> - -<source>Versioning folder:</source> -<target>Označitev mape:</target> - -<source>Base folder:</source> -<target>Osnovna mapa:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Mapa različic je vsebovana v osnovni mapi.</target> - -<source>Synchronizing folder pair:</source> -<target>Sinhroniziram parne mape:</target> - -<source>Generating database...</source> -<target>Ustvarjam podatkovno bazo...</target> - -<source>Searching for old file versions:</source> -<target>Iskanje starih različic datotek:</target> - -<source>Removing old file versions:</source> -<target>Odstranjevanje starejših različic datotek:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Časovnega žiga za oznčitev ni bilo mogoče ustvariti:</target> - -<source>Drag && drop</source> -<target>Povleci && spusti</target> - -<source>Select a folder</source> -<target>Izberite imenik</target> - -<source>&New</source> -<target>&Nova</target> - -<source>&Open...</source> -<target>&Odpri...</target> - -<source>Save &as...</source> -<target>Shr&ani kot...</target> - -<source>E&xit</source> -<target>I&zhod</target> - -<source>&File</source> -<target>&Datoteka</target> - -<source>&View help</source> -<target>&Prikaži pomoč</target> - -<source>&About</source> -<target>&Vizitka</target> - -<source>&Help</source> -<target>&Pomoč</target> - -<source>Usage:</source> -<target>Uporaba:</target> - -<source>Select folders to watch.</source> -<target>Izberite mape za opazovanje.</target> - -<source>Enter a command line.</source> -<target>Vnesite ukazno vrstico.</target> - -<source>Press 'Start'.</source> -<target>Pritisnite 'Začni'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Če želite začeti, uvozite datoteko "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Mape za pregled:</target> - -<source>Add folder</source> -<target>Dodaj mapo</target> - -<source>Remove folder</source> -<target>Odstrani mapo</target> - -<source>Browse</source> -<target>Brskaj</target> - -<source>Idle time (in seconds):</source> -<target>Čas mirovanja (v sekundah):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Čas mirovanja med zadnjo zaznano spremembo in izvedbo ukaza</target> - -<source>Command line:</source> -<target>Ukazna vrstica:</target> - -<source>&Hide console window</source> -<target>&Skrij okno konzole</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Ukaz se sproži če: -- se spremenijo datoteke ali podmape -- pojavijo nove mape (npr. ob vstavitvi USB ključka) -</target> - -<source>Start</source> -<target>Začni</target> - -<source>About</source> -<target>Vizitka</target> - -<source>Build: %x</source> -<target>Gradnja: %x</target> - -<source>All files</source> -<target>Vse datoteke</target> - -<source>Automated Synchronization</source> -<target>Samodejna sinhronizacija</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Protokol %x ne podpira nadzora imenikov:</target> - -<source>Directory monitoring active</source> -<target>Nadzor imenikov je aktiven</target> - -<source>Waiting until directory is available:</source> -<target>Čakanje, da je imenik na voljo:</target> - -<source>&Configure</source> -<target>&Konfiguriraj</target> - -<source>&Show error message</source> -<target>&Prikaži sporočilo o napaki</target> - -<source>&Quit</source> -<target>&Zapri</target> - -<source>&Retry</source> -<target>&Ponovi</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x bajt</pluralform> -<pluralform>%x bajta</pluralform> -<pluralform>%x bajti</pluralform> -<pluralform>%x bajtov</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Nalagam...</target> - -<source>Scanning...</source> -<target>Skeniram...</target> - -<source>configuration file</source> -<target>konfiguracijska datoteka</target> - -<source>System: Sleep</source> -<target>Sistem: Spanje</target> - -<source>System: Shut down</source> -<target>Sistem: Izključi računalnik</target> - -<source>Nothing to synchronize</source> -<target>Nič za sinhroniziranje</target> - -<source>Executing command:</source> -<target>Izvedi ukaz:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Če želite odpraviti to težavo, lahko preklopite na glavno okno FreeFileSync.</target> - -<source>&Don't show this warning again</source> -<target>&Ne prikazuj več tega opozorila</target> - -<source>&Ignore</source> -<target>&Prezri</target> - -<source>&Switch</source> -<target>&Preklopi</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Preklop na glavno okno FreeFileSync</target> - -<source>Automatic retry</source> -<target>Samodejno poskusi znova</target> - -<source>Ignore &all</source> -<target>Prezri &vse</target> - -<source>Retrying operation...</source> -<target>Ponovni poizkus operacije...</target> - -<source>Serious Error</source> -<target>Resna napaka</target> - -<source>Last session</source> -<target>Zadnja seja</target> - -<source>Today</source> -<target>Danes</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x dan</pluralform> -<pluralform>%x dneva</pluralform> -<pluralform>%x dnevi</pluralform> -<pluralform>%x dni</pluralform> -</target> - -<source>Name</source> -<target>Ime</target> - -<source>Last sync</source> -<target>Zadnja sinhronizacija</target> - -<source>Log</source> -<target>Dnevnik</target> - -<source>Folder</source> -<target>Mapa</target> - -<source>Symlink</source> -<target>Simbolična povezava</target> - -<source>Full path</source> -<target>Celotna pot</target> - -<source>Relative path</source> -<target>Relativna pot</target> - -<source>Item name</source> -<target>Ime postavke</target> - -<source>Size</source> -<target>Velikost</target> - -<source>Date</source> -<target>Datum</target> - -<source>Extension</source> -<target>Pripona</target> - -<source>Category</source> -<target>Kategorija</target> - -<source>Action</source> -<target>Ukrep</target> - -<source>Local comparison settings</source> -<target>Lokalne nastavitve primerjave</target> - -<source>Local synchronization settings</source> -<target>Lokalne nastavitve sinhnorizacije</target> - -<source>Local filter</source> -<target>Lokalni filter</target> - -<source>Active</source> -<target>Aktivno</target> - -<source>None</source> -<target>Nič</target> - -<source>Remove local settings</source> -<target>Odstrani lokalne nastavitve</target> - -<source>Clear local filter</source> -<target>Počisti lokalni filter</target> - -<source>Copy</source> -<target>Kopiraj</target> - -<source>Paste</source> -<target>Prilepi</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Izbrana mapa %x ne more biti uprabljena s FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Prosim izberite mapo na lokalnem datotečnem sistemu, mreži ali na MTP napravi.</target> - -<source>Defined by context of use</source> -<target>Določeno s kontekstom uporabe</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Zahteva FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Shrani</target> - -<source>Save as &batch job...</source> -<target>Shrani kot paketno op&ravilo...</target> - -<source>Show &log</source> -<target>Pokaži &dnevnik</target> - -<source>Start &comparison</source> -<target>Začni &primerjavo</target> - -<source>C&omparison settings</source> -<target>N&astavitve primerjave</target> - -<source>&Filter settings</source> -<target>Nastavitve &filtra</target> - -<source>S&ynchronization settings</source> -<target>Nastavitve s&inhronizacije</target> - -<source>Start &synchronization</source> -<target>Začni &sinhnorizacijo</target> - -<source>&Actions</source> -<target>&Dejanje</target> - -<source>&Preferences</source> -<target>&Nastavitve</target> - -<source>&Language</source> -<target>&Jezik</target> - -<source>&Find...</source> -<target>&Išči...</target> - -<source>&Export file list...</source> -<target>&Izvozi seznam datotek...</target> - -<source>&Reset layout</source> -<target>&Ponastavi postavitev</target> - -<source>&Tools</source> -<target>&Orodja</target> - -<source>&Check for updates now</source> -<target>&Preveri, ali so zdaj na voljo posodobitve</target> - -<source>Check &automatically once a week</source> -<target>S&amodejno preveri enkrat tedensko</target> - -<source>Cancel</source> -<target>Prekliči</target> - -<source>Compare</source> -<target>Primerjaj</target> - -<source>Synchronize</source> -<target>Sinhroniziraj</target> - -<source>Add folder pair</source> -<target>Dodaj pare imenikov</target> - -<source>Remove folder pair</source> -<target>Odstrani pare imenikov</target> - -<source>Access online storage</source> -<target>Dostop do spletnega prostora za shranjevanje</target> - -<source>Close search bar</source> -<target>Zapri iskalno vrstico</target> - -<source>Find:</source> -<target>Išči:</target> - -<source>Match case</source> -<target>Ujemanje primera</target> - -<source>Processed:</source> -<target>Obdelano:</target> - -<source>Remaining:</source> -<target>Preostalo:</target> - -<source>New</source> -<target>Nova</target> - -<source>Open...</source> -<target>Odpri...</target> - -<source>Save</source> -<target>Shrani</target> - -<source>Save as...</source> -<target>Shrani kot...</target> - -<source>View type:</source> -<target>Vrsta prikaza:</target> - -<source>Select view:</source> -<target>Izberi prikaz:</target> - -<source>Save as default</source> -<target>Shrani kot privzeto</target> - -<source>Statistics:</source> -<target>Statistika:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Število datotek in map, ki bodo izbrisane</target> - -<source>Number of files that will be updated</source> -<target>Število datotek, ki bodo posodobljene</target> - -<source>Number of files and folders that will be created</source> -<target>Število datotek in map, ki bodo ustvarjene</target> - -<source>Total bytes to copy</source> -<target>Skupno bajtov za kopiranje</target> - -<source>Arrange folder pair</source> -<target>Uredi pare map</target> - -<source>Main settings:</source> -<target>Glavne nastavitve:</target> - -<source>Use local settings:</source> -<target>Uporabi lokalne nastavitve:</target> - -<source>Select a variant:</source> -<target>Izberi varianto:</target> - -<source>Include &symbolic links:</source> -<target>Vključi &simbolične povezave:</target> - -<source>&Follow</source> -<target>&Sledi</target> - -<source>&Direct</source> -<target>&Neposredno</target> - -<source>More information</source> -<target>Več informacij</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Prezri časovni zamik [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Seznam časovnih zamikov datotek, ki jih je treba prezreti</target> - -<source>Example:</source> -<target>Primer:</target> - -<source>Handle daylight saving time</source> -<target>Upoštevaj poletni in zimski čas</target> - -<source>Ignore errors</source> -<target>Prezri napake</target> - -<source>Retry count:</source> -<target>Število poskusov:</target> - -<source>Delay (in seconds):</source> -<target>Zakasnitev (v sekundah):</target> - -<source>Performance improvements:</source> -<target>Izboljšave zmogljivosti:</target> - -<source>Parallel file operations:</source> -<target>Vzporedne operacije datoteke:</target> - -<source>How to get best performance?</source> -<target>Kako doseči najboljšo učinkovitost?</target> - -<source>Local settings:</source> -<target>Lokalne nastavitve:</target> - -<source>Include:</source> -<target>Vključi:</target> - -<source>Show examples</source> -<target>Pokaži primere</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Izberi filtrirna pravila za izključitev določenih datotek iz sinhnorizacije. Vpiši pot datotek relativno na imenik v obdelavi.</target> - -<source>File size:</source> -<target>Velikost datoteke:</target> - -<source>Minimum:</source> -<target>Minimum:</target> - -<source>Maximum:</source> -<target>Maksimum:</target> - -<source>Time span:</source> -<target>Časovno obdobje:</target> - -<source>C&lear</source> -<target>&Počisti</target> - -<source>Detect moved files</source> -<target>Zaznaj premaknjene datoteke</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Ni podprto z vsemi datotečnimi sistemi -- Zahteva in ustvari datoteke v bazi podatkov -- Zaznavanje ni na voljo pri prvem sinhroniziranju -</target> - -<source>Delete files:</source> -<target>Izbriši datoteke:</target> - -<source>&Recycle bin</source> -<target>&Koš</target> - -<source>&Permanent</source> -<target>&Trajno</target> - -<source>&Versioning</source> -<target>&Označitev</target> - -<source>Move files to a user-defined folder</source> -<target>Premakni datoteke v uporabniško določeno mapo</target> - -<source>Naming convention:</source> -<target>Imenovanje konvencije:</target> - -<source>Limit file versions:</source> -<target>Omejitve različic datotek:</target> - -<source>Last x days:</source> -<target>Zadnji x dnevi:</target> - -<source>&Override default log path:</source> -<target>&Preglasi privzeto pot dnevnika:</target> - -<source>Run a command:</source> -<target>Zaženi ukaz:</target> - -<source>OK</source> -<target>V redu</target> - -<source>Connection type:</source> -<target>Vrsta povezave:</target> - -<source>Connected user accounts:</source> -<target>Povezani uporabniški računi:</target> - -<source>&Add connection</source> -<target>&Dodaj povezavo</target> - -<source>&Disconnect</source> -<target>&Prekini</target> - -<source>Selected user account:</source> -<target>Izbrani uporabniški račun:</target> - -<source>Server name or IP address:</source> -<target>Ime strežnika ali naslov IP:</target> - -<source>Port:</source> -<target>Vrata:</target> - -<source>Encryption:</source> -<target>Šifriranje:</target> - -<source>&Disabled</source> -<target>&Onemogočeno</target> - -<source>&Explicit SSL/TLS</source> -<target>&Izrecno SSL/TLS</target> - -<source>Authentication:</source> -<target>Preverjanje pristnosti:</target> - -<source>&Password</source> -<target>&Geslo</target> - -<source>&Key file</source> -<target>&Datoteka ključa</target> - -<source>&SSH agent</source> -<target>&SSH agent</target> - -<source>User name:</source> -<target>Uporabniško ime:</target> - -<source>Private key file:</source> -<target>Zasebna datoteka ključa:</target> - -<source>&Show password</source> -<target>&Prikaži geslo</target> - -<source>Directory on server:</source> -<target>Imenik na strežniku:</target> - -<source>Access timeout (in seconds):</source> -<target>Časovna omejitev dostopa (v sekundah):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP kanali za povezavo:</target> - -<source>Detect server limit</source> -<target>Zaznaj omejitve strežnika</target> - -<source>Select Folder</source> -<target>Izberite mapo</target> - -<source>Variant:</source> -<target>Varianta:</target> - -<source>&Don't show this dialog again</source> -<target>&Tega pogovornega okna ne prikazuj znova</target> - -<source>Bytes:</source> -<target>Bajti:</target> - -<source>Items:</source> -<target>Postavke:</target> - -<source>Synchronizing...</source> -<target>Sinhroniziram...</target> - -<source>Minimize to notification area</source> -<target>Pomanjšaj v območje obvestil</target> - -<source>Bytes</source> -<target>Bitov</target> - -<source>Items</source> -<target>Postavk</target> - -<source>When finished:</source> -<target>Po zaključku:</target> - -<source>Auto-close</source> -<target>Samodejno zapri</target> - -<source>Close</source> -<target>Zapri</target> - -<source>&Pause</source> -<target>&Premor</target> - -<source>Stop</source> -<target>Ustavi</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Ustvari paketno datoteko za nenadzorovano sinhronizacijo. Za začetek dvokliknite to datoteko ali določite v načrtovalniku nalog: %x</target> - -<source>Progress dialog:</source> -<target>Okno napredka:</target> - -<source>Run minimized</source> -<target>Zaženi minimirano</target> - -<source>Show pop-up on errors or warnings</source> -<target>Pokaži pojavna okna napak ali opozoril</target> - -<source>&Cancel</source> -<target>&Prekliči</target> - -<source>Stop synchronization at first error</source> -<target>Ustavi sinhronizacijo ob prvi napaki</target> - -<source>How can I schedule a batch job?</source> -<target>Kako lahko načrtujem opravilo v paketu?</target> - -<source>&Keep relative paths</source> -<target>&Ohrani relativne poti</target> - -<source>&Overwrite existing files</source> -<target>&Prepiši obstoječe datoteke</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Naslednje nastavitve se uporabljajo pri vseh sinhronizacijskih opravilih.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopiraj v začasno datoteko (*.ffs_tmp) preden prepišeš cilj. -To zagotavlja dosledno stanje tudi v primeru resne napake. -</target> - -<source>recommended</source> -<target>priporočeno</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopiraj skupne ali zaklenjene datoteke s storitvijo Volume Shadow Copy Service.</target> - -<source>requires administrator rights</source> -<target>zahteva skrbniške pravice</target> - -<source>Transfer file and folder permissions.</source> -<target>Prenesi dovoljenja za datoteke in mape.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Prikaži vsa trajno skrita pogovorna okna in opozorilna sporočila</target> - -<source>Default log path:</source> -<target>Privzeta pot dnevnika:</target> - -<source>&Delete logs after x days:</source> -<target>&Izbriši dnevnike po x dneh:</target> - -<source>Notification sounds:</source> -<target>Zvok obvestila:</target> - -<source>Synchronization finished:</source> -<target>Sinhronizacija je zaključena:</target> - -<source>Customize context menu:</source> -<target>Prilagodi kontekstni meni:</target> - -<source>Description</source> -<target>Opis</target> - -<source>&Default</source> -<target>&Privzeto</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Povratne informacije in predlogi so dobrodošli:</target> - -<source>Home page</source> -<target>Domača stran</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>Elektronska pošta</target> - -<source>If you like FreeFileSync:</source> -<target>Če vam je FreeFileSync všeč:</target> - -<source>Support with a donation</source> -<target>Podpora z donacijo</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Skrbnik je onemogočil samodejno posodabljanje.</target> - -<source>Donation details</source> -<target>Podrobnosti o donaciji</target> - -<source>Source code written in C++ using:</source> -<target>Izvorna koda napisana v C++ z uporabo:</target> - -<source>Published under the GNU General Public License:</source> -<target>Objavljeno pod licenco GNU General Public:</target> - -<source>Many thanks for localization:</source> -<target>Zahvala prevajalcem za lokalizacijo:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivirajte FreeFileSync Donation Edition na en od naslednjih načinov:</target> - -<source>Activate via internet now:</source> -<target>Aktivirajte preko interneta zdaj:</target> - -<source>Activate online</source> -<target>Aktivirajte po spletu</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Pridobite aktivacijski ključ brez povezave na naslednjem URL:</target> - -<source>&Copy to clipboard</source> -<target>&Kopirajte v odložišče</target> - -<source>Enter activation key:</source> -<target>Vnesite aktivacijski ključ:</target> - -<source>Activate offline</source> -<target>Aktivirajte brez povezave</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Označite konfiguracije, ki se ne izvajajo več kot naslednje število dni:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync zahteva pravice dostopa, da se izognete napakam "Operacija ni dovoljena" pri sinhronizaciji vaših podatkov (npr. Pošta, Sporočila, Koledarji).</target> - -<source>Locate the FreeFileSync app</source> -<target>Poiščite aplikacijo FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Odprite Varnost in Zasebnost</target> - -<source>Click the lock to allow changes.</source> -<target>Kliknite ključavnico, da omogočite spremembe.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Povlecite FreeFileSync na panel.</target> - -<source>Synchronization Settings</source> -<target>Nastavitve sinhnorizacije</target> - -<source>Access Online Storage</source> -<target>Dostop do spletne shrambe</target> - -<source>Save as a Batch Job</source> -<target>Shrani kot paketno opravilo</target> - -<source>Delete Items</source> -<target>Izbriši postavke</target> - -<source>Copy Items</source> -<target>Kopiraj postavke</target> - -<source>Options</source> -<target>Možnosti</target> - -<source>Select Time Span</source> -<target>Izberi časovno obdobje</target> - -<source>Highlight Configurations</source> -<target>Označite konfiguracije</target> - -<source>Grant Full Disk Access</source> -<target>Dovolite popoln dostop do diska</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Ni zapisov v dnevniku</target> - -<source>Select all</source> -<target>Izberi vse</target> - -<source>&Options</source> -<target>&Možnosti</target> - -<source>Main Bar</source> -<target>Glavna vrstica</target> - -<source>Folder Pairs</source> -<target>Pari imenikov</target> - -<source>Find</source> -<target>Najdi</target> - -<source>View Settings</source> -<target>Nastavitve pogleda</target> - -<source>Configuration</source> -<target>Konfiguracija</target> - -<source>Overview</source> -<target>Predogled</target> - -<source>Swap sides</source> -<target>Zamenjaj strani</target> - -<source>Show "%x"</source> -<target>Prikaži "%x"</target> - -<source>&Show details</source> -<target>&Pokaži podrobnosti</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x je na voljo</target> - -<source>Local path not available for %x.</source> -<target>Lokalna pot ni na voljo za %x.</target> - -<source>Confirm</source> -<target>Potrdi</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Ali res želite izvesti ukaz %y za %x postavko?</pluralform> -<pluralform>Ali res želite izvesti ukaz %y za %x postavki?</pluralform> -<pluralform>Ali res želite izvesti ukaz %y za %x postavke?</pluralform> -<pluralform>Ali res želite izvesti ukaz %y za %x postavk?</pluralform> -</target> - -<source>&Execute</source> -<target>&Izvedi</target> - -<source>Set direction:</source> -<target>Nastavi smer:</target> - -<source>multiple selection</source> -<target>večkratni izbor</target> - -<source>&Include via filter:</source> -<target>&Vključi preko filtra:</target> - -<source>&Exclude via filter:</source> -<target>&Izključi preko filtra:</target> - -<source>Include temporarily</source> -<target>Vključi začasno</target> - -<source>Exclude temporarily</source> -<target>Izključi začasno</target> - -<source>&Synchronize selection</source> -<target>&Sinhroniziraj izbiro</target> - -<source>&Copy to...</source> -<target>&Kopiraj v...</target> - -<source>&Delete</source> -<target>&Izbriši</target> - -<source>Show icons:</source> -<target>Prikaži ikone:</target> - -<source>Small</source> -<target>Majhna</target> - -<source>Medium</source> -<target>Srednja</target> - -<source>Large</source> -<target>Velika</target> - -<source>Select time span...</source> -<target>Izberite časovni razpon...</target> - -<source>Donation Edition</source> -<target>Donacijska izdaja</target> - -<source>Folder Comparison and Synchronization</source> -<target>Primerjava in sinhronizacija mape</target> - -<source>Configuration saved</source> -<target>Konfiguracija shranjena</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync paket</target> - -<source>Do you want to save changes to %x?</source> -<target>Ali želite shraniti spremembe v %x?</target> - -<source>Never save &changes</source> -<target>Nikoli ne shrani &sprememb</target> - -<source>Do&n't save</source> -<target>Ne shra&ni</target> - -<source>%x cannot be renamed.</source> -<target>%x ni mogoče preimenovati.</target> - -<source>New name:</source> -<target>Novo ime:</target> - -<source>Rename Configuration</source> -<target>Preimenovanje konfiguracije</target> - -<source>Configuration name must not be empty.</source> -<target>Ime konfiguracije ne sme biti prazno.</target> - -<source>&Rename...</source> -<target>&Preimenovanje...</target> - -<source>Hide configuration</source> -<target>Skrij konfiguracijo</target> - -<source>Highlight...</source> -<target>Označi...</target> - -<source>Clear filter</source> -<target>Počisti filter</target> - -<source>Show files that exist on left side only</source> -<target>Prikaži datoteke, ki obstajajo samo na levi strani</target> - -<source>Show files that exist on right side only</source> -<target>Prikaži datoteke, ki obstajajo samo na desni strani</target> - -<source>Show files that are newer on left</source> -<target>Prikaži novejše datoteke, ki so na levi strani</target> - -<source>Show files that are newer on right</source> -<target>Prikaži novejše datoteke, ki so na desni strani</target> - -<source>Show files that are equal</source> -<target>Prikaži datoteke, ki so identične</target> - -<source>Show files that are different</source> -<target>Prikaži datoteke, ki so različne</target> - -<source>Show conflicts</source> -<target>Prikaži konflikte</target> - -<source>Show files that will be created on the left side</source> -<target>Prikaži datoteke, ki bodo ustvarjene na levi strani</target> - -<source>Show files that will be created on the right side</source> -<target>Prikaži datoteke, ki bodo ustvarjene na desni strani</target> - -<source>Show files that will be deleted on the left side</source> -<target>Prikaži datoteke, ki bodo izbrisane na levi strani</target> - -<source>Show files that will be deleted on the right side</source> -<target>Prikaži datoteke, ki bodo izbrisane na desni strani</target> - -<source>Show files that will be updated on the left side</source> -<target>Pokaži datoteke, ki bodo posodobljene na levi strani</target> - -<source>Show files that will be updated on the right side</source> -<target>Pokaži datoteke, ki bodo posodobljene na desni strani</target> - -<source>Show files that won't be copied</source> -<target>Prikaži datoteke, ki ne bodo kopirane</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Pokaži filtrirane ali začasno izključene datoteke</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Vse datoteke so sinhronizirane</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x imenik</pluralform> -<pluralform>%x imenika</pluralform> -<pluralform>%x imeniki</pluralform> -<pluralform>%x imenikov</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x datoteka</pluralform> -<pluralform>%x datoteki</pluralform> -<pluralform>%x datoteke</pluralform> -<pluralform>%x datotek</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Prikazano %y od %x vrstice</pluralform> -<pluralform>Prikazano %y od %x vrstic</pluralform> -<pluralform>Prikazano %y od %x vrstic</pluralform> -<pluralform>Prikazano %y od %x vrstic</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Ne najdem %x</target> - -<source>Move up</source> -<target>Premakni navzgor</target> - -<source>Move down</source> -<target>Premakni navzdol</target> - -<source>Comma-separated values</source> -<target>Vrednosti ločene z vejico</target> - -<source>File list exported</source> -<target>Seznam datotek je bil izvožen</target> - -<source>Searching for program updates...</source> -<target>Iščem posodobitve programa...</target> - -<source>Paused</source> -<target>Začasno ustavljeno</target> - -<source>Stop requested...</source> -<target>Ustavi zahtevano...</target> - -<source>Initializing...</source> -<target>Inicializiram...</target> - -<source>Comparing content...</source> -<target>Primerjam vsebino...</target> - -<source>&Continue</source> -<target>&Nadaljuj</target> - -<source>Progress</source> -<target>Napredek</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Najlepša hvala, %x, za vašo donacijo in podporo!</target> - -<source>Connections</source> -<target>Povezave</target> - -<source>Recommended range:</source> -<target>Priporočeni obseg:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Ali res želite prekiniti povezavo z uporabniškim računom %x?</target> - -<source>Password:</source> -<target>Geslo:</target> - -<source>Key passphrase:</source> -<target>Geslo za ključ:</target> - -<source>Please enter a file path.</source> -<target>Vnesite pot do datoteke.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Kopiraj sledečo %x postavko v drugo mapo?</pluralform> -<pluralform>Kopiraj sledeči %x postavki v drugo mapo?</pluralform> -<pluralform>Kopiraj sledeče %x postavke v drugo mapo?</pluralform> -<pluralform>Kopiraj sledečih %x postavk v drugo mapo?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Vnesite ciljno mapo.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Ali res želite premakniti sledečo %x postavko v koš?</pluralform> -<pluralform>Ali res želite premakniti sledeči %x postavki v koš?</pluralform> -<pluralform>Ali res želite premakniti sledeče %x postavke v koš?</pluralform> -<pluralform>Ali res želite premakniti sledečih %x postavk v koš?</pluralform> -</target> - -<source>Move</source> -<target>Premakni</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Ali res želite izbrisati sledečo %x postavko?</pluralform> -<pluralform>Ali res želite izbrisati sledeči %x postavki?</pluralform> -<pluralform>Ali res želite izbrisati sledeče %x postavke?</pluralform> -<pluralform>Ali res želite izbrisati sledečih %x postavk?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Začnem sinhronizirati izbiro?</target> - -<source>Start synchronization now?</source> -<target>Začnem sinhronizacijo zdaj?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiraj DACL, SACL, lastnik, skupina</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integriraj zunanje aplikacije v kontekstni meni. Na voljo so naslednji makroji:</target> - -<source>Full file or folder path</source> -<target>Celotna pot do datoteke ali mape</target> - -<source>Parent folder path</source> -<target>Pot do nadrejene mape</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Začasna lokalna kopija za SFTP in MTP prostor za shranjevanje</target> - -<source>Parameters for opposite side</source> -<target>Parametri za nasprotno stran</target> - -<source>Show hidden dialogs again</source> -<target>Ponovno prikaži skrita pogovorna okna</target> - -<source>All dialogs shown</source> -<target>Prikaži vsa pogovorna okna</target> - -<source>Downloading update...</source> -<target>Prenašam posodobitve...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Ugotovi enake datoteke s primerjanjem časa spremembe in velikosti.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Ugotovi enake datoteke s primerjanjem vsebine.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Ugotovi enake datoteke s primerjanjem njihove velikosti.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Ugotovi in izvrši spremembe na obeh straneh. Izbrisi, premiki in spori so samodejno zaznani z uporabo podatkovne baze.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Ustvari zrcalno varnostno kopijo leve mape tako, da prilagodite desno mapo, ki se bo ujemala.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopiraj nove in posodobljene datoteke v desni imenik.</target> - -<source>Configure your own synchronization rules.</source> -<target>Konfigurirajte vaša lastna sinhronizacijska pravila.</target> - -<source>Comparison</source> -<target>Primerjava</target> - -<source>Synchronization</source> -<target>Sinhnorizacija</target> - -<source>This week</source> -<target>Ta teden</target> - -<source>This month</source> -<target>Ta mesec</target> - -<source>This year</source> -<target>To leto</target> - -<source>Byte</source> -<target>Bajt</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Zadrži izbrisane in prepisane datoteke v košu</target> - -<source>Delete and overwrite files permanently</source> -<target>Trajni izbris in prepis datotek</target> - -<source>Replace</source> -<target>Zamenjaj</target> - -<source>Move files and replace if existing</source> -<target>Premakni datoteke in jih zamenjaj, če že obstajajo</target> - -<source>Time stamp</source> -<target>Časovna oznaka</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Datoteke premakni v podmape s časovno oznako</target> - -<source>File</source> -<target>Datoteka</target> - -<source>Append a time stamp to each file name</source> -<target>Imenu vsake datoteke pripni časovno oznako</target> - -<source>On completion:</source> -<target>Ob zaključku:</target> - -<source>On errors:</source> -<target>Ob napakah:</target> - -<source>On success:</source> -<target>Ob uspehu:</target> - -<source>Main config</source> -<target>Glavna konfiguracija</target> - -<source>empty</source> -<target>prazno</target> - -<source>Leave as unresolved conflict</source> -<target>Pusti kot nerešeni konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>LLLL-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Najmanjše število različic mora biti manjše od največjega števila.</target> - -<source>&Restore</source> -<target>&Obnovi</target> - -<source>Files</source> -<target>Datoteke</target> - -<source>Percentage</source> -<target>Odstotek</target> - -<source>Failed to retrieve update information.</source> -<target>Ne morem pridobiti informacije o posodobitvi.</target> - -<source>Automatic updates:</source> -<target>Samodejne posodobitve:</target> - -<source>Check for Program Updates</source> -<target>Preveri obstoj posodobitve programa</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Samodejna posodobitev zdaj, ali prenos z domače strani FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Samodejna posodobitev</target> - -<source>&Home page</source> -<target>&Domača stran</target> - -<source>Download now?</source> -<target>Prenesem zdaj?</target> - -<source>&Download</source> -<target>&Prenesi</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync je posodobljen.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Na spletu ni mogoče najti trenutne številke različice FreeFileSync. Verjetno je na voljo nova različica. Želite preveriti zdaj?</target> - -<source>&Check</source> -<target>&Preveri</target> - -<source>Consistency check failed for %x.</source> -<target>Preverjanje doslednosti ni uspelo za %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Namestitev je bila registrirana v drugem operacijskem sistemu.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Programa FreeFileSync Donation Edition ni bilo mogoče aktivirati.</target> - -<source>Incorrect activation key.</source> -<target>Nepravilni ključ za aktiviranje.</target> - -<source>Unable to register to receive system messages.</source> -<target>Sistemskih sporočil ni mogoče registrirati.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Možnost namestitve %x je na voljo samo v FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Sistemske funkcije ni mogoče najti %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Ne morem registrirati obvestil naprave za %x.</target> - -<source>The file is locked by another process:</source> -<target>Datoteko je zaklenil drug proces:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Preverjanje podpore za dovoljenje datoteke za mapo %x ni uspelo.</target> - -<source>Cannot read security context of %x.</source> -<target>Ne morem prebrati varnostni kontekst od %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Ne morem zapisati varnostni kontekst od %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Ne morem prebrati dovoljenja od %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Ne morem kopirati dovoljenj iz %x v %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x ni pravilno ime imenika.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Ne morem kopirati atributov iz %x v %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x ura</pluralform> -<pluralform>%x uri</pluralform> -<pluralform>%x ure</pluralform> -<pluralform>%x ur</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Ne morem nastaviti privilegija %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Ne morem preprečiti način mirovanja sistema.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Ne morem spremeniti prioritet procesa I/O.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Preverjanje koša za mapo %x ni uspelo.</target> - -<source>Unable to shut down the system.</source> -<target>Sistema ni mogoče zapustiti.</target> - -<source>Prepare installation</source> -<target>Pripravljam namestitev</target> - -<source>Choose which components you want to install.</source> -<target>Izberite komponente, ki jih želite namestiti.</target> - -<source>Select installation type:</source> -<target>Izberite vrsto namestitve:</target> - -<source>Local</source> -<target>Lokalna</target> - -<source>Portable</source> -<target>Prenosna</target> - -<source>Save settings in %x</source> -<target>Shrani nastavitve v %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registriraj FreeFileSync datoteče pripone</target> - -<source>Create Explorer context menu entries</source> -<target>Ustvari vnose v Explorer-jev kontekstni meni</target> - -<source>Save settings in installation directory</source> -<target>Shrani nastavitve v namestitveni imenik</target> - -<source>Do not write to Registry</source> -<target>Ne zapisuj v register</target> - -<source>Just copy the files</source> -<target>Samo kopiraj datoteke</target> - -<source>Choose a directory for installation:</source> -<target>Izberite imenik za namestitev:</target> - -<source>Create shortcuts:</source> -<target>Ustvari bližnjice:</target> - -<source>Desktop</source> -<target>Namizje</target> - -<source>Start Menu</source> -<target>Meni Start</target> - -<source>Send To</source> -<target>Pošlji</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registracija FreeFileSync datotečnih pripon</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Odstranjevanje registracije FreeFileSync datotečnih pripon</target> - -<source>FreeFileSync Configuration</source> -<target>Nastavitve FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync paketna datoteka</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync sinhronizacijska baza podatkov</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync nastavitve</target> - -<source>Edit with FreeFileSync</source> -<target>Uredi z FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Namesto oglasa je tukaj žival.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Prenosne različice FreeFileSync ni mogoče namestiti v podmapo %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Prosimo izberite vrsto lokalne namestitve ali pa izberite drugo mapo za namestitev.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Pridobite donacijsko izdajo s bonusnimi funkcijami in pomagajte ohraniti FreeFileSync brez oglasov.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/spanish.lng b/FreeFileSync/Build/Resources/Languages/spanish.lng deleted file mode 100755 index 94f2eb41..00000000 --- a/FreeFileSync/Build/Resources/Languages/spanish.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Español</language> - <translator>I.R.Maturana (irmlab.com)</translator> - <locale>es_ES</locale> - <image>flag_spain.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>No se puede leer el archivo %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Tamaño no esperado del flujo de datos. -Esperados: %x bytes -Reales: %y bytes -</target> - -<source>Cannot write file %x.</source> -<target>No se puede escribir el archivo %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>No se pueden escribir los permisos de %x.</target> - -<source>Operation not supported between different devices.</source> -<target>No se admite esta operación entre dispositivos diferentes.</target> - -<source>Cannot delete file %x.</source> -<target>No se puede eliminar el archivo %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>No se puede eliminar el vínculo simbólico %x.</target> - -<source>Cannot delete directory %x.</source> -<target>No se puede eliminar el directorio %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>No se puede mover el archivo %x a %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>No se puede copiar el vínculo simbólico %x a %y.</target> - -<source>Error Code %x</source> -<target>Código de error %x</target> - -<source>Cannot read directory %x.</source> -<target>No se puede leer el directorio %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>No se puede escribir el tiempo de modificación de %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>No se puede leer archivo de atributos de %x.</target> - -<source>Cannot create directory %x.</source> -<target>No se puede crear el directorio %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>No se puede determinar la ruta final de %x.</target> - -<source>Operation not supported by device.</source> -<target>El dispositivo no admite esta operación.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>No se puede resolver el vínculo simbólico %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>No es posible mover %x a la papelera de reciclaje.</target> - -<source>Authentication completed.</source> -<target>Autenticación completada.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Puede cerrar esta página y continuar con FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Fallo de autenticación.</target> - -<source>Unable to connect to %x.</source> -<target>No se puede conectar a %x.</target> - -<source>Cannot find %x.</source> -<target>No se encuentra %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>El nombre %x es utilizado por más de un elemento en la carpeta.</target> - -<source>Please authorize access to user account %x.</source> -<target>Autorice el acceso a la cuenta de usuario %x.</target> - -<source>Cannot open file %x.</source> -<target>No se puede abrir el archivo %x.</target> - -<source>The name %x is already used by another item.</source> -<target>El nombre %x es utilizado por otro elemento.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>No se puede determinar el espacio libre en disco para %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>No se puede desconectar de %x.</target> - -<source>Unable to access %x.</source> -<target>No se puede acceder a %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Fallo al obtener información del servidor %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>No se puede monitorizar el directorio %x.</target> - -<source>Cannot find device %x.</source> -<target>No se encuentra el dispositivo %x.</target> - -<source>Cannot open directory %x.</source> -<target>No se puede abrir el directorio %x.</target> - -<source>Unsupported item type.</source> -<target>Tipo de elemento no admitido.</target> - -<source>Incorrect command line:</source> -<target>Línea de comandos incorrecta:</target> - -<source>The server does not support authentication via %x.</source> -<target>El servidor no admite autenticación via %x.</target> - -<source>Required:</source> -<target>Requerido:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>La operación superó el tiempo de espera tras 1 segundo.</pluralform> -<pluralform>La operación superó el tiempo de espera tras %x segundos.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>No se puede esperar más de 1 conexión a la vez.</pluralform> -<pluralform>No se pueden esperar más de %x conexiones a la vez.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Conexiones activas: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Fallo de apertura del canal SFTP número %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Ambos lados han cambiado desde la última sincronización.</target> - -<source>Cannot determine sync-direction:</source> -<target>No se puede determinar la dirección de sincronización:</target> - -<source>No change since last synchronization.</source> -<target>Ningún cambio desde la última sincronización.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>La entrada de la base de datos no está sincronizada, de acuerdo con la configuración actual.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Fijando direcciones de sincronización predeterminadas: los archivos nuevos reemplazarán los archivos antiguos.</target> - -<source>Creating file %x</source> -<target>Creando archivo %x</target> - -<source>Creating folder %x</source> -<target>Creando carpeta %x</target> - -<source>Creating symbolic link %x</source> -<target>Creando vínculo simbólico %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Mover archivo %x a la papelera de reciclaje</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Mover carpeta %x a la papelera de reciclaje</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Mover vínculo simbólico %x a la papelera de reciclaje</target> - -<source>Deleting file %x</source> -<target>Borrar archivo %x</target> - -<source>Deleting folder %x</source> -<target>Borrar carpeta %x</target> - -<source>Deleting symbolic link %x</source> -<target>Borrando vínculo simbólico %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Comprobando disponibilidad de la papelera de reciclaje para la carpeta %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>La papelera de reciclaje no está disponible para las carpetas siguientes. Los archivos borrados o reemplazados no se podrán restaurar:</target> - -<source>An exception occurred</source> -<target>Ha ocurrido una excepción</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Se esperan dos rutas de directorio izquierdo y derecho después de %x.</target> - -<source>Syntax error</source> -<target>Error de sintaxis</target> - -<source>Cannot find file %x.</source> -<target>No se encuentra el archivo %x.</target> - -<source>Error</source> -<target>Error</target> - -<source>File %x does not contain a valid configuration.</source> -<target>El archivo %x no contiene una configuración válida.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>El archivo de configuración no debe incluir parámetros al nivel de un par de directorios cuando éstos se especifican desde la línea de comandos.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>No se pueden definir directorios para más de un archivo de configuración.</target> - -<source>Command line</source> -<target>Línea de comandos</target> - -<source>Syntax:</source> -<target>Sintaxis:</target> - -<source>config files:</source> -<target>archivos de configuración:</target> - -<source>directory</source> -<target>directorio</target> - -<source>global config file:</source> -<target>archivo de config. global:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Cualquier número de archivos de configuración "ffs_gui" y/o "ffs_batch" de FreeFileSync.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Cualquier número de pares de directorios alternativos para un archivo de configuración como máximo.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Abrir la configuración seleccionada sólo para modificación, sin ejecutarla.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Ruta a un archivo alternativo GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Los archivos de instalación están dañados. Reinstale FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>No se pudieron encontrar las siguiente carpetas:</target> - -<source>The following folders do not yet exist:</source> -<target>Las carpetas siguientes aún no existen:</target> - -<source>The folders are created automatically when needed.</source> -<target>Las carpetas son creadas automáticamente si es necesario.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Las rutas de carpeta difieren por mayúsculas y minúsculas. Utilice un mismo formato para evitar accesos duplicados.</target> - -<source>Scanning:</source> -<target>Escanear:</target> - -<source>Comparison finished:</source> -<target>Comparación finalizada:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 elemento encontrado</pluralform> -<pluralform>%x elementos encontrados</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Tiempo transcurrido:</target> - -<source>File %x has an invalid date.</source> -<target>El archivo %x tiene una fecha inválida.</target> - -<source>Date:</source> -<target>Fecha:</target> - -<source>Files have the same date but a different size.</source> -<target>Los archivos tienen misma fecha pero tamaño diferente.</target> - -<source>Size:</source> -<target>Tamaño:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>No se compararon por contenido los archivos excluidos.</target> - -<source>Items differ in attributes only</source> -<target>Los elementos sólo se diferencian en los atributos</target> - -<source>Resolving symbolic link %x</source> -<target>Resolviendo vínculo simbólico %x</target> - -<source>Comparing content of files %x</source> -<target>Comparación del contenido de los archivos %x</target> - -<source>Generating file list...</source> -<target>Generando lista de archivos...</target> - -<source>Fail-safe file copy</source> -<target>Copia de archivo a prueba de fallos</target> - -<source>Enabled</source> -<target>Activo</target> - -<source>Disabled</source> -<target>Inactivo</target> - -<source>Copy locked files</source> -<target>Copiar archivos bloqueados</target> - -<source>Copy file access permissions</source> -<target>Copiar permisos de acceso al archivo</target> - -<source>File time tolerance</source> -<target>Tolerancia en hora de archivo</target> - -<source>Run with background priority</source> -<target>Ejecutar con prioridad en segundo plano</target> - -<source>Lock directories during sync</source> -<target>Bloquear directorios durante sincronización</target> - -<source>Verify copied files</source> -<target>Comprobar archivos copiados</target> - -<source>Using non-default global settings:</source> -<target>Uso de configuración global no predeterminada:</target> - -<source>A folder input field is empty.</source> -<target>Un campo de entrada de la carpeta está vacío.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>La carpeta correspondiente se considerará vacía.</target> - -<source>Exclude:</source> -<target>Excluir:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Una carpeta base de las carpetas emparejadas es común a la otra.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Conviene excluir la carpeta de la sincronización mediante un filtro.</target> - -<source>Calculating sync directions...</source> -<target>Calculando direcciones de sincronización...</target> - -<source>Out of memory.</source> -<target>Sin memoria.</target> - -<source>Show in Explorer</source> -<target>Mostrar en el Explorador</target> - -<source>Open with default application</source> -<target>Abrir con la aplicación predeterminada</target> - -<source>Browse directory</source> -<target>Examinar directorio</target> - -<source>Database file %x is incompatible.</source> -<target>El archivo de base de datos %x es incompatible.</target> - -<source>Initial synchronization:</source> -<target>Sincronización inicial:</target> - -<source>Database file %x does not yet exist.</source> -<target>El archivo de base de datos %x aún no existe.</target> - -<source>Database file is corrupted:</source> -<target>El archivo de base de datos está dañado:</target> - -<source>Loading file %x...</source> -<target>Cargando el archivo %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Los archivos de datos aún no contienen información acerca de una sincronización anterior.</target> - -<source>Saving file %x...</source> -<target>Guardando archivo %x...</target> - -<source>Searching for folder %x...</source> -<target>Buscando carpeta %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Tiempo de espera agotado al buscar por la carpeta %x.</target> - -<source>Cannot get process information.</source> -<target>No se puede obtener información del proceso.</target> - -<source>Waiting while directory is locked:</source> -<target>Esperando mientras el directorio está bloqueado:</target> - -<source>Lock owner:</source> -<target>Bloquear propietario:</target> - -<source>Detecting abandoned lock...</source> -<target>Detección de bloqueo abandonado...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 seg.</pluralform> -<pluralform>%x seg.</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>El elemento existe sólo en el lado izquierdo</target> - -<source>Item exists on right side only</source> -<target>El elemento existe sólo en el lado derecho</target> - -<source>Left side is newer</source> -<target>El lado izquierdo es más reciente</target> - -<source>Right side is newer</source> -<target>El lado derecho es más reciente</target> - -<source>Items have different content</source> -<target>Los elementos tienen contenido distinto</target> - -<source>Both sides are equal</source> -<target>Ambos lados son iguales</target> - -<source>Conflict/item cannot be categorized</source> -<target>No se puede categorizar el conflicto o elemento</target> - -<source>Copy new item to left</source> -<target>Copiar nuevo elemento a la izquierda</target> - -<source>Copy new item to right</source> -<target>Copiar nuevo elemento a la derecha</target> - -<source>Delete left item</source> -<target>Eliminar elemento izquierdo</target> - -<source>Delete right item</source> -<target>Eliminar elemento derecho</target> - -<source>Move file on left</source> -<target>Mover archivo a la izquierda</target> - -<source>Move file on right</source> -<target>Mover archivo a la derecha</target> - -<source>Update left item</source> -<target>Actualizar elemento izquierdo</target> - -<source>Update right item</source> -<target>Actualizar elemento derecho</target> - -<source>Do nothing</source> -<target>No hacer nada</target> - -<source>Update attributes on left</source> -<target>Actualizar atributos en la izquierda</target> - -<source>Update attributes on right</source> -<target>Actualizar atributos en la derecha</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Error analizando archivo %x, fila %y, columna %z.</target> - -<source>Services</source> -<target>Servicios</target> - -<source>Show All</source> -<target>Mostrar todo</target> - -<source>Hide Others</source> -<target>Ocultar otros</target> - -<source>Hide %x</source> -<target>Ocultar %x</target> - -<source>Quit %x</source> -<target>Salir de %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>No se pudieron bloquear directorios para las carpetas siguientes:</target> - -<source>Errors:</source> -<target>Errores:</target> - -<source>Warnings:</source> -<target>Advertencias:</target> - -<source>Items processed:</source> -<target>Elementos procesados:</target> - -<source>Items remaining:</source> -<target>Elementos restantes:</target> - -<source>Total time:</source> -<target>Tiempo total:</target> - -<source>Warning</source> -<target>Atención</target> - -<source>Stopped</source> -<target>Detenido</target> - -<source>Cleaning up log files:</source> -<target>Limpiando archivos de registro:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 subproceso</pluralform> -<pluralform>%x subprocesos</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/seg</target> - -<source>%x items</source> -<target>%x elementos</target> - -<source>Completed successfully</source> -<target>Completado con éxito</target> - -<source>Completed with warnings</source> -<target>Completado con avisos</target> - -<source>Completed with errors</source> -<target>Completado con errores</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>No se puede acceder al servicio de Instantánea de volumen.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Por favor, use la versión de 64 bits de FreeFileSync para instantáneas en el sistema.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>El nombre de volumen %x no es parte de la ruta de archivo %y.</target> - -<source>File time and size</source> -<target>Fecha y tamaño del archivo</target> - -<source>File content</source> -<target>Contenido del archivo</target> - -<source>File size</source> -<target>Tamaño de archivo</target> - -<source>Two way</source> -<target>Bidireccional</target> - -<source>Mirror</source> -<target>Espejo</target> - -<source>Update</source> -<target>Actualizar</target> - -<source>Custom</source> -<target>Personalizado</target> - -<source>Multiple...</source> -<target>Múltiple...</target> - -<source>Cannot write file attributes of %x.</source> -<target>No se pueden escribir los atributos de archivo de %x.</target> - -<source>%x and %y have different content.</source> -<target>%x y %y tienen contenidos diferentes.</target> - -<source>Data verification error:</source> -<target>Error de verificación de datos:</target> - -<source>Moving file %x to %y</source> -<target>Mover archivo de %x a %y</target> - -<source>Moving folder %x to %y</source> -<target>Mover carpeta de %x a %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Mover vínculo simbólico de %x a %y</target> - -<source>Updating file %x</source> -<target>Actualizando archivo %x</target> - -<source>Updating symbolic link %x</source> -<target>Actualizando vínculo simbólico %x</target> - -<source>Verifying file %x</source> -<target>Verificación del archivo %x</target> - -<source>Updating attributes of %x</source> -<target>Actualizar atributos de %x</target> - -<source>Source item %x not found</source> -<target>No se encontró el archivo de origen %x</target> - -<source>Parent folder %x is not existing.</source> -<target>La carpeta principal %x no existe.</target> - -<source>Cannot copy file %x to %y.</source> -<target>No se puede copiar el archivo %x a %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Creando una Instantánea de volumen para %x...</target> - -<source>Cannot find folder %x.</source> -<target>No se puede encontrar la carpeta %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>La carpeta de destino %x ya existe, pero no estaba disponible durante la comparación de carpetas.</target> - -<source>Target folder input field must not be empty.</source> -<target>El campo de entrada de la carpeta de destino no debe estar vacío.</target> - -<source>Source folder %x not found.</source> -<target>No se encontró la carpeta de origen %x.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Indique una carpeta de destino para la versión.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Los siguientes elementos tienen conflictos sin resolver y no serán sincronizados:</target> - -<source>Folder pair:</source> -<target>Par de carpetas:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Las carpetas siguientes presentan diferencias significativas. Asegúrese de seleccionar las carpetas correctas para su sincronización.</target> - -<source>Not enough free disk space available in:</source> -<target>Espacio en disco insuficiente en:</target> - -<source>Available:</source> -<target>Disponible:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Se van a sincronizar algunos archivos como partes de varias carpetas base.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Para evitar conflictos, defina filtros de exclusión de forma que cada archivo actualizado aparezca solo en una única carpeta base.</target> - -<source>Versioning folder:</source> -<target>Carpeta de versionado:</target> - -<source>Base folder:</source> -<target>Carpeta base:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>La carpeta de versionado está incluida en una carpeta base.</target> - -<source>Synchronizing folder pair:</source> -<target>Sincronizando par de carpetas:</target> - -<source>Generating database...</source> -<target>Generando base de datos...</target> - -<source>Searching for old file versions:</source> -<target>Buscando versiones antiguas de archivos:</target> - -<source>Removing old file versions:</source> -<target>Eliminando versiones antiguas de archivos:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>No es posible crear la fecha y hora para el versionado:</target> - -<source>Drag && drop</source> -<target>Arrastrar y soltar</target> - -<source>Select a folder</source> -<target>Seleccione una carpeta</target> - -<source>&New</source> -<target>&Nuevo</target> - -<source>&Open...</source> -<target>&Abrir...</target> - -<source>Save &as...</source> -<target>Guardar &como...</target> - -<source>E&xit</source> -<target>Sal&ir</target> - -<source>&File</source> -<target>&Archivo</target> - -<source>&View help</source> -<target>&Ver ayuda</target> - -<source>&About</source> -<target>&Acerca de</target> - -<source>&Help</source> -<target>A&yuda</target> - -<source>Usage:</source> -<target>Uso:</target> - -<source>Select folders to watch.</source> -<target>Seleccionar carpetas para mostrar.</target> - -<source>Enter a command line.</source> -<target>Introduzca una línea de comandos.</target> - -<source>Press 'Start'.</source> -<target>Haga clic en 'Inicio'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Para comenzar, importe un archivo "ffs_batch".</target> - -<source>Folders to watch:</source> -<target>Carpetas para examinar:</target> - -<source>Add folder</source> -<target>Añadir carpeta</target> - -<source>Remove folder</source> -<target>Eliminar carpeta</target> - -<source>Browse</source> -<target>Examinar</target> - -<source>Idle time (in seconds):</source> -<target>Tiempo de inactividad (en segundos):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Tiempo ocioso entre el último cambio detectado y la ejecución del comando</target> - -<source>Command line:</source> -<target>Línea de comandos:</target> - -<source>&Hide console window</source> -<target>&Ocultar la consola de comandos</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -El comando es disparado si: -- hay cambios en los archivos o subcarpetas -- aparecen nuevas carpetas (en una memoria USB, por ejemplo) -</target> - -<source>Start</source> -<target>Iniciar</target> - -<source>About</source> -<target>Acerca de</target> - -<source>Build: %x</source> -<target>Completado: %x</target> - -<source>All files</source> -<target>Todos los archivos</target> - -<source>Automated Synchronization</source> -<target>Sincronización Automática</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>El protocolo %x no es compatible con la supervisión de directorios:</target> - -<source>Directory monitoring active</source> -<target>Supervisión de directorios activada</target> - -<source>Waiting until directory is available:</source> -<target>Esperando que el directorio esté disponible:</target> - -<source>&Configure</source> -<target>&Configura</target> - -<source>&Show error message</source> -<target>Mo&strar mensaje de error</target> - -<source>&Quit</source> -<target>&Salir</target> - -<source>&Retry</source> -<target>&Reintentar</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x Gb</target> - -<source>Loading...</source> -<target>Cargando...</target> - -<source>Scanning...</source> -<target>Escaneando...</target> - -<source>configuration file</source> -<target>archivo de configuración</target> - -<source>System: Sleep</source> -<target>Sistema: suspender</target> - -<source>System: Shut down</source> -<target>Sistema: apagar</target> - -<source>Nothing to synchronize</source> -<target>Nada que sincronizar</target> - -<source>Executing command:</source> -<target>Ejecución del comando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Puede cambiar a la ventana principal de FreeFileSync para resolver este problema.</target> - -<source>&Don't show this warning again</source> -<target>&No volver a mostrar este aviso</target> - -<source>&Ignore</source> -<target>&Ignorar</target> - -<source>&Switch</source> -<target>&Cambiar</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Cambiar a la ventana principal de FreeFileSync</target> - -<source>Automatic retry</source> -<target>Reintento automático</target> - -<source>Ignore &all</source> -<target>Ignorar &todo</target> - -<source>Retrying operation...</source> -<target>Reintentando la operación...</target> - -<source>Serious Error</source> -<target>Error grave</target> - -<source>Last session</source> -<target>Última sesión</target> - -<source>Today</source> -<target>Hoy</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 día</pluralform> -<pluralform>%x días</pluralform> -</target> - -<source>Name</source> -<target>Nombre</target> - -<source>Last sync</source> -<target>Última sincronización</target> - -<source>Log</source> -<target>Registro</target> - -<source>Folder</source> -<target>Carpeta</target> - -<source>Symlink</source> -<target>Enlace simbólico</target> - -<source>Full path</source> -<target>Ruta completa</target> - -<source>Relative path</source> -<target>Ruta relativa</target> - -<source>Item name</source> -<target>Nombre de elemento</target> - -<source>Size</source> -<target>Tamaño</target> - -<source>Date</source> -<target>Fecha</target> - -<source>Extension</source> -<target>Extensión</target> - -<source>Category</source> -<target>Categoría</target> - -<source>Action</source> -<target>Acción</target> - -<source>Local comparison settings</source> -<target>Opciones de comparación local</target> - -<source>Local synchronization settings</source> -<target>Opciones de sincronización local</target> - -<source>Local filter</source> -<target>Filtro local</target> - -<source>Active</source> -<target>Activa</target> - -<source>None</source> -<target>Ninguna</target> - -<source>Remove local settings</source> -<target>Eliminar opciones locales</target> - -<source>Clear local filter</source> -<target>Borrar el filtro local</target> - -<source>Copy</source> -<target>Copiar</target> - -<source>Paste</source> -<target>Pegar</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>La carpeta %x seleccionada no puede usarse con FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Seleccione otra carpeta del systema de archivos local, en red o en un dispositivo MTP.</target> - -<source>Defined by context of use</source> -<target>Definido por contexto de utilización</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Requiere FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Guardar</target> - -<source>Save as &batch job...</source> -<target>Guardar como tarea por &lotes...</target> - -<source>Show &log</source> -<target>Mostrar re&gistro</target> - -<source>Start &comparison</source> -<target>Iniciar la &comparación</target> - -<source>C&omparison settings</source> -<target>Opciones de c&omparación</target> - -<source>&Filter settings</source> -<target>Opciones de &filtro</target> - -<source>S&ynchronization settings</source> -<target>Opciones de s&incronización</target> - -<source>Start &synchronization</source> -<target>Iniciar la &sincronización</target> - -<source>&Actions</source> -<target>&Acciones</target> - -<source>&Preferences</source> -<target>&Preferencias</target> - -<source>&Language</source> -<target>&Idioma</target> - -<source>&Find...</source> -<target>&Buscar...</target> - -<source>&Export file list...</source> -<target>&Exportar lista de archivos...</target> - -<source>&Reset layout</source> -<target>&Restablecer diseño</target> - -<source>&Tools</source> -<target>Herramien&tas</target> - -<source>&Check for updates now</source> -<target>&Comprobar actualizaciones ahora</target> - -<source>Check &automatically once a week</source> -<target>Comprobar &automáticamente una vez por semana</target> - -<source>Cancel</source> -<target>Cancelar</target> - -<source>Compare</source> -<target>Comparar</target> - -<source>Synchronize</source> -<target>Sincronizar</target> - -<source>Add folder pair</source> -<target>Añadir un par de carpetas</target> - -<source>Remove folder pair</source> -<target>Eliminar un par de carpetas</target> - -<source>Access online storage</source> -<target>Acceder a almacenamiento en línea</target> - -<source>Close search bar</source> -<target>Cerrar la barra de búsqueda</target> - -<source>Find:</source> -<target>Buscar:</target> - -<source>Match case</source> -<target>Coincidir mayúsculas y minúsculas</target> - -<source>Processed:</source> -<target>Procesado(s):</target> - -<source>Remaining:</source> -<target>Restantes:</target> - -<source>New</source> -<target>Nuevo</target> - -<source>Open...</source> -<target>Abrir...</target> - -<source>Save</source> -<target>Guardar</target> - -<source>Save as...</source> -<target>Guardar como...</target> - -<source>View type:</source> -<target>Ver tipo:</target> - -<source>Select view:</source> -<target>Seleccionar vista:</target> - -<source>Save as default</source> -<target>Guardar como predeterminado</target> - -<source>Statistics:</source> -<target>Estadísticas:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Número de archivos y carpetas que serán eliminados</target> - -<source>Number of files that will be updated</source> -<target>Número de archivos que serán actualizados</target> - -<source>Number of files and folders that will be created</source> -<target>Número de archivos y carpetas que serán creados</target> - -<source>Total bytes to copy</source> -<target>Total de bytes a copiar</target> - -<source>Arrange folder pair</source> -<target>Reorganizar pares de carpetas</target> - -<source>Main settings:</source> -<target>Configuración principal:</target> - -<source>Use local settings:</source> -<target>Usar Opciones locales:</target> - -<source>Select a variant:</source> -<target>Seleccione una variante:</target> - -<source>Include &symbolic links:</source> -<target>Incluir vínculos &simbólicos:</target> - -<source>&Follow</source> -<target>&Seguir</target> - -<source>&Direct</source> -<target>&Directo</target> - -<source>More information</source> -<target>Más información</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorar desfases temporales [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Listado de desfases temporales ignorados en archivos</target> - -<source>Example:</source> -<target>Ejemplo:</target> - -<source>Handle daylight saving time</source> -<target>Reflejar el horario de verano</target> - -<source>Ignore errors</source> -<target>Ignorar errores</target> - -<source>Retry count:</source> -<target>Cuenta de reintentos:</target> - -<source>Delay (in seconds):</source> -<target>Retardo (en segundos):</target> - -<source>Performance improvements:</source> -<target>Mejoras en el rendimiento:</target> - -<source>Parallel file operations:</source> -<target>Operaciones paralelas sobre archivos:</target> - -<source>How to get best performance?</source> -<target>¿Cómo obtener el mejor rendimiento?</target> - -<source>Local settings:</source> -<target>Opciones locales:</target> - -<source>Include:</source> -<target>Incluir:</target> - -<source>Show examples</source> -<target>Mostrar ejemplos</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Elija reglas de filtrado para excluir archivos de la sincronización. Indique rutas relativas correspondientes a la carpeta emparejada.</target> - -<source>File size:</source> -<target>Tamaño de archivo:</target> - -<source>Minimum:</source> -<target>Mínimo:</target> - -<source>Maximum:</source> -<target>Máximo:</target> - -<source>Time span:</source> -<target>Espacio de tiempo:</target> - -<source>C&lear</source> -<target>B&orrar</target> - -<source>Detect moved files</source> -<target>Detectar archivos movidos</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- No compatible con todos los sistemas de archivos -- Requiere y crea archivos de bases de datos -- Detección no disponible en primera sincronización -</target> - -<source>Delete files:</source> -<target>Eliminar archivos:</target> - -<source>&Recycle bin</source> -<target>Papelera de &reciclaje</target> - -<source>&Permanent</source> -<target>&Permanente</target> - -<source>&Versioning</source> -<target>&Versionado</target> - -<source>Move files to a user-defined folder</source> -<target>Mover los archivos a una carpeta del usuario</target> - -<source>Naming convention:</source> -<target>Convención de nombres:</target> - -<source>Limit file versions:</source> -<target>Limitar las versiones de archivos:</target> - -<source>Last x days:</source> -<target>Últimos x días:</target> - -<source>&Override default log path:</source> -<target>&Reemplazar la ruta predeterminada del registro:</target> - -<source>Run a command:</source> -<target>Ejecutar un comando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Tipo de conexión:</target> - -<source>Connected user accounts:</source> -<target>Cuentas de usuarion conectadas:</target> - -<source>&Add connection</source> -<target>&Agregar conexión</target> - -<source>&Disconnect</source> -<target>&Desconectar</target> - -<source>Selected user account:</source> -<target>Cuenta de usuario seleccionada:</target> - -<source>Server name or IP address:</source> -<target>Nombre o dirección IP del servidor:</target> - -<source>Port:</source> -<target>Puerto:</target> - -<source>Encryption:</source> -<target>Cifrado:</target> - -<source>&Disabled</source> -<target>&Inactivo</target> - -<source>&Explicit SSL/TLS</source> -<target>&SSL/TLS explícito</target> - -<source>Authentication:</source> -<target>Autenticación:</target> - -<source>&Password</source> -<target>&Contraseña</target> - -<source>&Key file</source> -<target>Archivo de &clave</target> - -<source>&SSH agent</source> -<target>Agente &SSH</target> - -<source>User name:</source> -<target>Usuario:</target> - -<source>Private key file:</source> -<target>Archivo de clave privada:</target> - -<source>&Show password</source> -<target>Mo&strar constraseña</target> - -<source>Directory on server:</source> -<target>Directorio en el servidor:</target> - -<source>Access timeout (in seconds):</source> -<target>Tiempo de espera en acceso (segundos):</target> - -<source>SFTP channels per connection:</source> -<target>Canales SFTP por conexión:</target> - -<source>Detect server limit</source> -<target>Detectar el límite del servidor</target> - -<source>Select Folder</source> -<target>Seleccionar carpeta</target> - -<source>Variant:</source> -<target>Variante:</target> - -<source>&Don't show this dialog again</source> -<target>&No volver a mostrar este diálogo</target> - -<source>Bytes:</source> -<target>Bytes:</target> - -<source>Items:</source> -<target>Elementos:</target> - -<source>Synchronizing...</source> -<target>Sincronizando...</target> - -<source>Minimize to notification area</source> -<target>Minimizar en el área de notificación</target> - -<source>Bytes</source> -<target>Bytes</target> - -<source>Items</source> -<target>Elementos</target> - -<source>When finished:</source> -<target>Tras finalizar:</target> - -<source>Auto-close</source> -<target>Cierre automático</target> - -<source>Close</source> -<target>Cerrar</target> - -<source>&Pause</source> -<target>&Pausa</target> - -<source>Stop</source> -<target>Detener</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Crear tarea por lotes para sincronización desatendida. Para iniciar, haga doble clic en este archivo o prográmelo en el planificador de tareas: %x</target> - -<source>Progress dialog:</source> -<target>Diálogo de progreso:</target> - -<source>Run minimized</source> -<target>Ejecutar minimizado</target> - -<source>Show pop-up on errors or warnings</source> -<target>Mostrar ventana emergente de errores o avisos</target> - -<source>&Cancel</source> -<target>&Cancelar</target> - -<source>Stop synchronization at first error</source> -<target>Detener la sincronización con el primer error</target> - -<source>How can I schedule a batch job?</source> -<target>¿Cómo puedo programar una tarea por lotes?</target> - -<source>&Keep relative paths</source> -<target>Conservar &rutas relativas</target> - -<source>&Overwrite existing files</source> -<target>S&obrescribir archivos existentes</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Las opciones siguientes son comunes a todas las tareas de sincronización.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Copiar a archivo temporal (*.ffs_tmp) antes de sobrescribir en destino. -Esto garantiza un estado coherente incluso en caso de error grave. -</target> - -<source>recommended</source> -<target>recomendado</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Copiar archivos compartidos o bloqueados usando el servicio de Instantánea de volumen.</target> - -<source>requires administrator rights</source> -<target>requiere derechos de administrador</target> - -<source>Transfer file and folder permissions.</source> -<target>Transferir permisos de archivos y carpetas.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Volver a mostrar todos los diálogos y mensajes de advertencia que fueron permanentemente ocultados</target> - -<source>Default log path:</source> -<target>Ruta predeterminada del registro:</target> - -<source>&Delete logs after x days:</source> -<target>&Eliminar los registros tras x días:</target> - -<source>Notification sounds:</source> -<target>Notificaciones sonoras:</target> - -<source>Synchronization finished:</source> -<target>Synchronización finalizada:</target> - -<source>Customize context menu:</source> -<target>Personalizar menú contextual:</target> - -<source>Description</source> -<target>Descripción</target> - -<source>&Default</source> -<target>&Configuración predeterminada</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Comentarios y sugerencias son bienvenidos:</target> - -<source>Home page</source> -<target>Página de inicio</target> - -<source>FreeFileSync Forum</source> -<target>Foro de FreeFileSync</target> - -<source>Email</source> -<target>Correo electrónico</target> - -<source>If you like FreeFileSync:</source> -<target>Si te resulta útil FreeFileSync:</target> - -<source>Support with a donation</source> -<target>¡Contribuye con una donación!</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>La actualización automática ha sido desactivada por el administrador.</target> - -<source>Donation details</source> -<target>Detalles para donación</target> - -<source>Source code written in C++ using:</source> -<target>Código fuente C++ con soporte de:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publicado con licencia pública general GNU:</target> - -<source>Many thanks for localization:</source> -<target>Agradecimientos a los traductores:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Active FreeFileSync Donation Edition por uno de los métodos siguientes:</target> - -<source>Activate via internet now:</source> -<target>Activar por internet ahora:</target> - -<source>Activate online</source> -<target>Activar en línea</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Recuperar una clave de activación sin conexión desde la dirección URL siguiente:</target> - -<source>&Copy to clipboard</source> -<target>&Copiar al portapapeles</target> - -<source>Enter activation key:</source> -<target>Introduzca la clave de activación:</target> - -<source>Activate offline</source> -<target>Activar sin conexión</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Resaltar las configuraciones no utilizadas desde hace más del número de días:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync requiere derechos de acceso para evitar errores por "Operaciones no permitidas" al sincronizar sus datos (por ej. Mail, Messages, Calendars).</target> - -<source>Locate the FreeFileSync app</source> -<target>Localice la app FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Abra Seguridad y privacidad</target> - -<source>Click the lock to allow changes.</source> -<target>Haga clic en el candado para permitir los cambios.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Arrastre FreeFileSync dentro del panel.</target> - -<source>Synchronization Settings</source> -<target>Opciones de sincronización</target> - -<source>Access Online Storage</source> -<target>Acceder a almacenamiento en línea</target> - -<source>Save as a Batch Job</source> -<target>Guardar como una tarea por lotes</target> - -<source>Delete Items</source> -<target>Eliminar elementos</target> - -<source>Copy Items</source> -<target>Copiar elementos</target> - -<source>Options</source> -<target>Opciones</target> - -<source>Select Time Span</source> -<target>Seleccionar duración</target> - -<source>Highlight Configurations</source> -<target>Resaltar configuraciones</target> - -<source>Grant Full Disk Access</source> -<target>Dar acceso a total al disco</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>No hay entradas de registro</target> - -<source>Select all</source> -<target>Seleccionar todo</target> - -<source>&Options</source> -<target>&Opciones</target> - -<source>Main Bar</source> -<target>Barra principal</target> - -<source>Folder Pairs</source> -<target>Pares de carpetas</target> - -<source>Find</source> -<target>Buscar</target> - -<source>View Settings</source> -<target>Ver opciones</target> - -<source>Configuration</source> -<target>Configuración</target> - -<source>Overview</source> -<target>Vista general</target> - -<source>Swap sides</source> -<target>Intercambiar lados</target> - -<source>Show "%x"</source> -<target>Mostrar "%x"</target> - -<source>&Show details</source> -<target>Mo&strar detalles</target> - -<source>FreeFileSync %x is available!</source> -<target>¡Ya está disponible FreeFileSync %x!</target> - -<source>Local path not available for %x.</source> -<target>Ruta local no disponible para %x.</target> - -<source>Confirm</source> -<target>Confirmar</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>¿Realmente desea ejecutar el comando %y para un elemento?</pluralform> -<pluralform>¿Realmente desea ejecutar el comando %y para %x elementos?</pluralform> -</target> - -<source>&Execute</source> -<target>&Ejecutar</target> - -<source>Set direction:</source> -<target>Usar dirección:</target> - -<source>multiple selection</source> -<target>selección múltiple</target> - -<source>&Include via filter:</source> -<target>&Incluir a través del filtro:</target> - -<source>&Exclude via filter:</source> -<target>&Excluir a través del filtro:</target> - -<source>Include temporarily</source> -<target>Incluir temporalmente</target> - -<source>Exclude temporarily</source> -<target>Excluir temporalmente</target> - -<source>&Synchronize selection</source> -<target>&Sincronizar la selección</target> - -<source>&Copy to...</source> -<target>&Copiar hacia...</target> - -<source>&Delete</source> -<target>&Eliminar</target> - -<source>Show icons:</source> -<target>Mostrar iconos:</target> - -<source>Small</source> -<target>Pequeño</target> - -<source>Medium</source> -<target>Medio</target> - -<source>Large</source> -<target>Grande</target> - -<source>Select time span...</source> -<target>Seleccionar duración...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Comparación y sincronización de carpetas</target> - -<source>Configuration saved</source> -<target>Configuración guardada</target> - -<source>FreeFileSync batch</source> -<target>Tarea por lotes de FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>¿Quiere guardar los cambios de %x?</target> - -<source>Never save &changes</source> -<target>Nunca guardar &cambios</target> - -<source>Do&n't save</source> -<target>&No guardar</target> - -<source>%x cannot be renamed.</source> -<target>%x no se puede renombrar.</target> - -<source>New name:</source> -<target>Nuevo nombre:</target> - -<source>Rename Configuration</source> -<target>Renombrar la configuración</target> - -<source>Configuration name must not be empty.</source> -<target>El nombre de configuración no debe estar vacío.</target> - -<source>&Rename...</source> -<target>&Renombrar...</target> - -<source>Hide configuration</source> -<target>Ocultar configuración</target> - -<source>Highlight...</source> -<target>Resaltar...</target> - -<source>Clear filter</source> -<target>Borrar filtro</target> - -<source>Show files that exist on left side only</source> -<target>Mostrar sólo archivos existentes en la izquierda</target> - -<source>Show files that exist on right side only</source> -<target>Mostrar sólo archivos existentes en la derecha</target> - -<source>Show files that are newer on left</source> -<target>Mostrar archivos más recientes a la izquierda</target> - -<source>Show files that are newer on right</source> -<target>Mostrar archivos más recientes a la derecha</target> - -<source>Show files that are equal</source> -<target>Mostrar archivos iguales</target> - -<source>Show files that are different</source> -<target>Mostrar archivos diferentes</target> - -<source>Show conflicts</source> -<target>Mostrar conflictos</target> - -<source>Show files that will be created on the left side</source> -<target>Mostrar archivos que serán creados en el lado izquierdo</target> - -<source>Show files that will be created on the right side</source> -<target>Mostrar archivos que serán creados en el lado derecho</target> - -<source>Show files that will be deleted on the left side</source> -<target>Mostrar archivos que serán eliminados en el lado izquierdo</target> - -<source>Show files that will be deleted on the right side</source> -<target>Mostrar archivos que serán eliminados en el lado derecho</target> - -<source>Show files that will be updated on the left side</source> -<target>Mostrar archivos que serán actualizados en el lado izquierdo</target> - -<source>Show files that will be updated on the right side</source> -<target>Mostrar archivos que serán actualizados en el lado derecho</target> - -<source>Show files that won't be copied</source> -<target>Mostrar archivos que no serán copiados</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Mostrar archivos excluidos temporalmente o filtrados</target> - -<source>Filter</source> -<target>Filtro</target> - -<source>All files are in sync</source> -<target>Todos los archivos están sincronizados</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 directorio</pluralform> -<pluralform>%x directorios</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 archivo</pluralform> -<pluralform>%x archivos</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Mostrando %y de 1 línea</pluralform> -<pluralform>Mostrando %y de %x líneas</pluralform> -</target> - -<source>Cannot find %x</source> -<target>No se puede encontrar %x</target> - -<source>Move up</source> -<target>Subir</target> - -<source>Move down</source> -<target>Bajar</target> - -<source>Comma-separated values</source> -<target>Valores separados por comas</target> - -<source>File list exported</source> -<target>Lista de archivos exportada</target> - -<source>Searching for program updates...</source> -<target>Buscando actualizaciones del programa...</target> - -<source>Paused</source> -<target>Pausado</target> - -<source>Stop requested...</source> -<target>Detención solicitada...</target> - -<source>Initializing...</source> -<target>Inicializando...</target> - -<source>Comparing content...</source> -<target>Comparando contenido...</target> - -<source>&Continue</source> -<target>&Continuar</target> - -<source>Progress</source> -<target>Progreso</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>¡Muchas gracias, %x, por su contribución y ayuda!</target> - -<source>Connections</source> -<target>Conexiones</target> - -<source>Recommended range:</source> -<target>Rango recomendado:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>¿Realmente desea desconectar de la cuenta de usuario %x?</target> - -<source>Password:</source> -<target>Contraseña:</target> - -<source>Key passphrase:</source> -<target>Frase de contraseña:</target> - -<source>Please enter a file path.</source> -<target>Indique la ruta de un archivo.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>¿Desea copiar este elemento hacia otra carpeta?</pluralform> -<pluralform>¿Desea copiar estos %x elementos hacia otra carpeta?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Indique una carpeta de destino.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>¿Realmente desea mover este elemento a la papelera de reciclaje?</pluralform> -<pluralform>¿Realmente desea mover estos %x elementos a la papelera de reciclaje?</pluralform> -</target> - -<source>Move</source> -<target>Mover</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>¿Realmente desea eliminar este elemento?</pluralform> -<pluralform>¿Realmente desea eliminar estos %x elementos?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>¿Iniciar la sincronización de la selección?</target> - -<source>Start synchronization now?</source> -<target>¿Iniciar la sincronización ahora?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Copiar permisos DACL, SACL, Owner, Group</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrar aplicaciones externas en el menú de contexto. Las macros siguientes están disponibles:</target> - -<source>Full file or folder path</source> -<target>Ruta completa de archivo o carpeta</target> - -<source>Parent folder path</source> -<target>Ruta de carpeta principal</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Copia local temporal para almacenamiento SFTP y MTP</target> - -<source>Parameters for opposite side</source> -<target>Parámetros del lado opuesto</target> - -<source>Show hidden dialogs again</source> -<target>Volver a mostrar los diálogos ocultos</target> - -<source>All dialogs shown</source> -<target>Todos los diálogos mostrados</target> - -<source>Downloading update...</source> -<target>Descargando actualización...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identificar archivos iguales por la hora de modificación y por tamaño.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identificar archivos iguales por su contenido.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identificar archivos iguales por su tamaño.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identificar y propagar cambios en ambos lados. Archivos eliminados, movidos y conflictos se detectan automáticamente usando una base de datos.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Crear una copia de respaldo espejo de la carpeta izquierda, adaptando y haciendo coincidir la carpeta derecha.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Copiar archivos nuevos y actualizados a la carpeta de la derecha.</target> - -<source>Configure your own synchronization rules.</source> -<target>Configurar reglas de sincronización personalizadas.</target> - -<source>Comparison</source> -<target>Comparación</target> - -<source>Synchronization</source> -<target>Sincronización</target> - -<source>This week</source> -<target>Esta semana</target> - -<source>This month</source> -<target>Este mes</target> - -<source>This year</source> -<target>Este año</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Conservar en la papelera de reciclaje los archivos eliminados y reemplazados</target> - -<source>Delete and overwrite files permanently</source> -<target>Borrar y reemplazar los archivos permanentemente</target> - -<source>Replace</source> -<target>Reemplazar</target> - -<source>Move files and replace if existing</source> -<target>Mover archivos y reemplazar si ya existen</target> - -<source>Time stamp</source> -<target>Marca horaria</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Mover archivos a una subcarpeta con marca horaria</target> - -<source>File</source> -<target>Archivo</target> - -<source>Append a time stamp to each file name</source> -<target>Incluir marca horaria en cada nombre de archivo</target> - -<source>On completion:</source> -<target>Al completar:</target> - -<source>On errors:</source> -<target>Con errores:</target> - -<source>On success:</source> -<target>Con éxito:</target> - -<source>Main config</source> -<target>Configuración principal</target> - -<source>empty</source> -<target>vacío</target> - -<source>Leave as unresolved conflict</source> -<target>Dejar como conflicto sin resolver</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>El contador mínimo de versión debe ser inferior al contador máximo.</target> - -<source>&Restore</source> -<target>&Restaurar</target> - -<source>Files</source> -<target>Archivos</target> - -<source>Percentage</source> -<target>Porcentaje</target> - -<source>Failed to retrieve update information.</source> -<target>Fallo al recuperar información de actualización.</target> - -<source>Automatic updates:</source> -<target>Actualizaciones automáticas:</target> - -<source>Check for Program Updates</source> -<target>Buscar actualizaciones del programa</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>¿Desea actualizar automáticamente o descargar manualmente desde la página de FreeFileSync ahora?</target> - -<source>&Auto-update</source> -<target>&Actualizar autmáticamente</target> - -<source>&Home page</source> -<target>&Página de inicio</target> - -<source>Download now?</source> -<target>¿Descargar ahora?</target> - -<source>&Download</source> -<target>&Descargar</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync está actualizado.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>No se encuentra el número de versión actual de FreeFileSync en línea. Una nueva versión puede estar disponible. ¿Desea comprobarla manualmente?</target> - -<source>&Check</source> -<target>&Comprobar</target> - -<source>Consistency check failed for %x.</source> -<target>Fallo en la comprobación de coherencia para %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>La instalación quedó registrada par un sistema operativo distinto.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Fallo al activar FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Clave de activación incorrecta.</target> - -<source>Unable to register to receive system messages.</source> -<target>No es posible registrar la recepción de mensajes sistema.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>La opción %x de instalación sólo está disponible para la versión FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>No se puede encontrar la función del sistema %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>No es posible registrar las notificaciones de dispositivo para %x.</target> - -<source>The file is locked by another process:</source> -<target>El archivo está bloqueado por otro proceso:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>No se puede determinar el soporte para permisos de archivos en la carpeta %x.</target> - -<source>Cannot read security context of %x.</source> -<target>No se puede leer el contexto de seguridad de %x.</target> - -<source>Cannot write security context of %x.</source> -<target>No se puede escribir el contexto de seguridad de %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>No se pueden leer los permisos de %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>No se puedem copiar los permisos desde %x hacia %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x no es una nombre de directorio autorizado.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>No se puedem copiar los atributos desde %x hacia %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 minuto</pluralform> -<pluralform>%x minutos</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 hora</pluralform> -<pluralform>%x horas</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>No se puede asignar el privilegio %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>No es posible suspender el sistema.</target> - -<source>Cannot change process I/O priorities.</source> -<target>No se pudieron cambiar las prioridades de E/S del proceso.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Fallo al comprobar la papelera de reciclaje para la carpeta %x.</target> - -<source>Unable to shut down the system.</source> -<target>No es posible apagar el sistema.</target> - -<source>Prepare installation</source> -<target>Preparar la instalación</target> - -<source>Choose which components you want to install.</source> -<target>Elija los components que desea instalar.</target> - -<source>Select installation type:</source> -<target>Elija el tipo de instalación:</target> - -<source>Local</source> -<target>Local</target> - -<source>Portable</source> -<target>Portable</target> - -<source>Save settings in %x</source> -<target>Guardar parámetros en %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registrar las extensiones de archivos de FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Crear entradas en el menú contextual del Explorador</target> - -<source>Save settings in installation directory</source> -<target>Guardar preferencias en el directorio de instalación</target> - -<source>Do not write to Registry</source> -<target>No escribir en el registro</target> - -<source>Just copy the files</source> -<target>Copiar archivos</target> - -<source>Choose a directory for installation:</source> -<target>Elegir directorio para la instalación:</target> - -<source>Create shortcuts:</source> -<target>Crear acceso directo:</target> - -<source>Desktop</source> -<target>Escritorio</target> - -<source>Start Menu</source> -<target>Menú Inicio</target> - -<source>Send To</source> -<target>Enviar a</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registrando las extensiones de archivo de FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Borrando las extensiones de archivo de FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Configuración de FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Archivo por lotes de FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>Base de datos de sincronización de FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Configuración de RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Modificar con FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>En lugar de un anuncio, verá una imagen como ésta.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>No se puede instalar la versión portátil de FreeFileSync en una subcarpeta de %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Elija el tipo de instalación local o seleccione otra carpeta de instalación.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Obtenga la FreeFileSync Donation Edition con sus características extra y ayude a mantener FreeFileSync libre de anuncios.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/swedish.lng b/FreeFileSync/Build/Resources/Languages/swedish.lng deleted file mode 100755 index 9e844a73..00000000 --- a/FreeFileSync/Build/Resources/Languages/swedish.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Svenska</language> - <translator>Åke Engelbrektson</translator> - <locale>sv_SE</locale> - <image>flag_sweden.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Filen %x kan inte läsas in.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Oväntad storlek på dataström. -Förväntad: %x byte -Aktuell: %y byte -</target> - -<source>Cannot write file %x.</source> -<target>Filen %x kan inte skrivas.</target> - -<source>Cannot write permissions of %x.</source> -<target>Kan inte skriva behörigheter för %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Åtgärden stöds inte mellan olika enheter.</target> - -<source>Cannot delete file %x.</source> -<target>Filen %x kan inte tas bort.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Kan inte ta bort den symboliska länken %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Kan inte ta bort mappen %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Kan inte flytta filen %x till %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Kan inte kopiera den symboliska länken %x till %y.</target> - -<source>Error Code %x</source> -<target>Felkod %x</target> - -<source>Cannot read directory %x.</source> -<target>Kan inte läsa mappen %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Kan inte ändra tidsangivelsen för %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Kan inte läsa filattribut för %x.</target> - -<source>Cannot create directory %x.</source> -<target>Kan inte skapa mappen %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Kan inte utläsa slutlig sökväg för %x.</target> - -<source>Operation not supported by device.</source> -<target>Åtgärden stöds inte av enheten.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Den symboliska länken %x kan inte matchas.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Kan inte att flytta %x till papperskorgen.</target> - -<source>Authentication completed.</source> -<target>Autentisering slutförd.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Du kan nu stänga denna sida och fortsätta med FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Autentisering misslyckades.</target> - -<source>Unable to connect to %x.</source> -<target>Kan inte ansluta till %x.</target> - -<source>Cannot find %x.</source> -<target>Kan inte hitta %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Namnet %x, används av mer än ett objekt, i mappen.</target> - -<source>Please authorize access to user account %x.</source> -<target>Autentisera åtkomst till användarkonto %x.</target> - -<source>Cannot open file %x.</source> -<target>Kan inte öppna %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Namnet %x, används redan av ett annat objekt.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Kan inte avgöra ledigt utrymme på %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Kan inte koppla ifrån %x.</target> - -<source>Unable to access %x.</source> -<target>Kan inte komma åt %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Kunde inte hämta information om server %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Mappen %x kan inte övervakas.</target> - -<source>Cannot find device %x.</source> -<target>Kan inte hitta enheten %x.</target> - -<source>Cannot open directory %x.</source> -<target>Kan inte öppna %x.</target> - -<source>Unsupported item type.</source> -<target>Objekttypen stöds inte.</target> - -<source>Incorrect command line:</source> -<target>Felaktig kommandorad:</target> - -<source>The server does not support authentication via %x.</source> -<target>Servern stödjer inte autentisering via %x.</target> - -<source>Required:</source> -<target>Utrymmeskrav:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Åtgärdens tidsgräns överskreds efter 1 sekund.</pluralform> -<pluralform>Åtgärdens tidsgräns överskreds efter %x sekunder.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Kan inte vänta på fler än 1 anslutning åt gången.</pluralform> -<pluralform>Kan inte vänta på fler än %x anslutningar åt gången.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Aktiva anslutningar: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Kunde inte öppna SFTP-kanal nummer %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Bägge sidor har ändrats sedan senaste synkroniseringen.</target> - -<source>Cannot determine sync-direction:</source> -<target>Kan inte bestämma synkroniseringsriktning:</target> - -<source>No change since last synchronization.</source> -<target>Inga ändringar sedan senaste synkronisering.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Databasposten är inte synkroniserad, i förhållande till aktuella inställningar.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Standardsynkronisering: Gamla filer kommer att skrivas över av nyare versioner.</target> - -<source>Creating file %x</source> -<target>Skapar fil %x</target> - -<source>Creating folder %x</source> -<target>Skapar mappen %x</target> - -<source>Creating symbolic link %x</source> -<target>Skapar den symboliska länken %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Flyttar %x till papperskorgen</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Flyttar mappen %x till papperskorgen</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Flyttar den symboliska länken %x till papperskorgen</target> - -<source>Deleting file %x</source> -<target>Tar bort filen %x</target> - -<source>Deleting folder %x</source> -<target>Tar bort mappen %x</target> - -<source>Deleting symbolic link %x</source> -<target>Tar bort den symboliska länken %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Kontrollerar papperskorgens tillgänglighet för %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Papperskorgen stöds inte av följande mappar. Borttagna eller överskrivna filer kommer inte att kunna återställas:</target> - -<source>An exception occurred</source> -<target>Ett undantag inträffade</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>En vänster och en höger mappsökväg förväntas efter %x.</target> - -<source>Syntax error</source> -<target>Syntaxfel</target> - -<source>Cannot find file %x.</source> -<target>Kan inte hitta filen %x.</target> - -<source>Error</source> -<target>Fel</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Filen %x innehåller ingen giltig konfiguration.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Konfigurationsfilen kan inte innehålla inställningar på katalogparnivå när mappar anges via kommandorad.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Mappar kan inte anges för mer än en konfigurationsfil.</target> - -<source>Command line</source> -<target>Kommandofält</target> - -<source>Syntax:</source> -<target>Syntax:</target> - -<source>config files:</source> -<target>configurationsfiler:</target> - -<source>directory</source> -<target>mapp</target> - -<source>global config file:</source> -<target>övergripande konfigurationsfil:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Valfritt antal FreeFileSync "ffs_gui" och/eller "ffs_batch" konfigurationsfiler.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Valfritt antal alternativa katalogpar för som mest, en konfigurationsfil.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Öppna den valda konfigurationen endast för redigering, utan att köra den.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Sökväg till en alternativ GlobalSettings.xml-fil.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Installationsfilerna är skadade. Installera om FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Kan inte hitta följande mappar:</target> - -<source>The following folders do not yet exist:</source> -<target>Följande mappar finns ännu inte:</target> - -<source>The folders are created automatically when needed.</source> -<target>Mapparna skapas automatiskt när de behövs.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Följande mappsökvägar skiljer sig åt i skiftläge. Använd en enda form för att undvika dubbla åtkomster.</target> - -<source>Scanning:</source> -<target>Skannar:</target> - -<source>Comparison finished:</source> -<target>Jämförelse slutförd:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 objekt hittat</pluralform> -<pluralform>%x objekt hittade</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Förfluten tid:</target> - -<source>File %x has an invalid date.</source> -<target>Filen %x har ett ogiltigt datum.</target> - -<source>Date:</source> -<target>Datum:</target> - -<source>Files have the same date but a different size.</source> -<target>Filerna har samma datum men olika storlek.</target> - -<source>Size:</source> -<target>Storlek:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Innehållet jämfördes inte för undantagna filer.</target> - -<source>Items differ in attributes only</source> -<target>Endast attribut skiljer objekten åt</target> - -<source>Resolving symbolic link %x</source> -<target>Översätter den symboliska länken %x</target> - -<source>Comparing content of files %x</source> -<target>Jämför filinnehåll för %x</target> - -<source>Generating file list...</source> -<target>Skapar fillista...</target> - -<source>Fail-safe file copy</source> -<target>Felsäker filkopiering</target> - -<source>Enabled</source> -<target>Aktiverad</target> - -<source>Disabled</source> -<target>Inaktiverad</target> - -<source>Copy locked files</source> -<target>Kopiera låsta filer</target> - -<source>Copy file access permissions</source> -<target>Kopiera filåtkomstbehörigheter</target> - -<source>File time tolerance</source> -<target>Tidsstämpeltolerans</target> - -<source>Run with background priority</source> -<target>Kör med bakgrundsprioritet</target> - -<source>Lock directories during sync</source> -<target>Lås mappar under synkronisering</target> - -<source>Verify copied files</source> -<target>Verifiera kopierade filer</target> - -<source>Using non-default global settings:</source> -<target>Använder icke-standard globala inställningar:</target> - -<source>A folder input field is empty.</source> -<target>Ett inmatningsfält är tomt.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Motsvarande mapp kommer att betraktas som tom.</target> - -<source>Exclude:</source> -<target>Undanta:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>En basmapp i ett katalogpar, ligger i en annan basmapp.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Mappen bör undantas från synkronisering, via filtrering.</target> - -<source>Calculating sync directions...</source> -<target>Beräknar synkroniseringsmappar...</target> - -<source>Out of memory.</source> -<target>Minnesbrist.</target> - -<source>Show in Explorer</source> -<target>Visa i Utforskaren</target> - -<source>Open with default application</source> -<target>Öppna med standardprogram</target> - -<source>Browse directory</source> -<target>Sök upp mapp</target> - -<source>Database file %x is incompatible.</source> -<target>Databasfilen %x är inkompatibel.</target> - -<source>Initial synchronization:</source> -<target>Initial synkronisering:</target> - -<source>Database file %x does not yet exist.</source> -<target>Databasfilen %x finns ännu inte.</target> - -<source>Database file is corrupted:</source> -<target>Databasfilen är skadad:</target> - -<source>Loading file %x...</source> -<target>Läser in filen %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Datapasfilen innehåller ännu ingen information om senaste synkronisering.</target> - -<source>Saving file %x...</source> -<target>Sparar %x...</target> - -<source>Searching for folder %x...</source> -<target>Söker efter mappen %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Timeout vid sökning efter mappen %x.</target> - -<source>Cannot get process information.</source> -<target>Processinformation kan inte inhämtas.</target> - -<source>Waiting while directory is locked:</source> -<target>Väntar medan mappen låses:</target> - -<source>Lock owner:</source> -<target>Låsägare:</target> - -<source>Detecting abandoned lock...</source> -<target>Söker övergivna lås...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 sek</pluralform> -<pluralform>%x sek</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Objektet finns bara på vänster sida</target> - -<source>Item exists on right side only</source> -<target>Objektet finns bara på höger sida</target> - -<source>Left side is newer</source> -<target>Vänster sida är nyare</target> - -<source>Right side is newer</source> -<target>Höger sida är nyare</target> - -<source>Items have different content</source> -<target>Objekten har olika innehåll</target> - -<source>Both sides are equal</source> -<target>Bägge sidor är lika</target> - -<source>Conflict/item cannot be categorized</source> -<target>Konflikten/Objektet kan inte kategoriseras</target> - -<source>Copy new item to left</source> -<target>Kopiera nytt objekt åt vänster</target> - -<source>Copy new item to right</source> -<target>Kopiera nytt objekt åt höger</target> - -<source>Delete left item</source> -<target>Ta bort vänster objekt</target> - -<source>Delete right item</source> -<target>Ta bort höger objekt</target> - -<source>Move file on left</source> -<target>Flytta fil på vänster sida</target> - -<source>Move file on right</source> -<target>Flytta fil på höger sida</target> - -<source>Update left item</source> -<target>Uppdatera objekt på vänster sida</target> - -<source>Update right item</source> -<target>Uppdatera objekt på höger sida</target> - -<source>Do nothing</source> -<target>Gör ingenting</target> - -<source>Update attributes on left</source> -<target>Uppdatera attribut på vänster sida</target> - -<source>Update attributes on right</source> -<target>Uppdatera attribut på höger sida</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Tolkningsfel på filen %x, rad %y, kolumn %z.</target> - -<source>Services</source> -<target>Tjänster</target> - -<source>Show All</source> -<target>Visa all</target> - -<source>Hide Others</source> -<target>Dölj andra</target> - -<source>Hide %x</source> -<target>Dölj %x</target> - -<source>Quit %x</source> -<target>Avsluta %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Kan inte ange mapplås för följanda mappar:</target> - -<source>Errors:</source> -<target>Fel:</target> - -<source>Warnings:</source> -<target>Varningar:</target> - -<source>Items processed:</source> -<target>Processade poster:</target> - -<source>Items remaining:</source> -<target>Återstående poster:</target> - -<source>Total time:</source> -<target>Total tid:</target> - -<source>Warning</source> -<target>Varning</target> - -<source>Stopped</source> -<target>Stoppad</target> - -<source>Cleaning up log files:</source> -<target>Städar upp loggfiler:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 tråd</pluralform> -<pluralform>%x trådar</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/sek</target> - -<source>%x items</source> -<target>%x objekt</target> - -<source>Completed successfully</source> -<target>Korrekt slutförd</target> - -<source>Completed with warnings</source> -<target>Slutförd med varningar</target> - -<source>Completed with errors</source> -<target>Slutförd med fel</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Kan inte komma åt tjänsten 'Volume Shadow Copy'.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Använd 64-bitarsversionen av FreeFileSync för att skapa skuggkopior på detta system.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Volymnamnet %x är inte en del av sökvägen %y.</target> - -<source>File time and size</source> -<target>Tidsstämpling och storlek</target> - -<source>File content</source> -<target>Filinnehåll</target> - -<source>File size</source> -<target>Filstorlek</target> - -<source>Two way</source> -<target>Tvåvägs</target> - -<source>Mirror</source> -<target>Spegla</target> - -<source>Update</source> -<target>Uppdatera</target> - -<source>Custom</source> -<target>Anpassat</target> - -<source>Multiple...</source> -<target>Flera...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Kan inte skriva filattribut för %x.</target> - -<source>%x and %y have different content.</source> -<target>%x och %y har olika innehåll.</target> - -<source>Data verification error:</source> -<target>Dataverifieringsfel:</target> - -<source>Moving file %x to %y</source> -<target>Flyttar filen %x till %y</target> - -<source>Moving folder %x to %y</source> -<target>Flyttar mappen %x till %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Flyttar den symboliska länken %x till %y</target> - -<source>Updating file %x</source> -<target>Uppdaterar %x</target> - -<source>Updating symbolic link %x</source> -<target>Uppdaterar symbolisk länk för %x</target> - -<source>Verifying file %x</source> -<target>Verifierar %x</target> - -<source>Updating attributes of %x</source> -<target>Uppdaterar attribut för %x</target> - -<source>Source item %x not found</source> -<target>Källobjektet %x hittades inte</target> - -<source>Parent folder %x is not existing.</source> -<target>Överordnad mapp %x, finns inte.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Kan inte kopiera %x till %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Skapar en 'Volume Shadow Copy' för %x...</target> - -<source>Cannot find folder %x.</source> -<target>Kan inte hitta mappen %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Målmappen %x finns redan, men var inte tillgänglig vid mappjämförelsen.</target> - -<source>Target folder input field must not be empty.</source> -<target>Indatafältet för målmapp får inte vara tomt.</target> - -<source>Source folder %x not found.</source> -<target>Källmappen %x kan inte hittas.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Ange en målmapp för versionshantering.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Följande objekt har olösta konflikter, och kommer inte att synkroniseras:</target> - -<source>Folder pair:</source> -<target>Katalogpar:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Följande mappar är påtagligt olika. Tillse att rätt mappar är valda för synkronisering.</target> - -<source>Not enough free disk space available in:</source> -<target>Ej tillräckligt ledigt diskutrymme på:</target> - -<source>Available:</source> -<target>Tillgängligt:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Vissa filer kommer att synkroniseras som en del av flera basmappar.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Konfigurera undantagsfilter så att varje uppdaterad fil inkluderas av endast en basmapp, för att undvika konflikter.</target> - -<source>Versioning folder:</source> -<target>Versionshanteringsmapp:</target> - -<source>Base folder:</source> -<target>Basmapp:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Versionshanteringsmappen lagras i en basmapp.</target> - -<source>Synchronizing folder pair:</source> -<target>Synkroniserar katalogpar:</target> - -<source>Generating database...</source> -<target>Skapar databas...</target> - -<source>Searching for old file versions:</source> -<target>Söker efter gamla filversioner:</target> - -<source>Removing old file versions:</source> -<target>Tar bort gamla filversioner:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Kunde inte skapa tidsstämpel för versionshantering:</target> - -<source>Drag && drop</source> -<target>Dra && släpp</target> - -<source>Select a folder</source> -<target>Välj en mapp</target> - -<source>&New</source> -<target>&Nytt</target> - -<source>&Open...</source> -<target>&Öppna...</target> - -<source>Save &as...</source> -<target>S¶ som...</target> - -<source>E&xit</source> -<target>A&vsluta</target> - -<source>&File</source> -<target>&Arkiv</target> - -<source>&View help</source> -<target>&Visa hjälpen</target> - -<source>&About</source> -<target>&Om</target> - -<source>&Help</source> -<target>&Hjälp</target> - -<source>Usage:</source> -<target>Användning:</target> - -<source>Select folders to watch.</source> -<target>Välj mapp att bevaka.</target> - -<source>Enter a command line.</source> -<target>Mata in ett kommando.</target> - -<source>Press 'Start'.</source> -<target>Tryck 'Start'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Importera en "ffs_batch"-fil för att komma igång.</target> - -<source>Folders to watch:</source> -<target>Mappar att övervaka:</target> - -<source>Add folder</source> -<target>Lägg till mapp</target> - -<source>Remove folder</source> -<target>Ta bort mapp</target> - -<source>Browse</source> -<target>Bläddra</target> - -<source>Idle time (in seconds):</source> -<target>Vilotid (i sekunder):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Väntetid mellan senast upptäckta förändring och kommandoexekvering</target> - -<source>Command line:</source> -<target>Kommandorad:</target> - -<source>&Hide console window</source> -<target>&Dölj konsollfönster</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Kommandot triggas om: -- filer eller undermappar förändras -- nya mappar upptäcks (ex. USB-minne ansluts) -</target> - -<source>Start</source> -<target>Starta</target> - -<source>About</source> -<target>Om</target> - -<source>Build: %x</source> -<target>Bygge: %x</target> - -<source>All files</source> -<target>Alla filer</target> - -<source>Automated Synchronization</source> -<target>Automatiserad synkronisering</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x-protokollet stödjer inte mappövervakning:</target> - -<source>Directory monitoring active</source> -<target>Mappövervakning aktiv</target> - -<source>Waiting until directory is available:</source> -<target>Väntar på att mappen skall bli tillgänglig:</target> - -<source>&Configure</source> -<target>&Konfigurera</target> - -<source>&Show error message</source> -<target>&Visa felmeddelande</target> - -<source>&Quit</source> -<target>&Avsluta</target> - -<source>&Retry</source> -<target>&Försök igen</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 byte</pluralform> -<pluralform>%x byte</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Läser in...</target> - -<source>Scanning...</source> -<target>Skannar...</target> - -<source>configuration file</source> -<target>konfigurationsfil</target> - -<source>System: Sleep</source> -<target>System: Viloläge</target> - -<source>System: Shut down</source> -<target>System: Stäng av</target> - -<source>Nothing to synchronize</source> -<target>Det finns inget att synkronisera</target> - -<source>Executing command:</source> -<target>Kör kommando:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Du kan växla till FreeFileSyncs programfönster för att lösa problemet.</target> - -<source>&Don't show this warning again</source> -<target>&Visa inte den här varningen igen</target> - -<source>&Ignore</source> -<target>&Ignorera</target> - -<source>&Switch</source> -<target>&Växla</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Växla till FreeFileSyncs programfönster</target> - -<source>Automatic retry</source> -<target>Automatiskt återförsök</target> - -<source>Ignore &all</source> -<target>Ignorera &fel</target> - -<source>Retrying operation...</source> -<target>Upprepar åtgärden...</target> - -<source>Serious Error</source> -<target>Allvarligt fel</target> - -<source>Last session</source> -<target>Senaste session</target> - -<source>Today</source> -<target>Idag</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 dag</pluralform> -<pluralform>%x dagar</pluralform> -</target> - -<source>Name</source> -<target>Namn</target> - -<source>Last sync</source> -<target>Senaste synkronisering</target> - -<source>Log</source> -<target>Logg</target> - -<source>Folder</source> -<target>Mapp</target> - -<source>Symlink</source> -<target>Symboliska länkar</target> - -<source>Full path</source> -<target>Fullständig sökväg</target> - -<source>Relative path</source> -<target>Relativ sökväg</target> - -<source>Item name</source> -<target>Objektnamn</target> - -<source>Size</source> -<target>Storlek</target> - -<source>Date</source> -<target>Datum</target> - -<source>Extension</source> -<target>Filformat</target> - -<source>Category</source> -<target>Kategori</target> - -<source>Action</source> -<target>Aktivitet</target> - -<source>Local comparison settings</source> -<target>Lokala jämförelseinställningar</target> - -<source>Local synchronization settings</source> -<target>Lokala synkroniseringsinställningar</target> - -<source>Local filter</source> -<target>Lokalt filter</target> - -<source>Active</source> -<target>Aktiv</target> - -<source>None</source> -<target>Inget</target> - -<source>Remove local settings</source> -<target>Ta bort lokala inställningar</target> - -<source>Clear local filter</source> -<target>Rensa lokalt filter</target> - -<source>Copy</source> -<target>Kopiera</target> - -<source>Paste</source> -<target>Klistra in</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Den valda mappen %x kan inte användas med FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Välj en mapp på i ett lokalt filsystem, nätverk eller en MTP-enhet.</target> - -<source>Defined by context of use</source> -<target>Definierad av användningsförhållande</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Kräver FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Spara</target> - -<source>Save as &batch job...</source> -<target>Spara som &batch-fil...</target> - -<source>Show &log</source> -<target>Visa &logg</target> - -<source>Start &comparison</source> -<target>&Jämför</target> - -<source>C&omparison settings</source> -<target>I&nställningar för jämförelse</target> - -<source>&Filter settings</source> -<target>&Filterinställningar</target> - -<source>S&ynchronization settings</source> -<target>&Inställningar för synkronisering</target> - -<source>Start &synchronization</source> -<target>&Synkronisera</target> - -<source>&Actions</source> -<target>&Åtgärder</target> - -<source>&Preferences</source> -<target>&Inställningar</target> - -<source>&Language</source> -<target>&Språk</target> - -<source>&Find...</source> -<target>&Sök...</target> - -<source>&Export file list...</source> -<target>&Exportera fillista...</target> - -<source>&Reset layout</source> -<target>&Återställ layout</target> - -<source>&Tools</source> -<target>&Verktyg</target> - -<source>&Check for updates now</source> -<target>&Sök efter uppdateringar nu</target> - -<source>Check &automatically once a week</source> -<target>Sök &automatiskt en gång per vecka</target> - -<source>Cancel</source> -<target>Avbryt</target> - -<source>Compare</source> -<target>Jämför</target> - -<source>Synchronize</source> -<target>Synkronisera</target> - -<source>Add folder pair</source> -<target>Lägg till katalogpar</target> - -<source>Remove folder pair</source> -<target>Ta bort katalogpar</target> - -<source>Access online storage</source> -<target>Anslut fjärrlagring</target> - -<source>Close search bar</source> -<target>Stäng sökfältet</target> - -<source>Find:</source> -<target>Sök:</target> - -<source>Match case</source> -<target>Matcha gemener/VERSALER</target> - -<source>Processed:</source> -<target>Bearbetat:</target> - -<source>Remaining:</source> -<target>Återstår:</target> - -<source>New</source> -<target>Nytt</target> - -<source>Open...</source> -<target>Öppna...</target> - -<source>Save</source> -<target>Spara</target> - -<source>Save as...</source> -<target>Spara som...</target> - -<source>View type:</source> -<target>Visningstyp:</target> - -<source>Select view:</source> -<target>Välj vy:</target> - -<source>Save as default</source> -<target>Spara som standard</target> - -<source>Statistics:</source> -<target>Statistik:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Antal filer och mappar som kommer att tas bort</target> - -<source>Number of files that will be updated</source> -<target>Antal filer som kommer att uppdateras</target> - -<source>Number of files and folders that will be created</source> -<target>Antal filer och mappar som kommer att skapas</target> - -<source>Total bytes to copy</source> -<target>Byte att kopiera</target> - -<source>Arrange folder pair</source> -<target>Arrangera katalogpar</target> - -<source>Main settings:</source> -<target>Huvudinställningar:</target> - -<source>Use local settings:</source> -<target>Använd lokala inställningar:</target> - -<source>Select a variant:</source> -<target>Välj ett alternativ:</target> - -<source>Include &symbolic links:</source> -<target>Inkludera &symboliska länkar:</target> - -<source>&Follow</source> -<target>&Följ</target> - -<source>&Direct</source> -<target>&Direkt</target> - -<source>More information</source> -<target>Mer information</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ignorera tidsändring [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Lista över filtidsförskjutningar att ignorera</target> - -<source>Example:</source> -<target>Exempel:</target> - -<source>Handle daylight saving time</source> -<target>Hantera sommartid</target> - -<source>Ignore errors</source> -<target>Ignorera fel</target> - -<source>Retry count:</source> -<target>Antal försök:</target> - -<source>Delay (in seconds):</source> -<target>Fördröjning (i sekunder):</target> - -<source>Performance improvements:</source> -<target>Prestandaförbättringar:</target> - -<source>Parallel file operations:</source> -<target>Parallella filoperationer:</target> - -<source>How to get best performance?</source> -<target>Hur får man ut bästa prestanda?</target> - -<source>Local settings:</source> -<target>Lokala inställningar:</target> - -<source>Include:</source> -<target>Inkludera:</target> - -<source>Show examples</source> -<target>Visa exempel</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Skapa filtreringsregler för att undanta vissa filer från synkronisering. Sökvägar relateras till motsvarande katalogpar.</target> - -<source>File size:</source> -<target>Filstorlek:</target> - -<source>Minimum:</source> -<target>Min:</target> - -<source>Maximum:</source> -<target>Max:</target> - -<source>Time span:</source> -<target>Tidsrymd:</target> - -<source>C&lear</source> -<target>&Rensa</target> - -<source>Detect moved files</source> -<target>Hitta flyttade filer</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Stöds inte av alla filsystem -- Kräver och skapar databasfiler -- Identifiering ej tillgänglig för första synkronisering -</target> - -<source>Delete files:</source> -<target>Ta bort filer:</target> - -<source>&Recycle bin</source> -<target>&Papperskorgen</target> - -<source>&Permanent</source> -<target>&Permanent</target> - -<source>&Versioning</source> -<target>&Versionshantering</target> - -<source>Move files to a user-defined folder</source> -<target>Flytta filer till en fördefinierad mapp</target> - -<source>Naming convention:</source> -<target>Regler för namngivning:</target> - -<source>Limit file versions:</source> -<target>Begränsa filversioner:</target> - -<source>Last x days:</source> -<target>Senaste x dagarna:</target> - -<source>&Override default log path:</source> -<target>&Åsidosätt standard loggsökväg:</target> - -<source>Run a command:</source> -<target>Kör ett kommando:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Anslutningstyp:</target> - -<source>Connected user accounts:</source> -<target>Anslutna användarkonton:</target> - -<source>&Add connection</source> -<target>&Lägg till anslutning</target> - -<source>&Disconnect</source> -<target>&Koppla ifrån</target> - -<source>Selected user account:</source> -<target>Valt användarkonto:</target> - -<source>Server name or IP address:</source> -<target>Servernamn eller IP-adress:</target> - -<source>Port:</source> -<target>Port:</target> - -<source>Encryption:</source> -<target>Kryptering:</target> - -<source>&Disabled</source> -<target>&Inaktiverad</target> - -<source>&Explicit SSL/TLS</source> -<target>&Explicit SSL/TLS</target> - -<source>Authentication:</source> -<target>Autentisering:</target> - -<source>&Password</source> -<target>&Lösenord</target> - -<source>&Key file</source> -<target>&Nyckel</target> - -<source>&SSH agent</source> -<target>&SSH-agent</target> - -<source>User name:</source> -<target>Användarnamn:</target> - -<source>Private key file:</source> -<target>Privat nyckelfil:</target> - -<source>&Show password</source> -<target>&Visa lösenordet</target> - -<source>Directory on server:</source> -<target>Målmapp på servern:</target> - -<source>Access timeout (in seconds):</source> -<target>Åtkomsttidsgräns (i sekunder):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP-kanaler per anslutning:</target> - -<source>Detect server limit</source> -<target>Identifiera serverbegränsning</target> - -<source>Select Folder</source> -<target>Välj mapp</target> - -<source>Variant:</source> -<target>Alternativ:</target> - -<source>&Don't show this dialog again</source> -<target>&Visa inte den här dialogen igen</target> - -<source>Bytes:</source> -<target>Byte:</target> - -<source>Items:</source> -<target>Objekt:</target> - -<source>Synchronizing...</source> -<target>Synkroniserar...</target> - -<source>Minimize to notification area</source> -<target>Minimera till meddelandefältet</target> - -<source>Bytes</source> -<target>Byte</target> - -<source>Items</source> -<target>Objekt</target> - -<source>When finished:</source> -<target>Vid slutfört:</target> - -<source>Auto-close</source> -<target>Stäng automatiskt</target> - -<source>Close</source> -<target>Stäng</target> - -<source>&Pause</source> -<target>&Paus</target> - -<source>Stop</source> -<target>Stoppa</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Skapa en batch-fil för obevakad synkronisering. Dubbelklicka på filen för att starta den, eller schemalägg i en åtgärdshanterare: %x</target> - -<source>Progress dialog:</source> -<target>Förloppsdialog:</target> - -<source>Run minimized</source> -<target>Kör minimerad</target> - -<source>Show pop-up on errors or warnings</source> -<target>Visa popup vid fel och varningar</target> - -<source>&Cancel</source> -<target>&Avbryt</target> - -<source>Stop synchronization at first error</source> -<target>Stoppa synkroniseringen vid första fel som uppstår</target> - -<source>How can I schedule a batch job?</source> -<target>Hur schemalägger jag en batch-fil?</target> - -<source>&Keep relative paths</source> -<target>&Bevara relativa sökvägar</target> - -<source>&Overwrite existing files</source> -<target>&Skriv över befintliga filer</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Följande inställningar används för all synkronisering.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Kopierar till en temporär fil (*.ffs_tmp), före överskrivning av målet. -Detta garanterar ett konsekvent tillstånd även vid allvarliga fel. -</target> - -<source>recommended</source> -<target>rekommenderas</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Kopierar delade eller låsta filer med hjälp av tjänsten 'Volume Shadow Copy'.</target> - -<source>requires administrator rights</source> -<target>kräver administratörsrättigheter</target> - -<source>Transfer file and folder permissions.</source> -<target>Överför behörighetsinställningar.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Visa alla permanent dolda dialoger och varningsmeddelanden igen</target> - -<source>Default log path:</source> -<target>Standard loggsökväg:</target> - -<source>&Delete logs after x days:</source> -<target>&Ta bort loggar efter x dagar:</target> - -<source>Notification sounds:</source> -<target>Aviseringsljud:</target> - -<source>Synchronization finished:</source> -<target>Synkronisering slutförd:</target> - -<source>Customize context menu:</source> -<target>Anpassad kontextmeny:</target> - -<source>Description</source> -<target>Beskrivning</target> - -<source>&Default</source> -<target>&Standard</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Återkoppling och förslag välkomnas:</target> - -<source>Home page</source> -<target>Hemsida</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forum</target> - -<source>Email</source> -<target>E-post</target> - -<source>If you like FreeFileSync:</source> -<target>Om du gillar FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Stöd oss med en donation</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Automatisk uppdatering inaktiverades av administratören.</target> - -<source>Donation details</source> -<target>Donationsuppgifter</target> - -<source>Source code written in C++ using:</source> -<target>Källkod skriven i C++ med hjälp av:</target> - -<source>Published under the GNU General Public License:</source> -<target>Publicerat under GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Tack för översättning:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Aktivera FreeFileSync Donation Edition med en av följande metoder:</target> - -<source>Activate via internet now:</source> -<target>Aktivera via internet nu:</target> - -<source>Activate online</source> -<target>Ativera online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Hämta en offline-aktivering från följande URL:</target> - -<source>&Copy to clipboard</source> -<target>&Kopiera till urklipp</target> - -<source>Enter activation key:</source> -<target>Ange aktiveringsnyckel:</target> - -<source>Activate offline</source> -<target>Aktivera offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Färgmarkera konfigurationer som inte har körts på mer än följande antal dagar:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync kräver åtkomsträttigheter för att undvika "Åtgärden tillåts inte", vid synkronisering av din data (t.ex. Mail, Meddelanden och Kalender).</target> - -<source>Locate the FreeFileSync app</source> -<target>Lokalisera programmet FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Öppna Säkerhet och integritet</target> - -<source>Click the lock to allow changes.</source> -<target>Klicka på låset för att tillåta ändringar.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Dra och släpp FreeFileSync på panelen.</target> - -<source>Synchronization Settings</source> -<target>Synkroniseringsinställningar</target> - -<source>Access Online Storage</source> -<target>Anslut online-lagring</target> - -<source>Save as a Batch Job</source> -<target>Spara som batch-fil</target> - -<source>Delete Items</source> -<target>Ta bort objekt</target> - -<source>Copy Items</source> -<target>Kopiera objekt</target> - -<source>Options</source> -<target>Alternativ</target> - -<source>Select Time Span</source> -<target>Välj tidsrymd</target> - -<source>Highlight Configurations</source> -<target>Färgmarkera konfigurationer</target> - -<source>Grant Full Disk Access</source> -<target>Tilldela full skivtillgång</target> - -<source>Info</source> -<target>Info</target> - -<source>No log entries</source> -<target>Inga loggposter</target> - -<source>Select all</source> -<target>Markera alla</target> - -<source>&Options</source> -<target>&Alternativ</target> - -<source>Main Bar</source> -<target>Primärt verktygsfält</target> - -<source>Folder Pairs</source> -<target>Katalogpar</target> - -<source>Find</source> -<target>Sök</target> - -<source>View Settings</source> -<target>Visningsinställningar</target> - -<source>Configuration</source> -<target>Inställningar</target> - -<source>Overview</source> -<target>Översikt</target> - -<source>Swap sides</source> -<target>Byt sida</target> - -<source>Show "%x"</source> -<target>Visa "%x"</target> - -<source>&Show details</source> -<target>&Visa detaljerat</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x finns tillgänglig!</target> - -<source>Local path not available for %x.</source> -<target>Lokal sökväg ej tillgänglig för %x.</target> - -<source>Confirm</source> -<target>Bekräfta</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Vill du verkligen verkställa kommandot %y för ett objekt?</pluralform> -<pluralform>Vill du verkligen verkställa kommandot %y för %x objekt?</pluralform> -</target> - -<source>&Execute</source> -<target>&Kör</target> - -<source>Set direction:</source> -<target>Ange riktning:</target> - -<source>multiple selection</source> -<target>flerval</target> - -<source>&Include via filter:</source> -<target>&Inkludera via filter:</target> - -<source>&Exclude via filter:</source> -<target>&Undanta via filter:</target> - -<source>Include temporarily</source> -<target>Inkludera tillfälligt</target> - -<source>Exclude temporarily</source> -<target>Undanta tillfälligt</target> - -<source>&Synchronize selection</source> -<target>&Synkronisera markerat</target> - -<source>&Copy to...</source> -<target>&Kopiera till...</target> - -<source>&Delete</source> -<target>&Ta bort</target> - -<source>Show icons:</source> -<target>Visa ikoner:</target> - -<source>Small</source> -<target>Liten</target> - -<source>Medium</source> -<target>Normal</target> - -<source>Large</source> -<target>Stor</target> - -<source>Select time span...</source> -<target>Välj tidsintervall...</target> - -<source>Donation Edition</source> -<target>Donationsutgåva</target> - -<source>Folder Comparison and Synchronization</source> -<target>Mappjämförelse och synkronisering</target> - -<source>Configuration saved</source> -<target>Inställningar sparade</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync batch</target> - -<source>Do you want to save changes to %x?</source> -<target>Vill du spara ändringar till %x?</target> - -<source>Never save &changes</source> -<target>Spara aldrig &ändringar</target> - -<source>Do&n't save</source> -<target>Spara &inte</target> - -<source>%x cannot be renamed.</source> -<target>%x kan inte namnändras.</target> - -<source>New name:</source> -<target>Nytt namn:</target> - -<source>Rename Configuration</source> -<target>Byt namn på konfigurationen</target> - -<source>Configuration name must not be empty.</source> -<target>Konfigurationsnamnet kan inte lämnas tomt.</target> - -<source>&Rename...</source> -<target>&Byt namn...</target> - -<source>Hide configuration</source> -<target>Dölj konfigurationen</target> - -<source>Highlight...</source> -<target>Färgmarkera...</target> - -<source>Clear filter</source> -<target>Rensa filter</target> - -<source>Show files that exist on left side only</source> -<target>Visa filer som endast finns till vänster</target> - -<source>Show files that exist on right side only</source> -<target>Visa filer som endast finns till höger</target> - -<source>Show files that are newer on left</source> -<target>Visa filer som är nyare till vänster</target> - -<source>Show files that are newer on right</source> -<target>Visa filer som är nyare till höger</target> - -<source>Show files that are equal</source> -<target>Visa filer som är lika</target> - -<source>Show files that are different</source> -<target>Visa filer som är olika</target> - -<source>Show conflicts</source> -<target>Visa konflikter</target> - -<source>Show files that will be created on the left side</source> -<target>Visa filer som kommer att skapas till vänster</target> - -<source>Show files that will be created on the right side</source> -<target>Visa filer som kommer att skapas till höger</target> - -<source>Show files that will be deleted on the left side</source> -<target>Visa filer som kommer att tas bort till vänster</target> - -<source>Show files that will be deleted on the right side</source> -<target>Visa filer som kommer att tas bort till höger</target> - -<source>Show files that will be updated on the left side</source> -<target>Visa filer som kommer att uppdateras på vänster sida</target> - -<source>Show files that will be updated on the right side</source> -<target>Visa filer som kommer att uppdateras på höger sida</target> - -<source>Show files that won't be copied</source> -<target>Visa filer som inte kommer att kopieras</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Visa filtrerade eller tillfälligt undantagna filer</target> - -<source>Filter</source> -<target>Filter</target> - -<source>All files are in sync</source> -<target>Alla filer är synkroniserade</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 mapp</pluralform> -<pluralform>%x mappar</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 fil</pluralform> -<pluralform>%x filer</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Visar %y av 1 rad</pluralform> -<pluralform>Visar %y av %x rader</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Kan inte hitta %x</target> - -<source>Move up</source> -<target>Flytta upp</target> - -<source>Move down</source> -<target>Flytta ner</target> - -<source>Comma-separated values</source> -<target>Kommaseparerade värden</target> - -<source>File list exported</source> -<target>Fillista exporterad</target> - -<source>Searching for program updates...</source> -<target>Söker efter programuppdateringar...</target> - -<source>Paused</source> -<target>Pausad</target> - -<source>Stop requested...</source> -<target>Stopp begärt...</target> - -<source>Initializing...</source> -<target>Initierar...</target> - -<source>Comparing content...</source> -<target>Jämför innehåll...</target> - -<source>&Continue</source> -<target>&Fortsätt</target> - -<source>Progress</source> -<target>Förlopp</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Tack %x, för din donation och ditt stöd!</target> - -<source>Connections</source> -<target>Anslutningar</target> - -<source>Recommended range:</source> -<target>Rekommenderat intervall:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Vill du verkligen koppla ner användarkonto %x?</target> - -<source>Password:</source> -<target>Lösenord:</target> - -<source>Key passphrase:</source> -<target>Nyckellösenfras:</target> - -<source>Please enter a file path.</source> -<target>Ange en filsökväg.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Vill du kopiera följande objekt till en annan mapp?</pluralform> -<pluralform>Vill du kopiera följande %x objekt till en annan mapp?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Ange en målmapp.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Vill du verkligen flytta följande objekt till papperskorgen?</pluralform> -<pluralform>Vill du verkligen flytta följande %x objekt till papperskorgen?</pluralform> -</target> - -<source>Move</source> -<target>Flytta</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Vill du verkligen ta bort följande objekt?</pluralform> -<pluralform>Vill du verkligen ta bort följande %x objekt?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Vill du börja synkronisera markerat?</target> - -<source>Start synchronization now?</source> -<target>Vill du starta synkroniseringen nu?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Kopiera DACL, SACL, Ägare, Grupp</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Integrera externa program i högerklicksmeny. Följande variabler finns tillgängliga:</target> - -<source>Full file or folder path</source> -<target>Fullständig fil- eller mappsökväg</target> - -<source>Parent folder path</source> -<target>Överordnad mappsökväg</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Temporär lokal kopia för SFTP- och MTP-lagring</target> - -<source>Parameters for opposite side</source> -<target>Parametrar för motstående sida</target> - -<source>Show hidden dialogs again</source> -<target>Visa dolda dialoger igen</target> - -<source>All dialogs shown</source> -<target>Alla dialoger visade</target> - -<source>Downloading update...</source> -<target>Laddar ner uppdatering...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Identifiera likadana filer genom att jämföra tidsstämpling och filstorlek.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Identifiera likadana filer genom att jämföra filinnehåll.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Identifiera likadana filer genom att jämföra filstorlek.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Identifierar och sprider förändringar på båda sidor. Borttagningar, förflyttningar och konflikter detekteras automatiskt med hjälp av en databas.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Skapar en speglad säkerhetskopia av vänstra mappen genom att anpassa den högra.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Kopierar nya och uppdaterade filer till höger mapp.</target> - -<source>Configure your own synchronization rules.</source> -<target>Konfigurera dina egna synkroniseringsregler.</target> - -<source>Comparison</source> -<target>Jämförelse</target> - -<source>Synchronization</source> -<target>Synkronisering</target> - -<source>This week</source> -<target>Denna veckan</target> - -<source>This month</source> -<target>Denna månaden</target> - -<source>This year</source> -<target>I år</target> - -<source>Byte</source> -<target>Byte</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Behåll borttagna och överskrivna filer i papperskorgen</target> - -<source>Delete and overwrite files permanently</source> -<target>Ta bort och skriv över filer permanent</target> - -<source>Replace</source> -<target>Byt ut</target> - -<source>Move files and replace if existing</source> -<target>Flytta filer och byt ut om de redan finns</target> - -<source>Time stamp</source> -<target>Tidsstämpel</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Flytta filer till en tidsstämplad undermapp</target> - -<source>File</source> -<target>Fil</target> - -<source>Append a time stamp to each file name</source> -<target>Lägg till en tidsstämpel till varje filnamn</target> - -<source>On completion:</source> -<target>Vid slutförd åtgärd:</target> - -<source>On errors:</source> -<target>Vid fel:</target> - -<source>On success:</source> -<target>Vid slutfört:</target> - -<source>Main config</source> -<target>Huvudkonfiguration</target> - -<source>empty</source> -<target>tom</target> - -<source>Leave as unresolved conflict</source> -<target>Ignorera konflikt</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Minsta antal versioner måste vara mindre än maximalt antal.</target> - -<source>&Restore</source> -<target>&Återställ</target> - -<source>Files</source> -<target>Filer</target> - -<source>Percentage</source> -<target>Procent</target> - -<source>Failed to retrieve update information.</source> -<target>Kunde inte hämta uppdateringsinformation.</target> - -<source>Automatic updates:</source> -<target>Automatiska uppdateringar:</target> - -<source>Check for Program Updates</source> -<target>Sök efter programuppdateringar</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Vill du uppdatera automatiskt nu, eller ladda ner manuellt från FreeFileSyncs hemsida?</target> - -<source>&Auto-update</source> -<target>&Auto-uppdatera</target> - -<source>&Home page</source> -<target>&Hemsida</target> - -<source>Download now?</source> -<target>Vill du ladda ner nu?</target> - -<source>&Download</source> -<target>&Ladda ner</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync är uppdaterad.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Kan inte hitta aktuellt FreeFileSync versionsnummer online. En nyare version är troligen tillgänglig. Vill du kontrollera manuellt nu?</target> - -<source>&Check</source> -<target>&Kontrollera</target> - -<source>Consistency check failed for %x.</source> -<target>Konsekvenskontroll misslyckades för %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Installationen har registrerats på ett annat operativsystem.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Kunde inte aktivera FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Felaktig aktiveringsnyckel.</target> - -<source>Unable to register to receive system messages.</source> -<target>Det gick inte att registrera mottagning av systemmeddelanden.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Installationsalternativet %x är endast tillgängligt i FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Kan inte hitta systemfunktion %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Kunde inte registrera enhetsavisering för %x.</target> - -<source>The file is locked by another process:</source> -<target>Filen är låst av en annan process:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Kunde inte avgöra filbehörighetsstöd för mappen %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Kan inte läsa säkerhetskontext för %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Kan inte skriva säkerhetskontext för %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Kan inte läsa behörigheter för %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Kan inte kopiera rättigheter från %x till %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x är inte ett vanligt mappnamn.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Kan inte kopiera attribut från %x till %y.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 timma</pluralform> -<pluralform>%x timmar</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Kan inte att ange behörigheten %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Det går inte att avbryta systemets viloläge.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Kan inte ändra I/O-prioritet.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Kontroll av papperskorgen misslyckades för %x.</target> - -<source>Unable to shut down the system.</source> -<target>Kan inte stänga av systemet.</target> - -<source>Prepare installation</source> -<target>Förbered installation</target> - -<source>Choose which components you want to install.</source> -<target>Välj vilka komponenter du vill installera.</target> - -<source>Select installation type:</source> -<target>Välj installationstyp:</target> - -<source>Local</source> -<target>Lokal</target> - -<source>Portable</source> -<target>Portabel</target> - -<source>Save settings in %x</source> -<target>Spara inställningar i %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Registrerar filformat för FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Skapar kontextmeny för Utforskaren</target> - -<source>Save settings in installation directory</source> -<target>Sparar inställningar i programmappen</target> - -<source>Do not write to Registry</source> -<target>Skriver inte till registret</target> - -<source>Just copy the files</source> -<target>Kopierar endast programfiler till valfri mapp</target> - -<source>Choose a directory for installation:</source> -<target>Välj installationsmapp:</target> - -<source>Create shortcuts:</source> -<target>Skapa genvägar:</target> - -<source>Desktop</source> -<target>Skrivbord</target> - -<source>Start Menu</source> -<target>Startmeny</target> - -<source>Send To</source> -<target>Skicka till</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Registrerar filformat för FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Avregistrerar filformat för FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Konfiguration</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync Batch-fil</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync Synkroniseringsdatabas</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync Konfiguration</target> - -<source>Edit with FreeFileSync</source> -<target>Redigera med FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Här är ett djur, istället för reklam.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync portabel version kan inte installeras i en undermapp till %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Välj lokal installationstyp eller välj en annan mapp för installationen.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Hämta donationsversionen med bonusfunktioner och hjälp till att hålla FreeFileSync reklamfri.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/turkish.lng b/FreeFileSync/Build/Resources/Languages/turkish.lng deleted file mode 100755 index 4ce717ec..00000000 --- a/FreeFileSync/Build/Resources/Languages/turkish.lng +++ /dev/null @@ -1,2136 +0,0 @@ -<header> - <language>Türkçe</language> - <translator>Kaya Zeren</translator> - <locale>tr_TR</locale> - <image>flag_turkey.png</image> - <plural_count>2</plural_count> - <plural_definition>n == 1 ? 0 : 1</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>%x dosyası okunamadı.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Veri akışının boyutu beklenenden farklı. -Beklenen: %x bayt -Gerçekleşen: %y bayt -</target> - -<source>Cannot write file %x.</source> -<target>%x dosyası yazılamadı.</target> - -<source>Cannot write permissions of %x.</source> -<target>%x izinleri yazılamadı.</target> - -<source>Operation not supported between different devices.</source> -<target>Bu işlem farklı aygıtlar arasında yapılamaz.</target> - -<source>Cannot delete file %x.</source> -<target>%x dosyası silinemedi.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>%x sembolik bağlantısı silinemedi.</target> - -<source>Cannot delete directory %x.</source> -<target>%x klasörü silinemedi.</target> - -<source>Cannot move file %x to %y.</source> -<target>%x dosyası %y üzerine taşınamadı.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>%x sembolik bağlantısı %y üzerine kopyalanamadı.</target> - -<source>Error Code %x</source> -<target>Hata Kodu %x</target> - -<source>Cannot read directory %x.</source> -<target>%x klasörü okunamadı.</target> - -<source>Cannot write modification time of %x.</source> -<target>%x dosyasının değişiklik tarihi yazılamadı.</target> - -<source>Cannot read file attributes of %x.</source> -<target>%x dosyasının öznitelikleri okunamadı.</target> - -<source>Cannot create directory %x.</source> -<target>%x klasörü oluşturulamadı.</target> - -<source>Cannot determine final path for %x.</source> -<target>%x dosyasının son yolu belirlenemedi.</target> - -<source>Operation not supported by device.</source> -<target>Bu işlem bu aygıt üzerinde yapılamaz.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>%x sembolik bağlantısı çözümlenemedi.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>%x geri dönüşüm kutusuna atılamadı.</target> - -<source>Authentication completed.</source> -<target>Kimlik doğrulandı.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Bu pencereyi kapatıp FreeFileSync kullanmaya devam edebilirsiniz.</target> - -<source>Authentication failed.</source> -<target>Kimlik doğrulanamadı.</target> - -<source>Unable to connect to %x.</source> -<target>%x üzerine bağlanılamadı.</target> - -<source>Cannot find %x.</source> -<target>%x bulunamadı.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>%x adı klasördeki birden fazla öge için kullanılmış.</target> - -<source>Please authorize access to user account %x.</source> -<target>Lütfen %x kullanıcı hesabına erişim izni verin.</target> - -<source>Cannot open file %x.</source> -<target>%x dosyası açılamadı.</target> - -<source>The name %x is already used by another item.</source> -<target>%x adı başka bir öge tarafından kullanılıyor.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>%x için boş disk alanı belirlenemedi.</target> - -<source>Unable to disconnect from %x.</source> -<target>%x bağlantısı kesilemedi.</target> - -<source>Unable to access %x.</source> -<target>%x bağlantısı kurulamadı.</target> - -<source>Failed to get information about server %x.</source> -<target>%x sunucusu hakkında bilgi alınamadı.</target> - -<source>Cannot monitor directory %x.</source> -<target>%x klasörü izlenemiyor.</target> - -<source>Cannot find device %x.</source> -<target>%x aygıtı bulunamadı.</target> - -<source>Cannot open directory %x.</source> -<target>%x klasörü açılamadı.</target> - -<source>Unsupported item type.</source> -<target>Dosya türü desteklenmiyor.</target> - -<source>Incorrect command line:</source> -<target>Satırdaki komut geçersiz:</target> - -<source>The server does not support authentication via %x.</source> -<target>Sunucu %x üzerinden kimlik doğrulamasını desteklemiyor.</target> - -<source>Required:</source> -<target>Zorunlu:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>İşlem 1 saniye sonunda zaman aşımına uğradı.</pluralform> -<pluralform>İşlem %x saniye sonunda zaman aşımına uğradı.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Aynı anda 1 taneden fazla bağlantı beklenemez.</pluralform> -<pluralform>Aynı anda %x taneden fazla bağlantı beklenemez.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Etkin bağlantı sayısı: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>%x SFTP kanal numarası açılamadı.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>Son eşitlemeden bu yana iki tarafında içeriği değişmiş.</target> - -<source>Cannot determine sync-direction:</source> -<target>Eşitleme yönü belirlenemedi:</target> - -<source>No change since last synchronization.</source> -<target>Son eşitlemeden bu yana bir değişiklik olmamış.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Geçerli kayıtlar ile veritabanı kaydı aynı değil.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Varsayılan eşitleme yönleri ayarlanıyor: Yeni dosyalar eski dosyaların üzerine yazılacak.</target> - -<source>Creating file %x</source> -<target>%x dosyası oluşturuluyor</target> - -<source>Creating folder %x</source> -<target>%x klasörü oluşturuluyor</target> - -<source>Creating symbolic link %x</source> -<target>%x sembolik bağlantısı oluşturuluyor</target> - -<source>Moving file %x to the recycle bin</source> -<target>%x dosyası Geri Dönüşüm Kutusuna atılıyor</target> - -<source>Moving folder %x to the recycle bin</source> -<target>%x klasörü Geri Dönüşüm Kutusuna atılıyor</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>%x simgesel bağlantısı Geri Dönüşüm Kutusuna atılıyor</target> - -<source>Deleting file %x</source> -<target>%x dosyası siliniyor</target> - -<source>Deleting folder %x</source> -<target>%x klasörü siliniyor</target> - -<source>Deleting symbolic link %x</source> -<target>%x sembolik bağlantısı siliniyor</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>%x klasörü için Geri Dönüşüm Kutusu kullanılabilir mi diye bakılıyor...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Geri Dönüşüm Kutusu şu klasörler tarafından desteklenmiyor. Silinmiş ya da üzerine yazılmış klasörler geri yüklenemez:</target> - -<source>An exception occurred</source> -<target>Olağan dışı bir durumla karşılaşıldı</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>%x ardından sol ve sağ klasör belirtilmelidir.</target> - -<source>Syntax error</source> -<target>Yazım hatası</target> - -<source>Cannot find file %x.</source> -<target>%x dosyası bulunamadı.</target> - -<source>Error</source> -<target>Sorun</target> - -<source>File %x does not contain a valid configuration.</source> -<target>%x dosyası geçerli yapılandırma bilgilerini içermiyor.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Klasörler komut satırından seçildiği zaman, yapılandırma dosyasında klasör çifti düzeyinde ayarlar bulunmamalıdır.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Klasörler birden fazla yapılandırma dosyasında kullanılamaz.</target> - -<source>Command line</source> -<target>Komut Satırı</target> - -<source>Syntax:</source> -<target>Yazım:</target> - -<source>config files:</source> -<target>yapılandırma dosyaları:</target> - -<source>directory</source> -<target>klasör</target> - -<source>global config file:</source> -<target>genel yapılandırma dosyası:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>FreeFileSync "ffs_gui" ya da "ffs_batch" yapılandırma dosyalarının sayısı.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>En fazla bir yapılandırma dosyası için herhangi bir sayıda alternatif klasör çifti.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Seçilmiş yapılandırmayı yürütmeden yalnız düzenlemek için açar.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Alternatif GlobalSettings.xml dosyasının yolu.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Kurulum dosyaları bozulmuş. Lütfen FreeFileSync uygulamasını yeniden kurun.</target> - -<source>Cannot find the following folders:</source> -<target>Aşağıdaki klasörler bulunamadı:</target> - -<source>The following folders do not yet exist:</source> -<target>Şu klasörler bulunamadı:</target> - -<source>The folders are created automatically when needed.</source> -<target>Klasörler gerektiğinde otomatik olarak oluşturulur.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Şu klasör yolu büyük küçük harf olarak farklı. Lütfen çift erişimleri engellemek için tek bir biçim kullanın.</target> - -<source>Scanning:</source> -<target>Taranıyor:</target> - -<source>Comparison finished:</source> -<target>Karşılaştırma tamamlandı:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>1 öge bulundu</pluralform> -<pluralform>%x öge bulundu</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Geçen süre:</target> - -<source>File %x has an invalid date.</source> -<target>%x dosyasının tarihi geçersiz.</target> - -<source>Date:</source> -<target>Tarih:</target> - -<source>Files have the same date but a different size.</source> -<target>Dosyaların tarihleri aynı ancak boyutları farklı.</target> - -<source>Size:</source> -<target>Boyut:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Katılmayan dosyalar için içerik karşılaştırması atlandı.</target> - -<source>Items differ in attributes only</source> -<target>Yalnız öznitelikleri farklı olan ögeler</target> - -<source>Resolving symbolic link %x</source> -<target>%x sembolik bağlantısı çözümleniyor</target> - -<source>Comparing content of files %x</source> -<target>%x dosyalarının içeriği karşılaştırılıyor</target> - -<source>Generating file list...</source> -<target>Dosya listesi oluşturuluyor...</target> - -<source>Fail-safe file copy</source> -<target>Dosyalar sorunsuz kopyalansın</target> - -<source>Enabled</source> -<target>Etkin</target> - -<source>Disabled</source> -<target>Devre Dışı</target> - -<source>Copy locked files</source> -<target>Kilitli dosyalar da kopyalansın</target> - -<source>Copy file access permissions</source> -<target>Dosya Erişim İzinleri de Kopyalansın</target> - -<source>File time tolerance</source> -<target>Yok sayılacak dosya zamanı farkı</target> - -<source>Run with background priority</source> -<target>Artalan önceliği ile çalışsın</target> - -<source>Lock directories during sync</source> -<target>Klasörler eşitleme sırasında kilitlensin</target> - -<source>Verify copied files</source> -<target>Kopyalanmış dosyalar doğrulansın</target> - -<source>Using non-default global settings:</source> -<target>Varsayılan olmayan genel ayarlar kullanılıyor:</target> - -<source>A folder input field is empty.</source> -<target>Bir klasör giriş alanı boş.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Karşıdaki klasör boş olarak kabul edilecek.</target> - -<source>Exclude:</source> -<target>Katılmayacak Ögeler:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Klasör çiftindeki temel bir klasör diğerinin içinde bulunuyor.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Süzgeç kullanılarak klasör eşitlemeye katılmamalı.</target> - -<source>Calculating sync directions...</source> -<target>Eşitleme yönleri hesaplanıyor...</target> - -<source>Out of memory.</source> -<target>Bellek yetersiz.</target> - -<source>Show in Explorer</source> -<target>Tarayıcıda Görüntüle</target> - -<source>Open with default application</source> -<target>Varsayılan Uygulama ile Aç</target> - -<source>Browse directory</source> -<target>Klasöre Gözat</target> - -<source>Database file %x is incompatible.</source> -<target>%x veritabanı dosyası uyumsuz.</target> - -<source>Initial synchronization:</source> -<target>Başlangıç eşitlemesi:</target> - -<source>Database file %x does not yet exist.</source> -<target>%x veritabanı dosyası henüz yok.</target> - -<source>Database file is corrupted:</source> -<target>Veritabanı dosyası bozulmuş:</target> - -<source>Loading file %x...</source> -<target>%x dosyaları yükleniyor...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Veritabanı dosyalarında henüz son eşitleme bilgileri yok.</target> - -<source>Saving file %x...</source> -<target>%x dosyası kaydediliyor...</target> - -<source>Searching for folder %x...</source> -<target>%x klasörü aranıyor...</target> - -<source>Timeout while searching for folder %x.</source> -<target>%x klasöründeki arama işlemi zaman aşımına uğradı.</target> - -<source>Cannot get process information.</source> -<target>İşlem bilgisi alınamadı.</target> - -<source>Waiting while directory is locked:</source> -<target>Klasör kilitli olduğundan bekleniyor:</target> - -<source>Lock owner:</source> -<target>Kilitleyen:</target> - -<source>Detecting abandoned lock...</source> -<target>Kaldırılmış kilit algılanıyor...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>1 saniye</pluralform> -<pluralform>%x saniye</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Yalnız solda bulunan ögeler</target> - -<source>Item exists on right side only</source> -<target>Yalnız sağda bulunan ögeler</target> - -<source>Left side is newer</source> -<target>Soldaki daha yeni ögeler</target> - -<source>Right side is newer</source> -<target>Sağdaki daha yeni ögeler</target> - -<source>Items have different content</source> -<target>İçeriği farklı ögeler</target> - -<source>Both sides are equal</source> -<target>İki taraf eşit</target> - -<source>Conflict/item cannot be categorized</source> -<target>Uyuşmayan/sınıflanamayan ögeler</target> - -<source>Copy new item to left</source> -<target>Yeni öge sola kopyalansın</target> - -<source>Copy new item to right</source> -<target>Yeni öge sağa kopyalansın</target> - -<source>Delete left item</source> -<target>Soldaki öge silinsin</target> - -<source>Delete right item</source> -<target>Sağdaki öge silinsin</target> - -<source>Move file on left</source> -<target>Soldaki dosya taşınsın</target> - -<source>Move file on right</source> -<target>Sağdaki dosya taşınsın</target> - -<source>Update left item</source> -<target>Soldaki öge güncellensin</target> - -<source>Update right item</source> -<target>Sağdaki öge güncellensin</target> - -<source>Do nothing</source> -<target>Hiçbir işlem yapılmasın</target> - -<source>Update attributes on left</source> -<target>Soldaki öznitelikler güncellensin</target> - -<source>Update attributes on right</source> -<target>Sağdaki öznitelikler güncellensin</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>%x dosyası işlenirken sorun çıktı, satır %y, sütun %z.</target> - -<source>Services</source> -<target>Hizmetler</target> - -<source>Show All</source> -<target>Tümünü Görüntüle</target> - -<source>Hide Others</source> -<target>Diğerlerini Gizle</target> - -<source>Hide %x</source> -<target>%x Ögesini Gizle</target> - -<source>Quit %x</source> -<target>%x Uygulamasından Çık</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Şu klasörler kilitlenemedi:</target> - -<source>Errors:</source> -<target>Hatalar:</target> - -<source>Warnings:</source> -<target>Uyarılar:</target> - -<source>Items processed:</source> -<target>İşlenen öge:</target> - -<source>Items remaining:</source> -<target>Kalan öge:</target> - -<source>Total time:</source> -<target>Toplam süre:</target> - -<source>Warning</source> -<target>Uyarı</target> - -<source>Stopped</source> -<target>Durduruldu</target> - -<source>Cleaning up log files:</source> -<target>Günlük dosyaları temizleniyor:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>1 iş parçacığı</pluralform> -<pluralform>%x iş parçacığı</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/saniye</target> - -<source>%x items</source> -<target>%x öge</target> - -<source>Completed successfully</source> -<target>Tamamlandı</target> - -<source>Completed with warnings</source> -<target>Uyarılar ile tamamlandı</target> - -<source>Completed with errors</source> -<target>Sorunlar ile tamamlandı</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Birim Gölge Hizmetine erişilemiyor.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Lütfen bu sistemde gölge kopyalar oluşturmak için FreeFileSync uygulamasının 64 bit sürümünü kullanın.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>%x birim adı %y dosya yolunun bir parçası değil.</target> - -<source>File time and size</source> -<target>Tarih ve Saate Göre</target> - -<source>File content</source> -<target>İçeriğe Göre</target> - -<source>File size</source> -<target>Boyuta Göre</target> - -<source>Two way</source> -<target>Çift Yönlü</target> - -<source>Mirror</source> -<target>Yansıtma</target> - -<source>Update</source> -<target>Güncelleme</target> - -<source>Custom</source> -<target>Özel</target> - -<source>Multiple...</source> -<target>Çoklu...</target> - -<source>Cannot write file attributes of %x.</source> -<target>%x dosya öznitelikleri yazılamadı.</target> - -<source>%x and %y have different content.</source> -<target>%x ve %y farklı içeriklere sahip.</target> - -<source>Data verification error:</source> -<target>Veri doğrulama sorunu:</target> - -<source>Moving file %x to %y</source> -<target>%x dosyası %y içine taşınıyor</target> - -<source>Moving folder %x to %y</source> -<target>%x klasörü %y içine taşınıyor</target> - -<source>Moving symbolic link %x to %y</source> -<target>%x sembolik bağlantısı %y içine taşınıyor</target> - -<source>Updating file %x</source> -<target>%x dosyası güncelleniyor</target> - -<source>Updating symbolic link %x</source> -<target>%x sembolik bağlantısı güncelleniyor</target> - -<source>Verifying file %x</source> -<target>%x dosyası doğrulanıyor</target> - -<source>Updating attributes of %x</source> -<target>%x öznitelikleri güncelleniyor</target> - -<source>Source item %x not found</source> -<target>%x kaynak ögesi bulunamadı</target> - -<source>Parent folder %x is not existing.</source> -<target>%x üst klasörü bulunamadı.</target> - -<source>Cannot copy file %x to %y.</source> -<target>%x dosyası %y üzerine kopyalanamadı.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>%x için Birim Gölge Hizmeti oluşturuluyor...</target> - -<source>Cannot find folder %x.</source> -<target>%x klasörü bulunamadı.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>%x hedef klasörü zaten var ancak klasör karşılaştırması sırasında erişilemedi.</target> - -<source>Target folder input field must not be empty.</source> -<target>Hedef klasör giriş alanı boş olmamalı.</target> - -<source>Source folder %x not found.</source> -<target>%x kaynak klasörü bulunamadı.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Sürüm izlemesinde kullanılacak bir hedef klasör yazın.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Uyuşmazlığı çözümlenmemiş şu ögeler eşitlenmeyecek:</target> - -<source>Folder pair:</source> -<target>Klasör çifti:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Şu klasörler birbirinden çok farklı. Lütfen eşitleme için doğru klasörleri seçtiğinizden emin olun.</target> - -<source>Not enough free disk space available in:</source> -<target>Şurada yeterli boş disk alanı yok:</target> - -<source>Available:</source> -<target>Kullanılabilir:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Bazı dosyalar çoklu temel klasörlerin bir parçası olarak eşitlenecek.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Katılmayacaklar süzgeçleri ile çakışmalar engellenebilir. Güncellenen dosyalar yalnız bir tek temel klasörden alınır.</target> - -<source>Versioning folder:</source> -<target>Sürüm klasörü:</target> - -<source>Base folder:</source> -<target>Temel klasör:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Sürümlendirme klasörü bir temel klasör içinde bulunuyor.</target> - -<source>Synchronizing folder pair:</source> -<target>Eşitlenen klasör çifti:</target> - -<source>Generating database...</source> -<target>Veritabanı oluşturuluyor...</target> - -<source>Searching for old file versions:</source> -<target>Önceki dosya sürümleri aranıyor:</target> - -<source>Removing old file versions:</source> -<target>Önceki dosya sürümleri siliniyor:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Sürümlendirme için zaman damgası oluşturulamadı:</target> - -<source>Drag && drop</source> -<target>Dosyaları sürükleyip buraya bırakın</target> - -<source>Select a folder</source> -<target>Bir klasör seçin</target> - -<source>&New</source> -<target>&Yeni</target> - -<source>&Open...</source> -<target>&Aç...</target> - -<source>Save &as...</source> -<target>F&arklı Kaydet...</target> - -<source>E&xit</source> -<target>Çı&k</target> - -<source>&File</source> -<target>&Dosya</target> - -<source>&View help</source> -<target>&Yardım Konuları</target> - -<source>&About</source> -<target>H&akkında</target> - -<source>&Help</source> -<target>&Yardım</target> - -<source>Usage:</source> -<target>Kullanım:</target> - -<source>Select folders to watch.</source> -<target>İzlenecek klasörleri seçin.</target> - -<source>Enter a command line.</source> -<target>Bir satır komutu yazın.</target> - -<source>Press 'Start'.</source> -<target>'Başlat' düğmesine tıklayın.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>"ffs_batch" dosyasını yükleyerek başlayabilirsiniz.</target> - -<source>Folders to watch:</source> -<target>İzlenecek Klasörler:</target> - -<source>Add folder</source> -<target>Klasör Ekle</target> - -<source>Remove folder</source> -<target>Klasörü Sil</target> - -<source>Browse</source> -<target>Gözat</target> - -<source>Idle time (in seconds):</source> -<target>Boşta Bekleme Süresi (saniye):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Son algılanan değişiklik ile komutun yürütülmesi arasında beklenecek süre</target> - -<source>Command line:</source> -<target>Satır Komutu:</target> - -<source>&Hide console window</source> -<target>&Konsol penceresini gizle</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Komut şu durumlarda yürütülür: -- dosya ya alt klasörler değiştiğinde -- yeni klasörler algılandığında (örneğin bir USB bellek takıldığında) -</target> - -<source>Start</source> -<target>Başlat</target> - -<source>About</source> -<target>Hakkında</target> - -<source>Build: %x</source> -<target>Yapım: %x</target> - -<source>All files</source> -<target>Tüm Dosyalar</target> - -<source>Automated Synchronization</source> -<target>Otomatik Eşitleme</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>%x iletişim kuralı klasör izlemesini desteklemiyor:</target> - -<source>Directory monitoring active</source> -<target>Klasör izlemesi yapılıyor</target> - -<source>Waiting until directory is available:</source> -<target>Klasörün kullanılabilir olması bekleniyor:</target> - -<source>&Configure</source> -<target>&Yapılandır</target> - -<source>&Show error message</source> -<target>&Hata iletisini görüntüle</target> - -<source>&Quit</source> -<target>Çı&k</target> - -<source>&Retry</source> -<target>&Yeniden Dene</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>1 bayt</pluralform> -<pluralform>%x bayt</pluralform> -</target> - -<source>%x MB</source> -<target>%x MB</target> - -<source>%x KB</source> -<target>%x KB</target> - -<source>%x GB</source> -<target>%x GB</target> - -<source>Loading...</source> -<target>Yükleniyor...</target> - -<source>Scanning...</source> -<target>Taranıyor...</target> - -<source>configuration file</source> -<target>yapılandırma dosyası</target> - -<source>System: Sleep</source> -<target>Sistem: Uyku</target> - -<source>System: Shut down</source> -<target>Sistem: Kapat</target> - -<source>Nothing to synchronize</source> -<target>Eşitlenecek bir şey yok</target> - -<source>Executing command:</source> -<target>Komut yürütülüyor:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Bu sorunu çözmek için FreeFileSync ana penceresine geçebilirsiniz.</target> - -<source>&Don't show this warning again</source> -<target>Bu &uyarı bir daha görüntülenmesin</target> - -<source>&Ignore</source> -<target>&Yok Say</target> - -<source>&Switch</source> -<target>&Değiştir</target> - -<source>Switching to FreeFileSync's main window</source> -<target>FreeFileSync ana penceresine geçiliyor</target> - -<source>Automatic retry</source> -<target>Otomatik yeniden denensin</target> - -<source>Ignore &all</source> -<target>Tümünü Yok S&ay</target> - -<source>Retrying operation...</source> -<target>İşlem yeniden deneniyor...</target> - -<source>Serious Error</source> -<target>Ciddi Sorun</target> - -<source>Last session</source> -<target>Önceki oturum</target> - -<source>Today</source> -<target>Bugün</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>1 gün</pluralform> -<pluralform>%x gün</pluralform> -</target> - -<source>Name</source> -<target>Ad</target> - -<source>Last sync</source> -<target>Son eşitleme</target> - -<source>Log</source> -<target>Günlük</target> - -<source>Folder</source> -<target>Klasör</target> - -<source>Symlink</source> -<target>Smblkbağlantı</target> - -<source>Full path</source> -<target>Tam Yol</target> - -<source>Relative path</source> -<target>Bağıl yol</target> - -<source>Item name</source> -<target>Öge adı</target> - -<source>Size</source> -<target>Boyut</target> - -<source>Date</source> -<target>Tarih</target> - -<source>Extension</source> -<target>Uzantı</target> - -<source>Category</source> -<target>Öge Türü</target> - -<source>Action</source> -<target>İşlem</target> - -<source>Local comparison settings</source> -<target>Yerel karşılaştırma ayarları</target> - -<source>Local synchronization settings</source> -<target>Yerel eşitleme ayarları</target> - -<source>Local filter</source> -<target>Yerel Süzgeç</target> - -<source>Active</source> -<target>Etkin</target> - -<source>None</source> -<target>Yok</target> - -<source>Remove local settings</source> -<target>Yerel Ayarları Sil</target> - -<source>Clear local filter</source> -<target>Yerel Süzgeci Temizle</target> - -<source>Copy</source> -<target>Kopyala</target> - -<source>Paste</source> -<target>Yapıştır</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Seçilmiş %x klasörü FreeFileSync ile birlikte kullanılamaz.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Lütfen yerel dosya sistemi, ağ ya da MTP aygıtı üzerinde bulunan bir klasör seçin.</target> - -<source>Defined by context of use</source> -<target>Kullanım bağlamına göre tanımlı</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Bu özellik FreeFileSync Bağış Sürümünde bulunur</target> - -<source>&Save</source> -<target>&Kaydet</target> - -<source>Save as &batch job...</source> -<target>&Toplu İş Olarak Kaydet...</target> - -<source>Show &log</source> -<target>Gün&lüğü Görüntüle</target> - -<source>Start &comparison</source> -<target>&Karşılaştırmayı Başlat</target> - -<source>C&omparison settings</source> -<target>K&arşılaştırma Ayarları</target> - -<source>&Filter settings</source> -<target>&Süzme Ayarları</target> - -<source>S&ynchronization settings</source> -<target>Eşi&tleme Ayarları</target> - -<source>Start &synchronization</source> -<target>&Eşitlemeyi Başlat</target> - -<source>&Actions</source> -<target>İş&lemler</target> - -<source>&Preferences</source> -<target>&Ayarlar</target> - -<source>&Language</source> -<target>&Dil</target> - -<source>&Find...</source> -<target>A&rama...</target> - -<source>&Export file list...</source> -<target>&Dosya Listesini Ver...</target> - -<source>&Reset layout</source> -<target>Görünümü &Sıfırla</target> - -<source>&Tools</source> -<target>&Araçlar</target> - -<source>&Check for updates now</source> -<target>&Güncellemeleri Denetle</target> - -<source>Check &automatically once a week</source> -<target>&Haftada Bir Denetlensin</target> - -<source>Cancel</source> -<target>İptal</target> - -<source>Compare</source> -<target>Karşılaştır</target> - -<source>Synchronize</source> -<target>Eşitle</target> - -<source>Add folder pair</source> -<target>Klasör Çifti Ekle</target> - -<source>Remove folder pair</source> -<target>Klasör Çiftini Sil</target> - -<source>Access online storage</source> -<target>Çevrimiçi Depolama Erişimi</target> - -<source>Close search bar</source> -<target>Arama Çubuğunu Kapat</target> - -<source>Find:</source> -<target>Aranacak ifade:</target> - -<source>Match case</source> -<target>Büyük küçük harf uyumu göz önüne alınsın</target> - -<source>Processed:</source> -<target>İşlenen:</target> - -<source>Remaining:</source> -<target>Kalan:</target> - -<source>New</source> -<target>Yeni</target> - -<source>Open...</source> -<target>Aç...</target> - -<source>Save</source> -<target>Kaydet</target> - -<source>Save as...</source> -<target>Farklı Kaydet...</target> - -<source>View type:</source> -<target>Görünüm Kipi:</target> - -<source>Select view:</source> -<target>Eşit Dosya Görünümü:</target> - -<source>Save as default</source> -<target>Varsayılan Olarak Kaydet</target> - -<source>Statistics:</source> -<target>İstatistikler:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Silinecek dosya ve klasör sayısı</target> - -<source>Number of files that will be updated</source> -<target>Güncellenecek dosya sayısı</target> - -<source>Number of files and folders that will be created</source> -<target>Eklenecek dosya ve klasör sayısı</target> - -<source>Total bytes to copy</source> -<target>Toplam kopyalanacak bayt</target> - -<source>Arrange folder pair</source> -<target>Klasör çiftini belirleyin</target> - -<source>Main settings:</source> -<target>Temel ayarlar:</target> - -<source>Use local settings:</source> -<target>Yerel Ayarlar Kullanılsın:</target> - -<source>Select a variant:</source> -<target>İşlem Türünü Seçin:</target> - -<source>Include &symbolic links:</source> -<target>&Sembolik bağlantılar katılsın:</target> - -<source>&Follow</source> -<target>İ&zlensin</target> - -<source>&Direct</source> -<target>&Yönlendirilsin</target> - -<source>More information</source> -<target>Ayrıntılı bilgiler</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Yok sayılacak zaman farkı [ss:dd]</target> - -<source>List of file time offsets to ignore</source> -<target>Zaman farkı yok sayılacak dosyaların listesi</target> - -<source>Example:</source> -<target>Örnek:</target> - -<source>Handle daylight saving time</source> -<target>Yaz saati hakkında bilgiler</target> - -<source>Ignore errors</source> -<target>Sorunlar yok sayılsın</target> - -<source>Retry count:</source> -<target>Deneme Sayısı:</target> - -<source>Delay (in seconds):</source> -<target>Bekleme (saniye):</target> - -<source>Performance improvements:</source> -<target>Başarım İyileştirmeleri:</target> - -<source>Parallel file operations:</source> -<target>Eş Zamanlı İşlenecek Dosya Sayısı:</target> - -<source>How to get best performance?</source> -<target>En iyi başarım nasıl sağlanır?</target> - -<source>Local settings:</source> -<target>Yerel ayarlar:</target> - -<source>Include:</source> -<target>Katılacak Ögeler:</target> - -<source>Show examples</source> -<target>Örneklere Bakın</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Eşitlenmeyecek dosyaların süzülme kurallarını belirleyin. Dosya yollarını bulundukları klasör çiftine göre yazın.</target> - -<source>File size:</source> -<target>Dosya Boyutu:</target> - -<source>Minimum:</source> -<target>En Küçük:</target> - -<source>Maximum:</source> -<target>En Büyük:</target> - -<source>Time span:</source> -<target>Zaman Aralığı:</target> - -<source>C&lear</source> -<target>&Temizle</target> - -<source>Detect moved files</source> -<target>Taşınmış dosyalar algılansın</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Tüm dosya sistemleri tarafından desteklenmez -- Veritabanı dosyalarının kullanılması gerekir -- Algılama, ilk eşitleme sırasında kullanılamaz -</target> - -<source>Delete files:</source> -<target>Dosya Silme İşlemi:</target> - -<source>&Recycle bin</source> -<target>Ge&ri Dönüşüm Kutusuna Atılsın</target> - -<source>&Permanent</source> -<target>&Kalıcı Olarak Silinsin</target> - -<source>&Versioning</source> -<target>Eski &Sürüm Olarak Saklansın</target> - -<source>Move files to a user-defined folder</source> -<target>Dosyalar kullanıcının belirteceği şu klasöre taşınsın</target> - -<source>Naming convention:</source> -<target>Adlandırma Kuralı:</target> - -<source>Limit file versions:</source> -<target>Dosya Sürümü Sayısı Sınırlaması:</target> - -<source>Last x days:</source> -<target>Son x Gün:</target> - -<source>&Override default log path:</source> -<target>Varsayılan yerine kullanılacak günlük y&olu:</target> - -<source>Run a command:</source> -<target>Bir komut yürüt:</target> - -<source>OK</source> -<target>Tamam</target> - -<source>Connection type:</source> -<target>Bağlantı Türü:</target> - -<source>Connected user accounts:</source> -<target>Bağlantılı kullanıcı hesapları:</target> - -<source>&Add connection</source> -<target>&Bağlantı ekle</target> - -<source>&Disconnect</source> -<target>Bağlantıyı &Kes</target> - -<source>Selected user account:</source> -<target>Seçilmiş kullanıcı hesabı:</target> - -<source>Server name or IP address:</source> -<target>Sunucu Adı / IP Adresi:</target> - -<source>Port:</source> -<target>Kapı:</target> - -<source>Encryption:</source> -<target>Şifreleme:</target> - -<source>&Disabled</source> -<target>&Devre Dışı</target> - -<source>&Explicit SSL/TLS</source> -<target>&Açık SSL/TLS</target> - -<source>Authentication:</source> -<target>Kimlik Doğrulaması:</target> - -<source>&Password</source> -<target>&Parola</target> - -<source>&Key file</source> -<target>Anahtar &Dosyası</target> - -<source>&SSH agent</source> -<target>&SSH İstemcisi</target> - -<source>User name:</source> -<target>Kullanıcı Adı:</target> - -<source>Private key file:</source> -<target>Özel Anahtar Dosyası:</target> - -<source>&Show password</source> -<target>Parola &Görüntülensin</target> - -<source>Directory on server:</source> -<target>Sunucudaki Klasör:</target> - -<source>Access timeout (in seconds):</source> -<target>Erişim zaman aşımı (saniye):</target> - -<source>SFTP channels per connection:</source> -<target>Bir Bağlantı için SFTP Kanalı Sayısı:</target> - -<source>Detect server limit</source> -<target>Sunucu Sınırını Bul</target> - -<source>Select Folder</source> -<target>Klasör Seçin</target> - -<source>Variant:</source> -<target>İşlem Türü:</target> - -<source>&Don't show this dialog again</source> -<target>Bu pencere bir daha &görüntülenmesin</target> - -<source>Bytes:</source> -<target>Bayt:</target> - -<source>Items:</source> -<target>Ögeler:</target> - -<source>Synchronizing...</source> -<target>Eşitleniyor...</target> - -<source>Minimize to notification area</source> -<target>Bildirim alanına küçült</target> - -<source>Bytes</source> -<target>Bayt</target> - -<source>Items</source> -<target>Öge</target> - -<source>When finished:</source> -<target>Tamamlandığında:</target> - -<source>Auto-close</source> -<target>Otomatik kapat</target> - -<source>Close</source> -<target>Kapat</target> - -<source>&Pause</source> -<target>&Duraklat</target> - -<source>Stop</source> -<target>Durdur</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Eşitleme işleminin hiç bir soru sorulmadan yapılması için bir toplu iş dosyası oluşturun. İşlemi başlatmak için bu dosyaya çift tıklayın ya da bir görev zamanlayıcıya şu şekilde ekleyin: %x</target> - -<source>Progress dialog:</source> -<target>İlerleme penceresi:</target> - -<source>Run minimized</source> -<target>Küçültülmüş Çalıştırılsın</target> - -<source>Show pop-up on errors or warnings</source> -<target>Sorun ya da uyarılar açılır pencerede görüntülenir</target> - -<source>&Cancel</source> -<target>İ&ptal edilsin</target> - -<source>Stop synchronization at first error</source> -<target>Çıkan ilk sorunda eşitleme durdurulsun</target> - -<source>How can I schedule a batch job?</source> -<target>Toplu İşlem Zamanlaması Hakkında Bilgiler</target> - -<source>&Keep relative paths</source> -<target>Bağıl yollar &korunsun</target> - -<source>&Overwrite existing files</source> -<target>&Varolan dosyaların üzerine yazılsın</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Aşağıdaki ayarlar tüm eşitleme işlemleri için geçerlidir.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Dosyalar önce geçici dosyaya kopyalanıp (*.ffs_tmp) sonra yeniden adlandırılır. -Bu yöntem, ciddi bir sorun çıkması durumunda bile işlemin tutarlı olarak yapılmasını sağlar. -</target> - -<source>recommended</source> -<target>önerilen</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Paylaşılan ya da kilitlenmiş dosyalar Birim Gölge Hizmetini kullanılarak kopyalanır.</target> - -<source>requires administrator rights</source> -<target>yönetici izinleri gerekir</target> - -<source>Transfer file and folder permissions.</source> -<target>Dosya ve klasör izinleri de aktarılır.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Kalıcı olarak gizlenmiş tüm ileti ve uyarılar yeniden görüntülenir</target> - -<source>Default log path:</source> -<target>Varsayılan günlük dosyası yolu:</target> - -<source>&Delete logs after x days:</source> -<target>&Günlük kayıtlarının silineceği gün sayısı:</target> - -<source>Notification sounds:</source> -<target>Bildirim sesleri:</target> - -<source>Synchronization finished:</source> -<target>Eşitleme tamamlandı:</target> - -<source>Customize context menu:</source> -<target>Sağ Tık Menüsü Uyarlamaları:</target> - -<source>Description</source> -<target>Açıklama</target> - -<source>&Default</source> -<target>&Varsayılan</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Geri bildirim ve önerilerinizi bekliyoruz:</target> - -<source>Home page</source> -<target>Ana Sayfa</target> - -<source>FreeFileSync Forum</source> -<target>FreeFileSync Forumu</target> - -<source>Email</source> -<target>E-posta</target> - -<source>If you like FreeFileSync:</source> -<target>FreeFileSync hoşunuza gittiyse:</target> - -<source>Support with a donation</source> -<target>Bağış yaparak destek olun</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Otomatik güncelleme yönetici tarafından devre dışı bırakılmış.</target> - -<source>Donation details</source> -<target>Bağış Bilgileri</target> - -<source>Source code written in C++ using:</source> -<target>Kaynak kodu C++ kullanılarak yazılmıştır:</target> - -<source>Published under the GNU General Public License:</source> -<target>GNU Genel Kamu Lisansı koşulları altında yayınlanmıştır:</target> - -<source>Many thanks for localization:</source> -<target>Çeviriler için çok teşekkürler:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>FreeFileSync Bağış Sürümü şu yöntemlerden biri ile etkinleştirilebilir:</target> - -<source>Activate via internet now:</source> -<target>İnternet üzerinden etkinleştirme:</target> - -<source>Activate online</source> -<target>Çevrimiçi Etkinleştir</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Şu adresten bir çevrimdışı etkinleştirme anahtarı alarak:</target> - -<source>&Copy to clipboard</source> -<target>&Panoya Kopyala</target> - -<source>Enter activation key:</source> -<target>Etkinleştirme Anahtarını Yazın:</target> - -<source>Activate offline</source> -<target>Çevrimdışı Etkinleştir</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Şu kadar gündür çalıştırılmayan yapılandırmalar vurgulansın:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync uygulaması verilerinizi (Posta, İletiler, Takvim gibi) eşitlerken oluşabilecek "İşleme izin verilmiyor" hatalarıyla karşılaşmamak için Tam Disk Erişimi iznine gerek duyuyor.</target> - -<source>Locate the FreeFileSync app</source> -<target>FreeFileSync uygulamasını seçin</target> - -<source>Open Security && Privacy</source> -<target>Güvenlik ve Gizlilik ayarlarını açın</target> - -<source>Click the lock to allow changes.</source> -<target>Değişiklik yapmak için kilit üzerine tıklayın.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>FreeFileSync simgesini panoya sürükleyin.</target> - -<source>Synchronization Settings</source> -<target>Eşitleme Ayarları</target> - -<source>Access Online Storage</source> -<target>Çevrimiçi Depolama Erişimi</target> - -<source>Save as a Batch Job</source> -<target>Toplu İş Olarak Kaydet</target> - -<source>Delete Items</source> -<target>Ögeleri Sil</target> - -<source>Copy Items</source> -<target>Ögeleri Kopyala</target> - -<source>Options</source> -<target>Ayarlar</target> - -<source>Select Time Span</source> -<target>Zaman Aralığı</target> - -<source>Highlight Configurations</source> -<target>Yapılandırmalar Vurgulansın</target> - -<source>Grant Full Disk Access</source> -<target>Tam Disk Erişimi İzni Verin</target> - -<source>Info</source> -<target>Bilgi</target> - -<source>No log entries</source> -<target>Herhangi bir günlük kaydı yok</target> - -<source>Select all</source> -<target>Tümünü Seç</target> - -<source>&Options</source> -<target>&Ayarlar</target> - -<source>Main Bar</source> -<target>Ana Çubuk</target> - -<source>Folder Pairs</source> -<target>Klasör Çiftleri</target> - -<source>Find</source> -<target>Arama</target> - -<source>View Settings</source> -<target>Görünüm Ayarları</target> - -<source>Configuration</source> -<target>İşlemler</target> - -<source>Overview</source> -<target>Genel</target> - -<source>Swap sides</source> -<target>Sağ ve Sol Tarafları Değiştir</target> - -<source>Show "%x"</source> -<target>"%x" paneli görüntülensin</target> - -<source>&Show details</source> -<target>&Ayrıntılara Bakın</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x sürümü yayınlanmış!</target> - -<source>Local path not available for %x.</source> -<target>%x için yerel yol bulunamadı.</target> - -<source>Confirm</source> -<target>Onaylayın</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Bir öge için %y komutunu çalıştırmak istediğinize emin misiniz?</pluralform> -<pluralform>%x öge için %y komutunu çalıştırmak istediğinize emin misiniz?</pluralform> -</target> - -<source>&Execute</source> -<target>Çalış&tır</target> - -<source>Set direction:</source> -<target>Yönü Seç:</target> - -<source>multiple selection</source> -<target>çoklu seçim</target> - -<source>&Include via filter:</source> -<target>&Katılacak ögelere ekle:</target> - -<source>&Exclude via filter:</source> -<target>Katıl&mayacak ögelere ekle:</target> - -<source>Include temporarily</source> -<target>Geçici Olarak Kat</target> - -<source>Exclude temporarily</source> -<target>Geçici Olarak Katma</target> - -<source>&Synchronize selection</source> -<target>&Seçimi Eşitle</target> - -<source>&Copy to...</source> -<target>&Farklı Konuma Kopyala...</target> - -<source>&Delete</source> -<target>&Sil</target> - -<source>Show icons:</source> -<target>Simgeler Görüntülensin:</target> - -<source>Small</source> -<target>Küçük</target> - -<source>Medium</source> -<target>Orta</target> - -<source>Large</source> -<target>Büyük</target> - -<source>Select time span...</source> -<target>Zaman aralığını seçin...</target> - -<source>Donation Edition</source> -<target>Bağış Sürümü</target> - -<source>Folder Comparison and Synchronization</source> -<target>Klasör Karşılaştırma ve Eşitleme</target> - -<source>Configuration saved</source> -<target>Yapılandırma kaydedildi</target> - -<source>FreeFileSync batch</source> -<target>FreeFileSync toplu işi</target> - -<source>Do you want to save changes to %x?</source> -<target>Değişiklikleri %x dosyasına kaydetmek istiyor musunuz?</target> - -<source>Never save &changes</source> -<target>Değişiklikler asla &kaydedilmesin</target> - -<source>Do&n't save</source> -<target>Kaydedilmesi&n</target> - -<source>%x cannot be renamed.</source> -<target>%x yeniden adlandırılamadı.</target> - -<source>New name:</source> -<target>Yeni ad:</target> - -<source>Rename Configuration</source> -<target>Yapılandırmayı Yeniden Adlandır</target> - -<source>Configuration name must not be empty.</source> -<target>Yapılandırma adı boş olamaz.</target> - -<source>&Rename...</source> -<target>&Yeniden Adlandır...</target> - -<source>Hide configuration</source> -<target>Yapılandırma gizlensin</target> - -<source>Highlight...</source> -<target>Vurgula...</target> - -<source>Clear filter</source> -<target>Süzgeci Temizle</target> - -<source>Show files that exist on left side only</source> -<target>Yalnız sol tarafta bulunan dosyaları görüntüler ya da gizler</target> - -<source>Show files that exist on right side only</source> -<target>Yalnız sağ tarafta bulunan dosyaları görüntüler ya da gizler</target> - -<source>Show files that are newer on left</source> -<target>Solda daha yeni olan dosyaları görüntüler ya da gizler</target> - -<source>Show files that are newer on right</source> -<target>Sağda daha yeni olan dosyaları görüntüler ya da gizler</target> - -<source>Show files that are equal</source> -<target>Eşit dosyaları görüntüler ya da gizler</target> - -<source>Show files that are different</source> -<target>Farklı olan dosyaları görüntüler ya da gizler</target> - -<source>Show conflicts</source> -<target>Uyuşmazlıkları görüntüler ya da gizler</target> - -<source>Show files that will be created on the left side</source> -<target>Sol tarafa eklenecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that will be created on the right side</source> -<target>Sağ tarafa eklenecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that will be deleted on the left side</source> -<target>Sol tarafta silinecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that will be deleted on the right side</source> -<target>Sağ tarafta silinecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that will be updated on the left side</source> -<target>Sol tarafta güncellenecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that will be updated on the right side</source> -<target>Sağ tarafta güncellenecek dosyaları görüntüler ya da gizler</target> - -<source>Show files that won't be copied</source> -<target>Kopyalanmayacak dosyaları görüntüler ya da gizler</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Süzülmüş ya da geçici olarak katılmayan dosyaları görüntüler ya da gizler</target> - -<source>Filter</source> -<target>Süzme</target> - -<source>All files are in sync</source> -<target>Tüm dosyalar eşit</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>1 klasör</pluralform> -<pluralform>%x klasör</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>1 dosya</pluralform> -<pluralform>%x dosya</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>%y / 1 satır görüntüleniyor</pluralform> -<pluralform>%y / %x satır görüntüleniyor</pluralform> -</target> - -<source>Cannot find %x</source> -<target>%x bulunamadı</target> - -<source>Move up</source> -<target>Yukarı taşı</target> - -<source>Move down</source> -<target>Aşağı taşı</target> - -<source>Comma-separated values</source> -<target>Virgül ile ayrılmış değerler</target> - -<source>File list exported</source> -<target>Dosya listesi verildi</target> - -<source>Searching for program updates...</source> -<target>Yazılım güncellemesine bakılıyor...</target> - -<source>Paused</source> -<target>Duraklatıldı</target> - -<source>Stop requested...</source> -<target>Durdurulması istendi...</target> - -<source>Initializing...</source> -<target>Başlatılıyor...</target> - -<source>Comparing content...</source> -<target>İçerik karşılaştırılıyor...</target> - -<source>&Continue</source> -<target>&Devam</target> - -<source>Progress</source> -<target>İlerleme</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Sevgili %x, bağışın ve desteğin için teşekkürler!</target> - -<source>Connections</source> -<target>Bağlantılar</target> - -<source>Recommended range:</source> -<target>Önerilen Aralık:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>%x kullanıcı hesabının bağlantısını kesmek istediğinize emin misiniz?</target> - -<source>Password:</source> -<target>Parola:</target> - -<source>Key passphrase:</source> -<target>Anahtar parolası:</target> - -<source>Please enter a file path.</source> -<target>Lütfen bir dosya yolu yazın.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Öge başka bir klasöre kopyalansın mı?</pluralform> -<pluralform>%x öge başka bir klasöre kopyalansın mı?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Lütfen bir hedef klasör yazın.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Aşağıdaki ögeyi Geri Dönüşüm Kutusuna atmak istediğinize emin misiniz?</pluralform> -<pluralform>Aşağıdaki %x ögeyi Geri Dönüşüm Kutusuna atmak istediğinize emin misiniz?</pluralform> -</target> - -<source>Move</source> -<target>Atılsın</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Aşağıdaki ögeyi silmek istediğinize emin misiniz?</pluralform> -<pluralform>Aşağıdaki %x ögeyi silmek istediğinize emin misiniz?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Seçimin eşitlenmesi başlatılsın mı?</target> - -<source>Start synchronization now?</source> -<target>Eşitleme başlatılsın mı?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>DACL, SACL, Sahip, Grup kopyalansın</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Sağ tık menüsüne dış uygulamalar eklenebilir. Şu kodlar kullanılabilir:</target> - -<source>Full file or folder path</source> -<target>Tam dosya ya da klasör yolu</target> - -<source>Parent folder path</source> -<target>Üst klasör yolu</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>SFTP ve MTP depolama için geçici yerel kopya</target> - -<source>Parameters for opposite side</source> -<target>Diğer tarafın parametreleri</target> - -<source>Show hidden dialogs again</source> -<target>Gizlenmiş Pencereleri Yeniden Görüntüle</target> - -<source>All dialogs shown</source> -<target>Tüm İletiler Görüntüleniyor</target> - -<source>Downloading update...</source> -<target>Güncelleme indiriliyor...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Dosyaların eşit olup olmadığı, son değişiklik zamanı ve boyuta göre belirlenir.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Dosyaların eşit olup olmadığı, içeriklerine göre belirlenir.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Dosyaların eşit olup olmadığı boyutlarına göre belirlenir.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>İki taraftaki değişiklikler de belirlenir ve kopyalanır. Silinme, taşınma ve çakışmalar, veritabanı kullanılarak otomatik olarak belirlenir.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Sağ klasör, sola uyacak şekilde değiştirilerek, sol klasörün yansı yedeği oluşturulur.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Sol taraftaki yeni ya da güncellenmiş dosyalar sağ tarafa kopyalanır.</target> - -<source>Configure your own synchronization rules.</source> -<target>Eşitleme kuralları kullanıcının isteğine göre yapılandırılır.</target> - -<source>Comparison</source> -<target>Karşılaştırma</target> - -<source>Synchronization</source> -<target>Eşitleme</target> - -<source>This week</source> -<target>Bu hafta</target> - -<source>This month</source> -<target>Bu ay</target> - -<source>This year</source> -<target>Bu yıl</target> - -<source>Byte</source> -<target>Bayt</target> - -<source>KB</source> -<target>KB</target> - -<source>MB</source> -<target>MB</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Silinmiş ve üzerine yazılmış dosyalar geri dönüşüm kutusunda tutulsun</target> - -<source>Delete and overwrite files permanently</source> -<target>Dosyalar silinsin ve kalıcı olarak üzerine yazılsın</target> - -<source>Replace</source> -<target>Ad Değiştirme</target> - -<source>Move files and replace if existing</source> -<target>Dosyalar taşınır ve varsa üzerine yazılır</target> - -<source>Time stamp</source> -<target>Zaman Damgalama</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Dosyalar zaman damgalı bir alt klasöre taşınır</target> - -<source>File</source> -<target>Dosya</target> - -<source>Append a time stamp to each file name</source> -<target>Dosya adlarına zaman damgası eklenir</target> - -<source>On completion:</source> -<target>Tamamlandığında:</target> - -<source>On errors:</source> -<target>Sorun Çıktığında:</target> - -<source>On success:</source> -<target>Başarılı Olduğunda:</target> - -<source>Main config</source> -<target>Temel Yapılandırma</target> - -<source>empty</source> -<target>boş</target> - -<source>Leave as unresolved conflict</source> -<target>Uyuşmazlık çözümlenmeden bırakılsın</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-AA-GG SSddss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>En az sürüm sayısı en çok sürüm sayısı değerinden küçük olmalıdır.</target> - -<source>&Restore</source> -<target>Gö&rüntülensin</target> - -<source>Files</source> -<target>Dosyalar</target> - -<source>Percentage</source> -<target>Yüzde</target> - -<source>Failed to retrieve update information.</source> -<target>Güncelleme bilgileri alınamadı.</target> - -<source>Automatic updates:</source> -<target>Otomatik güncellemeler:</target> - -<source>Check for Program Updates</source> -<target>Güncelleme Denetimi</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Şimdi otomatik olarak güncelle ya da FreeFileSync ana sayfasından indir</target> - -<source>&Auto-update</source> -<target>&Otomatik Güncelle</target> - -<source>&Home page</source> -<target>&Ana Sayfadan İndir</target> - -<source>Download now?</source> -<target>İndirmek ister misiniz?</target> - -<source>&Download</source> -<target>İn&dirin</target> - -<source>FreeFileSync is up to date.</source> -<target>FreeFileSync güncel.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Geçerli FreeFileSync sürümü çevrimiçi olarak öğrenilemedi. Yeni bir sürüm yayınlanmış gibi görünüyor. El ile denetlemek ister misiniz?</target> - -<source>&Check</source> -<target>&Denetle</target> - -<source>Consistency check failed for %x.</source> -<target>%x tutarlılık sınamasından geçemedi.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Kurulum başka bir işletim sistemi üzerinde kayıt edilmiş.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>FreeFileSync Bağış Sürümü etkinleştirilemedi.</target> - -<source>Incorrect activation key.</source> -<target>Etkinleştirme anahtarı hatalı.</target> - -<source>Unable to register to receive system messages.</source> -<target>Sistem iletilerini alabilmek için gerekli kayıt eklenemedi.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>%x kurulumu yalnız FreeFileSync Bağış Sürümü ile yapılabilir.</target> - -<source>Cannot find system function %x.</source> -<target>%x sistem işlevi bulunamadı.</target> - -<source>Unable to register device notifications for %x.</source> -<target>%x aygıtının bildirimleri için gerekli kayıt eklenemedi.</target> - -<source>The file is locked by another process:</source> -<target>Dosya başka bir işlem tarafından kilitlenmiş:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>%x klasörünün dosya izinleri desteği belirlenemedi.</target> - -<source>Cannot read security context of %x.</source> -<target>%x için güvenlik bağlamı okunamadı.</target> - -<source>Cannot write security context of %x.</source> -<target>%x için güvenlik bağlamı yazılamadı.</target> - -<source>Cannot read permissions of %x.</source> -<target>%x izinleri okunamadı.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>İzinler %x üzerinden %y üzerine kopyalanamadı.</target> - -<source>%x is not a regular directory name.</source> -<target>%x geçerli bir klasör adı değil.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Öznitelikler %x üzerinden %y üzerine kopyalanamadı.</target> - -<source>%x TB</source> -<target>%x TB</target> - -<source>%x PB</source> -<target>%x PB</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>1 dakika</pluralform> -<pluralform>%x dakika</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>1 saat</pluralform> -<pluralform>%x saat</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>%x izni verilemedi.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Sistem uyku kipine geçirilemedi.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Giriş/Çıkış işlemi öncelikleri değiştirilemedi.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>%x klasörü için Geri Dönüşüm Kutusu denetlenemedi.</target> - -<source>Unable to shut down the system.</source> -<target>Bilgisayar kapatılamıyor.</target> - -<source>Prepare installation</source> -<target>Kuruluma hazırlanıyor</target> - -<source>Choose which components you want to install.</source> -<target>Kurmak istediğiniz bileşenleri seçin.</target> - -<source>Select installation type:</source> -<target>Kurulum türünü seçin:</target> - -<source>Local</source> -<target>Yerel</target> - -<source>Portable</source> -<target>Taşınabilir</target> - -<source>Save settings in %x</source> -<target>Ayarlar %x üzerine kaydedilsin</target> - -<source>Register FreeFileSync file extensions</source> -<target>FreeFileSync Dosya Uzantıları İlişkilendirilsin</target> - -<source>Create Explorer context menu entries</source> -<target>Windows Gezgini Sağ Tık Menü Kayıtları Eklensin</target> - -<source>Save settings in installation directory</source> -<target>Ayarlar Kurulum Klasörüne Kaydedilsin</target> - -<source>Do not write to Registry</source> -<target>Kayıt Defterine Yazılmasın</target> - -<source>Just copy the files</source> -<target>Yalnız Dosyalar Kopyalansın</target> - -<source>Choose a directory for installation:</source> -<target>Kurulum Klasörünü Seçin:</target> - -<source>Create shortcuts:</source> -<target>Oluşturulacak Kısayollar:</target> - -<source>Desktop</source> -<target>Masaüstü</target> - -<source>Start Menu</source> -<target>Başlat Menüsü</target> - -<source>Send To</source> -<target>Gönder</target> - -<source>Registering FreeFileSync file extensions</source> -<target>FreeFileSync dosya uzantıları kayıt defterine ekleniyor</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>FreeFileSync dosya uzantıları kayıt defterinden siliniyor</target> - -<source>FreeFileSync Configuration</source> -<target>FreeFileSync Yapılandırması</target> - -<source>FreeFileSync Batch File</source> -<target>FreeFileSync Toplu İşlem Dosyası</target> - -<source>FreeFileSync Synchronization Database</source> -<target>FreeFileSync Eşitleme Veritabanı</target> - -<source>RealTimeSync Configuration</source> -<target>RealTimeSync Yapılandırması</target> - -<source>Edit with FreeFileSync</source> -<target>FreeFileSync ile Düzenlensin</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Burada bir reklam yerine bir hayvan var.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>FreeFileSync taşınabilir sürümü bir %x alt klasörüne yüklenemez.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Kurulum için farklı bir klasör ya da yerel kurulum türünü seçin.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Hediye özellikleri edinmek ve FreeFileSync yazılımını reklamsız kullanmak için Bağış Sürümünü alın.</target> - diff --git a/FreeFileSync/Build/Resources/Languages/ukrainian.lng b/FreeFileSync/Build/Resources/Languages/ukrainian.lng deleted file mode 100755 index 44979449..00000000 --- a/FreeFileSync/Build/Resources/Languages/ukrainian.lng +++ /dev/null @@ -1,2152 +0,0 @@ -<header> - <language>Українська</language> - <translator>lexxai</translator> - <locale>uk_UA</locale> - <image>flag_ukraine.png</image> - <plural_count>3</plural_count> - <plural_definition>n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2</plural_definition> -</header> - -<source>Cannot read file %x.</source> -<target>Не вдається прочитати файл %x.</target> - -<source> -Unexpected size of data stream. -Expected: %x bytes -Actual: %y bytes -</source> -<target> -Неочікуваний розмір потоку даних. -Очікуваний: %x байт -Дійсний: %y байт -</target> - -<source>Cannot write file %x.</source> -<target>Не вдається записати файл %x.</target> - -<source>Cannot write permissions of %x.</source> -<target>Не вдається записати права доступу до %x.</target> - -<source>Operation not supported between different devices.</source> -<target>Операція не підтримується між різними пристроями.</target> - -<source>Cannot delete file %x.</source> -<target>Не вдається видалити файл %x.</target> - -<source>Cannot delete symbolic link %x.</source> -<target>Не вдалося вилучити символьне посилання %x.</target> - -<source>Cannot delete directory %x.</source> -<target>Не вдається видалити папку %x.</target> - -<source>Cannot move file %x to %y.</source> -<target>Не вдається перемістити файл %x до %y.</target> - -<source>Cannot copy symbolic link %x to %y.</source> -<target>Не вдається скопіювати символьне посилання %x до %y.</target> - -<source>Error Code %x</source> -<target>Код помилки %x</target> - -<source>Cannot read directory %x.</source> -<target>Не вдається прочитати папку %x.</target> - -<source>Cannot write modification time of %x.</source> -<target>Не вдається записати час модифікації %x.</target> - -<source>Cannot read file attributes of %x.</source> -<target>Не вдається прочитати атрибути файлу %x.</target> - -<source>Cannot create directory %x.</source> -<target>Не вдається створити папку %x.</target> - -<source>Cannot determine final path for %x.</source> -<target>Не вдається визначити кінцевого шляху для %x.</target> - -<source>Operation not supported by device.</source> -<target>Операція не підтримується пристроєм.</target> - -<source>Cannot resolve symbolic link %x.</source> -<target>Не вдається вирішити символьне посилання %x.</target> - -<source>Unable to move %x to the recycle bin.</source> -<target>Не вдається перемістити %x до корзини.</target> - -<source>Authentication completed.</source> -<target>Автентифікація виконана.</target> - -<source>You may close this page now and continue with FreeFileSync.</source> -<target>Ви можете закрити цю сторінку зараз і продовжити з FreeFileSync.</target> - -<source>Authentication failed.</source> -<target>Автентифікація не виконана.</target> - -<source>Unable to connect to %x.</source> -<target>Не вдається з'єднатися з %x.</target> - -<source>Cannot find %x.</source> -<target>Не вдається знайти %x.</target> - -<source>The name %x is used by more than one item in the folder.</source> -<target>Ім'я %x використовується більше ніж одним елементом у папці.</target> - -<source>Please authorize access to user account %x.</source> -<target>Будь ласка, дозвольте доступ до облікового запису користувача %x.</target> - -<source>Cannot open file %x.</source> -<target>Не вдається відкрити файл %x.</target> - -<source>The name %x is already used by another item.</source> -<target>Назва %x вже використовується іншим елементом.</target> - -<source>Cannot determine free disk space for %x.</source> -<target>Не вдається визначити об'єм вільного місця для %x.</target> - -<source>Unable to disconnect from %x.</source> -<target>Неможливо від'єднатися від %x.</target> - -<source>Unable to access %x.</source> -<target>Не вдалося отримати доступ до %x.</target> - -<source>Failed to get information about server %x.</source> -<target>Не вдається отримати інформацію про сервер %x.</target> - -<source>Cannot monitor directory %x.</source> -<target>Не вдається спостереження за папкою %x.</target> - -<source>Cannot find device %x.</source> -<target>Не вдається знайти пристрій %x.</target> - -<source>Cannot open directory %x.</source> -<target>Не вдається відкрити папку %x.</target> - -<source>Unsupported item type.</source> -<target>Непідтримуваний тип елемента.</target> - -<source>Incorrect command line:</source> -<target>Неправильний командний рядок:</target> - -<source>The server does not support authentication via %x.</source> -<target>Сервер не підтримує аутентифікацію за допомогою %x.</target> - -<source>Required:</source> -<target>Потрібно:</target> - -<source> -<pluralform>Operation timed out after 1 second.</pluralform> -<pluralform>Operation timed out after %x seconds.</pluralform> -</source> -<target> -<pluralform>Вичерпався час очікування операції після %x секунди.</pluralform> -<pluralform>Вичерпався час очікування операції після %x секунд.</pluralform> -<pluralform>Вичерпався час очікування операції після %x секунд.</pluralform> -</target> - -<source> -<pluralform>Cannot wait on more than 1 connection at a time.</pluralform> -<pluralform>Cannot wait on more than %x connections at a time.</pluralform> -</source> -<target> -<pluralform>Неможливо очікувати більше ніж на %x з'єднанні одночасно.</pluralform> -<pluralform>Неможливо очікувати більше ніж на %x з'єднання одночасно.</pluralform> -<pluralform>Неможливо очікувати більше ніж на %x з'єднань одночасно.</pluralform> -</target> - -<source>Active connections: %x</source> -<target>Активні з'єднання: %x</target> - -<source>Failed to open SFTP channel number %x.</source> -<target>Не вдалося відкрити SFTP канал номер %x.</target> - -<source>Both sides have changed since last synchronization.</source> -<target>З моменту останньої синхронізації з обох сторін відбулися зміни.</target> - -<source>Cannot determine sync-direction:</source> -<target>Не можна визначити напрям синхронізації:</target> - -<source>No change since last synchronization.</source> -<target>Жодних змін з останньої синхронізації.</target> - -<source>The database entry is not in sync considering current settings.</source> -<target>Запис бази даних не синхронізований з урахуванням поточних налаштувань.</target> - -<source>Setting default synchronization directions: Old files will be overwritten with newer files.</source> -<target>Налаштування напрямку синхронізації за замовчуванням: Старі файли будуть замінені новішими файлами.</target> - -<source>Creating file %x</source> -<target>Створення файлу %x</target> - -<source>Creating folder %x</source> -<target>Створення папки %x</target> - -<source>Creating symbolic link %x</source> -<target>Створення символьного посилання %x</target> - -<source>Moving file %x to the recycle bin</source> -<target>Переміщення файлу %x до корзини</target> - -<source>Moving folder %x to the recycle bin</source> -<target>Переміщення папки %x до корзини</target> - -<source>Moving symbolic link %x to the recycle bin</source> -<target>Переміщення символьного посилання %x до корзини</target> - -<source>Deleting file %x</source> -<target>Вилучення файлу %x</target> - -<source>Deleting folder %x</source> -<target>Вилучення папки %x</target> - -<source>Deleting symbolic link %x</source> -<target>Вилучення символьного посилання %x</target> - -<source>Checking recycle bin availability for folder %x...</source> -<target>Перевірка доступності корзини для папки %x...</target> - -<source>The recycle bin is not supported by the following folders. Deleted or overwritten files will not be able to be restored:</source> -<target>Корзина недоступна для поточних папок. Видалені чи перезаписані файли буде неможливо відновити:</target> - -<source>An exception occurred</source> -<target>Відбулось виключення</target> - -<source>A left and a right directory path are expected after %x.</source> -<target>Шлях до каталогу ліворуч і праворуч очікується після %x.</target> - -<source>Syntax error</source> -<target>Синтаксична помилка</target> - -<source>Cannot find file %x.</source> -<target>Неможливо знайти файл %x.</target> - -<source>Error</source> -<target>Помилка</target> - -<source>File %x does not contain a valid configuration.</source> -<target>Файл %x не містить правильної конфігурації.</target> - -<source>The config file must not contain settings at directory pair level when directories are set via command line.</source> -<target>Конфігураційний файл не повинен містити налаштувань на рівні пар папок, якщо папки задаються командним рядком.</target> - -<source>Directories cannot be set for more than one configuration file.</source> -<target>Папки не можуть бути призначені більш ніж одному файлу конфігурації.</target> - -<source>Command line</source> -<target>Командний рядок</target> - -<source>Syntax:</source> -<target>Синтаксис:</target> - -<source>config files:</source> -<target>файли конфігурації:</target> - -<source>directory</source> -<target>папка</target> - -<source>global config file:</source> -<target>глобальний конфігураційний файл:</target> - -<source>Any number of FreeFileSync "ffs_gui" and/or "ffs_batch" configuration files.</source> -<target>Будь-яка кількість FreeFileSync "ffs_gui" та/або "ffs_batch" файлів конфігурації.</target> - -<source>Any number of alternative directory pairs for at most one config file.</source> -<target>Будь-яка кількість альтернативних пар папок для не більше одного конфігураційного файлу.</target> - -<source>Open the selected configuration for editing only, without executing it.</source> -<target>Відкрити вибрану конфігурацію тільки для редагування без її виконання.</target> - -<source>Path to an alternate GlobalSettings.xml file.</source> -<target>Шлях до альтернативного файлу GlobalSettings.xml.</target> - -<source>Installation files are corrupted. Please reinstall FreeFileSync.</source> -<target>Файли встановлення пошкоджені. Будь ласка, перевстановіть FreeFileSync.</target> - -<source>Cannot find the following folders:</source> -<target>Не вдається знайти такі папки:</target> - -<source>The following folders do not yet exist:</source> -<target>Наступні папки ще не існують:</target> - -<source>The folders are created automatically when needed.</source> -<target>Папки створюються автоматично, коли це потрібно.</target> - -<source>The following folder paths differ in case. Please use a single form in order to avoid duplicate accesses.</source> -<target>Наступні шляхи папок відрізняються за регістром. Будь ласка, використовуйте одну форму регістру, щоб уникнути дублювання доступу.</target> - -<source>Scanning:</source> -<target>Сканування:</target> - -<source>Comparison finished:</source> -<target>Порівняння завершено:</target> - -<source> -<pluralform>1 item found</pluralform> -<pluralform>%x items found</pluralform> -</source> -<target> -<pluralform>Знайдено %x элемент</pluralform> -<pluralform>Знайдено %x элементи</pluralform> -<pluralform>Знайдено %x элементів</pluralform> -</target> - -<source>Time elapsed:</source> -<target>Пройшло часу:</target> - -<source>File %x has an invalid date.</source> -<target>Файл %x має неіснуючу дату.</target> - -<source>Date:</source> -<target>Дата:</target> - -<source>Files have the same date but a different size.</source> -<target>Файли мають одинакову дату, але різний розмір.</target> - -<source>Size:</source> -<target>Розмір:</target> - -<source>Content comparison was skipped for excluded files.</source> -<target>Порівняння вмісту було пропущене для виключених файлів.</target> - -<source>Items differ in attributes only</source> -<target>Елементи відрізняються тільки атрибутами</target> - -<source>Resolving symbolic link %x</source> -<target>Вирішення символьного посилання %x</target> - -<source>Comparing content of files %x</source> -<target>Порівнювання вмісту файлів %x</target> - -<source>Generating file list...</source> -<target>Створення списку файлів...</target> - -<source>Fail-safe file copy</source> -<target>Відмовостійке копіювання файлів</target> - -<source>Enabled</source> -<target>Увімкнути</target> - -<source>Disabled</source> -<target>Вимкнути</target> - -<source>Copy locked files</source> -<target>Копіювати заблоковані файли</target> - -<source>Copy file access permissions</source> -<target>Копіювати права доступу до файлів</target> - -<source>File time tolerance</source> -<target>Толеранс часу файлу</target> - -<source>Run with background priority</source> -<target>Запустити з фоновим пріоритетом</target> - -<source>Lock directories during sync</source> -<target>Заблокувати папки на час синхронізації</target> - -<source>Verify copied files</source> -<target>Перевірити скопійовані файли</target> - -<source>Using non-default global settings:</source> -<target>Використовувати глобальні налаштування не за замовчуванням:</target> - -<source>A folder input field is empty.</source> -<target>Порожнє поле папки.</target> - -<source>The corresponding folder will be considered as empty.</source> -<target>Відповідна папка буде вважатися порожньою.</target> - -<source>Exclude:</source> -<target>Виключити:</target> - -<source>One base folder of a folder pair is contained in the other one.</source> -<target>Одна основна папка з пари папок міститься всередині іншої.</target> - -<source>The folder should be excluded from synchronization via filter.</source> -<target>Папку потрібно виключити з синхронізації за допомогою фільтрів.</target> - -<source>Calculating sync directions...</source> -<target>Встановлення напрямку синхронізації...</target> - -<source>Out of memory.</source> -<target>Недостатньо пам'яті.</target> - -<source>Show in Explorer</source> -<target>Показати у Провіднику</target> - -<source>Open with default application</source> -<target>Відкрити за допомогою програми за замовчуванням</target> - -<source>Browse directory</source> -<target>Переглянути папку</target> - -<source>Database file %x is incompatible.</source> -<target>Несумісний файл бази даних %x.</target> - -<source>Initial synchronization:</source> -<target>Початкова синхронізація:</target> - -<source>Database file %x does not yet exist.</source> -<target>Файл бази даних %x ще не існує.</target> - -<source>Database file is corrupted:</source> -<target>Файл бази даних пошкоджений:</target> - -<source>Loading file %x...</source> -<target>Завантажується файл %x...</target> - -<source>The database files do not yet contain information about the last synchronization.</source> -<target>Файли бази даних не містять інформації про останню синхронізацію.</target> - -<source>Saving file %x...</source> -<target>Збереження файлу %x...</target> - -<source>Searching for folder %x...</source> -<target>Пошук папки %x...</target> - -<source>Timeout while searching for folder %x.</source> -<target>Вичерпався час пошуку папки %x.</target> - -<source>Cannot get process information.</source> -<target>Не вдається отримати інформацію про процес.</target> - -<source>Waiting while directory is locked:</source> -<target>Очікування поки папка заблокована:</target> - -<source>Lock owner:</source> -<target>Власник блокування:</target> - -<source>Detecting abandoned lock...</source> -<target>Виявлено покинуте блокування...</target> - -<source> -<pluralform>1 sec</pluralform> -<pluralform>%x sec</pluralform> -</source> -<target> -<pluralform>%x сек</pluralform> -<pluralform>%x сек</pluralform> -<pluralform>%x сек</pluralform> -</target> - -<source>Item exists on left side only</source> -<target>Елемент існує тільки ліворуч</target> - -<source>Item exists on right side only</source> -<target>Елемент існує тільки праворуч</target> - -<source>Left side is newer</source> -<target>Ліва сторона новіша</target> - -<source>Right side is newer</source> -<target>Права сторона новіша</target> - -<source>Items have different content</source> -<target>Елементи мають різний вміст</target> - -<source>Both sides are equal</source> -<target>Сторони ідентичні</target> - -<source>Conflict/item cannot be categorized</source> -<target>Не вдається категоризувати конфлікт/елемент</target> - -<source>Copy new item to left</source> -<target>Копіювати нові елементи ліворуч</target> - -<source>Copy new item to right</source> -<target>Копіювати нові елементи праворуч</target> - -<source>Delete left item</source> -<target>Вилучити елемент ліворуч</target> - -<source>Delete right item</source> -<target>Вилучити елемент праворуч</target> - -<source>Move file on left</source> -<target>Перемістити файли ліворуч</target> - -<source>Move file on right</source> -<target>Перемістити файли праворуч</target> - -<source>Update left item</source> -<target>Оновити елемент ліворуч</target> - -<source>Update right item</source> -<target>Оновити елемент праворуч</target> - -<source>Do nothing</source> -<target>Нічого не робити</target> - -<source>Update attributes on left</source> -<target>Оновити атрибути ліворуч</target> - -<source>Update attributes on right</source> -<target>Оновити атрибути праворуч</target> - -<source>Error parsing file %x, row %y, column %z.</source> -<target>Помилка розбору файлу %x, рядок %y, колонка %z.</target> - -<source>Services</source> -<target>Служби</target> - -<source>Show All</source> -<target>Показати Усі</target> - -<source>Hide Others</source> -<target>Сховати Інші</target> - -<source>Hide %x</source> -<target>Сховати %x</target> - -<source>Quit %x</source> -<target>Вихід %x</target> - -<source>Cannot set directory locks for the following folders:</source> -<target>Неможливо встановити блокування каталогів для таких папок:</target> - -<source>Errors:</source> -<target>Помилки:</target> - -<source>Warnings:</source> -<target>Попередження:</target> - -<source>Items processed:</source> -<target>Елементів оброблено:</target> - -<source>Items remaining:</source> -<target>Елементів залишилось:</target> - -<source>Total time:</source> -<target>Загальний час:</target> - -<source>Warning</source> -<target>Увага</target> - -<source>Stopped</source> -<target>Зупинено</target> - -<source>Cleaning up log files:</source> -<target>Очищення файлів журналу:</target> - -<source> -<pluralform>1 thread</pluralform> -<pluralform>%x threads</pluralform> -</source> -<target> -<pluralform>%x потік виконання</pluralform> -<pluralform>%x потоки виконання</pluralform> -<pluralform>%x потоків виконання</pluralform> -</target> - -<source>%x/sec</source> -<target>%x/сек</target> - -<source>%x items</source> -<target>%x елементів</target> - -<source>Completed successfully</source> -<target>Завершено успішно</target> - -<source>Completed with warnings</source> -<target>Завершено з попередженнями</target> - -<source>Completed with errors</source> -<target>Завершено з помилками</target> - -<source>Cannot access the Volume Shadow Copy Service.</source> -<target>Не вдається отримати доступ до послуги Тіньового Копіювання Тому.</target> - -<source>Please run the 64-bit version of FreeFileSync to create shadow copies on this system.</source> -<target>Будь ласка, використовуйте 64-розрядну версію FreeFileSync для створення тіньових копій у цій системі.</target> - -<source>Volume name %x is not part of file path %y.</source> -<target>Ім'я тому %x не є частиною шляху до файлу %y.</target> - -<source>File time and size</source> -<target>Дата та розмір файлу</target> - -<source>File content</source> -<target>Вміст файлу</target> - -<source>File size</source> -<target>Розмір файлу</target> - -<source>Two way</source> -<target>Обидва напрямки</target> - -<source>Mirror</source> -<target>Дзеркало</target> - -<source>Update</source> -<target>Оновити</target> - -<source>Custom</source> -<target>Вибірково</target> - -<source>Multiple...</source> -<target>Різні варіанти...</target> - -<source>Cannot write file attributes of %x.</source> -<target>Не вдається записати атрибути файлу %x.</target> - -<source>%x and %y have different content.</source> -<target>%x і %y мають різний вміст.</target> - -<source>Data verification error:</source> -<target>Помилка перевірки даних:</target> - -<source>Moving file %x to %y</source> -<target>Переміщення файлу %x до %y</target> - -<source>Moving folder %x to %y</source> -<target>Переміщення папки %x до %y</target> - -<source>Moving symbolic link %x to %y</source> -<target>Переміщення символьного посилання %x до %y</target> - -<source>Updating file %x</source> -<target>Оновлення файлу %x</target> - -<source>Updating symbolic link %x</source> -<target>Оновлення символьних посилань %x</target> - -<source>Verifying file %x</source> -<target>Перевірка файлу %x</target> - -<source>Updating attributes of %x</source> -<target>Оновлення атрибутів %x</target> - -<source>Source item %x not found</source> -<target>Вихідний елемент %x не знайдено</target> - -<source>Parent folder %x is not existing.</source> -<target>Батьківська папка %x не існує.</target> - -<source>Cannot copy file %x to %y.</source> -<target>Не вдається скопіювати файл %x до %y.</target> - -<source>Creating a Volume Shadow Copy for %x...</source> -<target>Створення Тіньової Копії для %x...</target> - -<source>Cannot find folder %x.</source> -<target>Неможливо знайти папку %x.</target> - -<source>Target folder %x is already existing, but was not available during folder comparison.</source> -<target>Цільова папка %x уже існує, але не була доступна під час порівняння папок.</target> - -<source>Target folder input field must not be empty.</source> -<target>Поле цільової папки не повинно бути порожнім.</target> - -<source>Source folder %x not found.</source> -<target>Вихідну папку %x не знайдено.</target> - -<source>Please enter a target folder for versioning.</source> -<target>Будь ласка, введіть цільову папку для версій.</target> - -<source>The following items have unresolved conflicts and will not be synchronized:</source> -<target>Наступні елементи мають невирішені конфлікти і не будуть синхронізовані:</target> - -<source>Folder pair:</source> -<target>Пара папок:</target> - -<source>The following folders are significantly different. Please check that the correct folders are selected for synchronization.</source> -<target>Наступні папки значно відрізняються. Будь ласка, перевірте що вибрані правильні папки для синхронізації.</target> - -<source>Not enough free disk space available in:</source> -<target>Не достатньо вільного місця на:</target> - -<source>Available:</source> -<target>Доступно:</target> - -<source>Some files will be synchronized as part of multiple base folders.</source> -<target>Деякі файли були синхронізовані як частина декількох основних папок.</target> - -<source>To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.</source> -<target>Щоб уникнути конфліктів, встановіть виключення фільтрів, щоб кожен оновлений файл містив лише одну базову папку.</target> - -<source>Versioning folder:</source> -<target>Папка з версіями:</target> - -<source>Base folder:</source> -<target>Основна папка:</target> - -<source>The versioning folder is contained in a base folder.</source> -<target>Папка з версіями містить основну папку.</target> - -<source>Synchronizing folder pair:</source> -<target>Синхронізація пари папок:</target> - -<source>Generating database...</source> -<target>Створення бази даних...</target> - -<source>Searching for old file versions:</source> -<target>Пошук старих версій файлів:</target> - -<source>Removing old file versions:</source> -<target>Видалення старих версій файлів:</target> - -<source>Unable to create time stamp for versioning:</source> -<target>Не вдається створити часової мітки для версій:</target> - -<source>Drag && drop</source> -<target>Drag && drop</target> - -<source>Select a folder</source> -<target>Вибрати папку</target> - -<source>&New</source> -<target>&Створити</target> - -<source>&Open...</source> -<target>&Відкрити...</target> - -<source>Save &as...</source> -<target>Зберегти &як...</target> - -<source>E&xit</source> -<target>В&ихід</target> - -<source>&File</source> -<target>&Файл</target> - -<source>&View help</source> -<target>П&ерегляд довідки</target> - -<source>&About</source> -<target>Пр&о програму</target> - -<source>&Help</source> -<target>&Довідка</target> - -<source>Usage:</source> -<target>Використання:</target> - -<source>Select folders to watch.</source> -<target>Виберіть папки для моніторингу.</target> - -<source>Enter a command line.</source> -<target>Введіть рядок команди.</target> - -<source>Press 'Start'.</source> -<target>Натисніть 'Запуск'.</target> - -<source>To get started just import a "ffs_batch" file.</source> -<target>Щоб запустити імпортуйте "ffs_batch" файл.</target> - -<source>Folders to watch:</source> -<target>Папки для спостереження:</target> - -<source>Add folder</source> -<target>Додати папку</target> - -<source>Remove folder</source> -<target>Вилучити папку</target> - -<source>Browse</source> -<target>Переглянути</target> - -<source>Idle time (in seconds):</source> -<target>Час очікування (секунд):</target> - -<source>Idle time between last detected change and execution of command</source> -<target>Час очікування між виявленням останньої зміни та виконанням команди</target> - -<source>Command line:</source> -<target>Командний рядок:</target> - -<source>&Hide console window</source> -<target>&Приховати вікно консолі</target> - -<source> -The command is triggered if: -- files or subfolders change -- new folders arrive (e.g. USB stick insert) -</source> -<target> -Команда спрацьовує, якщо: -- змінилися файли або підпапки -- з'явилися нові папки (наприклад, підключений USB флеш-носій) -</target> - -<source>Start</source> -<target>Запуск</target> - -<source>About</source> -<target>Про</target> - -<source>Build: %x</source> -<target>Збірка: %x</target> - -<source>All files</source> -<target>Всі файли</target> - -<source>Automated Synchronization</source> -<target>Автоматична Синхронізація</target> - -<source>The %x protocol does not support directory monitoring:</source> -<target>Протокол %x не підтримує моніторинг папок:</target> - -<source>Directory monitoring active</source> -<target>Моніторинг папок активний</target> - -<source>Waiting until directory is available:</source> -<target>Очікування поки каталог не стане доступним:</target> - -<source>&Configure</source> -<target>&Налаштувати</target> - -<source>&Show error message</source> -<target>&Показати повідомлення про помилки</target> - -<source>&Quit</source> -<target>В&ихід</target> - -<source>&Retry</source> -<target>&Повторити</target> - -<source> -<pluralform>1 byte</pluralform> -<pluralform>%x bytes</pluralform> -</source> -<target> -<pluralform>%x байт</pluralform> -<pluralform>%x байти</pluralform> -<pluralform>%x байтів</pluralform> -</target> - -<source>%x MB</source> -<target>%x МБ</target> - -<source>%x KB</source> -<target>%x КБ</target> - -<source>%x GB</source> -<target>%x ГБ</target> - -<source>Loading...</source> -<target>Завантаження...</target> - -<source>Scanning...</source> -<target>Сканування...</target> - -<source>configuration file</source> -<target>файл конфігурації</target> - -<source>System: Sleep</source> -<target>Система: Сон</target> - -<source>System: Shut down</source> -<target>Система: Завершення роботи</target> - -<source>Nothing to synchronize</source> -<target>Нічого синхронізувати</target> - -<source>Executing command:</source> -<target>Виконання команди:</target> - -<source>You can switch to FreeFileSync's main window to resolve this issue.</source> -<target>Ви можете перейти до головного вікна FreeFileSync щоб вирішити це питання.</target> - -<source>&Don't show this warning again</source> -<target>&Надалі не показувати це попередження</target> - -<source>&Ignore</source> -<target>&Ігнорувати</target> - -<source>&Switch</source> -<target>&Перейти</target> - -<source>Switching to FreeFileSync's main window</source> -<target>Перехід до головного вікна FreeFileSync</target> - -<source>Automatic retry</source> -<target>Автоматична повторна спроба</target> - -<source>Ignore &all</source> -<target>Ігнорувати &усі</target> - -<source>Retrying operation...</source> -<target>Повтор операції...</target> - -<source>Serious Error</source> -<target>Серйозна помилка</target> - -<source>Last session</source> -<target>Остання сесія</target> - -<source>Today</source> -<target>Сьогодні</target> - -<source> -<pluralform>1 day</pluralform> -<pluralform>%x days</pluralform> -</source> -<target> -<pluralform>%x день</pluralform> -<pluralform>%x дні</pluralform> -<pluralform>%x днів</pluralform> -</target> - -<source>Name</source> -<target>Назва</target> - -<source>Last sync</source> -<target>Остання синхронізація</target> - -<source>Log</source> -<target>Лог</target> - -<source>Folder</source> -<target>Папка</target> - -<source>Symlink</source> -<target>Символьне посилання</target> - -<source>Full path</source> -<target>Повний шлях</target> - -<source>Relative path</source> -<target>Відносний шлях</target> - -<source>Item name</source> -<target>Назва елементу:</target> - -<source>Size</source> -<target>Розмір</target> - -<source>Date</source> -<target>Дата</target> - -<source>Extension</source> -<target>Розширення</target> - -<source>Category</source> -<target>Категорія</target> - -<source>Action</source> -<target>Дія</target> - -<source>Local comparison settings</source> -<target>Налаштування локального порівняння</target> - -<source>Local synchronization settings</source> -<target>Налаштування локальної синхронізації</target> - -<source>Local filter</source> -<target>Локальний фільтр</target> - -<source>Active</source> -<target>Активний</target> - -<source>None</source> -<target>Не задано</target> - -<source>Remove local settings</source> -<target>Вилучити локальні налаштування</target> - -<source>Clear local filter</source> -<target>Очистити локальний фільтр</target> - -<source>Copy</source> -<target>Копіювати</target> - -<source>Paste</source> -<target>Вставити</target> - -<source>The selected folder %x cannot be used with FreeFileSync.</source> -<target>Вибрана папка %x не може бути використана з FreeFileSync.</target> - -<source>Please select a folder on a local file system, network or an MTP device.</source> -<target>Будь ласка, виберіть папку на локальній файловій системі, в мережі чи на MTP пристрої.</target> - -<source>Defined by context of use</source> -<target>Визначено контекстом використання</target> - -<source>Requires FreeFileSync Donation Edition</source> -<target>Потрібна FreeFileSync Donation Edition</target> - -<source>&Save</source> -<target>&Зберегти</target> - -<source>Save as &batch job...</source> -<target>Зберегти як &пакетне завдання...</target> - -<source>Show &log</source> -<target>Показати &журнал</target> - -<source>Start &comparison</source> -<target>Запуск по&рівняння</target> - -<source>C&omparison settings</source> -<target>Налаштування п&орівняння</target> - -<source>&Filter settings</source> -<target>Налаштування &фільтру</target> - -<source>S&ynchronization settings</source> -<target>Н&алаштування синхронізації</target> - -<source>Start &synchronization</source> -<target>Запуск &синхронізації</target> - -<source>&Actions</source> -<target>Ді&ї</target> - -<source>&Preferences</source> -<target>&Уподобання</target> - -<source>&Language</source> -<target>&Мова</target> - -<source>&Find...</source> -<target>З&найти...</target> - -<source>&Export file list...</source> -<target>&Експортувати список файлів...</target> - -<source>&Reset layout</source> -<target>&Скинути розташування</target> - -<source>&Tools</source> -<target>&Інструменти</target> - -<source>&Check for updates now</source> -<target>&Перевірити оновлення зараз</target> - -<source>Check &automatically once a week</source> -<target>Перевіряти &автоматично щотижня</target> - -<source>Cancel</source> -<target>Відмінити</target> - -<source>Compare</source> -<target>Порівняти</target> - -<source>Synchronize</source> -<target>Синхронізувати</target> - -<source>Add folder pair</source> -<target>Додати пару папок</target> - -<source>Remove folder pair</source> -<target>Вилучити пару папок</target> - -<source>Access online storage</source> -<target>Доступ до online сховища</target> - -<source>Close search bar</source> -<target>Закрити панель пошуку</target> - -<source>Find:</source> -<target>Знайти:</target> - -<source>Match case</source> -<target>Враховувати регістр</target> - -<source>Processed:</source> -<target>Оброблено:</target> - -<source>Remaining:</source> -<target>Залишилося:</target> - -<source>New</source> -<target>Нова</target> - -<source>Open...</source> -<target>Відкрити...</target> - -<source>Save</source> -<target>Зберегти</target> - -<source>Save as...</source> -<target>Зберегти як...</target> - -<source>View type:</source> -<target>Тип перегляду:</target> - -<source>Select view:</source> -<target>Вибрати перегляд:</target> - -<source>Save as default</source> -<target>Зберегти як замовчування</target> - -<source>Statistics:</source> -<target>Статистика:</target> - -<source>Number of files and folders that will be deleted</source> -<target>Кількість файлів і папок, які будуть вилучені</target> - -<source>Number of files that will be updated</source> -<target>Кількість файлів і папок, які будуть оновлені</target> - -<source>Number of files and folders that will be created</source> -<target>Кількість файлів і папок, які будуть створені</target> - -<source>Total bytes to copy</source> -<target>Всього скопіювати байтів</target> - -<source>Arrange folder pair</source> -<target>Упорядкувати пару папок</target> - -<source>Main settings:</source> -<target>Головні налаштування:</target> - -<source>Use local settings:</source> -<target>Використати локальні налаштування:</target> - -<source>Select a variant:</source> -<target>Виберіть варіант:</target> - -<source>Include &symbolic links:</source> -<target>Включити &символьні посилання:</target> - -<source>&Follow</source> -<target>&Переходити</target> - -<source>&Direct</source> -<target>&Безпосередньо</target> - -<source>More information</source> -<target>Додаткова інформація</target> - -<source>&Ignore time shift [hh:mm]</source> -<target>&Ігнорувати зсув у часі [hh:mm]</target> - -<source>List of file time offsets to ignore</source> -<target>Список ігнорованих файлових зсувів у часі</target> - -<source>Example:</source> -<target>Приклад:</target> - -<source>Handle daylight saving time</source> -<target>Перехід на літній час вручну</target> - -<source>Ignore errors</source> -<target>Ігнорувати помилки</target> - -<source>Retry count:</source> -<target>Кількість спроб:</target> - -<source>Delay (in seconds):</source> -<target>Затримка (секунд):</target> - -<source>Performance improvements:</source> -<target>Підвищення продуктивності:</target> - -<source>Parallel file operations:</source> -<target>Паралельні файлові операції:</target> - -<source>How to get best performance?</source> -<target>Як отримати найкращу швидкодію?</target> - -<source>Local settings:</source> -<target>Локальні налаштування:</target> - -<source>Include:</source> -<target>Включити:</target> - -<source>Show examples</source> -<target>Показати приклади</target> - -<source>Select filter rules to exclude certain files from synchronization. Enter file paths relative to their corresponding folder pair.</source> -<target>Виберіть правила фільтрації для виключення деяких файлів із синхронізації. Введіть шляхи до файлів відносно відповідної пари папок.</target> - -<source>File size:</source> -<target>Розмір файлу:</target> - -<source>Minimum:</source> -<target>Мінімум:</target> - -<source>Maximum:</source> -<target>Максимум:</target> - -<source>Time span:</source> -<target>Відрізок часу:</target> - -<source>C&lear</source> -<target>О&чистити</target> - -<source>Detect moved files</source> -<target>Виявляти переміщені файли</target> - -<source> -- Not supported by all file systems -- Requires and creates database files -- Detection not available for first sync -</source> -<target> -- Не підтримується всіма файловими системами -- Вимагає та створює файли баз даних -- Визначення недоступне для першої синхронізації -</target> - -<source>Delete files:</source> -<target>Вилучати файли:</target> - -<source>&Recycle bin</source> -<target>&Корзина</target> - -<source>&Permanent</source> -<target>&Безповоротно</target> - -<source>&Versioning</source> -<target>&Управління версіями</target> - -<source>Move files to a user-defined folder</source> -<target>Перемістити файли у визначену користувачем папку</target> - -<source>Naming convention:</source> -<target>Метод іменування:</target> - -<source>Limit file versions:</source> -<target>Обмежити версії файлів:</target> - -<source>Last x days:</source> -<target>Останні x днів:</target> - -<source>&Override default log path:</source> -<target>&Перевизначити шлях журналу за замовчуванням:</target> - -<source>Run a command:</source> -<target>Запустити команду:</target> - -<source>OK</source> -<target>OK</target> - -<source>Connection type:</source> -<target>Тип з'єднання:</target> - -<source>Connected user accounts:</source> -<target>Підключені облікові записи користувачів:</target> - -<source>&Add connection</source> -<target>&Додати з'єднання</target> - -<source>&Disconnect</source> -<target>&Від'єднати</target> - -<source>Selected user account:</source> -<target>Вибраний обліковий запис користувача:</target> - -<source>Server name or IP address:</source> -<target>Ім'я серверу чи IP адреса:</target> - -<source>Port:</source> -<target>Порт:</target> - -<source>Encryption:</source> -<target>Шифрування:</target> - -<source>&Disabled</source> -<target>&Вимкнено</target> - -<source>&Explicit SSL/TLS</source> -<target>&Явний SSL/TLS</target> - -<source>Authentication:</source> -<target>Аутентифікація:</target> - -<source>&Password</source> -<target>&Пароль</target> - -<source>&Key file</source> -<target>&Файл ключа</target> - -<source>&SSH agent</source> -<target>&SSH агент</target> - -<source>User name:</source> -<target>Ім'я користувача:</target> - -<source>Private key file:</source> -<target>Приватний файл ключа:</target> - -<source>&Show password</source> -<target>&Показати пароль</target> - -<source>Directory on server:</source> -<target>Папка на сервері:</target> - -<source>Access timeout (in seconds):</source> -<target>Тайм-аут доступу (у секундах):</target> - -<source>SFTP channels per connection:</source> -<target>SFTP канали на з'єднання:</target> - -<source>Detect server limit</source> -<target>Визначити ліміти сервера</target> - -<source>Select Folder</source> -<target>Вибрати Папку</target> - -<source>Variant:</source> -<target>Варіант:</target> - -<source>&Don't show this dialog again</source> -<target>Більше &не показувати цей діалог</target> - -<source>Bytes:</source> -<target>Байтів:</target> - -<source>Items:</source> -<target>Об'єктів:</target> - -<source>Synchronizing...</source> -<target>Синхронізація...</target> - -<source>Minimize to notification area</source> -<target>Згорнути в область повідомлень</target> - -<source>Bytes</source> -<target>Байт</target> - -<source>Items</source> -<target>Елементи</target> - -<source>When finished:</source> -<target>Після завершення:</target> - -<source>Auto-close</source> -<target>Автозавершення</target> - -<source>Close</source> -<target>Закрити</target> - -<source>&Pause</source> -<target>&Пауза</target> - -<source>Stop</source> -<target>Зупинити</target> - -<source>Create a batch file for unattended synchronization. To start, double-click this file or schedule in a task planner: %x</source> -<target>Створити пакетний файл для автоматичної синхронізації. Щоб запустити двічі клацніть цей файл або заплануйте в планувальнику завдань: %x</target> - -<source>Progress dialog:</source> -<target>Діалог прогресу:</target> - -<source>Run minimized</source> -<target>Запустити згорнутим</target> - -<source>Show pop-up on errors or warnings</source> -<target>Показувати виринаючі вікна при помилках та попередженнях</target> - -<source>&Cancel</source> -<target>&Відмінити</target> - -<source>Stop synchronization at first error</source> -<target>Зупинити синхронізацію при першій помилці</target> - -<source>How can I schedule a batch job?</source> -<target>Як можна запланувати пакетне завдання?</target> - -<source>&Keep relative paths</source> -<target>&Зберегти відносні шляхи</target> - -<source>&Overwrite existing files</source> -<target>&Перезаписати існуючі файли</target> - -<source>The following settings are used for all synchronization jobs.</source> -<target>Наступні налаштування використовуються для всіх завдань синхронізації.</target> - -<source> -Copy to a temporary file (*.ffs_tmp) before overwriting target. -This guarantees a consistent state even in case of a serious error. -</source> -<target> -Скопіювати в тимчасовий файл (*.ffs_tmp) перед перезаписом цільового. -Це гарантує цілісність навіть у випадку серйозної помилки. -</target> - -<source>recommended</source> -<target>рекомендовано</target> - -<source>Copy shared or locked files using the Volume Shadow Copy Service.</source> -<target>Копіювати спільні та заблоковані файли за допомогою сервісу Тіньового Копіювання Тому.</target> - -<source>requires administrator rights</source> -<target>потрібні права адміністратора</target> - -<source>Transfer file and folder permissions.</source> -<target>Перенести права доступу файлів і папок.</target> - -<source>Show all permanently hidden dialogs and warning messages again</source> -<target>Показати всі сховані діалоги і повідомлення з попередженнями знову</target> - -<source>Default log path:</source> -<target>Шлях до журналу за замовчуванням:</target> - -<source>&Delete logs after x days:</source> -<target>&Видалити журнали після x днів:</target> - -<source>Notification sounds:</source> -<target>Звуки сповіщень:</target> - -<source>Synchronization finished:</source> -<target>Синхронізація завершена:</target> - -<source>Customize context menu:</source> -<target>Налаштування контекстного меню:</target> - -<source>Description</source> -<target>Опис</target> - -<source>&Default</source> -<target>&За замовчуванням</target> - -<source>Feedback and suggestions are welcome:</source> -<target>Зворотній зв'язок і пропозиції вітаються:</target> - -<source>Home page</source> -<target>Домашня сторінка</target> - -<source>FreeFileSync Forum</source> -<target>Форум FreeFileSync</target> - -<source>Email</source> -<target>Пошта</target> - -<source>If you like FreeFileSync:</source> -<target>Якщо Вам сподобався FreeFileSync:</target> - -<source>Support with a donation</source> -<target>Підтримати пожертвуванням.</target> - -<source>The auto updater was disabled by the administrator.</source> -<target>Автоматичне оновлення було відключене адміністратором.</target> - -<source>Donation details</source> -<target>Докладно про пожертвування</target> - -<source>Source code written in C++ using:</source> -<target>Код програми написаний на C++ з використанням:</target> - -<source>Published under the GNU General Public License:</source> -<target>Опубліковано за GNU General Public License:</target> - -<source>Many thanks for localization:</source> -<target>Подяка за локалізацію:</target> - -<source>Activate the FreeFileSync Donation Edition by one of the following methods:</source> -<target>Активувати FreeFileSync Donation Edition за допомогою одного з наступних методів:</target> - -<source>Activate via internet now:</source> -<target>Активувати через інтернет зараз:</target> - -<source>Activate online</source> -<target>Активувати online</target> - -<source>Retrieve an offline activation key from the following URL:</source> -<target>Отримати ключ для offline активації за допомогою наступного посилання:</target> - -<source>&Copy to clipboard</source> -<target>&Копіювати в буфер обміну</target> - -<source>Enter activation key:</source> -<target>Ввести ключ активації:</target> - -<source>Activate offline</source> -<target>Активувати offline</target> - -<source>Highlight configurations that have not been run for more than the following number of days:</source> -<target>Виділити конфігурації що не запускались більше ніж наступну кількість днів:</target> - -<source>FreeFileSync requires access rights to avoid "Operation not permitted" errors when synchronizing your data (e.g. Mail, Messages, Calendars).</source> -<target>FreeFileSync вимагає прав доступу, щоб уникнути помилок "Операція не дозволена" під час синхронізації ваших даних (наприклад, Пошти, Повідомлень, Календарів).</target> - -<source>Locate the FreeFileSync app</source> -<target>Розташування програми FreeFileSync</target> - -<source>Open Security && Privacy</source> -<target>Відкрити Захист і безпека</target> - -<source>Click the lock to allow changes.</source> -<target>Натисніть на замок, щоб дозволити зміни.</target> - -<source>Drag FreeFileSync into the panel.</source> -<target>Перетягніть FreeFileSync до панелі.</target> - -<source>Synchronization Settings</source> -<target>Налаштування Синхронізації</target> - -<source>Access Online Storage</source> -<target>Доступ до Online Сховища</target> - -<source>Save as a Batch Job</source> -<target>Зберегти як Пакетне Завдання</target> - -<source>Delete Items</source> -<target>Вилучити Елементи</target> - -<source>Copy Items</source> -<target>Копіювати Елементи</target> - -<source>Options</source> -<target>Опції</target> - -<source>Select Time Span</source> -<target>Виберіть Інтервал Часу</target> - -<source>Highlight Configurations</source> -<target>Налаштування виділення</target> - -<source>Grant Full Disk Access</source> -<target>Надання повний доступ до диску</target> - -<source>Info</source> -<target>Інформація</target> - -<source>No log entries</source> -<target>Немає записів журналу</target> - -<source>Select all</source> -<target>Виділити все</target> - -<source>&Options</source> -<target>&Опції</target> - -<source>Main Bar</source> -<target>Головна панель</target> - -<source>Folder Pairs</source> -<target>Пари Папок</target> - -<source>Find</source> -<target>Знайти</target> - -<source>View Settings</source> -<target>Налаштування перегляду</target> - -<source>Configuration</source> -<target>Конфігурація</target> - -<source>Overview</source> -<target>Огляд</target> - -<source>Swap sides</source> -<target>Поміняти місцями</target> - -<source>Show "%x"</source> -<target>Показати "%x"</target> - -<source>&Show details</source> -<target>&Показати докладніше</target> - -<source>FreeFileSync %x is available!</source> -<target>FreeFileSync %x доступний!</target> - -<source>Local path not available for %x.</source> -<target>Локальний шлях не доступний для %x.</target> - -<source>Confirm</source> -<target>Підтвердити</target> - -<source> -<pluralform>Do you really want to execute the command %y for one item?</pluralform> -<pluralform>Do you really want to execute the command %y for %x items?</pluralform> -</source> -<target> -<pluralform>Справді хочете виконати команду %y для %x елемента?</pluralform> -<pluralform>Справді хочете виконати команду %y для %x елементів?</pluralform> -<pluralform>Справді хочете виконати команду %y для %x елементів?</pluralform> -</target> - -<source>&Execute</source> -<target>&Виконати</target> - -<source>Set direction:</source> -<target>Виберіть напрям:</target> - -<source>multiple selection</source> -<target>груповий вибір</target> - -<source>&Include via filter:</source> -<target>&Включити за допомогою фільтра:</target> - -<source>&Exclude via filter:</source> -<target>В&иключити за допомогою фільтра:</target> - -<source>Include temporarily</source> -<target>Включити тимчасово</target> - -<source>Exclude temporarily</source> -<target>Виключити тимчасово</target> - -<source>&Synchronize selection</source> -<target>&Синхронізувати вибране</target> - -<source>&Copy to...</source> -<target>&Копіювати до...</target> - -<source>&Delete</source> -<target>Ви&далити</target> - -<source>Show icons:</source> -<target>Показати іконки:</target> - -<source>Small</source> -<target>Малий</target> - -<source>Medium</source> -<target>Середній</target> - -<source>Large</source> -<target>Великий</target> - -<source>Select time span...</source> -<target>Виберіть інтервал часу...</target> - -<source>Donation Edition</source> -<target>Donation Edition</target> - -<source>Folder Comparison and Synchronization</source> -<target>Порівнювання та Синхронізація папок</target> - -<source>Configuration saved</source> -<target>Налаштування синхронізації збережено</target> - -<source>FreeFileSync batch</source> -<target>Командний файл FreeFileSync</target> - -<source>Do you want to save changes to %x?</source> -<target>Зберегти зміни в %x?</target> - -<source>Never save &changes</source> -<target>Ніколи не зберігати &зміни</target> - -<source>Do&n't save</source> -<target>&Не зберігати</target> - -<source>%x cannot be renamed.</source> -<target>%x не можна перейменувати.</target> - -<source>New name:</source> -<target>Нова назва:</target> - -<source>Rename Configuration</source> -<target>Перейменувати конфігурацію</target> - -<source>Configuration name must not be empty.</source> -<target>Назва конфігурації не повинна бути порожньою.</target> - -<source>&Rename...</source> -<target>&Перейменувати...</target> - -<source>Hide configuration</source> -<target>Сховати конфігурацію</target> - -<source>Highlight...</source> -<target>Виділити...</target> - -<source>Clear filter</source> -<target>Очистити фільтр</target> - -<source>Show files that exist on left side only</source> -<target>Показати файли, які є тільки ліворуч</target> - -<source>Show files that exist on right side only</source> -<target>Показати файли, які є тільки праворуч</target> - -<source>Show files that are newer on left</source> -<target>Показати файли, які новіші ліворуч</target> - -<source>Show files that are newer on right</source> -<target>Показати файли, які новіші праворуч</target> - -<source>Show files that are equal</source> -<target>Показати однакові файли</target> - -<source>Show files that are different</source> -<target>Показати файли що відрізняються</target> - -<source>Show conflicts</source> -<target>Показати конфлікти</target> - -<source>Show files that will be created on the left side</source> -<target>Показати файли, які будуть створені ліворуч</target> - -<source>Show files that will be created on the right side</source> -<target>Показати файли, які будуть створені праворуч</target> - -<source>Show files that will be deleted on the left side</source> -<target>Показати файли, які будуть вилучені ліворуч</target> - -<source>Show files that will be deleted on the right side</source> -<target>Показати файли, які будуть вилучені праворуч</target> - -<source>Show files that will be updated on the left side</source> -<target>Показати файли, які будуть оновлені ліворуч</target> - -<source>Show files that will be updated on the right side</source> -<target>Показати файли, які будуть оновлені праворуч</target> - -<source>Show files that won't be copied</source> -<target>Показати файли, які не будуть скопійовані</target> - -<source>Show filtered or temporarily excluded files</source> -<target>Показати відфільтровані чи тимчасово виключені елементи</target> - -<source>Filter</source> -<target>Фільтр</target> - -<source>All files are in sync</source> -<target>Всі файли синхронні</target> - -<source> -<pluralform>1 directory</pluralform> -<pluralform>%x directories</pluralform> -</source> -<target> -<pluralform>%x папка</pluralform> -<pluralform>%x папки</pluralform> -<pluralform>%x папок</pluralform> -</target> - -<source> -<pluralform>1 file</pluralform> -<pluralform>%x files</pluralform> -</source> -<target> -<pluralform>%x файл</pluralform> -<pluralform>%x файли</pluralform> -<pluralform>%x файлів</pluralform> -</target> - -<source> -<pluralform>Showing %y of 1 row</pluralform> -<pluralform>Showing %y of %x rows</pluralform> -</source> -<target> -<pluralform>Показано %y з %x рядка</pluralform> -<pluralform>Показано %y з %x рядків</pluralform> -<pluralform>Показано %y з %x рядків</pluralform> -</target> - -<source>Cannot find %x</source> -<target>Неможливо знайти %x</target> - -<source>Move up</source> -<target>Перемістити вверх</target> - -<source>Move down</source> -<target>Перемістити вниз</target> - -<source>Comma-separated values</source> -<target>Значення розділені комою</target> - -<source>File list exported</source> -<target>Список файлів експортовано</target> - -<source>Searching for program updates...</source> -<target>Пошук оновлень програми...</target> - -<source>Paused</source> -<target>Призупинено</target> - -<source>Stop requested...</source> -<target>Зупинити запит...</target> - -<source>Initializing...</source> -<target>Ініціалізація...</target> - -<source>Comparing content...</source> -<target>Порівнювання вмісту...</target> - -<source>&Continue</source> -<target>&Продовжити</target> - -<source>Progress</source> -<target>Прогрес</target> - -<source>Thank you, %x, for your donation and support!</source> -<target>Дякуємо Вам, %x, за ваше пожертвування та підтримку!</target> - -<source>Connections</source> -<target>З'єднання</target> - -<source>Recommended range:</source> -<target>Рекомендований діапазон:</target> - -<source>Do you really want to disconnect from user account %x?</source> -<target>Ви дійсно хочете від’єднатися від облікового запису користувача %x?</target> - -<source>Password:</source> -<target>Пароль:</target> - -<source>Key passphrase:</source> -<target>Ключова парольна фраза:</target> - -<source>Please enter a file path.</source> -<target>Будь-ласка, введіть шлях до файлу.</target> - -<source> -<pluralform>Copy the following item to another folder?</pluralform> -<pluralform>Copy the following %x items to another folder?</pluralform> -</source> -<target> -<pluralform>Копіювати цей %x єлемент у іншу папку?</pluralform> -<pluralform>Копіювати ці %x елементи у іншу папку?</pluralform> -<pluralform>Копіювати ці %x елементів у іншу папку?</pluralform> -</target> - -<source>Please enter a target folder.</source> -<target>Будь ласка, введіть цільову папку.</target> - -<source> -<pluralform>Do you really want to move the following item to the recycle bin?</pluralform> -<pluralform>Do you really want to move the following %x items to the recycle bin?</pluralform> -</source> -<target> -<pluralform>Ви дійсно хочете перемістити цей %x елемент у корзину?</pluralform> -<pluralform>Ви дійсно хочете перемістити ці %x елементи у корзину?</pluralform> -<pluralform>Ви дійсно хочете перемістити ці %x елементів у корзину?</pluralform> -</target> - -<source>Move</source> -<target>Перемістити</target> - -<source> -<pluralform>Do you really want to delete the following item?</pluralform> -<pluralform>Do you really want to delete the following %x items?</pluralform> -</source> -<target> -<pluralform>Ви дійсно хочете вилучити цей %x елемент?</pluralform> -<pluralform>Ви дійсно хочете вилучити ці %x елементи?</pluralform> -<pluralform>Ви дійсно хочете вилучити ці %x елементів?</pluralform> -</target> - -<source>Start to synchronize the selection?</source> -<target>Почати синхронізувати вибране?</target> - -<source>Start synchronization now?</source> -<target>Запустити синхронізацію зараз?</target> - -<source>Copy DACL, SACL, Owner, Group</source> -<target>Скопіювати DACL, SACL, власника, групу</target> - -<source>Integrate external applications into context menu. The following macros are available:</source> -<target>Інтеграція зовнішніх додатків до контекстного меню. Наступні макроси доступні:</target> - -<source>Full file or folder path</source> -<target>Повна назва файлу чи папки</target> - -<source>Parent folder path</source> -<target>Шлях до батьківської папки:</target> - -<source>Temporary local copy for SFTP and MTP storage</source> -<target>Тимчасова локальна копія для SFTP і MTP сховища</target> - -<source>Parameters for opposite side</source> -<target>Параметри для протилежної сторони:</target> - -<source>Show hidden dialogs again</source> -<target>Показати сховані діалоги знову</target> - -<source>All dialogs shown</source> -<target>Показано всі діалоги</target> - -<source>Downloading update...</source> -<target>Завантажується оновлення...</target> - -<source>Identify equal files by comparing modification time and size.</source> -<target>Визначити однакові файли порівнюючи час модифікації та розмір.</target> - -<source>Identify equal files by comparing the file content.</source> -<target>Визначати однакові файли порівнюючи їх вміст.</target> - -<source>Identify equal files by comparing their file size.</source> -<target>Визначати однакові файли порівнюючи їх розмір.</target> - -<source>Identify and propagate changes on both sides. Deletions, moves and conflicts are detected automatically using a database.</source> -<target>Виявити та поширити зміни на обидві сторони. Видалення, перейменування та конфлікти визначаються автоматично використовуючи базу даних.</target> - -<source>Create a mirror backup of the left folder by adapting the right folder to match.</source> -<target>Створення дзеркальної резервної копії лівої папки шляхом приведення правої папки у повну відповідність.</target> - -<source>Copy new and updated files to the right folder.</source> -<target>Скопіювати нові та оновлені файли в праву папку.</target> - -<source>Configure your own synchronization rules.</source> -<target>Налаштувати власні правила синхронізації.</target> - -<source>Comparison</source> -<target>Порівняння</target> - -<source>Synchronization</source> -<target>Синхронізація</target> - -<source>This week</source> -<target>Цього тижня</target> - -<source>This month</source> -<target>Цього місяця</target> - -<source>This year</source> -<target>Цього року</target> - -<source>Byte</source> -<target>Байт</target> - -<source>KB</source> -<target>КБ</target> - -<source>MB</source> -<target>МБ</target> - -<source>Retain deleted and overwritten files in the recycle bin</source> -<target>Залишити видалені і перезаписані файли у корзині</target> - -<source>Delete and overwrite files permanently</source> -<target>Видалити і перезаписати файли назавжди</target> - -<source>Replace</source> -<target>Замінити</target> - -<source>Move files and replace if existing</source> -<target>Перемістити файли замінюючи існуючі</target> - -<source>Time stamp</source> -<target>Відмітка часу</target> - -<source>Move files into a time-stamped subfolder</source> -<target>Перемістити файли в підпапку з часовим шаблоном</target> - -<source>File</source> -<target>Файл</target> - -<source>Append a time stamp to each file name</source> -<target>Приєднати відмітку часу до кожної назви файлу</target> - -<source>On completion:</source> -<target>Після завершення:</target> - -<source>On errors:</source> -<target>Після завершення з помилками:</target> - -<source>On success:</source> -<target>Після успішного завершення:</target> - -<source>Main config</source> -<target>Головна конфігурація</target> - -<source>empty</source> -<target>пусто</target> - -<source>Leave as unresolved conflict</source> -<target>Залишити як невирішений конфлікт</target> - -<source>YYYY-MM-DD hhmmss</source> -<target>YYYY-MM-DD hhmmss</target> - -<source>Minimum version count must be smaller than maximum count.</source> -<target>Мінімальна кількість версій повинна бути меншою, ніж максимальна кількість.</target> - -<source>&Restore</source> -<target>Від&новити</target> - -<source>Files</source> -<target>Файли</target> - -<source>Percentage</source> -<target>Проценти</target> - -<source>Failed to retrieve update information.</source> -<target>Не вдалося отримати інформацію про оновлення.</target> - -<source>Automatic updates:</source> -<target>Автоматичні оновлення:</target> - -<source>Check for Program Updates</source> -<target>Перевірка Оновлень Програми</target> - -<source>Auto-update now or download manually from the FreeFileSync home page?</source> -<target>Автоматично оновити зараз чи завантажити вручную з домашньї сторінки FreeFileSync?</target> - -<source>&Auto-update</source> -<target>&Автоматичне оновлення</target> - -<source>&Home page</source> -<target>&Домашня сторінка</target> - -<source>Download now?</source> -<target>Завантажити зараз?</target> - -<source>&Download</source> -<target>&Завантажити</target> - -<source>FreeFileSync is up to date.</source> -<target>У Вас найновіша версія FreeFileSync.</target> - -<source>Cannot find current FreeFileSync version number online. A newer version is likely available. Check manually now?</source> -<target>Не вдається знайти номер поточної версії FreeFileSync он-лайн. Нова версія схоже доступна. Перевірити вручну зараз?</target> - -<source>&Check</source> -<target>&Перевірити</target> - -<source>Consistency check failed for %x.</source> -<target>Перевірка цілісності неуспішна для %x.</target> - -<source>Installation was registered on a different operating system.</source> -<target>Встановлення було зареєстровано на іншій операційній системі.</target> - -<source>Failed to activate FreeFileSync Donation Edition.</source> -<target>Не вдалося активувати FreeFileSync Donation Edition.</target> - -<source>Incorrect activation key.</source> -<target>Неправильний код активації.</target> - -<source>Unable to register to receive system messages.</source> -<target>Не вдається зареєструватися для отримання системних повідомлень.</target> - -<source>The %x installation option is only available in the FreeFileSync Donation Edition.</source> -<target>Варіант установки %x доступний тільки у FreeFileSync Donation Edition.</target> - -<source>Cannot find system function %x.</source> -<target>Не вдається знайти системну функцію %x.</target> - -<source>Unable to register device notifications for %x.</source> -<target>Не вдається зареєструвати повідомлення пристрою для %x.</target> - -<source>The file is locked by another process:</source> -<target>Файл заблоковано іншим процесом:</target> - -<source>Failed to determine file permission support for folder %x.</source> -<target>Не вдалося визначити підтримку дозволу на файл для папки %x.</target> - -<source>Cannot read security context of %x.</source> -<target>Не вдається прочитати контекст безпеки %x.</target> - -<source>Cannot write security context of %x.</source> -<target>Не вдається записати контекст безпеки %x.</target> - -<source>Cannot read permissions of %x.</source> -<target>Не вдається прочитати права доступу до %x.</target> - -<source>Cannot copy permissions from %x to %y.</source> -<target>Не вдається скопіювати права доступу з %x до %y.</target> - -<source>%x is not a regular directory name.</source> -<target>%x не є звичайним іменем папки.</target> - -<source>Cannot copy attributes from %x to %y.</source> -<target>Не вдається скопіювати атрибути з %x до %y.</target> - -<source>%x TB</source> -<target>%x ТБ</target> - -<source>%x PB</source> -<target>%x ПБ</target> - -<source> -<pluralform>1 min</pluralform> -<pluralform>%x min</pluralform> -</source> -<target> -<pluralform>%x хв</pluralform> -<pluralform>%x хв</pluralform> -<pluralform>%x хв</pluralform> -</target> - -<source> -<pluralform>1 hour</pluralform> -<pluralform>%x hours</pluralform> -</source> -<target> -<pluralform>%x година</pluralform> -<pluralform>%x години</pluralform> -<pluralform>%x годин</pluralform> -</target> - -<source>Cannot set privilege %x.</source> -<target>Не вдається встановити привілеї %x.</target> - -<source>Unable to suspend system sleep mode.</source> -<target>Не вдається призупинити режим сну системи.</target> - -<source>Cannot change process I/O priorities.</source> -<target>Не вдалося змінити пріоритетів Вх/Вих процесу.</target> - -<source>Checking recycle bin failed for folder %x.</source> -<target>Перевірка корзини для папки %x не вдалася.</target> - -<source>Unable to shut down the system.</source> -<target>Не вдається завершити роботу системи.</target> - -<source>Prepare installation</source> -<target>Підготовка встановлення</target> - -<source>Choose which components you want to install.</source> -<target>Виберіть які компоненти ви хочете встановити.</target> - -<source>Select installation type:</source> -<target>Виберіть тип встановлення:</target> - -<source>Local</source> -<target>Локальна</target> - -<source>Portable</source> -<target>Портативна</target> - -<source>Save settings in %x</source> -<target>Зберегти налаштування в %x</target> - -<source>Register FreeFileSync file extensions</source> -<target>Зареєструвати розширення файлів FreeFileSync</target> - -<source>Create Explorer context menu entries</source> -<target>Створити пункти контекстного меню Провідника</target> - -<source>Save settings in installation directory</source> -<target>Зберегти налаштування у папці встановлення</target> - -<source>Do not write to Registry</source> -<target>Не записувати у Реєстр</target> - -<source>Just copy the files</source> -<target>Просто скопіювати файли</target> - -<source>Choose a directory for installation:</source> -<target>Виберіть папку для встановлення:</target> - -<source>Create shortcuts:</source> -<target>Створити ярлики:</target> - -<source>Desktop</source> -<target>Робочий стіл</target> - -<source>Start Menu</source> -<target>Меню "Пуск"</target> - -<source>Send To</source> -<target>Відправити</target> - -<source>Registering FreeFileSync file extensions</source> -<target>Реєстрація розширень файлів FreeFileSync</target> - -<source>Unregistering FreeFileSync file extensions</source> -<target>Вилучення реєстрації розширень файлів FreeFileSync</target> - -<source>FreeFileSync Configuration</source> -<target>Конфігурація FreeFileSync</target> - -<source>FreeFileSync Batch File</source> -<target>Файл пакетного завдання FreeFileSync</target> - -<source>FreeFileSync Synchronization Database</source> -<target>База даних синхронізації FreeFileSync</target> - -<source>RealTimeSync Configuration</source> -<target>Конфігурація RealTimeSync</target> - -<source>Edit with FreeFileSync</source> -<target>Редагувати за допомогою FreeFileSync</target> - -<source>Instead of an ad, here's an animal.</source> -<target>Замість реклами, ось тварина.</target> - -<source>The FreeFileSync portable version cannot install into a subfolder of %x.</source> -<target>Портативна версія FreeFileSync не може бути встановлена в підпапку %x.</target> - -<source>Please choose the local installation type or select a different folder for installation.</source> -<target>Будь ласка, виберіть локальний тип інсталяції чи іншу папку для встановлення.</target> - -<source>Get the Donation Edition with bonus features and help keep FreeFileSync ad-free.</source> -<target>Отримайте Donation Edition з бонусними функціями та допоможіть зберегти FreeFileSync без реклами.</target> - diff --git a/FreeFileSync/Source/Makefile b/FreeFileSync/Source/Makefile index 4ecc5f79..d3c1209a 100755 --- a/FreeFileSync/Source/Makefile +++ b/FreeFileSync/Source/Makefile @@ -56,7 +56,6 @@ CPP_FILES+=afs/gdrive.cpp CPP_FILES+=afs/init_curl_libssh2.cpp CPP_FILES+=afs/native.cpp CPP_FILES+=afs/sftp.cpp -CPP_FILES+=afs/libssh2/init_libssh2.cpp CPP_FILES+=ui/batch_config.cpp CPP_FILES+=ui/abstract_folder_picker.cpp CPP_FILES+=ui/batch_status_handler.cpp diff --git a/FreeFileSync/Source/RealTimeSync/application.cpp b/FreeFileSync/Source/RealTimeSync/application.cpp index 307f7d34..63b8ccbe 100644 --- a/FreeFileSync/Source/RealTimeSync/application.cpp +++ b/FreeFileSync/Source/RealTimeSync/application.cpp @@ -28,7 +28,7 @@ using namespace zen; using namespace rts; -IMPLEMENT_APP(Application); +IMPLEMENT_APP(Application) namespace @@ -45,6 +45,11 @@ bool Application::OnInit() #if GTK_MAJOR_VERSION == 2 ::gtk_rc_parse((fff::getResourceDirPf() + "Gtk2Styles.rc").c_str()); + //fix hang on Ubuntu 19.10 (see FFS's application.cpp) + if (::setenv("GIO_USE_VFS", "local", true /*overwrite*/) != 0) + std::cerr << utfTo<std::string>(formatSystemError(L"setenv(GIO_USE_VFS)", errno)) << "\n"; + g_vfs_get_default(); //returns unowned GVfs* + #elif GTK_MAJOR_VERSION == 3 try { diff --git a/FreeFileSync/Source/RealTimeSync/config.cpp b/FreeFileSync/Source/RealTimeSync/config.cpp index 0549111d..3f084f3a 100644 --- a/FreeFileSync/Source/RealTimeSync/config.cpp +++ b/FreeFileSync/Source/RealTimeSync/config.cpp @@ -155,7 +155,7 @@ void rts::readRealOrBatchConfig(const Zstring& filePath, XmlRealConfig& cfg, std checkXmlMappingErrors(in, filePath); //throw FileError //--------------------------------------------------------------------------------------- - eraseIf(uniqueFolders, [](const Zstring& str) { return trimCpy(str).empty(); }); + std::erase_if(uniqueFolders, [](const Zstring& str) { return trimCpy(str).empty(); }); cfg.directories.assign(uniqueFolders.begin(), uniqueFolders.end()); cfg.commandline = Zstr('"') + fff::getFreeFileSyncLauncherPath() + Zstr("\" \"") + filePath + Zstr('"'); } diff --git a/FreeFileSync/Source/RealTimeSync/monitor.cpp b/FreeFileSync/Source/RealTimeSync/monitor.cpp index 5d103799..d5266c6c 100644 --- a/FreeFileSync/Source/RealTimeSync/monitor.cpp +++ b/FreeFileSync/Source/RealTimeSync/monitor.cpp @@ -23,7 +23,7 @@ const std::chrono::seconds FOLDER_EXISTENCE_CHECK_INTERVAL(1); //wait until all directories become available (again) + logs in network share std::set<Zstring, LessNativePath> waitForMissingDirs(const std::vector<Zstring>& folderPathPhrases, //throw FileError - const std::function<void(const Zstring& folderPath)>& requestUiRefresh, std::chrono::milliseconds cbInterval) + const std::function<void(const Zstring& folderPath)>& requestUiUpdate, std::chrono::milliseconds cbInterval) { //early failure! check for unsupported folder paths: for (const Zstring& protoName : { Zstr("ftp"), Zstr("sftp"), Zstr("mtp"), Zstr("gdrive") }) @@ -46,7 +46,7 @@ std::set<Zstring, LessNativePath> waitForMissingDirs(const std::vector<Zstring>& const Zstring& folderPath = fff::getResolvedFilePath(phrase); //start all folder checks asynchronously (non-existent network path may block) - if (folderInfos.find(folderPath) == folderInfos.end()) + if (!contains(folderInfos, folderPath)) folderInfos[folderPath] = { phrase, runAsync([folderPath]{ return dirAvailable(folderPath); }) }; } @@ -57,7 +57,7 @@ std::set<Zstring, LessNativePath> waitForMissingDirs(const std::vector<Zstring>& std::future<bool>& folderAvailable = folderInfo.folderAvailable; while (folderAvailable.wait_for(cbInterval) != std::future_status::ready) - requestUiRefresh(folderPath); //throw X + requestUiUpdate(folderPath); //throw X if (folderAvailable.get()) availablePaths.insert(folderPath); @@ -79,7 +79,7 @@ std::set<Zstring, LessNativePath> waitForMissingDirs(const std::vector<Zstring>& //wait some time... for (auto now = std::chrono::steady_clock::now(); now < delayUntil; now = std::chrono::steady_clock::now()) { - requestUiRefresh(folderPath); //throw X + requestUiUpdate(folderPath); //throw X std::this_thread::sleep_for(cbInterval); } @@ -89,7 +89,7 @@ std::set<Zstring, LessNativePath> waitForMissingDirs(const std::vector<Zstring>& }); while (folderAvailable.wait_for(cbInterval) != std::future_status::ready) - requestUiRefresh(folderPath); //throw X + requestUiUpdate(folderPath); //throw X if (folderAvailable.get()) break; @@ -119,7 +119,7 @@ struct WaitResult WaitResult waitForChanges(const std::set<Zstring, LessNativePath>& folderPaths, //throw FileError - const std::function<void(bool readyForSync)>& requestUiRefresh, std::chrono::milliseconds cbInterval) + const std::function<void(bool readyForSync)>& requestUiUpdate, std::chrono::milliseconds cbInterval) { assert(std::all_of(folderPaths.begin(), folderPaths.end(), [](const Zstring& folderPath) { return dirAvailable(folderPath); })); if (folderPaths.empty()) //pathological case, but we have to check else this function will wait endlessly @@ -161,9 +161,9 @@ WaitResult waitForChanges(const std::set<Zstring, LessNativePath>& folderPaths, return WaitResult(folderPath); try { - std::vector<DirWatcher::Entry> changedItems = watcher->getChanges([&] { requestUiRefresh(false /*readyForSync*/); /*throw X*/ }, + std::vector<DirWatcher::Entry> changedItems = watcher->getChanges([&] { requestUiUpdate(false /*readyForSync*/); /*throw X*/ }, cbInterval); //throw FileError - eraseIf(changedItems, [](const DirWatcher::Entry& e) + std::erase_if(changedItems, [](const DirWatcher::Entry& e) { return endsWith(e.itemPath, Zstr(".ffs_tmp")) || //sync.8ea2.ffs_tmp @@ -184,7 +184,7 @@ WaitResult waitForChanges(const std::set<Zstring, LessNativePath>& folderPaths, } std::this_thread::sleep_for(cbInterval); - requestUiRefresh(true /*readyForSync*/); //throw X: may start sync at this presumably idle time + requestUiUpdate(true /*readyForSync*/); //throw X: may start sync at this presumably idle time } } @@ -211,7 +211,7 @@ struct ExecCommandNowException {}; void rts::monitorDirectories(const std::vector<Zstring>& folderPathPhrases, std::chrono::seconds delay, const std::function<void(const Zstring& itemPath, const std::wstring& actionName)>& executeExternalCommand, - const std::function<void(const Zstring* missingFolderPath)>& requestUiRefresh, + const std::function<void(const Zstring* missingFolderPath)>& requestUiUpdate, const std::function<void(const std::wstring& msg )>& reportError, std::chrono::milliseconds cbInterval) { @@ -222,7 +222,7 @@ void rts::monitorDirectories(const std::vector<Zstring>& folderPathPhrases, std: for (;;) try { - std::set<Zstring, LessNativePath> folderPaths = waitForMissingDirs(folderPathPhrases, [&](const Zstring& folderPath) { requestUiRefresh(&folderPath); }, cbInterval); //throw FileError + std::set<Zstring, LessNativePath> folderPaths = waitForMissingDirs(folderPathPhrases, [&](const Zstring& folderPath) { requestUiUpdate(&folderPath); }, cbInterval); //throw FileError //schedule initial execution (*after* all directories have arrived) auto nextExecTime = std::chrono::steady_clock::now() + delay; @@ -236,7 +236,7 @@ void rts::monitorDirectories(const std::vector<Zstring>& folderPathPhrases, std: { const WaitResult res = waitForChanges(folderPaths, [&](bool readyForSync) //throw FileError, ExecCommandNowException { - requestUiRefresh(nullptr); + requestUiUpdate(nullptr); if (readyForSync && std::chrono::steady_clock::now() >= nextExecTime) throw ExecCommandNowException(); //abort wait and start sync @@ -249,7 +249,7 @@ void rts::monitorDirectories(const std::vector<Zstring>& folderPathPhrases, std: case WaitResult::FOLDER_UNAVAILABLE: //don't execute the command before all directories are available! lastChangeDetected = DirWatcher::Entry{ DirWatcher::ACTION_UPDATE, res.missingFolderPath}; - folderPaths = waitForMissingDirs(folderPathPhrases, [&](const Zstring& folderPath) { requestUiRefresh(&folderPath); }, cbInterval); //throw FileError + folderPaths = waitForMissingDirs(folderPathPhrases, [&](const Zstring& folderPath) { requestUiUpdate(&folderPath); }, cbInterval); //throw FileError break; } nextExecTime = std::chrono::steady_clock::now() + delay; diff --git a/FreeFileSync/Source/RealTimeSync/monitor.h b/FreeFileSync/Source/RealTimeSync/monitor.h index 06d01161..8a660f4a 100644 --- a/FreeFileSync/Source/RealTimeSync/monitor.h +++ b/FreeFileSync/Source/RealTimeSync/monitor.h @@ -18,7 +18,7 @@ void monitorDirectories(const std::vector<Zstring>& folderPathPhrases, //non-formatted paths that yet require call to getFormattedDirectoryName(); empty directories must be checked by caller! std::chrono::seconds delay, const std::function<void(const Zstring& changedItemPath, const std::wstring& actionName)>& executeExternalCommand, - const std::function<void(const Zstring* missingFolderPath)>& requestUiRefresh, //either waiting for change notifications or at least one folder is missing + const std::function<void(const Zstring* missingFolderPath)>& requestUiUpdate, //either waiting for change notifications or at least one folder is missing const std::function<void(const std::wstring& msg )>& reportError, //automatically retries after return! std::chrono::milliseconds cbInterval); } diff --git a/FreeFileSync/Source/RealTimeSync/tray_menu.cpp b/FreeFileSync/Source/RealTimeSync/tray_menu.cpp index 28266879..3b50e9c6 100644 --- a/FreeFileSync/Source/RealTimeSync/tray_menu.cpp +++ b/FreeFileSync/Source/RealTimeSync/tray_menu.cpp @@ -32,7 +32,7 @@ const std::chrono::milliseconds UI_UPDATE_INTERVAL(100); //perform ui updates no std::chrono::steady_clock::time_point lastExec; -bool updateUiIsAllowed() +bool uiUpdateDue() { const auto now = std::chrono::steady_clock::now(); @@ -247,7 +247,7 @@ private: rts::AbortReason rts::runFolderMonitor(const XmlRealConfig& config, const wxString& jobname) { std::vector<Zstring> dirNamesNonFmt = config.directories; - eraseIf(dirNamesNonFmt, [](const Zstring& str) { return trimCpy(str).empty(); }); //remove empty entries WITHOUT formatting paths yet! + std::erase_if(dirNamesNonFmt, [](const Zstring& str) { return trimCpy(str).empty(); }); //remove empty entries WITHOUT formatting paths yet! if (dirNamesNonFmt.empty()) { @@ -283,14 +283,14 @@ rts::AbortReason rts::runFolderMonitor(const XmlRealConfig& config, const wxStri } }; - auto requestUiRefresh = [&](const Zstring* missingFolderPath) + auto requestUiUpdate = [&](const Zstring* missingFolderPath) { if (missingFolderPath) trayIcon.setMode(TRAY_MODE_WAITING, *missingFolderPath); else trayIcon.setMode(TRAY_MODE_ACTIVE, Zstring()); - if (updateUiIsAllowed()) + if (uiUpdateDue()) trayIcon.doUiRefreshNow(); //throw AbortMonitoring }; @@ -323,7 +323,7 @@ rts::AbortReason rts::runFolderMonitor(const XmlRealConfig& config, const wxStri { monitorDirectories(dirNamesNonFmt, std::chrono::seconds(config.delay), executeExternalCommand, - requestUiRefresh, //throw AbortMonitoring + requestUiUpdate, //throw AbortMonitoring reportError, // UI_UPDATE_INTERVAL / 2); assert(false); diff --git a/FreeFileSync/Source/afs/abstract.h b/FreeFileSync/Source/afs/abstract.h index 535d4114..bc4932b1 100644 --- a/FreeFileSync/Source/afs/abstract.h +++ b/FreeFileSync/Source/afs/abstract.h @@ -408,6 +408,7 @@ inline bool operator!=(const AfsDevice& lhs, const AfsDevice& rhs) { return !(lh inline bool operator< (const AbstractPath& lhs, const AbstractPath& rhs) { return AbstractFileSystem::comparePath(lhs, rhs) < 0; } inline bool operator==(const AbstractPath& lhs, const AbstractPath& rhs) { return AbstractFileSystem::comparePath(lhs, rhs) == 0; } +//inline bool operator==(const AbstractPath& lhs, const AbstractPath& rhs) { return lhs.afsPath.value == rhs.afsPath.value && lhs.afsDevice == rhs.afsDevice; } => premature optimization? inline bool operator!=(const AbstractPath& lhs, const AbstractPath& rhs) { return !(lhs == rhs); } diff --git a/FreeFileSync/Source/afs/abstract_impl.h b/FreeFileSync/Source/afs/abstract_impl.h index 7a175128..c2d07828 100644 --- a/FreeFileSync/Source/afs/abstract_impl.h +++ b/FreeFileSync/Source/afs/abstract_impl.h @@ -255,7 +255,7 @@ private: pathLocks_.access([&](std::map<NativePath, std::weak_ptr<std::mutex>>& pathLocks) { //remove obsolete entries - zen::eraseIf(pathLocks, [](const auto& v) { return !v.second.lock(); }); + std::erase_if(pathLocks, [](const auto& v) { return !v.second.lock(); }); //get or create mutex std::weak_ptr<std::mutex>& weakPtr = pathLocks[nativePath]; diff --git a/FreeFileSync/Source/afs/ftp.cpp b/FreeFileSync/Source/afs/ftp.cpp index 8b5f65dd..9ae1c89c 100644 --- a/FreeFileSync/Source/afs/ftp.cpp +++ b/FreeFileSync/Source/afs/ftp.cpp @@ -511,7 +511,7 @@ public: //returns server response (header data) std::string runSingleFtpCommand(const std::string& ftpCmd, bool requiresUtf8, int timeoutSec) //throw SysError { - struct curl_slist* quote = nullptr; + curl_slist* quote = nullptr; ZEN_ON_SCOPE_EXIT(::curl_slist_free_all(quote)); quote = ::curl_slist_append(quote, ftpCmd.c_str()); @@ -748,6 +748,9 @@ private: if (equalAsciiNoCase (line, " MLST") || startsWithAsciiNoCase(line, " MLST ")) //SP "MLST" [SP factlist] CRLF output.mlsd = true; + //so much the theory. In practice FTP server implementers can't read specs, of course: https://freefilesync.org/forum/viewtopic.php?t=6752 + if (equalAsciiNoCase(line, " MLSD")) + output.mlsd = true; //https://tools.ietf.org/html/draft-somers-ftp-mfxx-04#section-3.3 //"Where a server-FTP process supports the MFMT command [...] it MUST include the response to the FEAT command" @@ -1613,7 +1616,7 @@ void ftpFileUpload(const FtpLoginInfo& login, const AfsPath& afsFilePath, //thro accessFtpSession(login, [&](FtpSession& session) //throw SysError { /* - struct curl_slist* quote = nullptr; + curl_slist* quote = nullptr; ZEN_ON_SCOPE_EXIT(::curl_slist_free_all(quote)); //"prefix the command with an asterisk to make libcurl continue even if the command fails" @@ -2085,7 +2088,7 @@ private: { accessFtpSession(login_, [&](FtpSession& session) //throw SysError { - struct curl_slist* quote = nullptr; + curl_slist* quote = nullptr; ZEN_ON_SCOPE_EXIT(::curl_slist_free_all(quote)); quote = ::curl_slist_append(quote, ("RNFR " + session.getServerPathInternal(pathFrom, login_.timeoutSec)).c_str()); //throw SysError quote = ::curl_slist_append(quote, ("RNTO " + session.getServerPathInternal(pathTo.afsPath, login_.timeoutSec)).c_str()); // diff --git a/FreeFileSync/Source/afs/gdrive.cpp b/FreeFileSync/Source/afs/gdrive.cpp index bcbed675..fe4f932a 100644 --- a/FreeFileSync/Source/afs/gdrive.cpp +++ b/FreeFileSync/Source/afs/gdrive.cpp @@ -26,6 +26,7 @@ #include "init_curl_libssh2.h" #include "../base/resolve_path.h" + using namespace zen; using namespace fff; using AFS = AbstractFileSystem; @@ -54,9 +55,6 @@ namespace { //Google Drive REST API Overview: https://developers.google.com/drive/api/v3/about-sdk //Google Drive REST API Reference: https://developers.google.com/drive/api/v3/reference - - const char* GOOGLE_DRIVE_CLIENT_ID = ""; // => replace with live credentials - const char* GOOGLE_DRIVE_CLIENT_SECRET = ""; // const Zchar* GOOGLE_REST_API_SERVER = Zstr("www.googleapis.com"); const std::chrono::seconds HTTP_SESSION_ACCESS_TIME_OUT(15); @@ -72,6 +70,9 @@ const char googleFolderMimeType[] = "application/vnd.google-apps.folder"; const char DB_FORMAT_DESCR[] = "FreeFileSync: Google Drive Database"; const int DB_FORMAT_VER = 1; +std::string getGoogleDriveClientId () { return ""; } // => replace with live credentials +std::string getGoogleDriveClientSecret() { return ""; } // + struct HttpSessionId { @@ -280,7 +281,7 @@ public: throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); //Contradicting options: CURLOPT_READFUNCTION, CURLOPT_POSTFIELDS //--------------------------------------------------- - struct curl_slist* headers = nullptr; //"libcurl will not copy the entire list so you must keep it!" + curl_slist* headers = nullptr; //"libcurl will not copy the entire list so you must keep it!" ZEN_ON_SCOPE_EXIT(::curl_slist_free_all(headers)); for (const std::string& headerLine : extraHeaders) @@ -603,8 +604,8 @@ GoogleAccessInfo googleDriveExchangeAuthCode(const GoogleAuthCode& authCode) //t const std::string postBuf = xWwwFormUrlEncode( { { "code", authCode.code }, - { "client_id", GOOGLE_DRIVE_CLIENT_ID }, - { "client_secret", GOOGLE_DRIVE_CLIENT_SECRET }, + { "client_id", getGoogleDriveClientId() }, + { "client_secret", getGoogleDriveClientSecret() }, { "redirect_uri", authCode.redirectUrl }, { "grant_type", "authorization_code" }, { "code_verifier", authCode.codeChallenge }, @@ -708,7 +709,7 @@ GoogleAccessInfo authorizeAccessToGoogleDrive(const Zstring& googleLoginHint, co //authenticate Google Drive via browser: https://developers.google.com/identity/protocols/OAuth2InstalledApp#step-2-send-a-request-to-googles-oauth-20-server const std::string oauthUrl = "https://accounts.google.com/o/oauth2/v2/auth?" + xWwwFormUrlEncode( { - { "client_id", GOOGLE_DRIVE_CLIENT_ID }, + { "client_id", getGoogleDriveClientId() }, { "redirect_uri", redirectUrl }, { "response_type", "code" }, { "scope", "https://www.googleapis.com/auth/drive" }, @@ -841,8 +842,8 @@ GoogleAccessToken refreshAccessToGoogleDrive(const std::string& refreshToken) // const std::string postBuf = xWwwFormUrlEncode( { { "refresh_token", refreshToken }, - { "client_id", GOOGLE_DRIVE_CLIENT_ID }, - { "client_secret", GOOGLE_DRIVE_CLIENT_SECRET }, + { "client_id", getGoogleDriveClientId() }, + { "client_secret", getGoogleDriveClientSecret() }, { "grant_type", "refresh_token" }, }); @@ -1776,7 +1777,7 @@ public: if (it != itemDetails_.end()) { GoogleItemDetails detailsNew = it->second; - eraseIf(detailsNew.parentIds, [&](const std::string& id) { return id == parentIdOld; }); + std::erase_if(detailsNew.parentIds, [&](const std::string& id) { return id == parentIdOld; }); notifyItemUpdate(stateDelta, itemId, detailsNew); } else //conflict!!! @@ -1791,7 +1792,7 @@ public: GoogleItemDetails detailsNew = it->second; detailsNew.itemName = utfTo<std::string>(newName); - eraseIf(detailsNew.parentIds, [&](const std::string& id) { return id == parentIdFrom || id == parentIdTo; }); // + std::erase_if(detailsNew.parentIds, [&](const std::string& id) { return id == parentIdFrom || id == parentIdTo; }); // detailsNew.parentIds.push_back(parentIdTo); //not a duplicate notifyItemUpdate(stateDelta, itemId, detailsNew); @@ -1901,7 +1902,7 @@ private: return; //=> avoid misleading changeLog_ entries after Google Drive sync!!! //update change logs (and clean up obsolete entries) - eraseIf(changeLog_, [&](std::weak_ptr<ItemIdDelta>& weakPtr) + std::erase_if(changeLog_, [&](std::weak_ptr<ItemIdDelta>& weakPtr) { if (std::shared_ptr<ItemIdDelta> iid = weakPtr.lock()) { @@ -1922,8 +1923,8 @@ private: std::vector<std::string> parentIdsNew = details->parentIds; std::vector<std::string> parentIdsRemoved = it->second.parentIds; - eraseIf(parentIdsNew, [&](const std::string& id) { return std::find(it->second.parentIds.begin(), it->second.parentIds.end(), id) != it->second.parentIds.end(); }); - eraseIf(parentIdsRemoved, [&](const std::string& id) { return std::find(details->parentIds.begin(), details->parentIds.end(), id) != details->parentIds.end(); }); + std::erase_if(parentIdsNew, [&](const std::string& id) { return std::find(it->second.parentIds.begin(), it->second.parentIds.end(), id) != it->second.parentIds.end(); }); + std::erase_if(parentIdsRemoved, [&](const std::string& id) { return std::find(details->parentIds.begin(), details->parentIds.end(), id) != details->parentIds.end(); }); for (const std::string& parentId : parentIdsNew) folderContents_[parentId].childItems.push_back(it); //new insert => no need for duplicate check @@ -1932,7 +1933,7 @@ private: { auto itP = folderContents_.find(parentId); if (itP != folderContents_.end()) - eraseIf(itP->second.childItems, [&](auto itChild) { return itChild == it; }); + std::erase_if(itP->second.childItems, [&](auto itChild) { return itChild == it; }); } //if all parents are removed, Google Drive will (recursively) delete the item => don't prematurely do this now: wait for change notifications! @@ -1954,7 +1955,7 @@ private: { auto itP = folderContents_.find(parentId); if (itP != folderContents_.end()) - eraseIf(itP->second.childItems, [&](auto itChild) { return itChild == it; }); + std::erase_if(itP->second.childItems, [&](auto itChild) { return itChild == it; }); } itemDetails_.erase(it); } @@ -1963,7 +1964,7 @@ private: if (itP != folderContents_.end()) { for (auto itChild : itP->second.childItems) //2. delete as parent from child items (don't wait for change notifications of children) - eraseIf(itChild->second.parentIds, [&](const std::string& id) { return id == itemId; }); + std::erase_if(itChild->second.parentIds, [&](const std::string& id) { return id == itemId; }); folderContents_.erase(itP); } } diff --git a/FreeFileSync/Source/afs/sftp.cpp b/FreeFileSync/Source/afs/sftp.cpp index ffddae13..163df3a5 100644 --- a/FreeFileSync/Source/afs/sftp.cpp +++ b/FreeFileSync/Source/afs/sftp.cpp @@ -913,6 +913,8 @@ private: //context of worker thread: void runGlobalSessionCleanUp() //throw ThreadInterruption { + warn_static("TODO: runn (S)FTP + HTTP session cleaners on demand only!") + std::chrono::steady_clock::time_point lastCleanupTime; for (;;) { @@ -943,7 +945,7 @@ private: std::this_thread::yield(); return; //don't hold lock for too long: delete only one session at a time, then yield... } - eraseIf(sessions.sshSessionsWithThreadAffinity, [](const auto& v) { return !v.second.lock(); }); //clean up dangling weak pointer + std::erase_if(sessions.sshSessionsWithThreadAffinity, [](const auto& v) { return !v.second.lock(); }); //clean up dangling weak pointer done = true; }); } diff --git a/FreeFileSync/Source/base/algorithm.cpp b/FreeFileSync/Source/base/algorithm.cpp index edb70cd1..ddb449d6 100644 --- a/FreeFileSync/Source/base/algorithm.cpp +++ b/FreeFileSync/Source/base/algorithm.cpp @@ -85,11 +85,13 @@ void fff::recursiveObjectVisitor(FileSystemObject& fsObj, } -void fff::swapGrids(const MainConfiguration& mainCfg, FolderComparison& folderCmp) //throw FileError +void fff::swapGrids(const MainConfiguration& mainCfg, FolderComparison& folderCmp, + PhaseCallback& callback /*throw X*/) //throw X { std::for_each(begin(folderCmp), end(folderCmp), [](BaseFolderPair& baseFolder) { baseFolder.flip(); }); - redetermineSyncDirection(extractDirectionCfg(mainCfg), folderCmp, nullptr /*notifyStatus*/); //throw FileError + redetermineSyncDirection(extractDirectionCfg(folderCmp, mainCfg), + callback); //throw FileError } //---------------------------------------------------------------------------------------------- @@ -275,18 +277,18 @@ bool stillInSync(const InSyncFile& dbFile, CompareVariant compareVar, int fileTi { switch (compareVar) { - case CompareVariant::TIME_SIZE: - if (dbFile.cmpVar == CompareVariant::CONTENT) return true; //special rule: this is certainly "good enough" for CompareVariant::TIME_SIZE! + case CompareVariant::timeSize: + if (dbFile.cmpVar == CompareVariant::content) return true; //special rule: this is certainly "good enough" for CompareVariant::timeSize! //case-sensitive short name match is a database invariant! return sameFileTime(dbFile.left.modTime, dbFile.right.modTime, fileTimeTolerance, ignoreTimeShiftMinutes); - case CompareVariant::CONTENT: + case CompareVariant::content: //case-sensitive short name match is a database invariant! - return dbFile.cmpVar == CompareVariant::CONTENT; + return dbFile.cmpVar == CompareVariant::content; //in contrast to comparison, we don't care about modification time here! - case CompareVariant::SIZE: //file size/case-sensitive short name always matches on both sides for an "in-sync" database entry + case CompareVariant::size: //file size/case-sensitive short name always matches on both sides for an "in-sync" database entry return true; } assert(false); @@ -317,17 +319,17 @@ bool stillInSync(const InSyncSymlink& dbLink, CompareVariant compareVar, int fil { switch (compareVar) { - case CompareVariant::TIME_SIZE: - if (dbLink.cmpVar == CompareVariant::CONTENT || dbLink.cmpVar == CompareVariant::SIZE) - return true; //special rule: this is already "good enough" for CompareVariant::TIME_SIZE! + case CompareVariant::timeSize: + if (dbLink.cmpVar == CompareVariant::content || dbLink.cmpVar == CompareVariant::size) + return true; //special rule: this is already "good enough" for CompareVariant::timeSize! //case-sensitive short name match is a database invariant! return sameFileTime(dbLink.left.modTime, dbLink.right.modTime, fileTimeTolerance, ignoreTimeShiftMinutes); - case CompareVariant::CONTENT: - case CompareVariant::SIZE: //== categorized by content! see comparison.cpp, ComparisonBuffer::compareBySize() + case CompareVariant::content: + case CompareVariant::size: //== categorized by content! see comparison.cpp, ComparisonBuffer::compareBySize() //case-sensitive short name match is a database invariant! - return dbLink.cmpVar == CompareVariant::CONTENT || dbLink.cmpVar == CompareVariant::SIZE; + return dbLink.cmpVar == CompareVariant::content || dbLink.cmpVar == CompareVariant::size; } assert(false); return false; @@ -720,10 +722,12 @@ private: }; } -//--------------------------------------------------------------------------------------------------------------- -std::vector<DirectionConfig> fff::extractDirectionCfg(const MainConfiguration& mainCfg) +std::vector<std::pair<BaseFolderPair*, DirectionConfig>> fff::extractDirectionCfg(FolderComparison& folderCmp, const MainConfiguration& mainCfg) { + if (folderCmp.empty()) + return {}; + //merge first and additional pairs std::vector<LocalPairConfig> allPairs; allPairs.push_back(mainCfg.firstPair); @@ -731,85 +735,84 @@ std::vector<DirectionConfig> fff::extractDirectionCfg(const MainConfiguration& m mainCfg.additionalPairs.begin(), //add additional pairs mainCfg.additionalPairs.end()); - std::vector<DirectionConfig> output; - for (const LocalPairConfig& lpc : allPairs) - output.push_back(lpc.localSyncCfg ? lpc.localSyncCfg->directionCfg : mainCfg.syncCfg.directionCfg); - - return output; -} - - -void fff::redetermineSyncDirection(const DirectionConfig& dirCfg, //throw FileError - BaseFolderPair& baseFolder, - const std::function<void(const std::wstring& msg)>& notifyStatus) -{ - std::optional<FileError> dbLoadError; //defer until after default directions have been set! - - //try to load sync-database files - std::shared_ptr<InSyncFolder> lastSyncState; - if (dirCfg.var == DirectionConfig::TWO_WAY || detectMovedFilesEnabled(dirCfg)) - try - { - if (allItemsCategoryEqual(baseFolder)) - return; //nothing to do: abort and don't even try to open db files + if (folderCmp.size() != allPairs.size()) + throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); - lastSyncState = loadLastSynchronousState(baseFolder, notifyStatus); //throw FileError, FileErrorDatabaseNotExisting - } - catch (FileErrorDatabaseNotExisting&) {} //let's ignore this error, there's no value in reporting it other than to confuse users - catch (const FileError& e) //e.g. incompatible database version - { - if (dirCfg.var == DirectionConfig::TWO_WAY) - dbLoadError = FileError(e.toString(), _("Setting default synchronization directions: Old files will be overwritten with newer files.")); - else - dbLoadError = e; - } + std::vector<std::pair<BaseFolderPair*, DirectionConfig>> output; - //set sync directions - if (dirCfg.var == DirectionConfig::TWO_WAY) + for (auto it = folderCmp.begin(); it != folderCmp.end(); ++it) { - if (lastSyncState) - RedetermineTwoWay::execute(baseFolder, *lastSyncState); - else //default fallback - Redetermine::execute(getTwoWayUpdateSet(), baseFolder); - } - else - Redetermine::execute(extractDirections(dirCfg), baseFolder); - - //detect renamed files - if (lastSyncState) - DetectMovedFiles::execute(baseFolder, *lastSyncState); + BaseFolderPair& baseFolder = **it; + const LocalPairConfig& lpc = allPairs[it - folderCmp.begin()]; - //error reporting: not any time earlier - if (dbLoadError) - throw* dbLoadError; + output.emplace_back(&baseFolder, lpc.localSyncCfg ? lpc.localSyncCfg->directionCfg : mainCfg.syncCfg.directionCfg); + } + return output; } -void fff::redetermineSyncDirection(const std::vector<DirectionConfig>& directCfgs, //throw FileError - FolderComparison& folderCmp, - const std::function<void(const std::wstring& msg)>& notifyStatus) +void fff::redetermineSyncDirection(const std::vector<std::pair<BaseFolderPair*, DirectionConfig>>& directCfgs, + PhaseCallback& callback /*throw X*/) //throw X { - if (folderCmp.empty()) + if (directCfgs.empty()) return; - if (folderCmp.size() != directCfgs.size()) - throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); - - std::optional<FileError> dbLoadError; //defer until after default directions have been set! - - for (auto it = folderCmp.begin(); it != folderCmp.end(); ++it) - try - { - redetermineSyncDirection(directCfgs[it - folderCmp.begin()], **it, notifyStatus); //throw FileError - } - catch (const FileError& e) + std::unordered_set<const BaseFolderPair*> allEqualPairs; + std::unordered_map<const BaseFolderPair*, SharedRef<const InSyncFolder>> lastSyncStates; + + //best effort: always set sync directions (even on DB load error and when user cancels during file loading) + ZEN_ON_SCOPE_EXIT + ( + //*INDENT-OFF* + for (const auto& [baseFolder, dirCfg] : directCfgs) + if (!contains(allEqualPairs, baseFolder)) + { + auto it = lastSyncStates.find(baseFolder); + const InSyncFolder* lastSyncState = it != lastSyncStates.end() ? &it->second.ref() : nullptr; + + //set sync directions + if (dirCfg.var == DirectionConfig::TWO_WAY) + { + if (lastSyncState) + RedetermineTwoWay::execute(*baseFolder, *lastSyncState); + else //default fallback + { + std::wstring msg = _("Setting default synchronization directions: Old files will be overwritten with newer files."); + if (directCfgs.size() > 1) + msg += "\n" + AFS::getDisplayPath(baseFolder->getAbstractPath< LEFT_SIDE>()) + L" " + getVariantNameForLog(dirCfg.var) + L" " + + AFS::getDisplayPath(baseFolder->getAbstractPath<RIGHT_SIDE>()); + + try { callback.reportInfo(msg); /*throw X*/} catch (...) {}; + + Redetermine::execute(getTwoWayUpdateSet(), *baseFolder); + } + } + else + Redetermine::execute(extractDirections(dirCfg), *baseFolder); + + //detect renamed files + if (lastSyncState) + DetectMovedFiles::execute(*baseFolder, *lastSyncState); + } + //*INDENT-ON* + ); + + std::vector<const BaseFolderPair*> baseFoldersForDbLoad; + for (const auto& [baseFolder, dirCfg] : directCfgs) + if (dirCfg.var == DirectionConfig::TWO_WAY || detectMovedFilesEnabled(dirCfg)) { - if (!dbLoadError) - dbLoadError = e; + if (allItemsCategoryEqual(*baseFolder)) //nothing to do: don't even try to open DB files + allEqualPairs.insert(baseFolder); + else + baseFoldersForDbLoad.push_back(baseFolder); } - if (dbLoadError) - throw* dbLoadError; + //(try to) load sync-database files + lastSyncStates = loadLastSynchronousState(baseFoldersForDbLoad, + callback /*throw X*/); //throw X + + callback.updateStatus(_("Calculating sync directions...")); //throw X + callback.requestUiUpdate(true /*force*/); //throw X } //--------------------------------------------------------------------------------------------------------------- @@ -1331,7 +1334,7 @@ void copyToAlternateFolderFrom(const std::vector<const FileSystemObject*>& rowsT { statReporter.reportDelta(0, bytesDelta); - callback.requestUiRefresh(); //throw X + callback.requestUiUpdate(); //throw X }; /*const AFS::FileCopyResult result =*/ AFS::copyFileTransactional(sourcePath, sourceAttr, targetPath, //throw FileError, ErrorFileLocked, X false /*copyFilePermissions*/, true /*transactionalCopy*/, deleteTargetItem, notifyUnbufferedIO); @@ -1353,7 +1356,7 @@ void copyToAlternateFolderFrom(const std::vector<const FileSystemObject*>& rowsT statReporter.reportDelta(1, 0); }); - callback.requestUiRefresh(); //throw X + callback.requestUiUpdate(); //throw X }, callback); //throw X } } @@ -1369,8 +1372,8 @@ void fff::copyToAlternateFolder(std::span<const FileSystemObject* const> rowsToC { std::vector<const FileSystemObject*> itemSelectionLeft (rowsToCopyOnLeft .begin(), rowsToCopyOnLeft .end()); std::vector<const FileSystemObject*> itemSelectionRight(rowsToCopyOnRight.begin(), rowsToCopyOnRight.end()); - eraseIf(itemSelectionLeft, [](const FileSystemObject* fsObj) { return fsObj->isEmpty< LEFT_SIDE>(); }); //needed for correct stats! - eraseIf(itemSelectionRight, [](const FileSystemObject* fsObj) { return fsObj->isEmpty<RIGHT_SIDE>(); }); // + std::erase_if(itemSelectionLeft, [](const FileSystemObject* fsObj) { return fsObj->isEmpty< LEFT_SIDE>(); }); //needed for correct stats! + std::erase_if(itemSelectionRight, [](const FileSystemObject* fsObj) { return fsObj->isEmpty<RIGHT_SIDE>(); }); // const int itemTotal = static_cast<int>(itemSelectionLeft.size() + itemSelectionRight.size()); int64_t bytesTotal = 0; @@ -1383,7 +1386,7 @@ void fff::copyToAlternateFolder(std::span<const FileSystemObject* const> rowsToC visitFSObject(*fsObj, [](const FolderPair& folder) {}, [&](const FilePair& file) { bytesTotal += static_cast<int64_t>(file.getFileSize<RIGHT_SIDE>()); }, [](const SymlinkPair& symlink) {}); - callback.initNewPhase(itemTotal, bytesTotal, ProcessCallback::PHASE_SYNCHRONIZING); //throw X + callback.initNewPhase(itemTotal, bytesTotal, ProcessPhase::none); //throw X //------------------------------------------------------------------------------ @@ -1400,7 +1403,7 @@ namespace template <SelectedSide side> void deleteFromGridAndHDOneSide(std::vector<FileSystemObject*>& rowsToDelete, bool useRecycleBin, - ProcessCallback& callback) + PhaseCallback& callback) { auto notifyItemDeletion = [&](const std::wstring& statusText, const std::wstring& displayPath) { @@ -1485,7 +1488,7 @@ void deleteFromGridAndHDOneSide(std::vector<FileSystemObject*>& rowsToDelete, } //remain transactional as much as possible => allow for abort only *after* updating file model - callback.requestUiRefresh(); //throw X + callback.requestUiUpdate(); //throw X }, callback); //throw X } @@ -1496,7 +1499,7 @@ void categorize(const std::vector<FileSystemObject*>& rows, std::vector<FileSystemObject*>& deleteRecyler, bool useRecycleBin, std::map<AbstractPath, bool>& recyclerSupported, - ProcessCallback& callback) //throw X + PhaseCallback& callback) //throw X { auto hasRecycler = [&](const AbstractPath& baseFolderPath) -> bool { @@ -1529,30 +1532,27 @@ void categorize(const std::vector<FileSystemObject*>& rows, void fff::deleteFromGridAndHD(const std::vector<FileSystemObject*>& rowsToDeleteOnLeft, //refresh GUI grid after deletion to remove invalid rows const std::vector<FileSystemObject*>& rowsToDeleteOnRight, //all pointers need to be bound! - FolderComparison& folderCmp, //attention: rows will be physically deleted! - const std::vector<DirectionConfig>& directCfgs, + const std::vector<std::pair<BaseFolderPair*, DirectionConfig>>& directCfgs, //attention: rows will be physically deleted! bool useRecycleBin, bool& warnRecyclerMissing, ProcessCallback& callback) { - if (folderCmp.empty()) + if (directCfgs.empty()) return; - else if (folderCmp.size() != directCfgs.size()) - throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); //build up mapping from base directory to corresponding direction config std::unordered_map<const BaseFolderPair*, DirectionConfig> baseFolderCfgs; - for (auto it = folderCmp.begin(); it != folderCmp.end(); ++it) - baseFolderCfgs[&** it] = directCfgs[it - folderCmp.begin()]; + for (const auto& [baseFolder, dirCfg] : directCfgs) + baseFolderCfgs[baseFolder] = dirCfg; std::vector<FileSystemObject*> deleteLeft = rowsToDeleteOnLeft; std::vector<FileSystemObject*> deleteRight = rowsToDeleteOnRight; - eraseIf(deleteLeft, [](const FileSystemObject* fsObj) { return fsObj->isEmpty< LEFT_SIDE>(); }); //needed? - eraseIf(deleteRight, [](const FileSystemObject* fsObj) { return fsObj->isEmpty<RIGHT_SIDE>(); }); //yes, for correct stats: + std::erase_if(deleteLeft, [](const FileSystemObject* fsObj) { return fsObj->isEmpty< LEFT_SIDE>(); }); //needed? + std::erase_if(deleteRight, [](const FileSystemObject* fsObj) { return fsObj->isEmpty<RIGHT_SIDE>(); }); //yes, for correct stats: const int itemCount = static_cast<int>(deleteLeft.size() + deleteRight.size()); - callback.initNewPhase(itemCount, 0, ProcessCallback::PHASE_SYNCHRONIZING); //throw X + callback.initNewPhase(itemCount, 0, ProcessPhase::none); //throw X //------------------------------------------------------------------------------ @@ -1591,7 +1591,8 @@ void fff::deleteFromGridAndHD(const std::vector<FileSystemObject*>& rowsToDelete } //last step: cleanup empty rows: this one invalidates all pointers! - std::for_each(begin(folderCmp), end(folderCmp), BaseFolderPair::removeEmpty); + for (const auto& [baseFolder, dirCfg] : directCfgs) + BaseFolderPair::removeEmpty(*baseFolder); }; ZEN_ON_SCOPE_EXIT(updateDirection()); //MSVC: assert is a macro and it doesn't play nice with ZEN_ON_SCOPE_EXIT, surprise... wasn't there something about macros being "evil"? @@ -1677,7 +1678,7 @@ void TempFileBuffer::createTempFiles(const std::set<FileDescriptor>& workLoad, P for (const FileDescriptor& descr : workLoad) bytesTotal += descr.attr.fileSize; - callback.initNewPhase(itemTotal, bytesTotal, ProcessCallback::PHASE_SYNCHRONIZING); //throw X + callback.initNewPhase(itemTotal, bytesTotal, ProcessPhase::none); //throw X //------------------------------------------------------------------------------ @@ -1701,7 +1702,7 @@ void TempFileBuffer::createTempFiles(const std::set<FileDescriptor>& workLoad, P for (const FileDescriptor& descr : workLoad) { - assert(tempFilePaths_.find(descr) == tempFilePaths_.end()); //ensure correct stats, NO overwrite-copy => caller-contract! + assert(!contains(tempFilePaths_, descr)); //ensure correct stats, NO overwrite-copy => caller-contract! MemoryStreamOut<std::string> cookie; //create hash to distinguish different versions and file locations writeNumber (cookie, descr.attr.modTime); @@ -1730,7 +1731,7 @@ void TempFileBuffer::createTempFiles(const std::set<FileDescriptor>& workLoad, P auto notifyUnbufferedIO = [&](int64_t bytesDelta) { statReporter.reportDelta(0, bytesDelta); - callback.requestUiRefresh(); //throw X + callback.requestUiUpdate(); //throw X }; /*const AFS::FileCopyResult result =*/ AFS::copyFileTransactional(descr.path, sourceAttr, //throw FileError, ErrorFileLocked, X createItemPathNative(tempFilePath), @@ -1741,6 +1742,6 @@ void TempFileBuffer::createTempFiles(const std::set<FileDescriptor>& workLoad, P tempFilePaths_[descr] = tempFilePath; }, callback); //throw X - callback.requestUiRefresh(); //throw X + callback.requestUiUpdate(); //throw X } } diff --git a/FreeFileSync/Source/base/algorithm.h b/FreeFileSync/Source/base/algorithm.h index afb4303c..299a97a0 100644 --- a/FreeFileSync/Source/base/algorithm.h +++ b/FreeFileSync/Source/base/algorithm.h @@ -21,17 +21,13 @@ void recursiveObjectVisitor(FileSystemObject& fsObj, std::function<void (FilePair& file)> onFile, std::function<void (SymlinkPair& symlink)> onSymlink); -void swapGrids(const MainConfiguration& mainCfg, FolderComparison& folderCmp); //throw FileError +void swapGrids(const MainConfiguration& mainCfg, FolderComparison& folderCmp, + PhaseCallback& callback /*throw X*/); //throw X -std::vector<DirectionConfig> extractDirectionCfg(const MainConfiguration& mainCfg); +std::vector<std::pair<BaseFolderPair*, DirectionConfig>> extractDirectionCfg(FolderComparison& folderCmp, const MainConfiguration& mainCfg); -void redetermineSyncDirection(const DirectionConfig& directConfig, //throw FileError - BaseFolderPair& baseFolder, - const std::function<void(const std::wstring& msg)>& notifyStatus); - -void redetermineSyncDirection(const std::vector<DirectionConfig>& directCfgs, //throw FileError - FolderComparison& folderCmp, - const std::function<void(const std::wstring& msg)>& notifyStatus); +void redetermineSyncDirection(const std::vector<std::pair<BaseFolderPair*, DirectionConfig>>& directCfgs, + PhaseCallback& callback /*throw X*/); //throw X void setSyncDirectionRec(SyncDirection newDirection, FileSystemObject& fsObj); //set new direction (recursively) @@ -72,8 +68,7 @@ void copyToAlternateFolder(std::span<const FileSystemObject* const> rowsToCopyOn //manual deletion of files on main grid void deleteFromGridAndHD(const std::vector<FileSystemObject*>& rowsToDeleteOnLeft, //refresh GUI grid after deletion to remove invalid rows const std::vector<FileSystemObject*>& rowsToDeleteOnRight, //all pointers need to be bound! - FolderComparison& folderCmp, //attention: rows will be physically deleted! - const std::vector<DirectionConfig>& directCfgs, + const std::vector<std::pair<BaseFolderPair*, DirectionConfig>>& directCfgs, //attention: rows will be physically deleted! bool useRecycleBin, //global warnings: bool& warnRecyclerMissing, diff --git a/FreeFileSync/Source/base/application.cpp b/FreeFileSync/Source/base/application.cpp index 3e347866..d032955b 100644 --- a/FreeFileSync/Source/base/application.cpp +++ b/FreeFileSync/Source/base/application.cpp @@ -61,6 +61,14 @@ bool Application::OnInit() #if GTK_MAJOR_VERSION == 2 ::gtk_rc_parse((getResourceDirPf() + "Gtk2Styles.rc").c_str()); + //hang on Ubuntu 19.10 (GLib 2.62) caused by ibus initialization: https://freefilesync.org/forum/viewtopic.php?t=6704 + //=> work around 1: bonus: avoid needless DBus calls: https://developer.gnome.org/gio/stable/running-gio-apps.html + if (::setenv("GIO_USE_VFS", "local", true /*overwrite*/) != 0) + std::cerr << utfTo<std::string>(formatSystemError(L"setenv(GIO_USE_VFS)", errno)) << "\n"; + //=> work around 2: setting GIO_USE_VFS seems to suffice, but this one also does it: + g_vfs_get_default(); //returns unowned GVfs* + //no such issue on GTK3! + #elif GTK_MAJOR_VERSION == 3 try { @@ -74,7 +82,8 @@ bool Application::OnInit() (getResourceDirPf() + "Gtk3Styles.css").c_str(), //const gchar* path, &error); //GError** error if (error) - throw SysError(formatSystemError(L"gtk_css_provider_load_from_data", replaceCpy(_("Error Code %x"), L"%x", numberTo<std::wstring>(error->code)), utfTo<std::wstring>(error->message))); + throw SysError(formatSystemError(L"gtk_css_provider_load_from_data", + replaceCpy(_("Error Code %x"), L"%x", numberTo<std::wstring>(error->code)), utfTo<std::wstring>(error->message))); ::gtk_style_context_add_provider_for_screen(::gdk_screen_get_default(), //GdkScreen* screen, GTK_STYLE_PROVIDER(provider), //GtkStyleProvider* provider, @@ -569,16 +578,17 @@ void runBatchMode(const Zstring& globalConfigFilePath, const XmlBatchConfig& bat extractCompareCfg(batchCfg.mainCfg), statusHandler); //throw AbortProcess //START SYNCHRONIZATION - synchronize(syncStartTime, - globalCfg.verifyFileCopy, - globalCfg.copyLockedFiles, - globalCfg.copyFilePermissions, - globalCfg.failSafeFileCopy, - globalCfg.runWithBackgroundPriority, - extractSyncCfg(batchCfg.mainCfg), - cmpResult, - globalCfg.warnDlgs, - statusHandler); //throw AbortProcess + if (!cmpResult.empty()) + synchronize(syncStartTime, + globalCfg.verifyFileCopy, + globalCfg.copyLockedFiles, + globalCfg.copyFilePermissions, + globalCfg.failSafeFileCopy, + globalCfg.runWithBackgroundPriority, + extractSyncCfg(batchCfg.mainCfg), + cmpResult, + globalCfg.warnDlgs, + statusHandler); //throw AbortProcess } catch (AbortProcess&) {} //exit used by statusHandler diff --git a/FreeFileSync/Source/base/comparison.cpp b/FreeFileSync/Source/base/comparison.cpp index c0c6c4b7..e705551b 100644 --- a/FreeFileSync/Source/base/comparison.cpp +++ b/FreeFileSync/Source/base/comparison.cpp @@ -73,7 +73,7 @@ struct ResolvedBaseFolders ResolvedBaseFolders initializeBaseFolders(const std::vector<FolderPairCfg>& fpCfgList, bool allowUserInteraction, WarningDialogs& warnings, - ProcessCallback& callback /*throw X*/) + PhaseCallback& callback /*throw X*/) //throw X { ResolvedBaseFolders output; std::set<AbstractPath> allFolders; @@ -191,10 +191,10 @@ ComparisonBuffer::ComparisonBuffer(const std::set<DirectoryKey>& foldersToRead, { switch (callback.reportError(msg, retryNumber)) { - case ProcessCallback::ignoreError: + case PhaseCallback::ignore: return AFS::TraverserCallback::ON_ERROR_CONTINUE; - case ProcessCallback::retry: + case PhaseCallback::retry: return AFS::TraverserCallback::ON_ERROR_RETRY; } assert(false); @@ -206,10 +206,10 @@ ComparisonBuffer::ComparisonBuffer(const std::set<DirectoryKey>& foldersToRead, auto onStatusUpdate = [&, textScanning = _("Scanning:") + L" "](const std::wstring& statusLine, int itemsTotal) { - callback.updateDataProcessed(itemsTotal - itemsReported, 0); + callback.updateDataProcessed(itemsTotal - itemsReported, 0); //noexcept itemsReported = itemsTotal; - callback.reportStatus(textScanning + statusLine); //throw X + callback.updateStatus(textScanning + statusLine); //throw X }; parallelDeviceTraversal(foldersToRead, //in @@ -377,17 +377,17 @@ std::shared_ptr<BaseFolderPair> ComparisonBuffer::compareByTimeSize(const Resolv namespace { -void categorizeSymlinkByContent(SymlinkPair& symlink, ProcessCallback& callback) +void categorizeSymlinkByContent(SymlinkPair& symlink, PhaseCallback& callback) { //categorize symlinks that exist on both sides std::string binaryContentL; std::string binaryContentR; const std::wstring errMsg = tryReportingError([&] { - callback.reportStatus(replaceCpy(_("Resolving symbolic link %x"), L"%x", fmtPath(AFS::getDisplayPath(symlink.getAbstractPath<LEFT_SIDE>())))); //throw X + callback.updateStatus(replaceCpy(_("Resolving symbolic link %x"), L"%x", fmtPath(AFS::getDisplayPath(symlink.getAbstractPath<LEFT_SIDE>())))); //throw X binaryContentL = AFS::getSymlinkBinaryContent(symlink.getAbstractPath<LEFT_SIDE>()); //throw FileError - callback.reportStatus(replaceCpy(_("Resolving symbolic link %x"), L"%x", fmtPath(AFS::getDisplayPath(symlink.getAbstractPath<RIGHT_SIDE>())))); //throw X + callback.updateStatus(replaceCpy(_("Resolving symbolic link %x"), L"%x", fmtPath(AFS::getDisplayPath(symlink.getAbstractPath<RIGHT_SIDE>())))); //throw X binaryContentR = AFS::getSymlinkBinaryContent(symlink.getAbstractPath<RIGHT_SIDE>()); //throw FileError }, callback); //throw X @@ -469,7 +469,7 @@ namespace { void categorizeFileByContent(FilePair& file, const std::wstring& txtComparingContentOfFiles, AsyncCallback& acb, std::mutex& singleThread) //throw ThreadInterruption { - acb.reportStatus(replaceCpy(txtComparingContentOfFiles, L"%x", fmtPath(file.getRelativePathAny()))); //throw ThreadInterruption + acb.updateStatus(replaceCpy(txtComparingContentOfFiles, L"%x", fmtPath(file.getRelativePathAny()))); //throw ThreadInterruption bool haveSameContent = false; const std::wstring errMsg = tryReportingError([&] @@ -577,7 +577,7 @@ std::list<std::shared_ptr<BaseFolderPair>> ComparisonBuffer::compareByContent(co } //finish categorization: compare files (that have same size) bytewise... - if (!fpWorkload.empty()) //run PHASE_COMPARING_CONTENT only when needed + if (!fpWorkload.empty()) //run ProcessPhase::comparingContent only when needed { int itemsTotal = 0; uint64_t bytesTotal = 0; @@ -588,7 +588,7 @@ std::list<std::shared_ptr<BaseFolderPair>> ComparisonBuffer::compareByContent(co for (const FilePair* file : bwl.filesToCompareBytewise) bytesTotal += file->getFileSize<LEFT_SIDE>(); //left and right file sizes are equal } - cb_.initNewPhase(itemsTotal, bytesTotal, ProcessCallback::PHASE_COMPARING_CONTENT); //throw X + cb_.initNewPhase(itemsTotal, bytesTotal, ProcessPhase::comparingContent); //throw X //PERF_START; @@ -913,8 +913,8 @@ std::shared_ptr<BaseFolderPair> ComparisonBuffer::performComparison(const Resolv std::vector<FilePair*>& undefinedFiles, std::vector<SymlinkPair*>& undefinedSymlinks) const { - cb_.reportStatus(_("Generating file list...")); //throw X - cb_.forceUiRefresh(); //throw X + cb_.updateStatus(_("Generating file list...")); //throw X + cb_.requestUiUpdate(true /*force*/); //throw X auto getDirValue = [&](const AbstractPath& folderPath) -> const DirectoryValue* { @@ -944,7 +944,7 @@ std::shared_ptr<BaseFolderPair> ComparisonBuffer::performComparison(const Resolv } Zstring excludefilterFailedRead; - if (failedReads.find(Zstring()) != failedReads.end()) //empty path if read-error for whole base directory + if (contains(failedReads, Zstring())) //empty path if read-error for whole base directory excludefilterFailedRead += Zstr("*\n"); else for (const auto& [relPath, errorMsg] : failedReads) @@ -986,7 +986,7 @@ std::shared_ptr<BaseFolderPair> ComparisonBuffer::performComparison(const Resolv } -void fff::logNonDefaultSettings(const XmlGlobalSettings& activeSettings, ProcessCallback& callback) +void fff::logNonDefaultSettings(const XmlGlobalSettings& activeSettings, PhaseCallback& callback) { const XmlGlobalSettings defaultSettings; std::wstring changedSettingsMsg; @@ -1030,7 +1030,7 @@ FolderComparison fff::compare(WarningDialogs& warnings, //indicator at the very beginning of the log to make sense of "total time" //init process: keep at beginning so that all gui elements are initialized properly - callback.initNewPhase(-1, -1, ProcessCallback::PHASE_SCANNING); //throw X; it's unknown how many files will be scanned => -1 objects + callback.initNewPhase(-1, -1, ProcessPhase::scanning); //throw X; it's unknown how many files will be scanned => -1 objects //callback.reportInfo(Comparison started")); -> still useful? //------------------------------------------------------------------------------- @@ -1064,7 +1064,7 @@ FolderComparison fff::compare(WarningDialogs& warnings, if (resInfo.resolvedPairs.size() != fpCfgList.size()) throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); - auto basefolderExisting = [&](const AbstractPath& folderPath) { return resInfo.existingBaseFolders.find(folderPath) != resInfo.existingBaseFolders.end(); }; + auto basefolderExisting = [&](const AbstractPath& folderPath) { return contains(resInfo.existingBaseFolders, folderPath); }; std::vector<std::pair<ResolvedFolderPair, FolderPairCfg>> workLoad; @@ -1109,7 +1109,6 @@ FolderComparison fff::compare(WarningDialogs& warnings, callback.reportWarning(_("One base folder of a folder pair is contained in the other one.") + L"\n" + //throw X _("The folder should be excluded from synchronization via filter.") + msg, warnings.warnDependentFolderPair); } - //-------------------end of basic checks------------------------------------------ //lock (existing) directories before comparison @@ -1149,7 +1148,7 @@ FolderComparison fff::compare(WarningDialogs& warnings, //process binary comparison as one junk std::vector<std::pair<ResolvedFolderPair, FolderPairCfg>> workLoadByContent; for (const auto& [folderPair, fpCfg] : workLoad) - if (fpCfg.compareVar == CompareVariant::CONTENT) + if (fpCfg.compareVar == CompareVariant::content) workLoadByContent.push_back({ folderPair, fpCfg }); std::list<std::shared_ptr<BaseFolderPair>> outputByContent = cmpBuff.compareByContent(workLoadByContent); @@ -1158,13 +1157,13 @@ FolderComparison fff::compare(WarningDialogs& warnings, for (const auto& [folderPair, fpCfg] : workLoad) switch (fpCfg.compareVar) { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: output.push_back(cmpBuff.compareByTimeSize(folderPair, fpCfg)); break; - case CompareVariant::SIZE: + case CompareVariant::size: output.push_back(cmpBuff.compareBySize(folderPair, fpCfg)); break; - case CompareVariant::CONTENT: + case CompareVariant::content: assert(!outputByContent.empty()); if (!outputByContent.empty()) { @@ -1177,29 +1176,18 @@ FolderComparison fff::compare(WarningDialogs& warnings, assert(output.size() == fpCfgList.size()); //--------- set initial sync-direction -------------------------------------------------- + std::vector<std::pair<BaseFolderPair*, DirectionConfig>> directCfgs; + for (auto it = output.begin(); it != output.end(); ++it) + directCfgs.emplace_back(&** it, fpCfgList[it - output.begin()].directionCfg); - for (auto it = begin(output); it != end(output); ++it) - { - const FolderPairCfg& fpCfg = fpCfgList[it - output.begin()]; - - callback.reportStatus(_("Calculating sync directions...")); //throw X - callback.forceUiRefresh(); //throw X - - tryReportingError([&] - { - redetermineSyncDirection(fpCfg.directionCfg, *it, //throw FileError - [&](const std::wstring& msg) { callback.reportStatus(msg); }); //throw X - - }, callback); //throw X - } + redetermineSyncDirection(directCfgs, + callback); //throw X return output; } catch (const std::bad_alloc& e) { callback.reportFatalError(_("Out of memory.") + L" " + utfTo<std::wstring>(e.what())); - //we need to maintain the "output.size() == fpCfgList.size()" contract in ALL cases! => abort - callback.abortProcessNow(); //throw X - throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); + return {}; } } diff --git a/FreeFileSync/Source/base/comparison.h b/FreeFileSync/Source/base/comparison.h index c5a126ab..b3315926 100644 --- a/FreeFileSync/Source/base/comparison.h +++ b/FreeFileSync/Source/base/comparison.h @@ -48,9 +48,9 @@ struct FolderPairCfg std::vector<FolderPairCfg> extractCompareCfg(const MainConfiguration& mainCfg); //fill FolderPairCfg and resolve folder pairs //inform about (important) non-default global settings related to comparison and synchronization -void logNonDefaultSettings(const XmlGlobalSettings& currentSettings, ProcessCallback& callback); +void logNonDefaultSettings(const XmlGlobalSettings& currentSettings, PhaseCallback& callback); -//FFS core routine: +//FFS core routine: output.size() == fpCfgList.size() or 0 on fatal error FolderComparison compare(WarningDialogs& warnings, int fileTimeTolerance, bool allowUserInteraction, diff --git a/FreeFileSync/Source/base/config.cpp b/FreeFileSync/Source/base/config.cpp index edc7b05f..3ed3f416 100644 --- a/FreeFileSync/Source/base/config.cpp +++ b/FreeFileSync/Source/base/config.cpp @@ -22,7 +22,7 @@ using namespace fff; //functionally needed for correct overload resolution!!! namespace { //------------------------------------------------------------------------------------------------------------------------------- -const int XML_FORMAT_GLOBAL_CFG = 13; //2019-05-29 +const int XML_FORMAT_GLOBAL_CFG = 14; //2019-11-19 const int XML_FORMAT_SYNC_CFG = 14; //2018-08-13 //------------------------------------------------------------------------------------------------------------------------------- } @@ -156,13 +156,13 @@ void writeText(const CompareVariant& value, std::string& output) { switch (value) { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: output = "TimeAndSize"; break; - case CompareVariant::CONTENT: + case CompareVariant::content: output = "Content"; break; - case CompareVariant::SIZE: + case CompareVariant::size: output = "Size"; break; } @@ -173,11 +173,11 @@ bool readText(const std::string& input, CompareVariant& value) { const std::string tmp = trimCpy(input); if (tmp == "TimeAndSize") - value = CompareVariant::TIME_SIZE; + value = CompareVariant::timeSize; else if (tmp == "Content") - value = CompareVariant::CONTENT; + value = CompareVariant::content; else if (tmp == "Size") - value = CompareVariant::SIZE; + value = CompareVariant::size; else return false; return true; @@ -349,13 +349,13 @@ void writeText(const DeletionPolicy& value, std::string& output) { switch (value) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: output = "Permanent"; break; - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: output = "RecycleBin"; break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: output = "Versioning"; break; } @@ -366,11 +366,11 @@ bool readText(const std::string& input, DeletionPolicy& value) { const std::string tmp = trimCpy(input); if (tmp == "Permanent") - value = DeletionPolicy::PERMANENT; + value = DeletionPolicy::permanent; else if (tmp == "RecycleBin") - value = DeletionPolicy::RECYCLER; + value = DeletionPolicy::recycler; else if (tmp == "Versioning") - value = DeletionPolicy::VERSIONING; + value = DeletionPolicy::versioning; else return false; return true; @@ -485,13 +485,13 @@ void writeText(const ColumnTypeCfg& value, std::string& output) { switch (value) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: output = "Name"; break; - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::lastSync: output = "Last"; break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: output = "Log"; break; } @@ -502,11 +502,11 @@ bool readText(const std::string& input, ColumnTypeCfg& value) { const std::string tmp = trimCpy(input); if (tmp == "Name") - value = ColumnTypeCfg::NAME; + value = ColumnTypeCfg::name; else if (tmp == "Last") - value = ColumnTypeCfg::LAST_SYNC; + value = ColumnTypeCfg::lastSync; else if (tmp == "Log") - value = ColumnTypeCfg::LAST_LOG; + value = ColumnTypeCfg::lastLog; else return false; return true; @@ -630,13 +630,13 @@ void writeText(const VersioningStyle& value, std::string& output) { switch (value) { - case VersioningStyle::REPLACE: + case VersioningStyle::replace: output = "Replace"; break; - case VersioningStyle::TIMESTAMP_FOLDER: + case VersioningStyle::timestampFolder: output = "TimeStamp-Folder"; break; - case VersioningStyle::TIMESTAMP_FILE: + case VersioningStyle::timestampFile: output = "TimeStamp-File"; break; } @@ -647,11 +647,11 @@ bool readText(const std::string& input, VersioningStyle& value) { const std::string tmp = trimCpy(input); if (tmp == "Replace") - value = VersioningStyle::REPLACE; + value = VersioningStyle::replace; else if (tmp == "TimeStamp-Folder") - value = VersioningStyle::TIMESTAMP_FOLDER; + value = VersioningStyle::timestampFolder; else if (tmp == "TimeStamp-File") - value = VersioningStyle::TIMESTAMP_FILE; + value = VersioningStyle::timestampFile; else return false; return true; @@ -933,6 +933,12 @@ bool readStruc(const XmlElement& input, ConfigFileItem& value) const bool rv4 = in.attribute("LogPath", logPathPhrase); if (rv4) value.logFilePath = createAbstractPath(resolveFreeFileSyncDriveMacro(logPathPhrase)); + std::string hexColor; //optional XML attribute! + if (in.attribute("Color", hexColor) && hexColor.size() == 6) + value.backColor.Set(unhexify(hexColor[0], hexColor[1]), + unhexify(hexColor[2], hexColor[3]), + unhexify(hexColor[4], hexColor[5])); + return rv1 && rv2 && rv3 && rv4; } @@ -948,6 +954,14 @@ void writeStruc(const ConfigFileItem& value, XmlElement& output) out.attribute("LogPath", substituteFreeFileSyncDriveLetter(*nativePath)); else out.attribute("LogPath", AFS::getInitPathPhrase(value.logFilePath)); + + if (value.backColor.IsOk()) + { + const auto& [highR, lowR] = hexify(value.backColor.Red ()); + const auto& [highG, lowG] = hexify(value.backColor.Green()); + const auto& [highB, lowB] = hexify(value.backColor.Blue ()); + out.attribute("Color", std::string({ highR, lowR, highG, lowG, highB, lowB })); + } } //TODO: remove after migration! 2018-07-27 @@ -1029,17 +1043,17 @@ void readConfig(const XmlIn& in, SyncConfig& syncCfg, std::map<AfsDevice, size_t trim(tmp); if (tmp == "Replace") - syncCfg.versioningStyle = VersioningStyle::REPLACE; + syncCfg.versioningStyle = VersioningStyle::replace; else if (tmp == "TimeStamp") - syncCfg.versioningStyle = VersioningStyle::TIMESTAMP_FILE; + syncCfg.versioningStyle = VersioningStyle::timestampFile; - if (syncCfg.versioningStyle == VersioningStyle::REPLACE) + if (syncCfg.versioningStyle == VersioningStyle::replace) { if (endsWithAsciiNoCase(syncCfg.versioningFolderPhrase, Zstr("/%timestamp%")) || endsWithAsciiNoCase(syncCfg.versioningFolderPhrase, Zstr("\\%timestamp%"))) { syncCfg.versioningFolderPhrase.resize(syncCfg.versioningFolderPhrase.size() - strLength(Zstr("/%timestamp%"))); - syncCfg.versioningStyle = VersioningStyle::TIMESTAMP_FOLDER; + syncCfg.versioningStyle = VersioningStyle::timestampFolder; if (syncCfg.versioningFolderPhrase.size() == 2 && isAsciiAlpha(syncCfg.versioningFolderPhrase[0]) && syncCfg.versioningFolderPhrase[1] == Zstr(':')) syncCfg.versioningFolderPhrase += Zstr('\\'); @@ -1056,7 +1070,7 @@ void readConfig(const XmlIn& in, SyncConfig& syncCfg, std::map<AfsDevice, size_t in["VersioningFolder"].attribute("Style", syncCfg.versioningStyle); - if (syncCfg.versioningStyle != VersioningStyle::REPLACE) + if (syncCfg.versioningStyle != VersioningStyle::replace) if (const XmlElement* e = in["VersioningFolder"].get()) { e->getAttribute("MaxAge", syncCfg.versionMaxAgeDays); //try to get attributes if available @@ -1533,7 +1547,9 @@ void readConfig(const XmlIn& in, XmlGlobalSettings& cfg, int formatVer) inGui["ConfigHistory"](cfgHist); for (const Zstring& cfgPath : cfgHist) - cfg.gui.mainDlg.cfgFileHistory.emplace_back(cfgPath, 0, getNullPath(), SyncResult::finishedSuccess); + cfg.gui.mainDlg.cfgFileHistory.emplace_back( + cfgPath, + 0, getNullPath(), SyncResult::finishedSuccess, wxNullColour); } //TODO: remove after migration! 2018-07-27 else if (formatVer < 10) @@ -1544,7 +1560,17 @@ void readConfig(const XmlIn& in, XmlGlobalSettings& cfg, int formatVer) inConfig["Configurations"](cfgFileHistory); for (const ConfigFileItemV9& item : cfgFileHistory) - cfg.gui.mainDlg.cfgFileHistory.emplace_back(item.filePath, item.lastSyncTime, getNullPath(), SyncResult::finishedSuccess); + cfg.gui.mainDlg.cfgFileHistory.emplace_back(item.filePath, item.lastSyncTime, getNullPath(), SyncResult::finishedSuccess, wxNullColour); + } + //TODO: remove after migration! 2019-11-19 + else if (formatVer < 14) + { + inConfig["Configurations"].attribute("MaxSize", cfg.gui.mainDlg.cfgHistItemsMax); + inConfig["Configurations"](cfg.gui.mainDlg.cfgFileHistory); + + for (ConfigFileItem& item : cfg.gui.mainDlg.cfgFileHistory) + if (equalNativePath(item.cfgFilePath, getLastRunConfigPath())) + item.backColor = wxColor(0xdd, 0xdd, 0xdd); //light grey from onCfgGridContext() } else { @@ -1921,7 +1947,7 @@ void writeConfig(const SyncConfig& syncCfg, const std::map<AfsDevice, size_t>& d out["VersioningFolder"].attribute("Style", syncCfg.versioningStyle); - if (syncCfg.versioningStyle != VersioningStyle::REPLACE) + if (syncCfg.versioningStyle != VersioningStyle::replace) { if (syncCfg.versionMaxAgeDays > 0) out["VersioningFolder"].attribute("MaxAge", syncCfg.versionMaxAgeDays); if (syncCfg.versionCountMin > 0) out["VersioningFolder"].attribute("MinCount", syncCfg.versionCountMin); diff --git a/FreeFileSync/Source/base/db_file.cpp b/FreeFileSync/Source/base/db_file.cpp index 4e16c885..c7ad54d5 100644 --- a/FreeFileSync/Source/base/db_file.cpp +++ b/FreeFileSync/Source/base/db_file.cpp @@ -7,8 +7,10 @@ #include "db_file.h" #include <zen/guid.h> #include <zen/crc.h> +#include <zen/build_info.h> #include <zen/zlib_wrap.h> #include "../afs/concrete.h" +#include "status_handler_impl.h" using namespace zen; @@ -23,6 +25,8 @@ const int DB_FORMAT_CONTAINER = 10; //since 2017-02-01 const int DB_FORMAT_STREAM = 3; // //------------------------------------------------------------------------------------------------------------------------------- +DEFINE_NEW_FILE_ERROR(FileErrorDatabaseNotExisting) + struct SessionData { bool isLeadStream = false; @@ -40,17 +44,23 @@ using DbStreams = std::map<UniqueId, SessionData>; //list of streams ordered by template <SelectedSide side> inline AbstractPath getDatabaseFilePath(const BaseFolderPair& baseFolder) { - //Linux and Windows builds are binary incompatible: different file id?, problem with case sensitivity? - //precomposed/decomposed UTF? are UTC file times really compatible? what about endianess!? - //however 32 and 64-bit FreeFileSync are designed to produce binary-identical db files! - //=> give db files different names: + static_assert(usingLittleEndian()); + /* Windows, Linux, macOS considerations for uniform database format: + - different file IDs: no, but the volume IDs are different! + - problem with case sensitivity: no + - are UTC file times identical: yes (at least with 1 sec precision) + - endianess: FFS currently not running on any big-endian platform + - precomposed/decomposed UTF: differences already ignored + - 32 vs 64-bit: already handled + + => give db files different names: */ const Zstring dbName = Zstr(".sync"); //files beginning with dots are hidden e.g. in Nautilus return AFS::appendRelPath(baseFolder.getAbstractPath<side>(), dbName + SYNC_DB_FILE_ENDING); } //####################################################################################################################################### -void saveStreams(const DbStreams& streamList, const AbstractPath& dbPath, const IOCallback& notifyUnbufferedIO) //throw FileError +void saveStreams(const DbStreams& streamList, const AbstractPath& dbPath, const IOCallback& notifyUnbufferedIO /*throw X*/) //throw FileError, X { const std::unique_ptr<AFS::OutputStream> fileStreamOut = AFS::getOutputStream(dbPath, //throw FileError std::nullopt /*streamSize*/, @@ -105,7 +115,6 @@ DbStreams loadStreams(const AbstractPath& dbPath, const IOCallback& notifyUnbuff size_t streamCount = readNumber<uint32_t>(*fileStreamIn); //throw FileError, ErrorFileLocked, X, UnexpectedEndOfStreamError while (streamCount-- != 0) { - //DB id of partner databases std::string sessionID = readContainer<std::string>(*fileStreamIn); //throw FileError, ErrorFileLocked, X, UnexpectedEndOfStreamError SessionData sessionData = {}; @@ -284,11 +293,11 @@ private: class StreamParser { public: - static std::shared_ptr<InSyncFolder> execute(bool leadStreamLeft, //throw FileError - const ByteArray& streamL, - const ByteArray& streamR, - const std::wstring& displayFilePathL, //for diagnostics only - const std::wstring& displayFilePathR) + static SharedRef<InSyncFolder> execute(bool leadStreamLeft, //throw FileError + const ByteArray& streamL, + const ByteArray& streamR, + const std::wstring& displayFilePathL, //for diagnostics only + const std::wstring& displayFilePathR) { auto decompStream = [&](const ByteArray& stream) -> ByteArray //throw FileError { @@ -343,11 +352,11 @@ public: const ByteArray tmpL = readContainer<ByteArray>(streamInL); const ByteArray tmpR = readContainer<ByteArray>(streamInR); - auto output = std::make_shared<InSyncFolder>(InSyncFolder::DIR_STATUS_IN_SYNC); + auto output = makeSharedRef<InSyncFolder>(InSyncFolder::DIR_STATUS_IN_SYNC); StreamParserV2 parser(decompStream(tmpL), decompStream(tmpR), decompStream(tmpB)); - parser.recurse(*output); //throw UnexpectedEndOfStreamError + parser.recurse(output.ref()); //throw UnexpectedEndOfStreamError return output; } else @@ -369,15 +378,15 @@ public: const ByteArray bufSmallNum = readContainer<ByteArray>(streamIn); //throw UnexpectedEndOfStreamError const ByteArray bufBigNum = readContainer<ByteArray>(streamIn); // - auto output = std::make_shared<InSyncFolder>(InSyncFolder::DIR_STATUS_IN_SYNC); + auto output = makeSharedRef<InSyncFolder>(InSyncFolder::DIR_STATUS_IN_SYNC); StreamParser parser(streamVersion, decompStream(bufText), decompStream(bufSmallNum), decompStream(bufBigNum)); //throw FileError if (leadStreamLeft) - parser.recurse<LEFT_SIDE>(*output); //throw UnexpectedEndOfStreamError + parser.recurse<LEFT_SIDE>(output.ref()); //throw UnexpectedEndOfStreamError else - parser.recurse<RIGHT_SIDE>(*output); //throw UnexpectedEndOfStreamError + parser.recurse<RIGHT_SIDE>(output.ref()); //throw UnexpectedEndOfStreamError return output; } } @@ -446,7 +455,7 @@ private: } static Zstring readUtf8(MemoryStreamIn<ByteArray>& streamIn) { return utfTo<Zstring>(readContainer<Zbase<char>>(streamIn)); } //throw UnexpectedEndOfStreamError - //optional: use null-termiation: 5% overall size reduction + //optional: use null-termination: 5% overall size reduction //optional: split into streamInText_/streamInSmallNum_: overall size increase! (why?) static InSyncDescrFile readFileDescr(MemoryStreamIn<ByteArray>& streamIn) //throw UnexpectedEndOfStreamError @@ -582,9 +591,9 @@ private: } //delete removed items (= "in-sync") from database - eraseIf(dbFiles, [&](const InSyncFolder::FileList::value_type& v) + std::erase_if(dbFiles, [&](const InSyncFolder::FileList::value_type& v) { - if (toPreserve.find(v.first) != toPreserve.end()) + if (contains(toPreserve, v.first)) return false; //all items not existing in "currentFiles" have either been deleted meanwhile or been excluded via filter: const Zstring& itemRelPath = nativeAppendPaths(parentRelPath, v.first); @@ -619,9 +628,9 @@ private: } //delete removed items (= "in-sync") from database - eraseIf(dbSymlinks, [&](const InSyncFolder::SymlinkList::value_type& v) + std::erase_if(dbSymlinks, [&](const InSyncFolder::SymlinkList::value_type& v) { - if (toPreserve.find(v.first) != toPreserve.end()) + if (contains(toPreserve, v.first)) return false; //all items not existing in "currentSymlinks" have either been deleted meanwhile or been excluded via filter: const Zstring& itemRelPath = nativeAppendPaths(parentRelPath, v.first); @@ -654,7 +663,7 @@ private: } //delete removed items (= "in-sync") from database - eraseIf(dbFolders, [&](InSyncFolder::FolderList::value_type& v) + std::erase_if(dbFolders, [&](InSyncFolder::FolderList::value_type& v) { if (auto it = toPreserve.find(v.first); it != toPreserve.end()) { @@ -678,10 +687,10 @@ private: //delete all entries for removed folder (= "in-sync") from database void dbSetEmptyState(InSyncFolder& dbFolder, const Zstring& parentRelPathPf) { - eraseIf(dbFolder.files, [&](const InSyncFolder::FileList ::value_type& v) { return filter_.passFileFilter(parentRelPathPf + v.first); }); - eraseIf(dbFolder.symlinks, [&](const InSyncFolder::SymlinkList::value_type& v) { return filter_.passFileFilter(parentRelPathPf + v.first); }); + std::erase_if(dbFolder.files, [&](const InSyncFolder::FileList ::value_type& v) { return filter_.passFileFilter(parentRelPathPf + v.first); }); + std::erase_if(dbFolder.symlinks, [&](const InSyncFolder::SymlinkList::value_type& v) { return filter_.passFileFilter(parentRelPathPf + v.first); }); - eraseIf(dbFolder.folders, [&](InSyncFolder::FolderList::value_type& v) + std::erase_if(dbFolder.folders, [&](InSyncFolder::FolderList::value_type& v) { const Zstring& itemRelPath = parentRelPathPf + v.first; @@ -700,19 +709,19 @@ private: struct StreamStatusNotifier { - StreamStatusNotifier(const std::wstring& msgPrefix, const std::function<void(const std::wstring& statusMsg)>& notifyStatus) : - msgPrefix_(msgPrefix), notifyStatus_(notifyStatus) {} + StreamStatusNotifier(const std::wstring& msgPrefix, AsyncCallback& acb /*throw ThreadInterruption*/) : + msgPrefix_(msgPrefix), acb_(acb) {} - void operator()(int64_t bytesDelta) //throw X + void operator()(int64_t bytesDelta) //throw ThreadInterruption { bytesTotal_ += bytesDelta; - if (notifyStatus_) notifyStatus_(msgPrefix_ + L" (" + formatFilesizeShort(bytesTotal_) + L")"); //throw X + acb_.updateStatus(msgPrefix_ + L" (" + formatFilesizeShort(bytesTotal_) + L")"); //throw ThreadInterruption } private: const std::wstring msgPrefix_; int64_t bytesTotal_ = 0; - const std::function<void(const std::wstring& statusMsg)> notifyStatus_; + AsyncCallback& acb_; }; @@ -748,90 +757,146 @@ std::pair<DbStreams::const_iterator, //####################################################################################################################################### -std::shared_ptr<InSyncFolder> fff::loadLastSynchronousState(const BaseFolderPair& baseFolder, //throw FileError, FileErrorDatabaseNotExisting -> return value always bound! - const std::function<void(const std::wstring& statusMsg)>& notifyStatus) +std::unordered_map<const BaseFolderPair*, SharedRef<const InSyncFolder>> fff::loadLastSynchronousState(const std::vector<const BaseFolderPair*>& baseFolders, + PhaseCallback& callback /*throw X*/) //throw X { - const AbstractPath dbPathLeft = getDatabaseFilePath< LEFT_SIDE>(baseFolder); - const AbstractPath dbPathRight = getDatabaseFilePath<RIGHT_SIDE>(baseFolder); + std::set<AbstractPath> dbFilePaths; - if (!baseFolder.isAvailable< LEFT_SIDE>() || - !baseFolder.isAvailable<RIGHT_SIDE>()) - { + for (const BaseFolderPair* baseFolder : baseFolders) //avoid race condition with directory existence check: reading sync.ffs_db may succeed although first dir check had failed => conflicts! - //https://sourceforge.net/tracker/?func=detail&atid=1093080&aid=3531351&group_id=234430 - const AbstractPath filePath = !baseFolder.isAvailable<LEFT_SIDE>() ? dbPathLeft : dbPathRight; - throw FileErrorDatabaseNotExisting(_("Initial synchronization:") + L" \n" + //it could be due to a to-be-created target directory not yet existing => FileErrorDatabaseNotExisting - replaceCpy(_("Database file %x does not yet exist."), L"%x", fmtPath(AFS::getDisplayPath(filePath)))); + if (baseFolder->isAvailable< LEFT_SIDE>() && + baseFolder->isAvailable<RIGHT_SIDE>()) + { + dbFilePaths.insert(getDatabaseFilePath< LEFT_SIDE>(*baseFolder)); + dbFilePaths.insert(getDatabaseFilePath<RIGHT_SIDE>(*baseFolder)); + } + //else: ignore; there's no value in reporting it other than to confuse users + + std::map<AbstractPath, DbStreams> dbStreamsByPath; + //------------ (try to) load DB files in parallel ------------------------- + { + Protected<std::map<AbstractPath, DbStreams>&> dbStreamsByPathShared(dbStreamsByPath); + std::vector<std::pair<AbstractPath, ParallelWorkItem>> parallelWorkload; + + for (const AbstractPath& dbPath : dbFilePaths) + parallelWorkload.emplace_back(dbPath, [&dbStreamsByPathShared](ParallelContext& ctx) //throw ThreadInterruption + { + StreamStatusNotifier notifyLoad(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(ctx.itemPath))), ctx.acb); + + tryReportingError([&] //throw ThreadInterruption + { + try + { + DbStreams dbStreams = ::loadStreams(ctx.itemPath, notifyLoad); //throw FileError, FileErrorDatabaseNotExisting, ThreadInterruption + + dbStreamsByPathShared.access([&](auto& dbStreamsByPath2) { dbStreamsByPath2.emplace(ctx.itemPath, std::move(dbStreams)); }); + } + catch (FileErrorDatabaseNotExisting&) {} + }, ctx.acb); + }); + + massParallelExecute(parallelWorkload, + "Load sync.ffs_db:", callback /*throw X*/); //throw X } + //---------------------------------------------------------------- - StreamStatusNotifier notifyLoadL(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathLeft) )), notifyStatus); - StreamStatusNotifier notifyLoadR(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathRight))), notifyStatus); - - //read file data: list of session ID + DirInfo-stream - const DbStreams streamsLeft = ::loadStreams(dbPathLeft, notifyLoadL); //throw FileError, FileErrorDatabaseNotExisting, X - const DbStreams streamsRight = ::loadStreams(dbPathRight, notifyLoadR); // - - //find associated session: there can be at most one session within intersection of left and right IDs - const auto [itStreamL, itStreamR] = findCommonSession(streamsLeft, streamsRight, //throw FileError - AFS::getDisplayPath(dbPathLeft), - AFS::getDisplayPath(dbPathRight)); - if (itStreamL == streamsLeft.end()) - throw FileErrorDatabaseNotExisting(_("Initial synchronization:") + L" \n" + - _("The database files do not yet contain information about the last synchronization.")); - - const bool leadStreamLeft = itStreamL->second.isLeadStream; - assert(itStreamL->second.isLeadStream != itStreamR->second.isLeadStream); - const ByteArray& streamL = itStreamL ->second.rawStream; - const ByteArray& streamR = itStreamR->second.rawStream; - - return StreamParser::execute(leadStreamLeft, streamL, streamR, //throw FileError - AFS::getDisplayPath(dbPathLeft), - AFS::getDisplayPath(dbPathRight)); + std::unordered_map<const BaseFolderPair*, SharedRef<const InSyncFolder>> output; + + for (const BaseFolderPair* baseFolder : baseFolders) + if (baseFolder->isAvailable< LEFT_SIDE>() && + baseFolder->isAvailable<RIGHT_SIDE>()) + { + const AbstractPath dbPathL = getDatabaseFilePath< LEFT_SIDE>(*baseFolder); + const AbstractPath dbPathR = getDatabaseFilePath<RIGHT_SIDE>(*baseFolder); + + auto itL = dbStreamsByPath.find(dbPathL); + auto itR = dbStreamsByPath.find(dbPathR); + + if (itL != dbStreamsByPath.end() && + itR != dbStreamsByPath.end()) + { + const DbStreams& streamsL = itL->second; + const DbStreams& streamsR = itR->second; + + tryReportingError([&] //throw X + { + //find associated session: there can be at most one session within intersection of left and right IDs + const auto [itStreamL, itStreamR] = findCommonSession(streamsL, streamsR, + AFS::getDisplayPath(dbPathL), + AFS::getDisplayPath(dbPathR)); //throw FileError + if (itStreamL != streamsL.end()) + { + assert(itStreamL->second.isLeadStream != itStreamR->second.isLeadStream); + SharedRef<InSyncFolder> lastSyncState = StreamParser::execute(itStreamL->second.isLeadStream, + itStreamL->second.rawStream, + itStreamR->second.rawStream, + AFS::getDisplayPath(dbPathL), + AFS::getDisplayPath(dbPathR)); //throw FileError + output.emplace(baseFolder, lastSyncState); + } + }, callback /*throw X*/); + } + } + + return output; } void fff::saveLastSynchronousState(const BaseFolderPair& baseFolder, bool transactionalCopy, - const std::function<void(const std::wstring& statusMsg)>& notifyStatus /*throw X*/) //throw FileError, X + PhaseCallback& callback /*throw X*/) //throw X { - //transactional behaviour! write to tmp files first const AbstractPath dbPathL = getDatabaseFilePath< LEFT_SIDE>(baseFolder); const AbstractPath dbPathR = getDatabaseFilePath<RIGHT_SIDE>(baseFolder); - StreamStatusNotifier notifyLoadL(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathL))), notifyStatus); - StreamStatusNotifier notifyLoadR(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathR))), notifyStatus); - - StreamStatusNotifier notifySaveL(replaceCpy(_("Saving file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathL))), notifyStatus); - StreamStatusNotifier notifySaveR(replaceCpy(_("Saving file %x..."), L"%x", fmtPath(AFS::getDisplayPath(dbPathR))), notifyStatus); - - //(try to) load old database files... + //------------ (try to) load DB files in parallel ------------------------- DbStreams streamsL; //list of session ID + DirInfo-stream - DbStreams streamsR; + DbStreams streamsR; // + { + std::vector<std::pair<AbstractPath, ParallelWorkItem>> parallelWorkload; + + for (const auto& [dbPath, streamsOut] : + { + std::pair(dbPathL, &streamsL), + std::pair(dbPathR, &streamsR) + }) + parallelWorkload.emplace_back(dbPath, [streamsOut /*clang bug*/= streamsOut](ParallelContext& ctx) //throw ThreadInterruption + { + StreamStatusNotifier notifyLoad(replaceCpy(_("Loading file %x..."), L"%x", fmtPath(AFS::getDisplayPath(ctx.itemPath))), ctx.acb); - try { streamsL = ::loadStreams(dbPathL, notifyLoadL); } //throw FileError, FileErrorDatabaseNotExisting, X - catch (FileError&) {} - try { streamsR = ::loadStreams(dbPathR, notifyLoadR); } //throw FileError, FileErrorDatabaseNotExisting, X - catch (FileError&) {} - //if error occurs: just overwrite old file! User is already informed about issues right after comparing! + tryReportingError([&] //throw ThreadInterruption + { + try { *streamsOut = ::loadStreams(ctx.itemPath, notifyLoad); } //throw FileError, FileErrorDatabaseNotExisting, ThreadInterruption + catch (FileErrorDatabaseNotExisting&) {} + }, ctx.acb); + }); - auto lastSyncState = std::make_shared<InSyncFolder>(InSyncFolder::DIR_STATUS_IN_SYNC); + massParallelExecute(parallelWorkload, + "Load sync.ffs_db:", callback /*throw X*/); //throw X + } + //---------------------------------------------------------------- - //find associated session: there can be at most one session within intersection of left and right IDs - const auto [itStreamOldL, itStreamOldR] = findCommonSession(streamsL, streamsR, //throw FileError - AFS::getDisplayPath(dbPathL), - AFS::getDisplayPath(dbPathR)); - if (itStreamOldL != streamsL.end()) - try //load last synchrounous state - { - lastSyncState = StreamParser::execute(itStreamOldL->second.isLeadStream /*leadStreamLeft*/, - itStreamOldL->second.rawStream, //throw FileError - itStreamOldR->second.rawStream, - AFS::getDisplayPath(dbPathL), - AFS::getDisplayPath(dbPathR)); - } - catch (FileError&) {} //if error occurs: just overwrite old file! User is already informed about errors right after comparing! + //load last synchrounous state + auto itStreamOldL = streamsL.cend(); + auto itStreamOldR = streamsR.cend(); + InSyncFolder lastSyncState(InSyncFolder::DIR_STATUS_IN_SYNC); + try + { + //find associated session: there can be at most one session within intersection of left and right IDs + std::tie(itStreamOldL, itStreamOldR) = findCommonSession(streamsL, streamsR, //throw FileError + AFS::getDisplayPath(dbPathL), + AFS::getDisplayPath(dbPathR)); + if (itStreamOldL != streamsL.end()) + lastSyncState = std::move(StreamParser::execute(itStreamOldL->second.isLeadStream /*leadStreamLeft*/, + itStreamOldL->second.rawStream, + itStreamOldR->second.rawStream, + AFS::getDisplayPath(dbPathL), + AFS::getDisplayPath(dbPathR)).ref()); //throw FileError + } + catch (const FileError& e) { callback.reportInfo(e.toString()); } //throw X + //if error occurs: just overwrite old file! User is already informed about errors right after comparing! //update last synchrounous state - LastSynchronousStateUpdater::execute(baseFolder, *lastSyncState); + LastSynchronousStateUpdater::execute(baseFolder, lastSyncState); //serialize again SessionData sessionDataL = {}; @@ -839,11 +904,15 @@ void fff::saveLastSynchronousState(const BaseFolderPair& baseFolder, bool transa sessionDataL.isLeadStream = true; sessionDataR.isLeadStream = false; - StreamGenerator::execute(*lastSyncState, //throw FileError + if (const std::wstring errMsg = tryReportingError([&] //throw X +{ + StreamGenerator::execute(lastSyncState, //throw FileError AFS::getDisplayPath(dbPathL), AFS::getDisplayPath(dbPathR), sessionDataL.rawStream, sessionDataR.rawStream); + }, callback /*throw X*/); !errMsg.empty()) + return; //check if there is some work to do at all if (itStreamOldL != streamsL.end() && itStreamOldL->second == sessionDataL && @@ -862,90 +931,46 @@ void fff::saveLastSynchronousState(const BaseFolderPair& baseFolder, bool transa streamsL[sessionID] = std::move(sessionDataL); streamsR[sessionID] = std::move(sessionDataR); - warn_static("finish: support massParallelExecute!?") - if (transactionalCopy && - (!AFS::hasNativeTransactionalCopy(dbPathL) || - !AFS::hasNativeTransactionalCopy(dbPathR))) - { - //write (temp-) files as a transaction - const Zstring shortGuid = printNumber<Zstring>(Zstr("%04x"), static_cast<unsigned int>(getCrc16(generateGUID()))); - - const AbstractPath dbPathTmpL = AFS::appendRelPath(*AFS::getParentPath(dbPathL), AFS::getItemName(dbPathL) + Zstr('.') + shortGuid + AFS::TEMP_FILE_ENDING); - const AbstractPath dbPathRTmp = AFS::appendRelPath(*AFS::getParentPath(dbPathR), AFS::getItemName(dbPathR) + Zstr('.') + shortGuid + AFS::TEMP_FILE_ENDING); - - saveStreams(streamsL, dbPathTmpL, notifySaveL); //throw FileError, X - auto guardTmpL = makeGuard<ScopeGuardRunMode::ON_FAIL>([&] { try { AFS::removeFilePlain(dbPathTmpL); } catch (FileError&) {} }); - saveStreams(streamsR, dbPathRTmp, notifySaveR); //throw FileError, X - auto guardTmpR = makeGuard<ScopeGuardRunMode::ON_FAIL>([&] { try { AFS::removeFilePlain(dbPathRTmp); } catch (FileError&) {} }); - - //operation finished: rename temp files -> this should work (almost) transactionally: - //if there were no write access, creation of temp files would have failed - AFS::removeFileIfExists(dbPathL); //throw FileError - AFS::moveAndRenameItem(dbPathTmpL, dbPathL); //throw FileError, (ErrorMoveUnsupported) - guardTmpL.dismiss(); - - AFS::removeFileIfExists(dbPathR); //throw FileError - AFS::moveAndRenameItem(dbPathRTmp, dbPathR); //throw FileError, (ErrorMoveUnsupported) - guardTmpR.dismiss(); - } - else //some MTP devices don't even allow renaming files: https://freefilesync.org/forum/viewtopic.php?t=6531 - { - warn_static("caveat: throw X leaves db file as deleted!") - AFS::removeFileIfExists(dbPathL); //throw FileError - saveStreams(streamsL, dbPathL, notifySaveL); //throw FileError, X - - AFS::removeFileIfExists(dbPathR); //throw FileError - saveStreams(streamsR, dbPathR, notifySaveR); //throw FileError, X - } - -#if 0 - warn_static("remove after test") - - //write (temp-) files as a transaction - const Zstring shortGuid = printNumber<Zstring>(Zstr("%04x"), static_cast<unsigned int>(getCrc16(generateGUID()))); - - AbstractPath dbPathTmpL = getNullPath(); - AbstractPath dbPathTmpR = getNullPath(); - ZEN_ON_SCOPE_EXIT( - try { if (!AFS::isNullPath(dbPathTmpL)) AFS::removeFilePlain(dbPathTmpL); } - catch (FileError&) {} - - try { if (!AFS::isNullPath(dbPathTmpR)) AFS::removeFilePlain(dbPathTmpR); } - catch (FileError&) {} - ); - - if (transactionalCopy && !AFS::hasNativeTransactionalCopy(dbPathL)) - { - AbstractPath dbPathTmpL2 = AFS::appendRelPath(*AFS::getParentPath(dbPathL), AFS::getItemName(dbPathL) + Zstr('.') + shortGuid + AFS::TEMP_FILE_ENDING); - saveStreams(streamsL, dbPathTmpL2, notifySaveL); //throw FileError, X - dbPathTmpL = dbPathTmpL2; - } - - if (transactionalCopy && !AFS::hasNativeTransactionalCopy(dbPathR)) + //------------ save DB files in parallel ------------------------- { - AbstractPath dbPathTmpR2 = AFS::appendRelPath(*AFS::getParentPath(dbPathR), AFS::getItemName(dbPathR) + Zstr('.') + shortGuid + AFS::TEMP_FILE_ENDING); - saveStreams(streamsR, dbPathTmpR2, notifySaveR); //throw FileError, X - dbPathTmpR = dbPathTmpR2; - } + std::vector<std::pair<AbstractPath, ParallelWorkItem>> parallelWorkload; + + for (const auto& [dbPath, streams] : + { + std::pair(dbPathL, &streamsL), + std::pair(dbPathR, &streamsR) + }) + parallelWorkload.emplace_back(dbPath, [streams /*clang bug*/= streams, transactionalCopy](ParallelContext& ctx) //throw ThreadInterruption + { + tryReportingError([&] //throw ThreadInterruption + { + StreamStatusNotifier notifySave(replaceCpy(_("Saving file %x..."), L"%x", fmtPath(AFS::getDisplayPath(ctx.itemPath))), ctx.acb); - AFS::removeFileIfExists(dbPathL); //throw FileError - if (!AFS::isNullPath(dbPathTmpL)) - { - //operation finished: rename temp files -> this should work (almost) transactionally: - //if there were no write access, creation of temp files would have failed - AFS::moveAndRenameItem(dbPathTmpL, dbPathL); //throw FileError, (ErrorMoveUnsupported) - dbPathTmpL = getNullPath(); - } - else //some MTP devices don't even allow renaming files: https://freefilesync.org/forum/viewtopic.php?t=6531 - saveStreams(streamsL, dbPathL, notifySaveL); //throw FileError, X + if (transactionalCopy && !AFS::hasNativeTransactionalCopy(ctx.itemPath)) + { + //write (temp-) files as a transaction + const Zstring shortGuid = printNumber<Zstring>(Zstr("%04x"), static_cast<unsigned int>(getCrc16(generateGUID()))); + const AbstractPath dbPathTmp = AFS::appendRelPath(*AFS::getParentPath(ctx.itemPath), AFS::getItemName(ctx.itemPath) + Zstr('.') + shortGuid + AFS::TEMP_FILE_ENDING); + + saveStreams(*streams, dbPathTmp, notifySave); //throw FileError, ThreadInterruption + ZEN_ON_SCOPE_FAIL(try { AFS::removeFilePlain(dbPathTmp); } + catch (FileError&) {}); + + //operation finished: rename temp file -> this should work (almost) transactionally: + //if there were no write access, creation of temp file would have failed + AFS::removeFileIfExists(ctx.itemPath); //throw FileError + AFS::moveAndRenameItem(dbPathTmp, ctx.itemPath); //throw FileError, (ErrorMoveUnsupported) + } + else //some MTP devices don't even allow renaming files: https://freefilesync.org/forum/viewtopic.php?t=6531 + { + AFS::removeFileIfExists(ctx.itemPath); //throw FileError + saveStreams(*streams, ctx.itemPath, notifySave); //throw FileError, ThreadInterruption + } + }, ctx.acb); + }); - AFS::removeFileIfExists(dbPathR); //throw FileError - if (!AFS::isNullPath(dbPathTmpR)) - { - AFS::moveAndRenameItem(dbPathTmpR, dbPathR); //throw FileError, (ErrorMoveUnsupported) - dbPathTmpR = getNullPath(); + massParallelExecute(parallelWorkload, + "Save sync.ffs_db:", callback /*throw X*/); //throw X } - else - saveStreams(streamsR, dbPathR, notifySaveR); //throw FileError, X -#endif + //---------------------------------------------------------------- } diff --git a/FreeFileSync/Source/base/db_file.h b/FreeFileSync/Source/base/db_file.h index ca747dd9..f9e0dabb 100644 --- a/FreeFileSync/Source/base/db_file.h +++ b/FreeFileSync/Source/base/db_file.h @@ -7,8 +7,10 @@ #ifndef DB_FILE_H_834275398588021574 #define DB_FILE_H_834275398588021574 +#include <unordered_map> #include <zen/file_error.h> #include "file_hierarchy.h" +#include "process_callback.h" namespace fff @@ -39,7 +41,7 @@ struct InSyncFile InSyncFile(const InSyncDescrFile& l, const InSyncDescrFile& r, CompareVariant cv, uint64_t fileSizeIn) : left(l), right(r), cmpVar(cv), fileSize(fileSizeIn) {} InSyncDescrFile left; //support flip()! InSyncDescrFile right; // - CompareVariant cmpVar = CompareVariant::TIME_SIZE; //the one active while finding "file in sync" + CompareVariant cmpVar = CompareVariant::timeSize; //the one active while finding "file in sync" uint64_t fileSize = 0; //file size must be identical on both sides! }; @@ -48,7 +50,7 @@ struct InSyncSymlink InSyncSymlink(const InSyncDescrLink& l, const InSyncDescrLink& r, CompareVariant cv) : left(l), right(r), cmpVar(cv) {} InSyncDescrLink left; InSyncDescrLink right; - CompareVariant cmpVar = CompareVariant::TIME_SIZE; + CompareVariant cmpVar = CompareVariant::timeSize; }; struct InSyncFolder @@ -92,13 +94,11 @@ struct InSyncFolder }; -DEFINE_NEW_FILE_ERROR(FileErrorDatabaseNotExisting); +std::unordered_map<const BaseFolderPair*, zen::SharedRef<const InSyncFolder>> loadLastSynchronousState(const std::vector<const BaseFolderPair*>& baseFolders, + PhaseCallback& callback /*throw X*/); //throw X -std::shared_ptr<InSyncFolder> loadLastSynchronousState(const BaseFolderPair& baseDirObj, //throw FileError, FileErrorDatabaseNotExisting -> return value always bound! - const std::function<void(const std::wstring& statusMsg)>& notifyStatus); - -void saveLastSynchronousState(const BaseFolderPair& baseDirObj, bool transactionalCopy, //throw FileError, X - const std::function<void(const std::wstring& statusMsg)>& notifyStatus /*throw X*/); +void saveLastSynchronousState(const BaseFolderPair& baseFolder, bool transactionalCopy, //throw X + PhaseCallback& callback /*throw X*/); } #endif //DB_FILE_H_834275398588021574 diff --git a/FreeFileSync/Source/base/dir_exist_async.h b/FreeFileSync/Source/base/dir_exist_async.h index 4ea963d6..30ed2858 100644 --- a/FreeFileSync/Source/base/dir_exist_async.h +++ b/FreeFileSync/Source/base/dir_exist_async.h @@ -23,7 +23,6 @@ namespace //directory existence checking may hang for non-existent network drives => run asynchronously and update UI! //- check existence of all directories in parallel! (avoid adding up search times if multiple network drives are not reachable) //- add reasonable time-out time! -//- avoid checking duplicate entries => std::set struct FolderStatus { std::set<AbstractPath> existing; @@ -33,7 +32,7 @@ struct FolderStatus FolderStatus getFolderStatusNonBlocking(const std::set<AbstractPath>& folderPaths, - bool allowUserInteraction, ProcessCallback& procCallback /*throw X*/) + bool allowUserInteraction, PhaseCallback& procCallback /*throw X*/) { using namespace zen; @@ -90,14 +89,14 @@ FolderStatus getFolderStatusNonBlocking(const std::set<AbstractPath>& folderPath { const std::wstring& displayPathFmt = fmtPath(AFS::getDisplayPath(folderPath)); - procCallback.reportStatus(replaceCpy(_("Searching for folder %x..."), L"%x", displayPathFmt)); //throw X + procCallback.updateStatus(replaceCpy(_("Searching for folder %x..."), L"%x", displayPathFmt)); //throw X const int deviceTimeOut = AFS::getAccessTimeout(folderPath); //0 if no timeout in force const auto timeoutTime = startTime + std::chrono::seconds(deviceTimeOut > 0 ? deviceTimeOut : DEFAULT_FOLDER_ACCESS_TIME_OUT_SEC); while (std::chrono::steady_clock::now() < timeoutTime && future.wait_for(UI_UPDATE_INTERVAL / 2) != std::future_status::ready) - procCallback.requestUiRefresh(); //throw X + procCallback.requestUiUpdate(); //throw X if (!isReady(future)) output.failedChecks.emplace(folderPath, FileError(replaceCpy(_("Timeout while searching for folder %x."), L"%x", displayPathFmt))); diff --git a/FreeFileSync/Source/base/dir_lock.cpp b/FreeFileSync/Source/base/dir_lock.cpp index 43ffb4b2..85d2be90 100644 --- a/FreeFileSync/Source/base/dir_lock.cpp +++ b/FreeFileSync/Source/base/dir_lock.cpp @@ -98,7 +98,7 @@ private: return; ZEN_ON_SCOPE_EXIT(::close(fileHandle)); - /*const ssize_t bytesWritten =*/ ::write(fileHandle, " ", 1); + [[maybe_unused]] const ssize_t bytesWritten = ::write(fileHandle, " ", 1); } const Zstring lockFilePath_; //thread-local! @@ -263,7 +263,7 @@ ProcessStatus getProcessStatus(const LockInformation& lockInfo) //throw FileErro } -DEFINE_NEW_FILE_ERROR(ErrorFileNotExisting); +DEFINE_NEW_FILE_ERROR(ErrorFileNotExisting) uint64_t getLockFileSize(const Zstring& filePath) //throw FileError, ErrorFileNotExisting { struct ::stat fileInfo = {}; @@ -502,8 +502,8 @@ private: void tidyUp() //remove obsolete entries { - eraseIf(locksByGuid_, [](const auto& v) { return !v.second.lock(); }); - eraseIf(guidByPath_, [&](const auto& v) { return locksByGuid_.find(v.second) == locksByGuid_.end(); }); + std::erase_if(locksByGuid_, [](const auto& v) { return !v.second.lock(); }); + std::erase_if(guidByPath_, [&](const auto& v) { return !contains(locksByGuid_, v.second); }); } std::map<Zstring, UniqueId> guidByPath_; //lockFilePath |-> GUID; n:1; locks can be referenced by a lockFilePath or alternatively a GUID diff --git a/FreeFileSync/Source/base/ffs_paths.cpp b/FreeFileSync/Source/base/ffs_paths.cpp index b7ee1684..843e702e 100644 --- a/FreeFileSync/Source/base/ffs_paths.cpp +++ b/FreeFileSync/Source/base/ffs_paths.cpp @@ -40,9 +40,18 @@ Zstring getProcessParentFolderPath() +namespace +{ +//don't make this a function-scope static (avoid code-gen for "magic static") +//getFfsVolumeId() might be called during static destruction, e.g. async update check +std::once_flag onceFlagGetFfsVolumeId; +} + VolumeId fff::getFfsVolumeId() //throw FileError { - return getVolumeId(getProcessParentFolderPath()); //throw FileError + static VolumeId volumeId; //POD => no "magic static" code gen + std::call_once(onceFlagGetFfsVolumeId, [] { volumeId = getVolumeId(getProcessParentFolderPath()); }); //throw FileError + return volumeId; } @@ -59,35 +68,30 @@ Zstring fff::getResourceDirPf() } -namespace -{ -std::once_flag onceFlagCreateCfgPath; -} - - Zstring fff::getConfigDirPathPf() { - //make independent from wxWidgets global variable "appname"; support being called by RealTimeSync - auto appName = wxTheApp->GetAppName(); - wxTheApp->SetAppName(L"FreeFileSync"); - ZEN_ON_SCOPE_EXIT(wxTheApp->SetAppName(appName)); - - Zstring cfgFolderPath; - //OS standard path (XDG layout): ~/.config/FreeFileSync - //wxBug: wxStandardPaths::GetUserDataDir() does not honor FileLayout_XDG flag - wxStandardPaths::Get().SetFileLayout(wxStandardPaths::FileLayout_XDG); - cfgFolderPath = appendSeparator(utfTo<Zstring>(wxStandardPaths::Get().GetUserConfigDir())) + "FreeFileSync"; + //note: compiler generates magic-statics code => fine, we don't expect accesses during shutdown + static const Zstring cfgFolderPathPf = [] + { + //make independent from wxWidgets global variable "appname"; support being called by RealTimeSync + auto appName = wxTheApp->GetAppName(); + wxTheApp->SetAppName(L"FreeFileSync"); + ZEN_ON_SCOPE_EXIT(wxTheApp->SetAppName(appName)); + //OS standard path (XDG layout): ~/.config/FreeFileSync + //wxBug: wxStandardPaths::GetUserDataDir() does not honor FileLayout_XDG flag + wxStandardPaths::Get().SetFileLayout(wxStandardPaths::FileLayout_XDG); + const Zstring cfgFolderPath = appendSeparator(utfTo<Zstring>(wxStandardPaths::Get().GetUserConfigDir())) + "FreeFileSync"; - std::call_once(onceFlagCreateCfgPath, [&] - { try //create the config folder if not existing + create "Logs" subfolder while we're at it { createDirectoryIfMissingRecursion(appendSeparator(cfgFolderPath) + Zstr("Logs")); //throw FileError } catch (FileError&) { assert(false); } - }); - return appendSeparator(cfgFolderPath); + + return appendSeparator(cfgFolderPath); + }(); + return cfgFolderPathPf; } diff --git a/FreeFileSync/Source/base/file_hierarchy.h b/FreeFileSync/Source/base/file_hierarchy.h index 2edde6e2..4ab6a6f7 100644 --- a/FreeFileSync/Source/base/file_hierarchy.h +++ b/FreeFileSync/Source/base/file_hierarchy.h @@ -387,8 +387,7 @@ public: static const T* retrieve(ObjectIdConst id) //returns nullptr if object is not valid anymore { - const auto& aObj = activeObjects(); - return static_cast<const T*>(aObj.find(id) == aObj.end() ? nullptr : id); + return static_cast<const T*>(zen::contains(activeObjects(), id) ? id : nullptr); } static T* retrieve(ObjectId id) { return const_cast<T*>(retrieve(static_cast<ObjectIdConst>(id))); } diff --git a/FreeFileSync/Source/base/icon_buffer.cpp b/FreeFileSync/Source/base/icon_buffer.cpp index b5973c34..b10027a6 100644 --- a/FreeFileSync/Source/base/icon_buffer.cpp +++ b/FreeFileSync/Source/base/icon_buffer.cpp @@ -130,7 +130,7 @@ public: bool hasIcon(const AbstractPath& filePath) const { std::lock_guard dummy(lockIconList_); - return iconList.find(filePath) != iconList.end(); + return contains(iconList, filePath); } //must be called by main thread only! => wxBitmap is NOT thread-safe like an int (non-atomic ref-count!!!) diff --git a/FreeFileSync/Source/base/icon_loader.cpp b/FreeFileSync/Source/base/icon_loader.cpp index b58d5a6d..6d1727f6 100644 --- a/FreeFileSync/Source/base/icon_loader.cpp +++ b/FreeFileSync/Source/base/icon_loader.cpp @@ -227,7 +227,7 @@ ImageHolder fff::getThumbnailImage(const Zstring& filePath, int pixelSize) //ret } } - catch (SysError&) { assert(false); } + catch (SysError&) {} return ImageHolder(); } diff --git a/FreeFileSync/Source/base/localization.cpp b/FreeFileSync/Source/base/localization.cpp index 06083e31..d6491c86 100644 --- a/FreeFileSync/Source/base/localization.cpp +++ b/FreeFileSync/Source/base/localization.cpp @@ -14,6 +14,8 @@ #include <zen/file_io.h> #include <zen/i18n.h> #include <zen/format_unit.h> +#include <wx/zipstrm.h> +#include <wx/mstream.h> #include <wx/intl.h> #include <wx/log.h> #include "parse_plural.h" @@ -32,9 +34,7 @@ namespace class FFSTranslation : public TranslationHandler { public: - FFSTranslation(const Zstring& lngFilePath, wxLanguage langId); //throw lng::ParsingError, plural::ParsingError - - wxLanguage getLangId() const { return langId_; } + FFSTranslation(const std::string& lngStream); //throw lng::ParsingError, plural::ParsingError std::wstring translate(const std::wstring& text) const override { @@ -65,27 +65,15 @@ private: Translation transMapping_; //map original text |-> translation TranslationPlural transMappingPl_; std::unique_ptr<plural::PluralForm> pluralParser_; //bound! - const wxLanguage langId_; }; -FFSTranslation::FFSTranslation(const Zstring& lngFilePath, wxLanguage langId) : langId_(langId) //throw lng::ParsingError, plural::ParsingError +FFSTranslation::FFSTranslation(const std::string& lngStream) //throw lng::ParsingError, plural::ParsingError { - std::string inputStream; - try - { - inputStream = loadBinContainer<std::string>(lngFilePath, nullptr /*notifyUnbufferedIO*/); //throw FileError - } - catch (const FileError& e) - { - throw lng::ParsingError({ e.toString(), 0, 0 }); - //passing FileError is too high a level for Parsing error, OTOH user is unlikely to see this since file I/O issues are sorted out by getExistingTranslations()! - } - lng::TransHeader header; lng::TranslationMap transUtf; lng::TranslationPluralMap transPluralUtf; - lng::parseLng(inputStream, header, transUtf, transPluralUtf); //throw ParsingError + lng::parseLng(lngStream, header, transUtf, transPluralUtf); //throw ParsingError pluralParser_ = std::make_unique<plural::PluralForm>(header.pluralDefinition); //throw plural::ParsingError @@ -120,55 +108,55 @@ std::vector<TranslationInfo> loadTranslations() newEntry.languageName = std::wstring(L"English (US)") + LTR_MARK; //handle weak ")" for bidi-algorithm newEntry.translatorName = L"Zenju"; newEntry.languageFlag = L"flag_usa.png"; - newEntry.langFilePath = Zstr(""); + newEntry.lngFileName = Zstr(""); + newEntry.lngStream = ""; locMapping.push_back(newEntry); } - //search language files available - std::vector<Zstring> lngFilePaths; - - traverseFolder(fff::getResourceDirPf() + Zstr("Languages"), [&](const FileInfo& fi) //FileInfo is ambiguous on OS X + try { - if (endsWith(fi.fullPath, Zstr(".lng"))) - lngFilePaths.push_back(fi.fullPath); - }, nullptr, nullptr, [&](const std::wstring& errorMsg) { assert(false); }); //errors are not really critical in this context + const std::string rawStream = loadBinContainer<std::string>(fff::getResourceDirPf() + Zstr("Languages.zip"), nullptr /*notifyUnbufferedIO*/); //throw FileError + wxMemoryInputStream memStream(rawStream.c_str(), rawStream.size()); //does not take ownership + wxZipInputStream zipStream(memStream, wxConvUTF8); - for (const Zstring& filePath : lngFilePaths) - { - try + while (const auto& entry = std::unique_ptr<wxZipEntry>(zipStream.GetNextEntry())) //take ownership!) { - const std::string stream = loadBinContainer<std::string>(filePath, nullptr /*notifyUnbufferedIO*/); //throw FileError - - lng::TransHeader lngHeader; - lng::parseHeader(stream, lngHeader); //throw ParsingError - - assert(!lngHeader.languageName .empty()); - assert(!lngHeader.translatorName.empty()); - assert(!lngHeader.localeName .empty()); - assert(!lngHeader.flagFile .empty()); - /* - Some ISO codes are used by multiple wxLanguage IDs which can lead to incorrect mapping by wxLocale::FindLanguageInfo()!!! - => Identify by description, e.g. "Chinese (Traditional)". The following ids are affected: - wxLANGUAGE_CHINESE_TRADITIONAL - wxLANGUAGE_ENGLISH_UK - wxLANGUAGE_SPANISH //non-unique, but still mapped correctly (or is it incidentally???) - wxLANGUAGE_SERBIAN // - */ - if (const wxLanguageInfo* locInfo = wxLocale::FindLanguageInfo(utfTo<wxString>(lngHeader.localeName))) - { - TranslationInfo newEntry; - newEntry.languageID = static_cast<wxLanguage>(locInfo->Language); - newEntry.languageName = utfTo<std::wstring>(lngHeader.languageName); - newEntry.translatorName = utfTo<std::wstring>(lngHeader.translatorName); - newEntry.languageFlag = utfTo<std::wstring>(lngHeader.flagFile); - newEntry.langFilePath = filePath; - locMapping.push_back(newEntry); - } - else assert(false); + std::string stream(entry->GetSize(), '\0'); + if (!stream.empty() && zipStream.ReadAll(&stream[0], stream.size())) + try + { + const lng::TransHeader lngHeader = lng::parseHeader(stream); //throw ParsingError + assert(!lngHeader.languageName .empty()); + assert(!lngHeader.translatorName.empty()); + assert(!lngHeader.localeName .empty()); + assert(!lngHeader.flagFile .empty()); + /* + Some ISO codes are used by multiple wxLanguage IDs which can lead to incorrect mapping by wxLocale::FindLanguageInfo()!!! + => Identify by description, e.g. "Chinese (Traditional)". The following IDs are affected: + wxLANGUAGE_CHINESE_TRADITIONAL + wxLANGUAGE_ENGLISH_UK + wxLANGUAGE_SPANISH //non-unique, but still mapped correctly (or is it incidentally???) + wxLANGUAGE_SERBIAN // + */ + if (const wxLanguageInfo* locInfo = wxLocale::FindLanguageInfo(utfTo<wxString>(lngHeader.localeName))) + { + TranslationInfo newEntry; + newEntry.languageID = static_cast<wxLanguage>(locInfo->Language); + newEntry.languageName = utfTo<std::wstring>(lngHeader.languageName); + newEntry.translatorName = utfTo<std::wstring>(lngHeader.translatorName); + newEntry.languageFlag = utfTo<std::wstring>(lngHeader.flagFile); + newEntry.lngFileName = utfTo<Zstring>(entry->GetName()); + newEntry.lngStream = std::move(stream); + locMapping.push_back(newEntry); + } + else assert(false); + } + catch (lng::ParsingError&) { assert(false); } //better not show an error message here; scenario: batch jobs + else + assert(false); } - catch (FileError&) { assert(false); } - catch (lng::ParsingError&) { assert(false); } //better not show an error message here; scenario: batch jobs } + catch (FileError&) { assert(false); } std::sort(locMapping.begin(), locMapping.end(), [](const TranslationInfo& lhs, const TranslationInfo& rhs) { @@ -324,6 +312,7 @@ wxLanguage mapLanguageDialect(wxLanguage language) //case wxLANGUAGE_SLOVENIAN: //case wxLANGUAGE_TURKISH: //case wxLANGUAGE_UKRAINIAN: + //case wxLANGUAGE_VIETNAMESE: default: return language; } @@ -338,6 +327,8 @@ public: MemoryTranslationLoader(wxLanguage langId, std::map<std::string, std::wstring>&& transMapping) : canonicalName_(wxLocale::GetLanguageCanonicalName(langId)) { + assert(!canonicalName_.empty()); + //https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html transMapping[""] = L"Content-Type: text/plain; charset=UTF-8\n"; @@ -411,37 +402,44 @@ public: void init(wxLanguage lng) { - locale_.reset(); //avoid global locale lifetime overlap! wxWidgets cannot handle this and will crash! - locale_ = std::make_unique<wxLocale>(); - - const wxLanguageInfo* sysLngInfo = wxLocale::GetLanguageInfo(wxLocale::GetSystemLanguage()); + const wxLanguageInfo* sysLngInfo = wxLocale::GetLanguageInfo(sysLng_); const wxLanguageInfo* selLngInfo = wxLocale::GetLanguageInfo(lng); const bool sysLangIsRTL = sysLngInfo ? sysLngInfo->LayoutDirection == wxLayout_RightToLeft : false; const bool selectedLangIsRTL = selLngInfo ? selLngInfo->LayoutDirection == wxLayout_RightToLeft : false; - //wxWidgets shows a modal dialog on error during wxLocale::Init -> at least we can shut it up! - wxLog* oldLogTarget = wxLog::SetActiveTarget(new wxLogStderr); //transfer and receive ownership! - ZEN_ON_SCOPE_EXIT(delete wxLog::SetActiveTarget(oldLogTarget)); + const wxLanguage initLng = sysLangIsRTL == selectedLangIsRTL ? + sysLng_ : //use sys-lang to preserve sub-language specific rules (e.g. German Swiss number punctuation) + lng; //have to use the supplied language to enable RTL layout different than user settings - if (sysLangIsRTL == selectedLangIsRTL) - locale_->Init(wxLANGUAGE_DEFAULT); //use sys-lang to preserve sub-language specific rules (e.g. german swiss number punctuation) - else - locale_->Init(lng); //have to use the supplied language to enable RTL layout different than user settings + if (!locale_ || localeLng_ != initLng) + { + //wxWidgets shows a modal dialog on error during wxLocale::Init() -> at least we can shut it up! + wxLog* oldLogTarget = wxLog::SetActiveTarget(new wxLogStderr); //transfer and receive ownership! + ZEN_ON_SCOPE_EXIT(delete wxLog::SetActiveTarget(oldLogTarget)); + + locale_.reset(); //avoid global locale lifetime overlap! wxWidgets cannot handle this and will crash! + locale_ = std::make_unique<wxLocale>(initLng, wxLOCALE_DONT_LOAD_DEFAULT /*we're not using wxwin.mo*/); + assert(locale_->IsOk()); + localeLng_ = initLng; + } - locLng_ = lng; + lng_ = lng; } - void tearDown() { locale_.reset(); locLng_ = wxLANGUAGE_UNKNOWN; } + void tearDown() { locale_.reset(); lng_ = localeLng_ = wxLANGUAGE_UNKNOWN; } - wxLanguage getLanguage() const { return locLng_; } + wxLanguage getLanguage () const { return lng_; } + wxLanguage getSysLanguage() const { return sysLng_; } private: wxWidgetsLocale() {} ~wxWidgetsLocale() { assert(!locale_); } std::unique_ptr<wxLocale> locale_; - wxLanguage locLng_ = wxLANGUAGE_UNKNOWN; + wxLanguage localeLng_ = wxLANGUAGE_UNKNOWN; + wxLanguage lng_ = wxLANGUAGE_UNKNOWN; + const wxLanguage sysLng_ = static_cast<wxLanguage>(wxLocale::GetSystemLanguage()); }; } @@ -462,21 +460,23 @@ void fff::releaseWxLocale() void fff::setLanguage(wxLanguage lng) //throw FileError { - if (getLanguage() == lng && wxWidgetsLocale::getInstance().getLanguage() == lng) + if (getLanguage() == lng) return; //support polling //(try to) retrieve language file - Zstring langFilePath; + std::string lngStream; + Zstring lngFileName; for (const TranslationInfo& e : getExistingTranslations()) if (e.languageID == lng) { - langFilePath = e.langFilePath; + lngStream = e.lngStream; + lngFileName = e.lngFileName; break; } //load language file into buffer - if (langFilePath.empty()) //if languageFile is empty, texts will be english by default + if (lngStream.empty()) //if file stream is empty, texts will be English by default { setTranslator(nullptr); lng = wxLANGUAGE_ENGLISH_US; @@ -484,19 +484,19 @@ void fff::setLanguage(wxLanguage lng) //throw FileError else try { - setTranslator(std::make_unique<FFSTranslation>(langFilePath, lng)); //throw lng::ParsingError, plural::ParsingError + setTranslator(std::make_unique<FFSTranslation>(lngStream)); //throw lng::ParsingError, plural::ParsingError } catch (lng::ParsingError& e) { throw FileError(replaceCpy(replaceCpy(replaceCpy(_("Error parsing file %x, row %y, column %z."), - L"%x", fmtPath(langFilePath)), + L"%x", fmtPath(lngFileName)), L"%y", numberTo<std::wstring>(e.row + 1)), L"%z", numberTo<std::wstring>(e.col + 1)) + L"\n\n" + e.msg); } catch (plural::ParsingError&) { - throw FileError(L"Invalid plural form definition: " + fmtPath(langFilePath)); //user should never see this! + throw FileError(L"Invalid plural form definition: " + fmtPath(lngFileName)); //user should never see this! } //handle RTL swapping: we need wxWidgets to do this @@ -519,13 +519,12 @@ void fff::setLanguage(wxLanguage lng) //throw FileError wxLanguage fff::getLanguage() { - std::shared_ptr<const TranslationHandler> t = getTranslator(); - const FFSTranslation* loc = dynamic_cast<const FFSTranslation*>(t.get()); - return loc ? loc->getLangId() : wxLANGUAGE_ENGLISH_US; + return wxWidgetsLocale::getInstance().getLanguage(); } wxLanguage fff::getSystemLanguage() { - return mapLanguageDialect(static_cast<wxLanguage>(wxLocale::GetSystemLanguage())); + static const wxLanguage sysLng = mapLanguageDialect(wxWidgetsLocale::getInstance().getSysLanguage()); + return sysLng; } diff --git a/FreeFileSync/Source/base/localization.h b/FreeFileSync/Source/base/localization.h index bf2f6b60..51fea760 100644 --- a/FreeFileSync/Source/base/localization.h +++ b/FreeFileSync/Source/base/localization.h @@ -20,13 +20,15 @@ struct TranslationInfo std::wstring languageName; std::wstring translatorName; std::wstring languageFlag; - Zstring langFilePath; + Zstring lngFileName; + std::string lngStream; }; const std::vector<TranslationInfo>& getExistingTranslations(); void setLanguage(wxLanguage lng); //throw FileError wxLanguage getLanguage(); + wxLanguage getSystemLanguage(); void releaseWxLocale(); //wxLocale crashes miserably on wxGTK when destructor runs during global cleanup => call in wxApp::OnExit diff --git a/FreeFileSync/Source/base/lock_holder.h b/FreeFileSync/Source/base/lock_holder.h index fb1679bb..ab24e9f4 100644 --- a/FreeFileSync/Source/base/lock_holder.h +++ b/FreeFileSync/Source/base/lock_holder.h @@ -20,7 +20,7 @@ const Zchar LOCK_FILE_ENDING[] = Zstr(".ffs_lock"); //don't use Zstring as globa class LockHolder { public: - LockHolder(const std::set<Zstring>& folderPaths, bool& warnDirectoryLockFailed, ProcessCallback& pcb /*throw X*/) + LockHolder(const std::set<Zstring>& folderPaths, bool& warnDirectoryLockFailed, PhaseCallback& pcb /*throw X*/) { using namespace zen; @@ -31,7 +31,7 @@ public: { //lock file creation is synchronous and may block noticeably for very slow devices (USB sticks, mapped cloud storage) lockHolder_.emplace_back(appendSeparator(folderPath) + Zstr("sync") + LOCK_FILE_ENDING, - [&](const std::wstring& msg) { pcb.reportStatus(msg); /*throw X*/ }, + [&](const std::wstring& msg) { pcb.updateStatus(msg); /*throw X*/ }, UI_UPDATE_INTERVAL / 2); //throw FileError } catch (const FileError& e) { failedLocks.emplace_back(folderPath, e); } diff --git a/FreeFileSync/Source/base/log_file.cpp b/FreeFileSync/Source/base/log_file.cpp index 8a2489f9..76a9b7a1 100644 --- a/FreeFileSync/Source/base/log_file.cpp +++ b/FreeFileSync/Source/base/log_file.cpp @@ -261,7 +261,7 @@ void limitLogfileCount(const AbstractPath& logFolderPath, //throw FileError for (const LogFileInfo& lfi : logFiles) if (lfi.timeStamp < cutOffTime && - logFilePathsToKeep.find(lfi.filePath) == logFilePathsToKeep.end()) //don't trim latest log files corresponding to last used config files! + !contains(logFilePathsToKeep, lfi.filePath)) //don't trim latest log files corresponding to last used config files! //nitpicker's corner: what about path differences due to case? e.g. user-overriden log file path changed in case { if (notifyStatus) notifyStatus(_("Cleaning up log files:") + L" " + fmtPath(AFS::getDisplayPath(lfi.filePath))); diff --git a/FreeFileSync/Source/base/parse_lng.h b/FreeFileSync/Source/base/parse_lng.h index 4e6cb6c6..361628e4 100644 --- a/FreeFileSync/Source/base/parse_lng.h +++ b/FreeFileSync/Source/base/parse_lng.h @@ -49,8 +49,8 @@ struct ParsingError size_t row = 0; //starting with 0 size_t col = 0; // }; -void parseLng (const std::string& fileStream, TransHeader& header, TranslationMap& out, TranslationPluralMap& pluralOut); //throw ParsingError -void parseHeader(const std::string& fileStream, TransHeader& header); //throw ParsingError +TransHeader parseHeader(const std::string& fileStream); //throw ParsingError +void parseLng(const std::string& fileStream, TransHeader& header, TranslationMap& out, TranslationPluralMap& pluralOut); //throw ParsingError class TranslationUnorderedList; //unordered list of unique translation items std::string generateLng(const TranslationUnorderedList& in, const TransHeader& header); @@ -708,9 +708,11 @@ void parseLng(const std::string& fileStream, TransHeader& header, TranslationMap inline -void parseHeader(const std::string& fileStream, TransHeader& header) //throw ParsingError +TransHeader parseHeader(const std::string& fileStream) //throw ParsingError { + TransHeader header; LngParser(fileStream).parseHeader(header); + return header; } diff --git a/FreeFileSync/Source/base/path_filter.h b/FreeFileSync/Source/base/path_filter.h index 29705b06..549bf0cc 100644 --- a/FreeFileSync/Source/base/path_filter.h +++ b/FreeFileSync/Source/base/path_filter.h @@ -29,7 +29,7 @@ Semantics of PathFilter: NullFilter NameFilter CombinedFilter */ class PathFilter; -using FilterRef = zen::SharedRef<const PathFilter>; //always bound by design! Thread-safety: internally synchronized! +using FilterRef = zen::SharedRef<const PathFilter>; //Thread-safety: internally synchronized! const Zchar FILTER_ITEM_SEPARATOR = Zstr('|'); diff --git a/FreeFileSync/Source/base/process_callback.h b/FreeFileSync/Source/base/process_callback.h index a89f9945..8b46b8d4 100644 --- a/FreeFileSync/Source/base/process_callback.h +++ b/FreeFileSync/Source/base/process_callback.h @@ -19,26 +19,14 @@ const std::chrono::milliseconds UI_UPDATE_INTERVAL(100); //perform ui updates no //100 ms seems to be a good value with only a minimal performance loss; also used by Win 7 copy progress bar //this one is required by async directory existence check! -//report status during comparison and synchronization -struct ProcessCallback -{ - virtual ~ProcessCallback() {} - //these methods have to be implemented in the derived classes to handle error and status information - - //notify synchronization phases - enum Phase - { - PHASE_NONE, //initial status - PHASE_SCANNING, - PHASE_COMPARING_CONTENT, - PHASE_SYNCHRONIZING - }; - virtual void initNewPhase(int itemsTotal, int64_t bytesTotal, Phase phaseId) = 0; //throw X; informs about the estimated amount of data that will be processed in this phase +struct PhaseCallback +{ + virtual ~PhaseCallback() {} //note: this one must NOT throw in order to properly allow undoing setting of statistics! - //it is in general paired with a call to requestUiRefresh() to compensate! - virtual void updateDataProcessed(int itemsDelta, int64_t bytesDelta) = 0; //noexcept!! + //it is in general paired with a call to requestUiUpdate() to compensate! + virtual void updateDataProcessed(int itemsDelta, int64_t bytesDelta) = 0; //noexcept! virtual void updateDataTotal (int itemsDelta, int64_t bytesDelta) = 0; // /* the estimated and actual total workload may change *during* sync: 1. file cannot be moved -> fallback to copy + delete @@ -53,35 +41,40 @@ struct ProcessCallback 10. Error during file copy, retry: bytes were copied => increases total workload! */ - //opportunity to abort must be implemented in a frequently-executed method like requestUiRefresh() - virtual void requestUiRefresh() = 0; //throw X - virtual void forceUiRefresh () = 0; //throw X - called before starting long running tasks which don't update regularly + //opportunity to abort must be implemented in a frequently-executed method like requestUiUpdate() + virtual void requestUiUpdate(bool force = false) = 0; //throw X //UI info only, should not be logged: called periodically after data was processed: expected(!) to request GUI update - virtual void reportStatus(const std::wstring& text) = 0; //throw X + virtual void updateStatus(const std::wstring& msg) = 0; //throw X - //logging only, no status update! - virtual void logInfo(const std::wstring& msg) = 0; - - //called periodically after data was processed - void reportInfo(const std::wstring& msg) //throw X - { - logInfo(msg); - reportStatus(msg); //throw X - } + //like updateStatus() but should be logged: + virtual void reportInfo(const std::wstring& msg) = 0; //throw X virtual void reportWarning(const std::wstring& msg, bool& warningActive) = 0; //throw X - //error handling: enum Response { - ignoreError, + ignore, retry }; - virtual Response reportError (const std::wstring& msg, size_t retryNumber) = 0; //throw X; recoverable error situation - virtual void reportFatalError(const std::wstring& msg) = 0; //throw X; non-recoverable error situation + virtual Response reportError (const std::wstring& msg, size_t retryNumber) = 0; //throw X; recoverable error + virtual void reportFatalError(const std::wstring& msg) = 0; //throw X; non-recoverable error +}; + - [[noreturn]] virtual void abortProcessNow() = 0; //will throw an exception => don't call while in a C GUI callstack +enum class ProcessPhase +{ + none, //initial status + scanning, + comparingContent, + synchronizing +}; + +//report status during comparison and synchronization +struct ProcessCallback : public PhaseCallback +{ + //informs about the estimated amount of data that will be processed in the next synchronization phase + virtual void initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessPhase phaseId) = 0; //throw X }; } diff --git a/FreeFileSync/Source/base/resolve_path.cpp b/FreeFileSync/Source/base/resolve_path.cpp index 1799acb5..83e6d226 100644 --- a/FreeFileSync/Source/base/resolve_path.cpp +++ b/FreeFileSync/Source/base/resolve_path.cpp @@ -157,7 +157,7 @@ namespace //expand volume name if possible, return original input otherwise Zstring expandVolumeName(Zstring pathPhrase) // [volname]:\folder [volname]\folder [volname]folder -> C:\folder { - //this would be a nice job for a C++11 regex... + //use C++11 regex? //we only expect the [.*] pattern at the beginning => do not touch dir names like "C:\somedir\[stuff]" trim(pathPhrase, true, false); diff --git a/FreeFileSync/Source/base/status_handler.cpp b/FreeFileSync/Source/base/status_handler.cpp index aba4810c..19d1e882 100644 --- a/FreeFileSync/Source/base/status_handler.cpp +++ b/FreeFileSync/Source/base/status_handler.cpp @@ -12,14 +12,14 @@ namespace { std::chrono::steady_clock::time_point lastExec; -}; +} -bool fff::updateUiIsAllowed() +bool fff::uiUpdateDue(bool force) { const auto now = std::chrono::steady_clock::now(); - if (now >= lastExec + UI_UPDATE_INTERVAL) + if (now >= lastExec + UI_UPDATE_INTERVAL || force) { lastExec = now; return true; diff --git a/FreeFileSync/Source/base/status_handler.h b/FreeFileSync/Source/base/status_handler.h index 561e0cc7..e91a2d1a 100644 --- a/FreeFileSync/Source/base/status_handler.h +++ b/FreeFileSync/Source/base/status_handler.h @@ -19,7 +19,7 @@ namespace fff { -bool updateUiIsAllowed(); //test if a specific amount of time is over +bool uiUpdateDue(bool force = false); //test if a specific amount of time is over /* Updating GUI is fast! @@ -34,11 +34,11 @@ class AbortProcess {}; enum class AbortTrigger { - USER, - PROGRAM, + user, + program, }; -//gui may want to abort process +//GUI may want to abort process struct AbortCallback { virtual ~AbortCallback() {} @@ -59,10 +59,10 @@ struct Statistics { virtual ~Statistics() {} - virtual ProcessCallback::Phase currentPhase() const = 0; + virtual ProcessPhase currentPhase() const = 0; - virtual ProgressStats getStatsCurrent(ProcessCallback::Phase phase) const = 0; - virtual ProgressStats getStatsTotal (ProcessCallback::Phase phase) const = 0; + virtual ProgressStats getStatsCurrent() const = 0; + virtual ProgressStats getStatsTotal () const = 0; virtual std::optional<AbortTrigger> getAbortStatus() const = 0; virtual const std::wstring& currentStatusText() const = 0; @@ -84,116 +84,87 @@ struct ProcessSummary class StatusHandler : public ProcessCallback, public AbortCallback, public Statistics { public: - StatusHandler() - { - updateData(statsTotal_, -1, -1); - } + //StatusHandler() {} //implement parts of ProcessCallback - void initNewPhase(int itemsTotal, int64_t bytesTotal, Phase phase) override //(throw X) + void initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessPhase phase) override //(throw X) { assert((itemsTotal < 0) == (bytesTotal < 0)); currentPhase_ = phase; - refStats(statsTotal_, currentPhase_) = { itemsTotal, bytesTotal }; + statsCurrent_ = {}; + statsTotal_ = { itemsTotal, bytesTotal }; } void updateDataProcessed(int itemsDelta, int64_t bytesDelta) override { updateData(statsCurrent_, itemsDelta, bytesDelta); } //note: these methods MUST NOT throw in order void updateDataTotal (int itemsDelta, int64_t bytesDelta) override { updateData(statsTotal_, itemsDelta, bytesDelta); } //to allow usage within destructors! - void requestUiRefresh() override final //throw AbortProcess - { - if (updateUiIsAllowed()) - forceUiRefresh(); //throw AbortProcess - } - - void forceUiRefresh() override final //throw AbortProcess + void requestUiUpdate(bool force) final //throw AbortProcess { - const bool abortRequestedBefore = static_cast<bool>(abortRequested_); - - forceUiRefreshNoThrow(); - - //triggered by userRequestAbort() - // => sufficient to evaluate occasionally when updateUiIsAllowed()! - // => refresh *before* throwing: support requestUiRefresh() during destruction - if (abortRequested_) + if (uiUpdateDue(force)) { - if (!abortRequestedBefore) - forceUiRefreshNoThrow(); //just once to immediately show the "Stop requested..." status after user clicks cancel - throw AbortProcess(); + const bool abortRequestedBefore = static_cast<bool>(abortRequested_); + + forceUiUpdateNoThrow(); + + //triggered by userRequestAbort() + // => sufficient to evaluate occasionally when uiUpdateDue()! + // => refresh *before* throwing: support requestUiUpdate() during destruction + if (abortRequested_) + { + if (!abortRequestedBefore) + forceUiUpdateNoThrow(); //just once to immediately show the "Stop requested..." status after user clicks cancel + throw AbortProcess(); + } } } - virtual void forceUiRefreshNoThrow() = 0; //noexcept + virtual void forceUiUpdateNoThrow() = 0; //noexcept - void reportStatus(const std::wstring& text) override final //throw AbortProcess + void updateStatus(const std::wstring& msg) final //throw AbortProcess { - //assert(!text.empty()); -> possible, e.g. start of parallel scan - statusText_ = text; //update text *before* running operations that can throw - requestUiRefresh(); //throw AbortProcess + //assert(!msg.empty()); -> possible, e.g. start of parallel scan + statusText_ = msg; //update *before* running operations that can throw + requestUiUpdate(false /*force*/); //throw AbortProcess } - [[noreturn]] void abortProcessNow() override + [[noreturn]] void abortProcessNow(AbortTrigger trigger) { - if (!abortRequested_) abortRequested_ = AbortTrigger::PROGRAM; - forceUiRefreshNoThrow(); - throw AbortProcess(); - } + if (!abortRequested_ || trigger == AbortTrigger::user) //AbortTrigger::USER overwrites AbortTrigger::program + abortRequested_ = trigger; - [[noreturn]] void userAbortProcessNow() - { - abortRequested_ = AbortTrigger::USER; //may overwrite AbortTrigger::PROGRAM - forceUiRefreshNoThrow(); //flush GUI to show new abort state + forceUiUpdateNoThrow(); //flush GUI to show new cancelled state throw AbortProcess(); } //implement AbortCallback - void userRequestAbort() override final + void userRequestAbort() final { - abortRequested_ = AbortTrigger::USER; //may overwrite AbortTrigger::PROGRAM + abortRequested_ = AbortTrigger::user; //may overwrite AbortTrigger::program } //called from GUI code: this does NOT call abortProcessNow() immediately, but later when we're out of the C GUI call stack - //=> don't call forceUiRefreshNoThrow() here + //=> don't call forceUiUpdateNoThrow() here! //implement Statistics - Phase currentPhase() const override final { return currentPhase_; } + ProcessPhase currentPhase() const final { return currentPhase_; } - ProgressStats getStatsCurrent(ProcessCallback::Phase phase) const override { return refStats(statsCurrent_, phase); } - ProgressStats getStatsTotal (ProcessCallback::Phase phase) const override { return refStats(statsTotal_, phase); } + ProgressStats getStatsCurrent() const override { return statsCurrent_; } + ProgressStats getStatsTotal () const override { return statsTotal_; } const std::wstring& currentStatusText() const override { return statusText_; } std::optional<AbortTrigger> getAbortStatus() const override { return abortRequested_; } private: - void updateData(std::vector<ProgressStats>& num, int itemsDelta, int64_t bytesDelta) - { - auto& st = refStats(num, currentPhase_); - assert(st.items >= 0); - assert(st.bytes >= 0); - st.items += itemsDelta; - st.bytes += bytesDelta; - } - - static const ProgressStats& refStats(const std::vector<ProgressStats>& num, Phase phase) + void updateData(ProgressStats& stats, int itemsDelta, int64_t bytesDelta) { - switch (phase) - { - case PHASE_SCANNING: - return num[0]; - case PHASE_COMPARING_CONTENT: - return num[1]; - case PHASE_SYNCHRONIZING: - return num[2]; - case PHASE_NONE: - break; - } - return num[3]; //dummy entry! + assert(stats.items >= 0); + assert(stats.bytes >= 0); + stats.items += itemsDelta; + stats.bytes += bytesDelta; } - static ProgressStats& refStats(std::vector<ProgressStats>& num, Phase phase) { return const_cast<ProgressStats&>(refStats(static_cast<const std::vector<ProgressStats>&>(num), phase)); } - - Phase currentPhase_ = PHASE_NONE; - std::vector<ProgressStats> statsCurrent_ = std::vector<ProgressStats>(4); //init with phase count - std::vector<ProgressStats> statsTotal_ = std::vector<ProgressStats>(4); // + ProcessPhase currentPhase_ = ProcessPhase::none; + ProgressStats statsCurrent_; + ProgressStats statsTotal_ { -1, -1 }; std::wstring statusText_; std::optional<AbortTrigger> abortRequested_; diff --git a/FreeFileSync/Source/base/status_handler_impl.h b/FreeFileSync/Source/base/status_handler_impl.h index c3b32ca6..be6b6fa5 100644 --- a/FreeFileSync/Source/base/status_handler_impl.h +++ b/FreeFileSync/Source/base/status_handler_impl.h @@ -20,19 +20,19 @@ public: AsyncCallback() {} //non-blocking: context of worker thread (and main thread, see reportStats()) - void updateDataProcessed(int itemsDelta, int64_t bytesDelta) //noexcept!! + void updateDataProcessed(int itemsDelta, int64_t bytesDelta) //noexcept! { itemsDeltaProcessed_ += itemsDelta; bytesDeltaProcessed_ += bytesDelta; } - void updateDataTotal(int itemsDelta, int64_t bytesDelta) //noexcept!! + void updateDataTotal(int itemsDelta, int64_t bytesDelta) //noexcept! { itemsDeltaTotal_ += itemsDelta; bytesDeltaTotal_ += bytesDelta; } //context of worker thread - void reportStatus(const std::wstring& msg) //throw ThreadInterruption + void updateStatus(const std::wstring& msg) //throw ThreadInterruption { assert(!zen::runningMainThread()); { @@ -49,25 +49,20 @@ public: // so all other worker threads will wait when coming out of parallel I/O (trying to lock singleThread) void reportInfo(const std::wstring& msg) //throw ThreadInterruption { - reportStatus(msg); //throw ThreadInterruption - logInfo (msg); // - } + updateStatus(msg); //throw ThreadInterruption - //blocking call: context of worker thread - void logInfo(const std::wstring& msg) //throw ThreadInterruption - { assert(!zen::runningMainThread()); std::unique_lock dummy(lockRequest_); - zen::interruptibleWait(conditionReadyForNewRequest_, dummy, [this] { return !logInfoRequest_; }); //throw ThreadInterruption + zen::interruptibleWait(conditionReadyForNewRequest_, dummy, [this] { return !reportInfoRequest_; }); //throw ThreadInterruption - logInfoRequest_ = /*std::move(taskPrefix) + */ msg; + reportInfoRequest_ = /*std::move(taskPrefix) + */ msg; dummy.unlock(); //optimization for condition_variable::notify_all() conditionNewRequest.notify_all(); } //blocking call: context of worker thread - ProcessCallback::Response reportError(const std::wstring& msg, size_t retryNumber) //throw ThreadInterruption + PhaseCallback::Response reportError(const std::wstring& msg, size_t retryNumber) //throw ThreadInterruption { assert(!zen::runningMainThread()); std::unique_lock dummy(lockRequest_); @@ -78,27 +73,27 @@ public: zen::interruptibleWait(conditionHaveResponse_, dummy, [this] { return static_cast<bool>(errorResponse_); }); //throw ThreadInterruption - ProcessCallback::Response rv = *errorResponse_; + PhaseCallback::Response rv = *errorResponse_; errorRequest_ = {}; errorResponse_ = {}; dummy.unlock(); //optimization for condition_variable::notify_all() - conditionReadyForNewRequest_.notify_all(); //=> spurious wake-up for AsyncCallback::logInfo() + conditionReadyForNewRequest_.notify_all(); //=> spurious wake-up for AsyncCallback::reportInfo() return rv; } //context of main thread - void waitUntilDone(std::chrono::milliseconds duration, ProcessCallback& cb) //throw X + void waitUntilDone(std::chrono::milliseconds duration, PhaseCallback& cb) //throw X { assert(zen::runningMainThread()); for (;;) { const std::chrono::steady_clock::time_point callbackTime = std::chrono::steady_clock::now() + duration; - for (std::unique_lock dummy(lockRequest_) ;;) //process all errors without delay + for (std::unique_lock dummy(lockRequest_);;) //process all errors without delay { - const bool rv = conditionNewRequest.wait_until(dummy, callbackTime, [this] { return (errorRequest_ && !errorResponse_) || logInfoRequest_ || finishNowRequest_; }); + const bool rv = conditionNewRequest.wait_until(dummy, callbackTime, [this] { return (errorRequest_ && !errorResponse_) || reportInfoRequest_ || finishNowRequest_; }); if (!rv) //time-out + condition not met break; @@ -108,10 +103,10 @@ public: errorResponse_ = cb.reportError(errorRequest_->msg, errorRequest_->retryNumber); //throw X conditionHaveResponse_.notify_all(); //instead of notify_one(); workaround bug: https://svn.boost.org/trac/boost/ticket/7796 } - if (logInfoRequest_) + if (reportInfoRequest_) { - cb.logInfo(*logInfoRequest_); - logInfoRequest_ = {}; + cb.reportInfo(*reportInfoRequest_); //throw X + reportInfoRequest_ = {}; conditionReadyForNewRequest_.notify_all(); //=> spurious wake-up for AsyncCallback::reportError() } if (finishNowRequest_) @@ -123,7 +118,7 @@ public: } //call member functions outside of mutex scope: - cb.reportStatus(getCurrentStatus()); //throw X + cb.updateStatus(getCurrentStatus()); //throw X reportStats(cb); } } @@ -217,7 +212,7 @@ private: #endif //context of main thread - void reportStats(ProcessCallback& cb) + void reportStats(PhaseCallback& cb) { assert(zen::runningMainThread()); @@ -225,13 +220,13 @@ private: if (deltaProcessed.first != 0 || deltaProcessed.second != 0) { updateDataProcessed (-deltaProcessed.first, -deltaProcessed.second); //careful with these atomics: don't just set to 0 - cb.updateDataProcessed( deltaProcessed.first, deltaProcessed.second); //noexcept!! + cb.updateDataProcessed( deltaProcessed.first, deltaProcessed.second); //noexcept! } const std::pair<int, int64_t> deltaTotal(itemsDeltaTotal_, bytesDeltaTotal_); if (deltaTotal.first != 0 || deltaTotal.second != 0) { updateDataTotal (-deltaTotal.first, -deltaTotal.second); - cb.updateDataTotal( deltaTotal.first, deltaTotal.second); //noexcept!! + cb.updateDataTotal( deltaTotal.first, deltaTotal.second); //noexcept! } } @@ -240,7 +235,7 @@ private: { assert(zen::runningMainThread()); - int parallelOpsTotal = 0; + size_t parallelOpsTotal = 0; std::wstring statusMsg; { std::lock_guard dummy(lockCurrentStatus_); @@ -273,9 +268,9 @@ private: std::condition_variable conditionReadyForNewRequest_; std::condition_variable conditionNewRequest; std::condition_variable conditionHaveResponse_; - std::optional<ErrorInfo> errorRequest_; - std::optional<ProcessCallback::Response> errorResponse_; - std::optional<std::wstring> logInfoRequest_; + std::optional<ErrorInfo> errorRequest_; + std::optional<PhaseCallback::Response> errorResponse_; + std::optional<std::wstring> reportInfoRequest_; bool finishNowRequest_ = false; //---- status updates ---- @@ -294,7 +289,7 @@ private: //manage statistics reporting for a single item of work -template <class Callback = ProcessCallback> +template <class Callback = PhaseCallback> class ItemStatReporter { public: @@ -314,18 +309,18 @@ public: cb_.updateDataTotal(itemsReported_ - itemsExpected_, bytesReported_ - bytesExpected_); //noexcept! } - void reportStatus(const std::wstring& msg) { cb_.reportStatus(msg); } //throw ThreadInterruption + void updateStatus(const std::wstring& msg) { cb_.updateStatus(msg); } //throw ThreadInterruption - void reportDelta(int itemsDelta, int64_t bytesDelta) //nothrow! + void reportDelta(int itemsDelta, int64_t bytesDelta) //noexcept! { - cb_.updateDataProcessed(itemsDelta, bytesDelta); //nothrow! + cb_.updateDataProcessed(itemsDelta, bytesDelta); //noexcept! itemsReported_ += itemsDelta; bytesReported_ += bytesDelta; //special rule: avoid temporary statistics mess up, even though they are corrected anyway below: if (itemsReported_ > itemsExpected_) { - cb_.updateDataTotal(itemsReported_ - itemsExpected_, 0); + cb_.updateDataTotal(itemsReported_ - itemsExpected_, 0); //noexcept! itemsReported_ = itemsExpected_; } if (bytesReported_ > bytesExpected_) @@ -362,9 +357,9 @@ std::wstring tryReportingError(Function cmd /*throw FileError*/, Callback& cb /* assert(!e.toString().empty()); switch (cb.reportError(e.toString(), retryNumber)) //throw X { - case ProcessCallback::ignoreError: + case PhaseCallback::ignore: return e.toString(); - case ProcessCallback::retry: + case PhaseCallback::retry: break; //continue with loop } } @@ -383,7 +378,7 @@ namespace { void massParallelExecute(const std::vector<std::pair<AbstractPath, ParallelWorkItem>>& workload, const std::string& threadGroupName, - ProcessCallback& callback /*throw X*/) //throw X + PhaseCallback& callback /*throw X*/) //throw X { using namespace zen; @@ -394,8 +389,8 @@ void massParallelExecute(const std::vector<std::pair<AbstractPath, ParallelWorkI if (perDeviceWorkload.empty()) return; //[!] otherwise AsyncCallback::notifyAllDone() is never called! - AsyncCallback acb; //manage life time: enclose ThreadGroup's!!! - std::atomic<int> activeDeviceCount(perDeviceWorkload.size()); // + AsyncCallback acb; //manage life time: enclose ThreadGroup's!!! + std::atomic<size_t> activeDeviceCount(perDeviceWorkload.size()); // //--------------------------------------------------------------------------------------------------------- std::map<AfsDevice, ThreadGroup<std::function<void()>>> deviceThreadGroups; //worker threads live here... diff --git a/FreeFileSync/Source/base/structures.cpp b/FreeFileSync/Source/base/structures.cpp index 0c9c25e6..ba8b3a83 100644 --- a/FreeFileSync/Source/base/structures.cpp +++ b/FreeFileSync/Source/base/structures.cpp @@ -58,11 +58,11 @@ std::wstring fff::getVariantName(CompareVariant var) { switch (var) { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: return _("File time and size"); - case CompareVariant::CONTENT: + case CompareVariant::content: return _("File content"); - case CompareVariant::SIZE: + case CompareVariant::size: return _("File size"); } assert(false); diff --git a/FreeFileSync/Source/base/structures.h b/FreeFileSync/Source/base/structures.h index deb9811f..56c4cbaf 100644 --- a/FreeFileSync/Source/base/structures.h +++ b/FreeFileSync/Source/base/structures.h @@ -20,9 +20,9 @@ using AFS = AbstractFileSystem; enum class CompareVariant { - TIME_SIZE, - CONTENT, - SIZE + timeSize, + content, + size }; std::wstring getVariantName(CompareVariant var); @@ -49,9 +49,9 @@ enum CompareFileResult FILE_EQUAL, FILE_LEFT_SIDE_ONLY, FILE_RIGHT_SIDE_ONLY, - FILE_LEFT_NEWER, //CompareVariant::TIME_SIZE only! + FILE_LEFT_NEWER, //CompareVariant::timeSize only! FILE_RIGHT_NEWER, // - FILE_DIFFERENT_CONTENT, //CompareVariant::CONTENT, CompareVariant::SIZE only! + FILE_DIFFERENT_CONTENT, //CompareVariant::content, CompareVariant::size only! FILE_DIFFERENT_METADATA, //both sides equal, but different metadata only: short name case FILE_CONFLICT }; @@ -111,9 +111,9 @@ struct DirectionSet { SyncDirection exLeftSideOnly = SyncDirection::RIGHT; SyncDirection exRightSideOnly = SyncDirection::LEFT; - SyncDirection leftNewer = SyncDirection::RIGHT; //CompareVariant::TIME_SIZE only! + SyncDirection leftNewer = SyncDirection::RIGHT; //CompareVariant::timeSize only! SyncDirection rightNewer = SyncDirection::LEFT; // - SyncDirection different = SyncDirection::NONE; //CompareVariant::CONTENT, CompareVariant::SIZE only! + SyncDirection different = SyncDirection::NONE; //CompareVariant::content, CompareVariant::size only! SyncDirection conflict = SyncDirection::NONE; }; @@ -174,7 +174,7 @@ bool effectivelyEqual(const DirectionConfig& lhs, const DirectionConfig& rhs) struct CompConfig { - CompareVariant compareVar = CompareVariant::TIME_SIZE; + CompareVariant compareVar = CompareVariant::timeSize; SymLinkHandling handleSymlinks = SymLinkHandling::EXCLUDE; std::vector<unsigned int> ignoreTimeShiftMinutes; //treat modification times with these offsets as equal }; @@ -198,16 +198,16 @@ std::wstring toTimeShiftPhrase (const std::vector<unsigned int>& i enum class DeletionPolicy { - PERMANENT, - RECYCLER, - VERSIONING + permanent, + recycler, + versioning }; enum class VersioningStyle { - REPLACE, - TIMESTAMP_FOLDER, - TIMESTAMP_FILE, + replace, + timestampFolder, + timestampFile, }; struct SyncConfig @@ -215,13 +215,13 @@ struct SyncConfig //sync direction settings DirectionConfig directionCfg; - DeletionPolicy handleDeletion = DeletionPolicy::RECYCLER; //use Recycle Bin, delete permanently or move to user-defined location + DeletionPolicy handleDeletion = DeletionPolicy::recycler; //use Recycle Bin, delete permanently or move to user-defined location //versioning options Zstring versioningFolderPhrase; - VersioningStyle versioningStyle = VersioningStyle::REPLACE; + VersioningStyle versioningStyle = VersioningStyle::replace; - //limit number of versions per file: (if versioningStyle != REPLACE) + //limit number of versions per file: (if versioningStyle != replace) int versionMaxAgeDays = 0; //<= 0 := no limit int versionCountMin = 0; //only used if versionMaxAgeDays > 0 => < versionCountMax (if versionCountMax > 0) int versionCountMax = 0; //<= 0 := no limit @@ -232,10 +232,10 @@ inline bool operator==(const SyncConfig& lhs, const SyncConfig& rhs) { return lhs.directionCfg == rhs.directionCfg && - lhs.handleDeletion == rhs.handleDeletion && //!= DeletionPolicy::VERSIONING => still consider versioningFolderPhrase: e.g. user temporarily + lhs.handleDeletion == rhs.handleDeletion && //!= DeletionPolicy::versioning => still consider versioningFolderPhrase: e.g. user temporarily lhs.versioningFolderPhrase == rhs.versioningFolderPhrase && //switched to "permanent" deletion and accidentally saved cfg => versioning folder is easily restored lhs.versioningStyle == rhs.versioningStyle && - (lhs.versioningStyle == VersioningStyle::REPLACE || + (lhs.versioningStyle == VersioningStyle::replace || ( lhs.versionMaxAgeDays == rhs.versionMaxAgeDays && (lhs.versionMaxAgeDays <= 0 || @@ -252,11 +252,11 @@ bool effectivelyEqual(const SyncConfig& lhs, const SyncConfig& rhs) { return effectivelyEqual(lhs.directionCfg, rhs.directionCfg) && lhs.handleDeletion == rhs.handleDeletion && - (lhs.handleDeletion != DeletionPolicy::VERSIONING || //only evaluate versioning folder if required! + (lhs.handleDeletion != DeletionPolicy::versioning || //only evaluate versioning folder if required! ( lhs.versioningFolderPhrase == rhs.versioningFolderPhrase && lhs.versioningStyle == rhs.versioningStyle && - (lhs.versioningStyle == VersioningStyle::REPLACE || + (lhs.versioningStyle == VersioningStyle::replace || ( lhs.versionMaxAgeDays == rhs.versionMaxAgeDays && (lhs.versionMaxAgeDays <= 0 || diff --git a/FreeFileSync/Source/base/synchronization.cpp b/FreeFileSync/Source/base/synchronization.cpp index 24272eb1..fdb9e23e 100644 --- a/FreeFileSync/Source/base/synchronization.cpp +++ b/FreeFileSync/Source/base/synchronization.cpp @@ -247,9 +247,9 @@ void SyncStatistics::processFolder(const FolderPair& folder) /* - DeletionPolicy::PERMANENT: deletion frees space - DeletionPolicy::RECYCLER: won't free space until recycler is full, but then frees space - DeletionPolicy::VERSIONING: depends on whether versioning folder is on a different volume + DeletionPolicy::permanent: deletion frees space + DeletionPolicy::recycler: won't free space until recycler is full, but then frees space + DeletionPolicy::versioning: depends on whether versioning folder is on a different volume -> if deleted item is a followed symlink, no space is freed -> created/updated/deleted item may be on a different volume than base directory: consider symlinks, junctions! @@ -585,7 +585,7 @@ public: time_t syncStartTime); //clean-up temporary directory (recycle bin optimization) - void tryCleanup(ProcessCallback& cb /*throw X*/, bool allowCallbackException); //throw FileError -> call this in non-exceptional code path, i.e. somewhere after sync! + void tryCleanup(PhaseCallback& cb /*throw X*/); //throw X void removeDirWithCallback (const AbstractPath& dirPath, const Zstring& relativePath, AsyncItemStatReporter& statReporter, std::mutex& singleThread); // void removeFileWithCallback(const FileDescriptor& fileDescr, const Zstring& relativePath, AsyncItemStatReporter& statReporter, std::mutex& singleThread); //throw FileError, ThreadInterruption @@ -601,7 +601,7 @@ private: AFS::RecycleSession& getOrCreateRecyclerSession() //throw FileError => dont create in constructor!!! { - assert(deletionPolicy_ == DeletionPolicy::RECYCLER); + assert(deletionPolicy_ == DeletionPolicy::recycler); if (!recyclerSession_) recyclerSession_ = AFS::createRecyclerSession(baseFolderPath_); //throw FileError return *recyclerSession_; @@ -609,7 +609,7 @@ private: FileVersioner& getOrCreateVersioner() //throw FileError => dont create in constructor!!! { - assert(deletionPolicy_ == DeletionPolicy::VERSIONING); + assert(deletionPolicy_ == DeletionPolicy::versioning); if (!versioner_) versioner_ = std::make_unique<FileVersioner>(versioningFolderPath_, versioningStyle_, syncStartTime_); //throw FileError return *versioner_; @@ -620,7 +620,7 @@ private: const AbstractPath baseFolderPath_; std::unique_ptr<AFS::RecycleSession> recyclerSession_; - //used only for DeletionPolicy::VERSIONING: + //used only for DeletionPolicy::versioning: const AbstractPath versioningFolderPath_; const VersioningStyle versioningStyle_; const time_t syncStartTime_; @@ -649,11 +649,11 @@ DeletionHandler::DeletionHandler(const AbstractPath& baseFolderPath, //nothrow! { switch (deletionPolicy) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: return _("Deleting file %x"); - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: return _("Moving file %x to the recycle bin"); - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: return replaceCpy(_("Moving file %x to %y"), L"%y", fmtPath(AFS::getDisplayPath(versioningFolderPath_))); } return std::wstring(); @@ -662,11 +662,11 @@ txtRemovingSymlink_([&] { switch (deletionPolicy) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: return _("Deleting symbolic link %x"); - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: return _("Moving symbolic link %x to the recycle bin"); - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: return replaceCpy(_("Moving symbolic link %x to %y"), L"%y", fmtPath(AFS::getDisplayPath(versioningFolderPath_))); } return std::wstring(); @@ -675,48 +675,39 @@ txtRemovingFolder_([&] { switch (deletionPolicy) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: return _("Deleting folder %x"); - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: return _("Moving folder %x to the recycle bin"); - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: return replaceCpy(_("Moving folder %x to %y"), L"%y", fmtPath(AFS::getDisplayPath(versioningFolderPath_))); } return std::wstring(); }()) {} -void DeletionHandler::tryCleanup(ProcessCallback& cb /*throw X*/, bool allowCallbackException) //throw FileError +void DeletionHandler::tryCleanup(PhaseCallback& cb /*throw X*/) //throw X { assert(runningMainThread()); switch (deletionPolicy_) { - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: if (recyclerSession_) { auto notifyDeletionStatus = [&](const std::wstring& displayPath) { - try - { - if (!displayPath.empty()) - cb.reportStatus(replaceCpy(txtRemovingFile_, L"%x", fmtPath(displayPath))); //throw X - else - cb.requestUiRefresh(); //throw X - } - catch (...) - { - if (allowCallbackException) - throw; - } + if (!displayPath.empty()) + cb.updateStatus(replaceCpy(txtRemovingFile_, L"%x", fmtPath(displayPath))); //throw X + else + cb.requestUiUpdate(); //throw X }; - - //move content of temporary directory to recycle bin in a single call - recyclerSession_->tryCleanup(notifyDeletionStatus); //throw FileError + //move content of temporary directory to recycle bin in one go + tryReportingError([&] { recyclerSession_->tryCleanup(notifyDeletionStatus); /*throw FileError*/}, cb); //throw X } break; - case DeletionPolicy::PERMANENT: - case DeletionPolicy::VERSIONING: + case DeletionPolicy::permanent: + case DeletionPolicy::versioning: break; } } @@ -728,12 +719,12 @@ void DeletionHandler::removeDirWithCallback(const AbstractPath& folderPath,//thr { switch (deletionPolicy_) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: { //callbacks run *outside* singleThread_ lock! => fine auto notifyDeletion = [&statReporter](const std::wstring& statusText, const std::wstring& displayPath) { - statReporter.reportStatus(replaceCpy(statusText, L"%x", fmtPath(displayPath))); //throw ThreadInterruption + statReporter.updateStatus(replaceCpy(statusText, L"%x", fmtPath(displayPath))); //throw ThreadInterruption statReporter.reportDelta(1, 0); //it would be more correct to report *after* work was done! //OTOH: ThreadInterruption must not happen just after last deletion was successful: allow for transactional file model update! warn_static("=> indeed; fix!?") @@ -746,17 +737,17 @@ void DeletionHandler::removeDirWithCallback(const AbstractPath& folderPath,//thr } break; - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: parallel::recycleItemIfExists(getOrCreateRecyclerSession(), folderPath, relativePath, singleThread); //throw FileError statReporter.reportDelta(1, 0); //moving to recycler is ONE logical operation, irrespective of the number of child elements! break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: { //callbacks run *outside* singleThread_ lock! => fine auto notifyMove = [&statReporter](const std::wstring& statusText, const std::wstring& displayPathFrom, const std::wstring& displayPathTo) { - statReporter.reportStatus(replaceCpy(replaceCpy(statusText, L"%x", L"\n" + fmtPath(displayPathFrom)), L"%y", L"\n" + fmtPath(displayPathTo))); //throw ThreadInterruption + statReporter.updateStatus(replaceCpy(replaceCpy(statusText, L"%x", L"\n" + fmtPath(displayPathFrom)), L"%y", L"\n" + fmtPath(displayPathTo))); //throw ThreadInterruption statReporter.reportDelta(1, 0); //it would be more correct to report *after* work was done! warn_static("=> indeed; fix!?") }; @@ -782,13 +773,13 @@ void DeletionHandler::removeFileWithCallback(const FileDescriptor& fileDescr, // else switch (deletionPolicy_) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: parallel::removeFileIfExists(fileDescr.path, singleThread); //throw FileError break; - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: parallel::recycleItemIfExists(getOrCreateRecyclerSession(), fileDescr.path, relativePath, singleThread); //throw FileError break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: { //callback runs *outside* singleThread_ lock! => fine auto notifyUnbufferedIO = [&](int64_t bytesDelta) { statReporter.reportDelta(0, bytesDelta); interruptionPoint(); }; //throw ThreadInterruption @@ -810,13 +801,13 @@ void DeletionHandler::removeLinkWithCallback(const AbstractPath& linkPath, //thr { switch (deletionPolicy_) { - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: parallel::removeSymlinkIfExists(linkPath, singleThread); //throw FileError break; - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: parallel::recycleItemIfExists(getOrCreateRecyclerSession(), linkPath, relativePath, singleThread); //throw FileError break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: parallel::revisionSymlink(getOrCreateVersioner(), linkPath, relativePath, singleThread); //throw FileError break; } @@ -939,7 +930,7 @@ public: DeletionHandler& delHandlerRight; }; - static void runSync(SyncCtx& syncCtx, BaseFolderPair& baseFolder, ProcessCallback& cb) + static void runSync(SyncCtx& syncCtx, BaseFolderPair& baseFolder, PhaseCallback& cb) { runPass(PassNo::zero, syncCtx, baseFolder, cb); //prepare file moves runPass(PassNo::one, syncCtx, baseFolder, cb); //delete files (or overwrite big ones with smaller ones) @@ -973,7 +964,7 @@ private: static bool needZeroPass(const FilePair& file); static bool needZeroPass(const FolderPair& folder); - static void runPass(PassNo pass, SyncCtx& syncCtx, BaseFolderPair& baseFolder, ProcessCallback& cb); //throw X + static void runPass(PassNo pass, SyncCtx& syncCtx, BaseFolderPair& baseFolder, PhaseCallback& cb); //throw X RingBuffer<Workload::WorkItems> getFolderLevelWorkItems(PassNo pass, ContainerObject& parentFolder, Workload& workload); @@ -1050,7 +1041,7 @@ Notes: - All threads share a single mutex, unlocked only during file I/O => do N - Memory consumption: work items may grow indefinitely; however: test case "C:\" ~80MB per 1 million work items */ -void FolderPairSyncer::runPass(PassNo pass, SyncCtx& syncCtx, BaseFolderPair& baseFolder, ProcessCallback& cb) //throw X +void FolderPairSyncer::runPass(PassNo pass, SyncCtx& syncCtx, BaseFolderPair& baseFolder, PhaseCallback& cb) //throw X { std::mutex singleThread; //only a single worker thread may run at a time, except for parallel file I/O @@ -1060,8 +1051,8 @@ void FolderPairSyncer::runPass(PassNo pass, SyncCtx& syncCtx, BaseFolderPair& ba workload.addWorkItems(fps.getFolderLevelWorkItems(pass, baseFolder, workload)); //initial workload: set *before* threads get access! std::vector<InterruptibleThread> worker; - ZEN_ON_SCOPE_EXIT( for (InterruptibleThread& wt : worker) wt.join (); ); // - ZEN_ON_SCOPE_EXIT( for (InterruptibleThread& wt : worker) wt.interrupt(); ); //interrupt all first, then join + ZEN_ON_SCOPE_EXIT( for (InterruptibleThread& wt : worker) wt.join (); ); //interrupt all first, then join + ZEN_ON_SCOPE_EXIT( for (InterruptibleThread& wt : worker) wt.interrupt(); ); // size_t threadIdx = 0; std::string threadName = "Sync Worker"; @@ -1619,7 +1610,7 @@ void FolderPairSyncer::synchronizeFileInt(FilePair& file, SyncOperation syncOp) auto onDeleteTargetFile = [&] //delete target at appropriate time { - //reportStatus(this->delHandlerTrg.getTxtRemovingFile(), AFS::getDisplayPath(targetPathResolvedOld)); -> superfluous/confuses user + //updateStatus(this->delHandlerTrg.getTxtRemovingFile(), AFS::getDisplayPath(targetPathResolvedOld)); -> superfluous/confuses user FileAttributes followedTargetAttr = file.getAttributes<sideTrg>(); followedTargetAttr.isFollowedSymlink = false; @@ -1631,7 +1622,7 @@ void FolderPairSyncer::synchronizeFileInt(FilePair& file, SyncOperation syncOp) //file.removeObject<sideTrg>(); -> doesn't make sense for isFollowedSymlink(); "file, sideTrg" evaluated below! //if fail-safe file copy is active, then the next operation will be a simple "rename" - //=> don't risk reportStatus() throwing ThreadInterruption() leaving the target deleted rather than updated! + //=> don't risk updateStatus() throwing ThreadInterruption() leaving the target deleted rather than updated! //=> if failSafeFileCopy_ : don't run callbacks that could throw }; @@ -1669,7 +1660,7 @@ void FolderPairSyncer::synchronizeFileInt(FilePair& file, SyncOperation syncOp) else assert(false); -#if 0 //changing file time without copying content is not justified after CompareVariant::SIZE finds "equal" files! similar issue with CompareVariant::TIME_SIZE and FileTimeTolerance == -1 +#if 0 //changing file time without copying content is not justified after CompareVariant::size finds "equal" files! similar issue with CompareVariant::timeSize and FileTimeTolerance == -1 //Bonus: some devices don't support setting (precise) file times anyway, e.g. FAT or MTP! if (file.getLastWriteTime<sideTrg>() != file.getLastWriteTime<sideSrc>()) //- no need to call sameFileTime() or respect 2 second FAT/FAT32 precision in this comparison @@ -1790,14 +1781,14 @@ void FolderPairSyncer::synchronizeLinkInt(SymlinkPair& symlink, SyncOperation sy { AsyncItemStatReporter statReporter(1, 0, acb_); - //reportStatus(delHandlerTrg.getTxtRemovingSymLink(), AFS::getDisplayPath(symlink.getAbstractPath<sideTrg>())); + //updateStatus(delHandlerTrg.getTxtRemovingSymLink(), AFS::getDisplayPath(symlink.getAbstractPath<sideTrg>())); delHandlerTrg.removeLinkWithCallback(symlink.getAbstractPath<sideTrg>(), symlink.getRelativePath<sideTrg>(), statReporter, singleThread_); //throw FileError, X statReporter.reportDelta(-1, 0); //undo item stats reporting within DeletionHandler::removeLinkWithCallback() //symlink.removeObject<sideTrg>(); -> "symlink, sideTrg" evaluated below! - //=> don't risk reportStatus() throwing ThreadInterruption() leaving the target deleted rather than updated: - //reportStatus(txtUpdatingLink_, AFS::getDisplayPath(symlink.getAbstractPath<sideTrg>())); //restore status text + //=> don't risk updateStatus() throwing ThreadInterruption() leaving the target deleted rather than updated: + //updateStatus(txtUpdatingLink_, AFS::getDisplayPath(symlink.getAbstractPath<sideTrg>())); //restore status text parallel::copySymlink(symlink.getAbstractPath<sideSrc>(), AFS::appendRelPath(symlink.parent().getAbstractPath<sideTrg>(), symlink.getItemName<sideSrc>()), //respect differences in case of source object @@ -2040,7 +2031,7 @@ AFS::FileCopyResult FolderPairSyncer::copyFileWithCallback(const FileDescriptor& //########################################################################################### template <SelectedSide side> -bool baseFolderDrop(BaseFolderPair& baseFolder, ProcessCallback& callback) +bool baseFolderDrop(BaseFolderPair& baseFolder, PhaseCallback& callback) { const AbstractPath folderPath = baseFolder.getAbstractPath<side>(); @@ -2055,7 +2046,7 @@ bool baseFolderDrop(BaseFolderPair& baseFolder, ProcessCallback& callback) if (!status.failedChecks.empty()) throw status.failedChecks.begin()->second; - if (status.existing.find(folderPath) == status.existing.end()) + if (!contains(status.existing, folderPath)) throw FileError(replaceCpy(_("Cannot find folder %x."), L"%x", fmtPath(AFS::getDisplayPath(folderPath)))); //should really be logged as a "fatal error" if ignored by the user... }, callback); //throw X @@ -2068,7 +2059,7 @@ bool baseFolderDrop(BaseFolderPair& baseFolder, ProcessCallback& callback) template <SelectedSide side> //create base directories first (if not yet existing) -> no symlink or attribute copying! -bool createBaseFolder(BaseFolderPair& baseFolder, bool copyFilePermissions, ProcessCallback& callback) //return false if fatal error occurred +bool createBaseFolder(BaseFolderPair& baseFolder, bool copyFilePermissions, PhaseCallback& callback) //return false if fatal error occurred { static const SelectedSide sideSrc = OtherSide<side>::value; const AbstractPath baseFolderPath = baseFolder.getAbstractPath<side>(); @@ -2088,7 +2079,7 @@ bool createBaseFolder(BaseFolderPair& baseFolder, bool copyFilePermissions, Proc if (!status.failedChecks.empty()) throw status.failedChecks.begin()->second; - if (status.notExisting.find(baseFolderPath) != status.notExisting.end()) + if (contains(status.notExisting, baseFolderPath)) { if (baseFolder.isAvailable<sideSrc>()) //copy file permissions { @@ -2104,7 +2095,7 @@ bool createBaseFolder(BaseFolderPair& baseFolder, bool copyFilePermissions, Proc } else { - assert(status.existing.find(baseFolderPath) != status.existing.end()); + assert(contains(status.existing, baseFolderPath)); //TEMPORARY network drop! base directory not found during comparison, but reappears during synchronization //=> sync-directions are based on false assumptions! Abort. callback.reportFatalError(replaceCpy(_("Target folder %x is already existing, but was not available during folder comparison."), @@ -2166,7 +2157,7 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime //keep at beginning so that all gui elements are initialized properly callback.initNewPhase(itemsTotal, //throw X bytesTotal, - ProcessCallback::PHASE_SYNCHRONIZING); + ProcessPhase::synchronizing); } //------------------------------------------------------------------------------- @@ -2206,7 +2197,7 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime std::vector<std::pair<AbstractPath, std::pair<int64_t, int64_t>>> checkDiskSpaceMissing; //base folder / space required / space available - //status of base directories which are set to DeletionPolicy::RECYCLER (and contain actual items to be deleted) + //status of base directories which are set to DeletionPolicy::recycler (and contain actual items to be deleted) std::map<AbstractPath, bool> recyclerSupported; //expensive to determine on Win XP => buffer + check recycle bin existence only once per base folder! std::set<AbstractPath> checkVersioningPaths; @@ -2228,8 +2219,8 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime checkUnresolvedConflicts[&baseFolder] = folderPairStat.getConflicts(); //consider *all* paths that might be used during versioning limit at some time - if (folderPairCfg.handleDeletion == DeletionPolicy::VERSIONING && - folderPairCfg.versioningStyle != VersioningStyle::REPLACE) + if (folderPairCfg.handleDeletion == DeletionPolicy::versioning && + folderPairCfg.versioningStyle != VersioningStyle::replace) if (folderPairCfg.versionMaxAgeDays > 0 || folderPairCfg.versionCountMax > 0) //same check as in applyVersioningLimit() checkVersioningLimitPaths.insert(versioningFolderPath); @@ -2302,7 +2293,7 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime continue; } - if (folderPairCfg.handleDeletion == DeletionPolicy::VERSIONING) + if (folderPairCfg.handleDeletion == DeletionPolicy::versioning) { //check if user-defined directory for deletion was specified if (AFS::isNullPath(versioningFolderPath)) @@ -2359,9 +2350,9 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime { assert(!AFS::isNullPath(baseFolderPath)); if (!AFS::isNullPath(baseFolderPath)) - if (recyclerSupported.find(baseFolderPath) == recyclerSupported.end()) //perf: avoid duplicate checks! + if (!contains(recyclerSupported, baseFolderPath)) //perf: avoid duplicate checks! { - callback.reportStatus(replaceCpy(_("Checking recycle bin availability for folder %x..."), L"%x", //throw X + callback.updateStatus(replaceCpy(_("Checking recycle bin availability for folder %x..."), L"%x", //throw X fmtPath(AFS::getDisplayPath(baseFolderPath)))); bool recSupported = false; tryReportingError([&] @@ -2372,7 +2363,7 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime recyclerSupported.emplace(baseFolderPath, recSupported); } }; - if (folderPairCfg.handleDeletion == DeletionPolicy::RECYCLER) + if (folderPairCfg.handleDeletion == DeletionPolicy::recycler) { if (folderPairStat.expectPhysicalDeletion<LEFT_SIDE>()) checkRecycler(baseFolder.getAbstractPath<LEFT_SIDE>()); @@ -2519,6 +2510,52 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime std::set<VersioningLimitFolder> versionLimitFolders; + //------------------- show warnings after synchronization -------------------------------------- + //report errors when setting modification time as (a single) warning only! + const int exeptionCount = std::uncaught_exceptions(); + ZEN_ON_SCOPE_EXIT + ( + //*INDENT-OFF* + if (!errorsModTime.empty()) + { + std::wstring msg; + for (const FileError& e : errorsModTime) + { + std::wstring singleMsg = replaceCpy(e.toString(), L"\n\n", L"\n"); + msg += singleMsg + L"\n\n"; + } + msg.resize(msg.size() - 2); + + const bool scopeFail = std::uncaught_exceptions() > exeptionCount; + if (!scopeFail) + callback.reportWarning(msg, warnings.warnModificationTimeError); //throw X + else //at least log warnings when sync is cancelled + try { callback.reportInfo(msg); /*throw X*/} catch (...) {}; + } + //*INDENT-ON* + ); + //---------------------------------------------------------------------------------------------- + class PcbNoThrow : public PhaseCallback + { + public: + PcbNoThrow(ProcessCallback& callback) : callback_(callback) {} + + void updateDataProcessed(int itemsDelta, int64_t bytesDelta) override {} //logically not part of sync data, so let's ignore + void updateDataTotal (int itemsDelta, int64_t bytesDelta) override {} // + + void requestUiUpdate(bool force) override { try { callback_.requestUiUpdate(force); /*throw X*/} catch (...) {}; } + + void updateStatus(const std::wstring& msg) override { try { callback_.updateStatus(msg); /*throw X*/} catch (...) {}; } + void reportInfo (const std::wstring& msg) override { try { callback_.reportInfo (msg); /*throw X*/} catch (...) {}; } + + void reportWarning (const std::wstring& msg, bool& warningActive) override { reportInfo(msg); /*ignore*/ } + Response reportError (const std::wstring& msg, size_t retryNumber) override { reportInfo(msg); return Response::ignore; } + void reportFatalError(const std::wstring& msg) override { reportInfo(msg); /*ignore*/ } + + private: + ProcessCallback& callback_; + } callbackNoThrow(callback); + try { //loop through all directory pairs @@ -2533,9 +2570,10 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime continue; //------------------------------------------------------------------------------------------ - callback.reportInfo(_("Synchronizing folder pair:") + L" " + getVariantNameForLog(folderPairCfg.syncVariant) + L"\n" + //throw X - L" " + AFS::getDisplayPath(baseFolder.getAbstractPath< LEFT_SIDE>()) + L"\n" + - L" " + AFS::getDisplayPath(baseFolder.getAbstractPath<RIGHT_SIDE>())); + if (folderCmp.size() > 1) + callback.reportInfo(_("Synchronizing folder pair:") + L" " + getVariantNameForLog(folderPairCfg.syncVariant) + L"\n" + //throw X + L" " + AFS::getDisplayPath(baseFolder.getAbstractPath< LEFT_SIDE>()) + L"\n" + + L" " + AFS::getDisplayPath(baseFolder.getAbstractPath<RIGHT_SIDE>())); //------------------------------------------------------------------------------------------ //checking a second time: (a long time may have passed since syncing the previous folder pairs!) @@ -2552,16 +2590,12 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime //------------------------------------------------------------------------------------------ //execute synchronization recursively - //update synchronization database in case of errors: - auto guardDbSave = makeGuard<ScopeGuardRunMode::ON_FAIL>([&] + //update database even when sync is cancelled: + auto guardDbSave = makeGuard<ScopeGuardRunMode::onFail>([&] { - try - { - if (folderPairCfg.saveSyncDB) - saveLastSynchronousState(baseFolder, failSafeFileCopy, //throw FileError - [&](const std::wstring& statusMsg) { try { callback.reportStatus(statusMsg); /*throw X*/} catch (...) {}}); - } - catch (FileError&) {} + if (folderPairCfg.saveSyncDB) + saveLastSynchronousState(baseFolder, failSafeFileCopy, + callbackNoThrow); }); if (jobType[folderIndex] == FolderPairJobType::PROCESS) @@ -2582,12 +2616,12 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime auto getEffectiveDeletionPolicy = [&](const AbstractPath& baseFolderPath) -> DeletionPolicy { - if (folderPairCfg.handleDeletion == DeletionPolicy::RECYCLER) + if (folderPairCfg.handleDeletion == DeletionPolicy::recycler) { auto it = recyclerSupported.find(baseFolderPath); if (it != recyclerSupported.end()) //buffer filled during intro checks (but only if deletions are expected) if (!it->second) - return DeletionPolicy::PERMANENT; //Windows' ::SHFileOperation() will do this anyway, but we have a better and faster deletion routine (e.g. on networks) + return DeletionPolicy::permanent; //Windows' ::SHFileOperation() will do this anyway, but we have a better and faster deletion routine (e.g. on networks) } return folderPairCfg.handleDeletion; }; @@ -2606,22 +2640,11 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime std::chrono::system_clock::to_time_t(syncStartTime)); //always (try to) clean up, even if synchronization is aborted! - ZEN_ON_SCOPE_EXIT( - //may block heavily, but still do not allow user callback: - //-> avoid throwing user cancel exception again, leading to incomplete clean-up! - try - { - delHandlerL.tryCleanup(callback, false /*allowCallbackException*/); //throw FileError, (throw X) - } - catch (FileError&) {} - catch (...) { assert(false); } //what is this? - try + auto guardDelCleanup = makeGuard<ScopeGuardRunMode::onFail>([&] { - delHandlerR.tryCleanup(callback, false /*allowCallbackException*/); //throw FileError, (throw X) - } - catch (FileError&) {} - catch (...) { assert(false); } //what is this? - ); + delHandlerL.tryCleanup(callbackNoThrow); + delHandlerR.tryCleanup(callbackNoThrow); + }); FolderPairSyncer::SyncCtx syncCtx = @@ -2632,12 +2655,13 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime }; FolderPairSyncer::runSync(syncCtx, baseFolder, callback); - //(try to gracefully) cleanup temporary Recycle Bin folders and versioning -> will be done in ~DeletionHandler anyway... - tryReportingError([&] { delHandlerL.tryCleanup(callback, true /*allowCallbackException*/); /*throw FileError*/}, callback); //throw X - tryReportingError([&] { delHandlerR.tryCleanup(callback, true ); /*throw FileError*/}, callback); //throw X + //(try to gracefully) clean up temporary Recycle Bin folders and versioning + delHandlerL.tryCleanup(callback); //throw X + delHandlerR.tryCleanup(callback); // + guardDelCleanup.dismiss(); - if (folderPairCfg.handleDeletion == DeletionPolicy::VERSIONING && - folderPairCfg.versioningStyle != VersioningStyle::REPLACE) + if (folderPairCfg.handleDeletion == DeletionPolicy::versioning && + folderPairCfg.versioningStyle != VersioningStyle::replace) versionLimitFolders.insert( { versioningFolderPath, @@ -2650,46 +2674,18 @@ void fff::synchronize(const std::chrono::system_clock::time_point& syncStartTime //(try to gracefully) write database file if (folderPairCfg.saveSyncDB) { - callback.reportStatus(_("Generating database...")); //throw X - callback.forceUiRefresh(); //throw X - - tryReportingError([&] - { - saveLastSynchronousState(baseFolder, failSafeFileCopy, //throw FileError, X - [&](const std::wstring& statusMsg) { callback.reportStatus(statusMsg); /*throw X*/}); - }, callback); //throw X - + saveLastSynchronousState(baseFolder, failSafeFileCopy, //throw X + callback /*throw X*/); guardDbSave.dismiss(); //[!] after "graceful" try: user might have cancelled during DB write: ensure DB is still written } } - //----------------------------------------------------------------------------------------------------- applyVersioningLimit(versionLimitFolders, - callback); //throw X - - //------------------- show warnings after end of synchronization -------------------------------------- - - //TODO: mod time warnings are not shown if user cancelled sync before batch-reporting the warnings: problem? - - //show errors when setting modification time: warning, not an error - if (!errorsModTime.empty()) - { - std::wstring msg; - for (const FileError& e : errorsModTime) - { - std::wstring singleMsg = replaceCpy(e.toString(), L"\n\n", L"\n"); - msg += singleMsg + L"\n\n"; - } - msg.resize(msg.size() - 2); - - callback.reportWarning(msg, warnings.warnModificationTimeError); //throw X - } + callback /*throw X*/); } catch (const std::exception& e) { callback.reportFatalError(utfTo<std::wstring>(e.what())); - callback.abortProcessNow(); //throw X - throw std::logic_error("Contract violation! " + std::string(__FILE__) + ":" + numberTo<std::string>(__LINE__)); } } diff --git a/FreeFileSync/Source/base/versioning.cpp b/FreeFileSync/Source/base/versioning.cpp index 37dd35e4..13125c74 100644 --- a/FreeFileSync/Source/base/versioning.cpp +++ b/FreeFileSync/Source/base/versioning.cpp @@ -28,7 +28,7 @@ Zstring getDotExtension(const Zstring& filePath) //including "." if extension is ++it; return Zstring(findLast(it, filePath.end(), Zstr('.')), filePath.end()); -}; +} } @@ -79,13 +79,13 @@ AbstractPath FileVersioner::generateVersionedPath(const Zstring& relativePath) c Zstring versionedRelPath; switch (versioningStyle_) { - case VersioningStyle::REPLACE: + case VersioningStyle::replace: versionedRelPath = relativePath; break; - case VersioningStyle::TIMESTAMP_FOLDER: + case VersioningStyle::timestampFolder: versionedRelPath = timeStamp_ + FILE_NAME_SEPARATOR + relativePath; break; - case VersioningStyle::TIMESTAMP_FILE: //assemble time-stamped version name + case VersioningStyle::timestampFile: //assemble time-stamped version name versionedRelPath = relativePath + Zstr(' ') + timeStamp_ + getDotExtension(relativePath); assert(impl::parseVersionedFileName(afterLast(versionedRelPath, FILE_NAME_SEPARATOR, IF_MISSING_RETURN_ALL)) == std::pair(syncStartTime_, afterLast(relativePath, FILE_NAME_SEPARATOR, IF_MISSING_RETURN_ALL))); @@ -321,12 +321,12 @@ void findFileVersions(VersionInfoMap& versions, auto extractFileVersion = [&](const Zstring& fileName, bool isSymlink) { - if (versionTimeParent) //VersioningStyle::TIMESTAMP_FOLDER + if (versionTimeParent) //VersioningStyle::timestampFolder addVersion(fileName, fileName, *versionTimeParent, isSymlink); else { const std::pair<time_t, Zstring> vfn = fff::impl::parseVersionedFileName(fileName); - if (vfn.first != 0) //VersioningStyle::TIMESTAMP_FILE + if (vfn.first != 0) //VersioningStyle::timestampFile addVersion(fileName, vfn.second, vfn.first, isSymlink); } }; @@ -339,7 +339,7 @@ void findFileVersions(VersionInfoMap& versions, for (const auto& [folderName, attrAndSub] : folderCont.folders) { - if (relPathOrigParent.empty() && !versionTimeParent) //VersioningStyle::TIMESTAMP_FOLDER? + if (relPathOrigParent.empty() && !versionTimeParent) //VersioningStyle::timestampFolder? { assert(!versionTimeParent); const time_t versionTime = fff::impl::parseVersionedFolderName(folderName); @@ -394,7 +394,7 @@ bool fff::operator<(const VersioningLimitFolder& lhs, const VersioningLimitFolde void fff::applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimits, - ProcessCallback& callback /*throw X*/) + PhaseCallback& callback /*throw X*/) { //--------- determine existing folder paths for traversal --------- std::set<DirectoryKey> foldersToRead; @@ -443,10 +443,10 @@ void fff::applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimi { switch (callback.reportError(msg, retryNumber)) //throw X { - case ProcessCallback::ignoreError: + case PhaseCallback::ignore: return AFS::TraverserCallback::ON_ERROR_CONTINUE; - case ProcessCallback::retry: + case PhaseCallback::retry: return AFS::TraverserCallback::ON_ERROR_RETRY; } assert(false); @@ -457,7 +457,7 @@ void fff::applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimi auto onStatusUpdate = [&](const std::wstring& statusLine, int itemsTotal) { - callback.reportStatus(textScanning + statusLine); //throw X + callback.updateStatus(textScanning + statusLine); //throw X }; parallelDeviceTraversal(foldersToRead, folderBuf, @@ -472,7 +472,7 @@ void fff::applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimi { const AbstractPath versioningFolderPath = folderKey.folderPath; - assert(versionDetails.find(versioningFolderPath) == versionDetails.end()); + assert(!contains(versionDetails, versioningFolderPath)); findFileVersions(versionDetails[versioningFolderPath], folderVal.folderCont, @@ -546,7 +546,7 @@ void fff::applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimi { const std::wstring errMsg = tryReportingError([&] //throw ThreadInterruption { - acb.reportStatus(replaceCpy(txtDeletingFolder, L"%x", fmtPath(AFS::getDisplayPath(folderPath)))); //throw ThreadInterruption + acb.updateStatus(replaceCpy(txtDeletingFolder, L"%x", fmtPath(AFS::getDisplayPath(folderPath)))); //throw ThreadInterruption AFS::removeEmptyFolderIfExists(folderPath); //throw FileError }, acb); diff --git a/FreeFileSync/Source/base/versioning.h b/FreeFileSync/Source/base/versioning.h index 035a2254..9c0a9b43 100644 --- a/FreeFileSync/Source/base/versioning.h +++ b/FreeFileSync/Source/base/versioning.h @@ -101,7 +101,7 @@ bool operator<(const VersioningLimitFolder& lhs, const VersioningLimitFolder& rh void applyVersioningLimit(const std::set<VersioningLimitFolder>& folderLimits, - ProcessCallback& callback /*throw X*/); + PhaseCallback& callback /*throw X*/); namespace impl //declare for unit tests: diff --git a/FreeFileSync/Source/ui/abstract_folder_picker.cpp b/FreeFileSync/Source/ui/abstract_folder_picker.cpp index fffb5e73..e9cfc6e6 100644 --- a/FreeFileSync/Source/ui/abstract_folder_picker.cpp +++ b/FreeFileSync/Source/ui/abstract_folder_picker.cpp @@ -96,7 +96,8 @@ AbstractFolderPickerDlg::AbstractFolderPickerDlg(wxWindow* parent, AbstractPath& //add images in same sequence like TreeNodeImage enum!!! imgList->Add(shrinkImage(getResourceImage(L"server").ConvertToImage(), iconSize)); imgList->Add( IconBuffer::genericDirIcon(IconBuffer::SIZE_SMALL)); - imgList->Add(layOver(IconBuffer::genericDirIcon(IconBuffer::SIZE_SMALL), IconBuffer::linkOverlayIcon(IconBuffer::SIZE_SMALL))); + imgList->Add(layOver(IconBuffer::genericDirIcon(IconBuffer::SIZE_SMALL).ConvertToImage(), + IconBuffer::linkOverlayIcon(IconBuffer::SIZE_SMALL).ConvertToImage())); imgList->Add(shrinkImage(getResourceImage(L"msg_error").ConvertToImage(), iconSize)); assert(imgList->GetImageCount() == static_cast<int>(TreeNodeImage::error) + 1); diff --git a/FreeFileSync/Source/ui/batch_status_handler.cpp b/FreeFileSync/Source/ui/batch_status_handler.cpp index cf2b249f..37a00989 100644 --- a/FreeFileSync/Source/ui/batch_status_handler.cpp +++ b/FreeFileSync/Source/ui/batch_status_handler.cpp @@ -83,25 +83,25 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& else if (errorLog_.getItemCount(MSG_TYPE_WARNING) > 0) return SyncResult::finishedWarning; - if (getStatsTotal(currentPhase()) == ProgressStats()) + if (getStatsTotal() == ProgressStats()) errorLog_.logMsg(_("Nothing to synchronize"), MSG_TYPE_INFO); return SyncResult::finishedSuccess; }(); - assert(finalStatus == SyncResult::aborted || currentPhase() == PHASE_SYNCHRONIZING); + assert(finalStatus == SyncResult::aborted || currentPhase() == ProcessPhase::synchronizing); const ProcessSummary summary { startTime_, finalStatus, jobName_, - getStatsCurrent(currentPhase()), - getStatsTotal (currentPhase()), + getStatsCurrent(), + getStatsTotal (), totalTime }; //post sync command Zstring commandLine = [&] { - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) ; //user cancelled => don't run post sync command! else switch (postSyncCondition_) @@ -133,7 +133,7 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& try { //do NOT use tryReportingError()! saving log files should not be cancellable! - auto notifyStatusNoThrow = [&](const std::wstring& msg) { try { reportStatus(msg); /*throw AbortProcess*/ } catch (...) {} }; + auto notifyStatusNoThrow = [&](const std::wstring& msg) { try { updateStatus(msg); /*throw AbortProcess*/ } catch (...) {} }; logFilePath = saveLogFile(summary, errorLog_, altLogFolderPathPhrase, logfilesMaxAgeDays, logFilePathsToKeep, notifyStatusNoThrow); //throw FileError } catch (const FileError& e) { errorLog_.logMsg(e.toString(), MSG_TYPE_ERROR); } @@ -154,7 +154,7 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& bool autoClose = false; FinalRequest finalRequest = FinalRequest::none; - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) ; //user cancelled => don't run post sync command! else { @@ -162,10 +162,10 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& { auto notifyStatusThrowOnCancel = [&](const std::wstring& msg) { - try { reportStatus(msg); /*throw AbortProcess*/ } + try { updateStatus(msg); /*throw AbortProcess*/ } catch (...) { - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) throw; } }; @@ -212,7 +212,7 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& finalRequest = FinalRequest::switchGui; } - auto errorLogFinal = std::make_shared<const ErrorLog>(std::move(errorLog_)); + auto errorLogFinal = makeSharedRef<const ErrorLog>(std::move(errorLog_)); progressDlg_->destroy(autoClose, true /*restoreParentFrame: n/a here*/, @@ -223,16 +223,17 @@ BatchStatusHandler::Result BatchStatusHandler::reportFinalStatus(const Zstring& } -void BatchStatusHandler::initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessCallback::Phase phaseID) +void BatchStatusHandler::initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) { StatusHandler::initNewPhase(itemsTotal, bytesTotal, phaseID); progressDlg_->initNewPhase(); //call after "StatusHandler::initNewPhase" - forceUiRefresh(); //throw AbortProcess; OS X needs a full yield to update GUI and get rid of "dummy" texts + //macOS needs a full yield to update GUI and get rid of "dummy" texts + requestUiUpdate(true /*force*/); //throw AbortProcess } -void BatchStatusHandler::updateDataProcessed(int itemsDelta, int64_t bytesDelta) +void BatchStatusHandler::updateDataProcessed(int itemsDelta, int64_t bytesDelta) //noexcept! { StatusHandler::updateDataProcessed(itemsDelta, bytesDelta); @@ -242,9 +243,10 @@ void BatchStatusHandler::updateDataProcessed(int itemsDelta, int64_t bytesDelta) } -void BatchStatusHandler::logInfo(const std::wstring& msg) +void BatchStatusHandler::reportInfo(const std::wstring& msg) { errorLog_.logMsg(msg, MSG_TYPE_INFO); + updateStatus(msg); //throw AbortProcess } @@ -262,7 +264,7 @@ void BatchStatusHandler::reportWarning(const std::wstring& msg, bool& warningAct { case BatchErrorHandling::showPopup: { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! bool dontWarnAgain = false; switch (showQuestionDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::warning, @@ -277,17 +279,17 @@ void BatchStatusHandler::reportWarning(const std::wstring& msg, bool& warningAct case QuestionButton2::no: //switch errorLog_.logMsg(_("Switching to FreeFileSync's main window"), MSG_TYPE_INFO); switchToGuiRequested_ = true; //treat as a special kind of cancel - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess case QuestionButton2::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } break; //keep it! last switch might not find match case BatchErrorHandling::cancel: - abortProcessNow(); //throw AbortProcess (not user-initiated!) + abortProcessNow(AbortTrigger::program); //throw AbortProcess break; } } @@ -302,12 +304,12 @@ ProcessCallback::Response BatchStatusHandler::reportError(const std::wstring& ms { errorLog_.logMsg(msg + L"\n-> " + _("Automatic retry"), MSG_TYPE_INFO); delayAndCountDown(_("Automatic retry") + (automaticRetryCount_ <= 1 ? L"" : L" " + numberTo<std::wstring>(retryNumber + 1) + L"/" + numberTo<std::wstring>(automaticRetryCount_)), - automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->reportStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess + automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->updateStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess return ProcessCallback::retry; } //always, except for "retry": - auto guardWriteLog = makeGuard<ScopeGuardRunMode::ON_EXIT>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); + auto guardWriteLog = makeGuard<ScopeGuardRunMode::onExit>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); if (!progressDlg_->getOptionIgnoreErrors()) { @@ -315,18 +317,18 @@ ProcessCallback::Response BatchStatusHandler::reportError(const std::wstring& ms { case BatchErrorHandling::showPopup: { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::error, PopupDialogCfg().setDetailInstructions(msg), _("&Ignore"), _("Ignore &all"), _("&Retry"))) { case ConfirmationButton3::accept: //ignore - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::acceptAll: //ignore all progressDlg_->setOptionIgnoreErrors(true); - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::decline: //retry guardWriteLog.dismiss(); @@ -334,22 +336,22 @@ ProcessCallback::Response BatchStatusHandler::reportError(const std::wstring& ms return ProcessCallback::retry; case ConfirmationButton3::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } break; //used if last switch didn't find a match case BatchErrorHandling::cancel: - abortProcessNow(); //throw AbortProcess (not user-initiated!) + abortProcessNow(AbortTrigger::program); //throw AbortProcess break; } } else - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; assert(false); - return ProcessCallback::ignoreError; //dummy value + return ProcessCallback::ignore; //dummy value } @@ -364,7 +366,7 @@ void BatchStatusHandler::reportFatalError(const std::wstring& msg) { case BatchErrorHandling::showPopup: { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::error, PopupDialogCfg().setTitle(_("Serious Error")). @@ -379,20 +381,20 @@ void BatchStatusHandler::reportFatalError(const std::wstring& msg) break; case ConfirmationButton2::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } break; case BatchErrorHandling::cancel: - abortProcessNow(); //throw AbortProcess (not user-initiated!) + abortProcessNow(AbortTrigger::program); //throw AbortProcess break; } } -void BatchStatusHandler::forceUiRefreshNoThrow() +void BatchStatusHandler::forceUiUpdateNoThrow() { progressDlg_->updateGui(); } diff --git a/FreeFileSync/Source/ui/batch_status_handler.h b/FreeFileSync/Source/ui/batch_status_handler.h index d3bee240..357a9d48 100644 --- a/FreeFileSync/Source/ui/batch_status_handler.h +++ b/FreeFileSync/Source/ui/batch_status_handler.h @@ -34,14 +34,14 @@ public: PostSyncAction postSyncAction); //noexcept!! ~BatchStatusHandler(); - void initNewPhase (int itemsTotal, int64_t bytesTotal, Phase phaseID) override; // - void logInfo (const std::wstring& msg) override; // + void initNewPhase (int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) override; // + void reportInfo (const std::wstring& msg) override; // void reportWarning (const std::wstring& msg, bool& warningActive) override; //throw AbortProcess Response reportError (const std::wstring& msg, size_t retryNumber) override; // void reportFatalError(const std::wstring& msg) override; // void updateDataProcessed(int itemsDelta, int64_t bytesDelta) override; //noexcept - void forceUiRefreshNoThrow() override; // + void forceUiUpdateNoThrow() override; // enum class FinalRequest { diff --git a/FreeFileSync/Source/ui/cfg_grid.cpp b/FreeFileSync/Source/ui/cfg_grid.cpp index dfceed07..9e8eb69a 100644 --- a/FreeFileSync/Source/ui/cfg_grid.cpp +++ b/FreeFileSync/Source/ui/cfg_grid.cpp @@ -48,25 +48,29 @@ void ConfigView::set(const std::vector<ConfigFileItem>& cfgItems) for (const ConfigFileItem& item : cfgItems) filePaths.push_back(item.cfgFilePath); - //list is stored with last used files first in XML, however m_gridCfgHistory expects them last!!! + //list is stored with last used files first in XML, however addCfgFilesImpl() expects them last!!! std::reverse(filePaths.begin(), filePaths.end()); - //make sure <Last session> is always part of history list (if existing) - filePaths.push_back(lastRunConfigPath_); - cfgList_ .clear(); cfgListView_.clear(); - addCfgFiles(filePaths); + addCfgFilesImpl(filePaths); for (const ConfigFileItem& item : cfgItems) - cfgList_.find(item.cfgFilePath)->second.cfgItem = item; //cfgFilePath must exist after addCfgFiles()! + cfgList_.find(item.cfgFilePath)->second.cfgItem = item; //cfgFilePath must exist after addCfgFilesImpl()! - sortListView(); //needed if sorted by last sync time + sortListView(); } void ConfigView::addCfgFiles(const std::vector<Zstring>& filePaths) { + addCfgFilesImpl(filePaths); + sortListView(); +} + + +void ConfigView::addCfgFilesImpl(const std::vector<Zstring>& filePaths) +{ //determine highest "last use" index number of m_listBoxHistory int lastUseIndexMax = 0; for (const auto& [filePath, details] : cfgList_) @@ -84,7 +88,7 @@ void ConfigView::addCfgFiles(const std::vector<Zstring>& filePaths) std::tie(detail.name, detail.cfgType, detail.isLastRunCfg) = [&] { if (equalNativePath(filePath, lastRunConfigPath_)) - return std::make_tuple(utfTo<Zstring>(L"<" + _("Last session") + L">"), Details::CFG_TYPE_GUI, true); + return std::make_tuple(utfTo<Zstring>(L"[" + _("Last session") + L"]"), Details::CFG_TYPE_GUI, true); const Zstring fileName = afterLast(filePath, FILE_NAME_SEPARATOR, IF_MISSING_RETURN_ALL); @@ -102,8 +106,6 @@ void ConfigView::addCfgFiles(const std::vector<Zstring>& filePaths) else it->second.lastUseIndex = ++lastUseIndexMax; } - - sortListView(); } @@ -111,12 +113,15 @@ void ConfigView::removeItems(const std::vector<Zstring>& filePaths) { const std::set<Zstring, LessNativePath> pathsSorted(filePaths.begin(), filePaths.end()); - eraseIf(cfgListView_, [&](auto it) { return pathsSorted.find(it->first) != pathsSorted.end(); }); + std::erase_if(cfgListView_, [&](auto it) { return pathsSorted.find(it->first) != pathsSorted.end(); }); for (const Zstring& filePath : filePaths) cfgList_.erase(filePath); assert(cfgList_.size() == cfgListView_.size()); + + if (sortColumn_ == ColumnTypeCfg::name) + sortListView(); //needed if top element of colored-group is removed } @@ -139,7 +144,24 @@ void ConfigView::setLastRunStats(const std::vector<Zstring>& filePaths, const La } } } - sortListView(); //needed if sorted by last sync time + + if (sortColumn_ != ColumnTypeCfg::name) + sortListView(); //needed if sorted by log, or last sync time +} + + +void ConfigView::setBackColor(const std::vector<Zstring>& filePaths, const wxColor& col) +{ + for (const Zstring& filePath : filePaths) + { + auto it = cfgList_.find(filePath); + assert(it != cfgList_.end()); + if (it != cfgList_.end()) + it->second.cfgItem.backColor = col; + } + + if (sortColumn_ == ColumnTypeCfg::name) + sortListView(); //needed if top element of colored-group is removed } @@ -166,7 +188,7 @@ void ConfigView::sortListViewImpl() const auto lessCfgName = [](CfgFileList::iterator lhs, CfgFileList::iterator rhs) { if (lhs->second.isLastRunCfg != rhs->second.isLastRunCfg) - return lhs->second.isLastRunCfg > rhs->second.isLastRunCfg; //"last session" label should be at top position! + return lhs->second.isLastRunCfg; //"last session" should be at top position! return LessNaturalSort()(lhs->second.name, rhs->second.name); }; @@ -177,7 +199,7 @@ void ConfigView::sortListViewImpl() return lhs->second.isLastRunCfg < rhs->second.isLastRunCfg; //"last session" label should be (always) last return makeSortDirection(std::greater<>(), std::bool_constant<ascending>())(lhs->second.cfgItem.lastSyncTime, rhs->second.cfgItem.lastSyncTime); - //[!] ascending LAST_SYNC shows lowest "days past" first <=> highest lastSyncTime first + //[!] ascending lastSync shows lowest "days past" first <=> highest lastSyncTime first }; const auto lessLastLog = [](CfgFileList::iterator lhs, CfgFileList::iterator rhs) @@ -200,13 +222,28 @@ void ConfigView::sortListViewImpl() switch (sortColumn_) { - case ColumnTypeCfg::NAME: - std::sort(cfgListView_.begin(), cfgListView_.end(), makeSortDirection(lessCfgName, std::bool_constant<ascending>())); + case ColumnTypeCfg::name: + //pre-sort by name + std::sort(cfgListView_.begin(), cfgListView_.end(), lessCfgName); + + //aggregate groups by color + for (auto it = cfgListView_.begin(); it != cfgListView_.end(); ) + if ((*it)->second.cfgItem.backColor.IsOk()) + it = std::stable_partition(it + 1, cfgListView_.end(), + [&groupCol = (*it)->second.cfgItem.backColor](CfgFileList::iterator item) { return item->second.cfgItem.backColor == groupCol; }); + else + ++it; + + //simplify aggregation logic by not having to consider "ascending/descending" + if (!ascending) + std::reverse(cfgListView_.begin(), cfgListView_.end()); break; - case ColumnTypeCfg::LAST_SYNC: + + case ColumnTypeCfg::lastSync: std::sort(cfgListView_.begin(), cfgListView_.end(), lessLastSync); break; - case ColumnTypeCfg::LAST_LOG: + + case ColumnTypeCfg::lastLog: std::sort(cfgListView_.begin(), cfgListView_.end(), lessLastLog); break; } @@ -231,7 +268,7 @@ class GridDataCfg : private wxEvtHandler, public GridData public: GridDataCfg(Grid& grid) : grid_(grid) { - grid.Connect(EVENT_GRID_MOUSE_LEFT_DOWN, GridClickEventHandler(GridDataCfg::onMouseLeft), nullptr, this); + grid.Connect(EVENT_GRID_MOUSE_LEFT_DOWN, GridClickEventHandler(GridDataCfg::onMouseLeft), nullptr, this); grid.Connect(EVENT_GRID_MOUSE_LEFT_DOUBLE, GridClickEventHandler(GridDataCfg::onMouseLeftDouble), nullptr, this); } @@ -272,10 +309,10 @@ private: if (const ConfigView::Details* item = cfgView_.getItem(row)) switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: return utfTo<std::wstring>(item->name); - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::lastSync: if (!item->isLastRunCfg) { if (item->cfgItem.lastSyncTime == 0) @@ -287,7 +324,7 @@ private: } break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: if (!item->isLastRunCfg && !AFS::isNullPath(item->cfgItem.logFilePath)) return getFinalStatusLabel(item->cfgItem.logResult); @@ -305,22 +342,47 @@ private: { wxRect rectTmp = rect; - wxDCTextColourChanger dummy(dc); //accessibility: always set both foreground AND background colors! + wxDCTextColourChanger textColor(dc); //accessibility: always set both foreground AND background colors! if (selected) - dummy.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT)); + textColor.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHTTEXT)); else { //if (enabled) - dummy.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); + textColor.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); //else - // dummy.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); + // textColor.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); } if (const ConfigView::Details* item = cfgView_.getItem(row)) switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: { + if (item->cfgItem.backColor.IsOk()) + { + wxRect rectTmp2 = rectTmp; + if (!selected) + { + rectTmp2.width = rectTmp.width * 2 / 3; + clearArea(dc, rectTmp2, item->cfgItem.backColor); //accessibility: always set both foreground AND background colors! + textColor.Set(*wxBLACK); // + + rectTmp2.x += rectTmp2.width; + rectTmp2.width = rectTmp.width - rectTmp2.width; + dc.GradientFillLinear(rectTmp2, item->cfgItem.backColor, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW), wxEAST); + } + else //always show a glimpse of the background color + { + rectTmp2.width = getColumnGapLeft() + fileIconSize_; + clearArea(dc, rectTmp2, item->cfgItem.backColor); + + rectTmp2.x += rectTmp2.width; + rectTmp2.width = getColumnGapLeft(); + dc.GradientFillLinear(rectTmp2, item->cfgItem.backColor, wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT), wxEAST); + } + } + + //------------------------------------------------------------------------------------- rectTmp.x += getColumnGapLeft(); rectTmp.width -= getColumnGapLeft(); @@ -348,18 +410,18 @@ private: } break; - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::lastSync: { - wxDCTextColourChanger dummy2(dc); + wxDCTextColourChanger textColor2(dc); if (syncOverdueDays_ > 0) if (getDaysPast(item->cfgItem.lastSyncTime) >= syncOverdueDays_) - dummy2.Set(*wxRED); + textColor2.Set(*wxRED); drawCellText(dc, rectTmp, getValue(row, colType), wxALIGN_CENTER); } break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: if (!item->isLastRunCfg && !AFS::isNullPath(item->cfgItem.logFilePath)) { @@ -392,13 +454,13 @@ private: switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: return getColumnGapLeft() + fileIconSize_ + getColumnGapLeft() + dc.GetTextExtent(getValue(row, colType)).GetWidth() + getColumnGapLeft(); - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::lastSync: return getColumnGapLeft() + dc.GetTextExtent(getValue(row, colType)).GetWidth() + getColumnGapLeft(); - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: return fileIconSize_; } assert(false); @@ -418,10 +480,10 @@ private: if (const ConfigView::Details* item = cfgView_.getItem(row)) switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::name: + case ColumnTypeCfg::lastSync: break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: if (!item->isLastRunCfg && !AFS::isNullPath(item->cfgItem.logFilePath) && @@ -434,19 +496,20 @@ private: void renderColumnLabel(Grid& tree, wxDC& dc, const wxRect& rect, ColumnType colType, bool highlighted) override { + const auto colTypeCfg = static_cast<ColumnTypeCfg>(colType); + const wxRect rectInner = drawColumnLabelBackground(dc, rect, highlighted); wxRect rectRemain = rectInner; wxBitmap sortMarker; + const auto [sortCol, ascending] = cfgView_.getSortDirection(); + if (colTypeCfg == sortCol) + sortMarker = getResourceImage(ascending ? L"sort_ascending" : L"sort_descending"); - const auto sortInfo = cfgView_.getSortDirection(); - if (colType == static_cast<ColumnType>(sortInfo.first)) - sortMarker = getResourceImage(sortInfo.second ? L"sort_ascending" : L"sort_descending"); - - switch (static_cast<ColumnTypeCfg>(colType)) + switch (colTypeCfg) { - case ColumnTypeCfg::NAME: - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::name: + case ColumnTypeCfg::lastSync: rectRemain.x += getColumnGapLeft(); rectRemain.width -= getColumnGapLeft(); drawColumnLabelText(dc, rectRemain, getColumnLabel(colType)); @@ -455,7 +518,7 @@ private: drawBitmapRtlNoMirror(dc, sortMarker, rectInner, wxALIGN_CENTER_HORIZONTAL); break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: drawBitmapRtlNoMirror(dc, getResourceImage(L"log_file_sicon"), rectInner, wxALIGN_CENTER); if (sortMarker.IsOk()) @@ -474,11 +537,11 @@ private: { switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: return _("Name"); - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::lastSync: return _("Last sync"); - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: return _("Log"); } return std::wstring(); @@ -488,10 +551,10 @@ private: { switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::name: + case ColumnTypeCfg::lastSync: break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: return getColumnLabel(colType); } return std::wstring(); @@ -502,10 +565,10 @@ private: if (const ConfigView::Details* item = cfgView_.getItem(row)) switch (static_cast<ColumnTypeCfg>(colType)) { - case ColumnTypeCfg::NAME: - case ColumnTypeCfg::LAST_SYNC: + case ColumnTypeCfg::name: + case ColumnTypeCfg::lastSync: break; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: if (!item->isLastRunCfg && !AFS::isNullPath(item->cfgItem.logFilePath)) @@ -584,7 +647,7 @@ void cfggrid::addAndSelect(Grid& grid, const std::vector<Zstring>& filePaths, bo std::optional<size_t> selectionTopRow; for (size_t i = 0; i < grid.getRowCount(); ++i) - if (pathsSorted.find(getDataView(grid).getItem(i)->cfgItem.cfgFilePath) != pathsSorted.end()) + if (contains(pathsSorted, getDataView(grid).getItem(i)->cfgItem.cfgFilePath)) { if (!selectionTopRow) selectionTopRow = i; diff --git a/FreeFileSync/Source/ui/cfg_grid.h b/FreeFileSync/Source/ui/cfg_grid.h index 628c5400..3ace5ff7 100644 --- a/FreeFileSync/Source/ui/cfg_grid.h +++ b/FreeFileSync/Source/ui/cfg_grid.h @@ -22,29 +22,32 @@ struct ConfigFileItem ConfigFileItem(const Zstring& filePath, time_t syncTime, const AbstractPath& logPath, - SyncResult result) : + SyncResult result, + wxColor bcol) : cfgFilePath(filePath), lastSyncTime(syncTime), logFilePath(logPath), - logResult(result) {} + logResult(result), + backColor(bcol) {} Zstring cfgFilePath; time_t lastSyncTime = 0; //last COMPLETED sync (aborted syncs don't count) AbstractPath logFilePath = getNullPath(); //ANY last sync attempt (including aborted syncs) SyncResult logResult = SyncResult::aborted; // + wxColor backColor; }; enum class ColumnTypeCfg { - NAME, - LAST_SYNC, - LAST_LOG, + name, + lastSync, + lastLog, }; struct ColAttributesCfg { - ColumnTypeCfg type = ColumnTypeCfg::NAME; + ColumnTypeCfg type = ColumnTypeCfg::name; int offset = 0; int stretch = 0; bool visible = false; @@ -56,24 +59,24 @@ std::vector<ColAttributesCfg> getCfgGridDefaultColAttribs() using namespace zen; return { - { ColumnTypeCfg::NAME, fastFromDIP(0 - 75 - 42), 1, true }, - { ColumnTypeCfg::LAST_SYNC, fastFromDIP(75), 0, true }, - { ColumnTypeCfg::LAST_LOG, fastFromDIP(42), 0, true }, //leave some room for the sort direction indicator + { ColumnTypeCfg::name, fastFromDIP(0 - 75 - 42), 1, true }, + { ColumnTypeCfg::lastSync, fastFromDIP(75), 0, true }, + { ColumnTypeCfg::lastLog, fastFromDIP(42), 0, true }, //leave some room for the sort direction indicator }; } -const ColumnTypeCfg cfgGridLastSortColumnDefault = ColumnTypeCfg::NAME; +const ColumnTypeCfg cfgGridLastSortColumnDefault = ColumnTypeCfg::name; inline bool getDefaultSortDirection(ColumnTypeCfg colType) { switch (colType) { - case ColumnTypeCfg::NAME: + case ColumnTypeCfg::name: return true; - case ColumnTypeCfg::LAST_SYNC: //actual sort order is "time since last sync" + case ColumnTypeCfg::lastSync: //actual sort order is "time since last sync" return false; - case ColumnTypeCfg::LAST_LOG: + case ColumnTypeCfg::lastLog: return true; } assert(false); @@ -101,6 +104,7 @@ public: AbstractPath logFilePath; //optional }; void setLastRunStats(const std::vector<Zstring>& filePaths, const LastRunStats& lastRun); + void setBackColor(const std::vector<Zstring>& filePaths, const wxColor& col); struct Details { @@ -128,6 +132,8 @@ private: ConfigView (const ConfigView&) = delete; ConfigView& operator=(const ConfigView&) = delete; + void addCfgFilesImpl(const std::vector<Zstring>& filePaths); + void sortListView(); template <bool ascending> void sortListViewImpl(); diff --git a/FreeFileSync/Source/ui/command_box.cpp b/FreeFileSync/Source/ui/command_box.cpp index 6e769bb7..b862d365 100644 --- a/FreeFileSync/Source/ui/command_box.cpp +++ b/FreeFileSync/Source/ui/command_box.cpp @@ -75,7 +75,7 @@ void CommandBox::addItemHistory() equalNoCase(newCommand, cmd)) return; - eraseIf(history_, [&](const Zstring& item) { return equalNoCase(newCommand, item); }); + std::erase_if(history_, [&](const Zstring& item) { return equalNoCase(newCommand, item); }); history_.insert(history_.begin(), newCommand); @@ -192,7 +192,7 @@ void CommandBox::OnKeyEvent(wxKeyEvent& event) //this->SetSelection(wxNOT_FOUND); //delete selected row - eraseIf(history_, [&](const Zstring& item) { return item == selValue; }); + std::erase_if(history_, [&](const Zstring& item) { return item == selValue; }); SetString(pos, wxString()); //in contrast to Delete(), this one does not kill the drop-down list and gives a nice visual feedback! //Delete(pos); diff --git a/FreeFileSync/Source/ui/file_grid.cpp b/FreeFileSync/Source/ui/file_grid.cpp index c115d1a0..e369527e 100644 --- a/FreeFileSync/Source/ui/file_grid.cpp +++ b/FreeFileSync/Source/ui/file_grid.cpp @@ -167,7 +167,7 @@ protected: const FileSystemObject* getRawData(size_t row) const { - if (auto view = getGridDataView()) + if (const FileView* view = getGridDataView()) return view->getObject(row); return nullptr; } @@ -474,11 +474,11 @@ private: return true; }(); - wxDCTextColourChanger dummy(dc); + wxDCTextColourChanger textColor(dc); if (!isActive) - dummy.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); + textColor.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); else if (getRowDisplayType(row) != DisplayType::NORMAL) - dummy.Set(*wxBLACK); //accessibility: always set both foreground AND background colors! + textColor.Set(*wxBLACK); //accessibility: always set both foreground AND background colors! wxRect rectTmp = rect; @@ -678,13 +678,14 @@ private: drawColumnLabelText(dc, rectRemain, getColumnLabel(colType)); //draw sort marker - if (getGridDataView()) - if (auto sortInfo = getGridDataView()->getSortInfo()) - if (colType == static_cast<ColumnType>(sortInfo->type) && (side == LEFT_SIDE) == sortInfo->onLeft) - { - const wxBitmap& marker = getResourceImage(sortInfo->ascending ? L"sort_ascending" : L"sort_descending"); - drawBitmapRtlNoMirror(dc, marker, rectInner, wxALIGN_CENTER_HORIZONTAL); - } + if (const FileView* view = getGridDataView()) + if (auto sortInfo = view->getSortInfo()) + if (const ColumnTypeRim* sortType = std::get_if<ColumnTypeRim>(&sortInfo->sortCol)) + if (*sortType == static_cast<ColumnTypeRim>(colType) && sortInfo->onLeft == (side == LEFT_SIDE)) + { + const wxBitmap& marker = getResourceImage(sortInfo->ascending ? L"sort_ascending" : L"sort_descending"); + drawBitmapRtlNoMirror(dc, marker, rectInner, wxALIGN_CENTER_HORIZONTAL); + } } struct IconInfo @@ -792,12 +793,12 @@ private: { if (const FileSystemObject* fsObj = getRawData(row)) { - if (markedFilesAndLinks_.find(fsObj) != markedFilesAndLinks_.end()) //mark files/links directly + if (contains(markedFilesAndLinks_, fsObj)) //mark files/links directly return true; if (auto folder = dynamic_cast<const FolderPair*>(fsObj)) { - if (markedContainer_.find(folder) != markedContainer_.end()) //mark directories which *are* the given ContainerObject* + if (contains(markedContainer_, folder)) //mark directories which *are* the given ContainerObject* return true; } @@ -805,7 +806,7 @@ private: const ContainerObject* parent = &(fsObj->parent()); for (;;) { - if (markedContainer_.find(parent) != markedContainer_.end()) + if (contains(markedContainer_, parent)) return true; if (auto folder = dynamic_cast<const FolderPair*>(parent)) @@ -1095,30 +1096,46 @@ private: void renderColumnLabel(Grid& tree, wxDC& dc, const wxRect& rect, ColumnType colType, bool highlighted) override { - switch (static_cast<ColumnTypeCenter>(colType)) + const auto colTypeCenter = static_cast<ColumnTypeCenter>(colType); + + const wxRect rectInner = drawColumnLabelBackground(dc, rect, highlighted && colTypeCenter != ColumnTypeCenter::CHECKBOX); + + wxBitmap colIcon; + switch (colTypeCenter) { case ColumnTypeCenter::CHECKBOX: - drawColumnLabelBackground(dc, rect, false /*highlighted*/); break; case ColumnTypeCenter::CMP_CATEGORY: - { - const wxRect rectInner = drawColumnLabelBackground(dc, rect, highlighted); - - const wxBitmap& cmpIcon = getResourceImage(L"compare_sicon"); - drawBitmapRtlNoMirror(dc, highlightSyncAction_ ? greyScale(cmpIcon) : cmpIcon, rectInner, wxALIGN_CENTER); - } - break; + colIcon = getResourceImage(L"compare_sicon"); + if (highlightSyncAction_) + colIcon = greyScale(colIcon); + break; case ColumnTypeCenter::SYNC_ACTION: - { - const wxRect rectInner = drawColumnLabelBackground(dc, rect, highlighted); - - const wxBitmap& syncIcon = getResourceImage(L"file_sync_sicon"); - drawBitmapRtlNoMirror(dc, highlightSyncAction_ ? syncIcon : greyScale(syncIcon), rectInner, wxALIGN_CENTER); - } - break; + colIcon = getResourceImage(L"file_sync_sicon"); + if (!highlightSyncAction_) + colIcon = greyScale(colIcon); + break; } + + if (colIcon.IsOk()) + drawBitmapRtlNoMirror(dc, colIcon, rectInner, wxALIGN_CENTER); + + //draw sort marker + if (const FileView* view = getGridDataView()) + if (auto sortInfo = view->getSortInfo()) + if (const ColumnTypeCenter* sortType = std::get_if<ColumnTypeCenter>(&sortInfo->sortCol)) + if (*sortType == colTypeCenter) + { + const int gapLeft = (rectInner.width + colIcon.GetWidth()) / 2; + wxRect rectRemain = rectInner; + rectRemain.x += gapLeft; + rectRemain.width -= gapLeft; + + const wxBitmap& marker = getResourceImage(sortInfo->ascending ? L"sort_ascending" : L"sort_descending"); + drawBitmapRtlNoMirror(dc, marker, rectRemain, wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL); + } } static wxColor getBackGroundColorSyncAction(const FileSystemObject* fsObj) @@ -1587,7 +1604,7 @@ void filegrid::init(Grid& gridLeft, Grid& gridCenter, Grid& gridRight) //gridCenter.showScrollBars(Grid::SB_SHOW_NEVER, Grid::SB_SHOW_NEVER); const int widthCheckbox = getResourceImage(L"checkbox_true").GetWidth() + fastFromDIP(3); - const int widthCategory = 2 * getResourceImage(L"cat_left_only_sicon").GetWidth() + getResourceImage(L"notch").GetWidth(); + const int widthCategory = 2 * getResourceImage(L"sort_ascending").GetWidth() + getResourceImage(L"cat_left_only_sicon").GetWidth() + getResourceImage(L"notch").GetWidth(); const int widthAction = 3 * getResourceImage(L"so_create_left_sicon").GetWidth(); gridCenter.SetSize(widthCategory + widthCheckbox + widthAction, -1); @@ -1645,7 +1662,7 @@ private: iconBuffer_.setWorkload(newLoad); - if (newLoad.empty()) //let's only pay for IconUpdater when needed + if (newLoad.empty()) //let's only pay for IconUpdater while needed stop(); } diff --git a/FreeFileSync/Source/ui/file_grid_attr.h b/FreeFileSync/Source/ui/file_grid_attr.h index ea5f1b54..0746fc8c 100644 --- a/FreeFileSync/Source/ui/file_grid_attr.h +++ b/FreeFileSync/Source/ui/file_grid_attr.h @@ -79,7 +79,6 @@ const ItemPathFormat defaultItemPathFormatLeftGrid = ItemPathFormat::RELATIVE_P const ItemPathFormat defaultItemPathFormatRightGrid = ItemPathFormat::RELATIVE_PATH; //------------------------------------------------------------------ - enum class ColumnTypeCenter { CHECKBOX, @@ -87,6 +86,13 @@ enum class ColumnTypeCenter SYNC_ACTION, }; + +inline +bool getDefaultSortDirection(ColumnTypeCenter type) //true: ascending; false: descending +{ + assert(type != ColumnTypeCenter::CHECKBOX); + return true; +} //------------------------------------------------------------------ } diff --git a/FreeFileSync/Source/ui/file_view.cpp b/FreeFileSync/Source/ui/file_view.cpp index 40f0a7d5..0342d800 100644 --- a/FreeFileSync/Source/ui/file_view.cpp +++ b/FreeFileSync/Source/ui/file_view.cpp @@ -7,48 +7,58 @@ #include "file_view.h" #include <zen/stl_tools.h> #include <zen/perf.h> -#include "sorting.h" #include "../base/synchronization.h" using namespace zen; using namespace fff; -template <class StatusResult> -void addNumbers(const FileSystemObject& fsObj, StatusResult& result) +namespace +{ +struct CompileTimeReminder : public FSObjectVisitor +{ + void visit(const FilePair& file ) override {} + void visit(const SymlinkPair& symlink) override {} + void visit(const FolderPair& folder ) override {} +} checkDymanicCasts; //just a compile-time reminder to manually check dynamic casts in this file if ever needed + + +template <class ViewStats> +void addNumbers(const FileSystemObject& fsObj, ViewStats& stats) { visitFSObject(fsObj, [&](const FolderPair& folder) { if (!folder.isEmpty<LEFT_SIDE>()) - ++result.folderCountLeft; + ++stats.fileStatsLeft.folderCount; if (!folder.isEmpty<RIGHT_SIDE>()) - ++result.folderCountRight; + ++stats.fileStatsRight.folderCount; }, [&](const FilePair& file) { if (!file.isEmpty<LEFT_SIDE>()) { - result.bytesLeft += file.getFileSize<LEFT_SIDE>(); - ++result.fileCountLeft; + stats.fileStatsLeft.bytes += file.getFileSize<LEFT_SIDE>(); + ++stats.fileStatsLeft.fileCount; } if (!file.isEmpty<RIGHT_SIDE>()) { - result.bytesRight += file.getFileSize<RIGHT_SIDE>(); - ++result.fileCountRight; + stats.fileStatsRight.bytes += file.getFileSize<RIGHT_SIDE>(); + ++stats.fileStatsRight.fileCount; } }, [&](const SymlinkPair& symlink) { if (!symlink.isEmpty<LEFT_SIDE>()) - ++result.fileCountLeft; + ++stats.fileStatsLeft.fileCount; if (!symlink.isEmpty<RIGHT_SIDE>()) - ++result.fileCountRight; + ++stats.fileStatsRight.fileCount; }); } +} template <class Predicate> @@ -59,7 +69,6 @@ void FileView::updateView(Predicate pred) rowPositionsFirstChild_.clear(); for (const RefIndex& ref : sortedRef_) - { if (const FileSystemObject* fsObj = FileSystemObject::retrieve(ref.objId)) if (pred(*fsObj)) { @@ -84,7 +93,6 @@ void FileView::updateView(Predicate pred) //build subview this->viewRef_.push_back(ref.objId); } - } } @@ -102,62 +110,62 @@ ptrdiff_t FileView::findRowFirstChild(const ContainerObject* hierObj) const } -FileView::StatusCmpResult FileView::updateCmpResult(bool showExcluded, //maps sortedRef to viewRef - bool showLeftOnly, - bool showRightOnly, - bool showLeftNewer, - bool showRightNewer, - bool showDifferent, - bool showEqual, - bool showConflict) +FileView::CategoryViewStats FileView::applyFilterByCategory(bool showExcluded, //maps sortedRef to viewRef + bool showLeftOnly, + bool showRightOnly, + bool showLeftNewer, + bool showRightNewer, + bool showDifferent, + bool showEqual, + bool showConflict) { - StatusCmpResult output; + CategoryViewStats stats; - updateView([&](const FileSystemObject& fsObj) -> bool + updateView([&](const FileSystemObject& fsObj) { - auto categorize = [&](bool showCategory, bool& existsCategory) + auto categorize = [&](bool showCategory, int& categoryCount) { if (!fsObj.isActive()) { - output.existsExcluded = true; + ++stats.excluded; if (!showExcluded) return false; } - existsCategory = true; + ++categoryCount; if (!showCategory) return false; - addNumbers(fsObj, output); //calculate total number of bytes for each side + addNumbers(fsObj, stats); //calculate total number of bytes for each side return true; }; switch (fsObj.getCategory()) { case FILE_LEFT_SIDE_ONLY: - return categorize(showLeftOnly, output.existsLeftOnly); + return categorize(showLeftOnly, stats.leftOnly); case FILE_RIGHT_SIDE_ONLY: - return categorize(showRightOnly, output.existsRightOnly); + return categorize(showRightOnly, stats.rightOnly); case FILE_LEFT_NEWER: - return categorize(showLeftNewer, output.existsLeftNewer); + return categorize(showLeftNewer, stats.leftNewer); case FILE_RIGHT_NEWER: - return categorize(showRightNewer, output.existsRightNewer); + return categorize(showRightNewer, stats.rightNewer); case FILE_DIFFERENT_CONTENT: - return categorize(showDifferent, output.existsDifferent); + return categorize(showDifferent, stats.different); case FILE_EQUAL: case FILE_DIFFERENT_METADATA: //= sub-category of equal - return categorize(showEqual, output.existsEqual); + return categorize(showEqual, stats.equal); case FILE_CONFLICT: - return categorize(showConflict, output.existsConflict); + return categorize(showConflict, stats.conflict); } assert(false); return true; }); - return output; + return stats; } -FileView::StatusSyncPreview FileView::updateSyncPreview(bool showExcluded, //maps sortedRef to viewRef +FileView::ActionViewStats FileView::applyFilterByAction(bool showExcluded, //maps sortedRef to viewRef bool showCreateLeft, bool showCreateRight, bool showDeleteLeft, @@ -168,58 +176,58 @@ FileView::StatusSyncPreview FileView::updateSyncPreview(bool showExcluded, //map bool showEqual, bool showConflict) { - StatusSyncPreview output; + ActionViewStats stats; updateView([&](const FileSystemObject& fsObj) { - auto categorize = [&](bool showCategory, bool& existsCategory) + auto categorize = [&](bool showCategory, int& categoryCount) { if (!fsObj.isActive()) { - output.existsExcluded = true; + ++stats.excluded; if (!showExcluded) return false; } - existsCategory = true; + ++categoryCount; if (!showCategory) return false; - addNumbers(fsObj, output); //calculate total number of bytes for each side + addNumbers(fsObj, stats); //calculate total number of bytes for each side return true; }; switch (fsObj.getSyncOperation()) //evaluate comparison result and sync direction { case SO_CREATE_NEW_LEFT: - return categorize(showCreateLeft, output.existsSyncCreateLeft); + return categorize(showCreateLeft, stats.createLeft); case SO_CREATE_NEW_RIGHT: - return categorize(showCreateRight, output.existsSyncCreateRight); + return categorize(showCreateRight, stats.createRight); case SO_DELETE_LEFT: - return categorize(showDeleteLeft, output.existsSyncDeleteLeft); + return categorize(showDeleteLeft, stats.deleteLeft); case SO_DELETE_RIGHT: - return categorize(showDeleteRight, output.existsSyncDeleteRight); - case SO_OVERWRITE_RIGHT: - case SO_COPY_METADATA_TO_RIGHT: //no extra button on screen - case SO_MOVE_RIGHT_FROM: - case SO_MOVE_RIGHT_TO: - return categorize(showUpdateRight, output.existsSyncDirRight); + return categorize(showDeleteRight, stats.deleteRight); case SO_OVERWRITE_LEFT: case SO_COPY_METADATA_TO_LEFT: //no extra button on screen case SO_MOVE_LEFT_TO: case SO_MOVE_LEFT_FROM: - return categorize(showUpdateLeft, output.existsSyncDirLeft); + return categorize(showUpdateLeft, stats.updateLeft); + case SO_OVERWRITE_RIGHT: + case SO_COPY_METADATA_TO_RIGHT: //no extra button on screen + case SO_MOVE_RIGHT_FROM: + case SO_MOVE_RIGHT_TO: + return categorize(showUpdateRight, stats.updateRight); case SO_DO_NOTHING: - return categorize(showDoNothing, output.existsSyncDirNone); + return categorize(showDoNothing, stats.updateNone); case SO_EQUAL: - return categorize(showEqual, output.existsEqual); + return categorize(showEqual, stats.equal); case SO_UNRESOLVED_CONFLICT: - return categorize(showConflict, output.existsConflict); + return categorize(showConflict, stats.conflict); } assert(false); return true; }); - return output; + return stats; } @@ -245,7 +253,7 @@ void FileView::removeInvalidRows() rowPositionsFirstChild_.clear(); //remove rows that have been deleted meanwhile - eraseIf(sortedRef_, [&](const RefIndex& refIdx) { return !FileSystemObject::retrieve(refIdx.objId); }); + std::erase_if(sortedRef_, [&](const RefIndex& refIdx) { return !FileSystemObject::retrieve(refIdx.objId); }); } @@ -259,16 +267,15 @@ private: index_(index), output_(sortedRef) {} #if 0 - /* - Spend additional CPU cycles to sort the standard file list? + /* Spend additional CPU cycles to sort the standard file list? Test case: 690.000 item pairs, Windows 7 x64 (C:\ vs I:\) ---------------------- CmpNaturalSort: 850 ms CmpLocalPath: 233 ms CmpAsciiNoCase: 189 ms - No sorting: 30 ms - */ + No sorting: 30 ms + */ template <class ItemPair> static std::vector<ItemPair*> getItemsSorted(std::list<ItemPair>& itemList) { @@ -319,7 +326,186 @@ void FileView::setData(FolderComparison& folderCmp) } -//------------------------------------ SORTING TEMPLATES ------------------------------------------------ +//------------------------------------ SORTING ----------------------------------------- +namespace +{ +inline +bool isDirectoryPair(const FileSystemObject& fsObj) +{ + return dynamic_cast<const FolderPair*>(&fsObj) != nullptr; +} + + +template <bool ascending, SelectedSide side> inline +bool lessShortFileName(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + //sort order: first files/symlinks, then directories then empty rows + + //empty rows always last + if (lhs.isEmpty<side>()) + return false; + else if (rhs.isEmpty<side>()) + return true; + + //directories after files/symlinks: + if (isDirectoryPair(lhs)) + { + if (!isDirectoryPair(rhs)) + return false; + } + else if (isDirectoryPair(rhs)) + return true; + + //sort directories and files/symlinks by short name + return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())(lhs.getItemName<side>(), rhs.getItemName<side>()); +} + + +template <bool ascending, SelectedSide side> inline +bool lessFullPath(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + //empty rows always last + if (lhs.isEmpty<side>()) + return false; + else if (rhs.isEmpty<side>()) + return true; + + return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())( + zen::utfTo<Zstring>(AFS::getDisplayPath(lhs.getAbstractPath<side>())), + zen::utfTo<Zstring>(AFS::getDisplayPath(rhs.getAbstractPath<side>()))); +} + + +template <bool ascending> inline //side currently unused! +bool lessRelativeFolder(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + const bool isDirectoryL = isDirectoryPair(lhs); + const Zstring& relFolderL = isDirectoryL ? + lhs.getRelativePathAny() : + lhs.parent().getRelativePathAny(); + + const bool isDirectoryR = isDirectoryPair(rhs); + const Zstring& relFolderR = isDirectoryR ? + rhs.getRelativePathAny() : + rhs.parent().getRelativePathAny(); + + //compare relative names without filepaths first + const int rv = compareNatural(relFolderL, relFolderR); + if (rv != 0) + return zen::makeSortDirection(std::less<int>(), std::bool_constant<ascending>())(rv, 0); + + //make directories always appear before contained files + if (isDirectoryR) + return false; + else if (isDirectoryL) + return true; + + return zen::makeSortDirection(LessNaturalSort(), std::bool_constant<ascending>())(lhs.getItemNameAny(), rhs.getItemNameAny()); +} + + +template <bool ascending, SelectedSide side> inline +bool lessFilesize(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + //empty rows always last + if (lhs.isEmpty<side>()) + return false; + else if (rhs.isEmpty<side>()) + return true; + + //directories second last + if (isDirectoryPair(lhs)) + return false; + else if (isDirectoryPair(rhs)) + return true; + + const FilePair* fileL = dynamic_cast<const FilePair*>(&lhs); + const FilePair* fileR = dynamic_cast<const FilePair*>(&rhs); + + //then symlinks + if (!fileL) + return false; + else if (!fileR) + return true; + + //return list beginning with largest files first + return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(fileL->getFileSize<side>(), fileR->getFileSize<side>()); +} + + +template <bool ascending, SelectedSide side> inline +bool lessFiletime(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + if (lhs.isEmpty<side>()) + return false; //empty rows always last + else if (rhs.isEmpty<side>()) + return true; //empty rows always last + + const FilePair* fileL = dynamic_cast<const FilePair*>(&lhs); + const FilePair* fileR = dynamic_cast<const FilePair*>(&rhs); + + const SymlinkPair* symlinkL = dynamic_cast<const SymlinkPair*>(&lhs); + const SymlinkPair* symlinkR = dynamic_cast<const SymlinkPair*>(&rhs); + + if (!fileL && !symlinkL) + return false; //directories last + else if (!fileR && !symlinkR) + return true; //directories last + + const int64_t dateL = fileL ? fileL->getLastWriteTime<side>() : symlinkL->getLastWriteTime<side>(); + const int64_t dateR = fileR ? fileR->getLastWriteTime<side>() : symlinkR->getLastWriteTime<side>(); + + //return list beginning with newest files first + return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(dateL, dateR); +} + + +template <bool ascending, SelectedSide side> inline +bool lessExtension(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + if (lhs.isEmpty<side>()) + return false; //empty rows always last + else if (rhs.isEmpty<side>()) + return true; //empty rows always last + + if (dynamic_cast<const FolderPair*>(&lhs)) + return false; //directories last + else if (dynamic_cast<const FolderPair*>(&rhs)) + return true; //directories last + + auto getExtension = [](const FileSystemObject& fsObj) + { + return afterLast(fsObj.getItemName<side>(), Zstr('.'), zen::IF_MISSING_RETURN_NONE); + }; + + return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())(getExtension(lhs), getExtension(rhs)); +} + + +template <bool ascending> inline +bool lessCmpResult(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + return zen::makeSortDirection([](CompareFileResult lhs2, CompareFileResult rhs2) + { + //presort: equal shall appear at end of list + if (lhs2 == FILE_EQUAL) + return false; + if (rhs2 == FILE_EQUAL) + return true; + return lhs2 < rhs2; + }, + std::bool_constant<ascending>())(lhs.getCategory(), rhs.getCategory()); +} + + +template <bool ascending> inline +bool lessSyncDirection(const FileSystemObject& lhs, const FileSystemObject& rhs) +{ + return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(lhs.getSyncOperation(), rhs.getSyncOperation()); +} +} + + template <bool ascending, SelectedSide side> struct FileView::LessFullPath { @@ -351,9 +537,12 @@ struct FileView::LessRelativeFolder //presort by folder pair if (a.folderIndex != b.folderIndex) - return ascending ? - a.folderIndex < b.folderIndex : - a.folderIndex > b.folderIndex; + { + if constexpr (ascending) + return a.folderIndex < b.folderIndex; + else + return a.folderIndex > b.folderIndex; + } return lessRelativeFolder<ascending>(*fsObjA, *fsObjB); } @@ -476,9 +665,9 @@ void FileView::sortView(ColumnTypeRim type, ItemPathFormat pathFmt, bool onLeft, switch (pathFmt) { case ItemPathFormat::FULL_PATH: - if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<true, LEFT_SIDE >()); + if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<true, LEFT_SIDE>()); else if ( ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<true, RIGHT_SIDE>()); - else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<false, LEFT_SIDE >()); + else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<false, LEFT_SIDE>()); else if (!ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFullPath<false, RIGHT_SIDE>()); break; @@ -488,31 +677,55 @@ void FileView::sortView(ColumnTypeRim type, ItemPathFormat pathFmt, bool onLeft, break; case ItemPathFormat::ITEM_NAME: - if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<true, LEFT_SIDE >()); + if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<true, LEFT_SIDE>()); else if ( ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<true, RIGHT_SIDE>()); - else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<false, LEFT_SIDE >()); + else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<false, LEFT_SIDE>()); else if (!ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessShortFileName<false, RIGHT_SIDE>()); break; } break; case ColumnTypeRim::SIZE: - if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<true, LEFT_SIDE >()); + if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<true, LEFT_SIDE>()); else if ( ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<true, RIGHT_SIDE>()); - else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<false, LEFT_SIDE >()); + else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<false, LEFT_SIDE>()); else if (!ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFilesize<false, RIGHT_SIDE>()); break; case ColumnTypeRim::DATE: - if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<true, LEFT_SIDE >()); + if ( ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<true, LEFT_SIDE>()); else if ( ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<true, RIGHT_SIDE>()); - else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<false, LEFT_SIDE >()); + else if (!ascending && onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<false, LEFT_SIDE>()); else if (!ascending && !onLeft) std::sort(sortedRef_.begin(), sortedRef_.end(), LessFiletime<false, RIGHT_SIDE>()); break; case ColumnTypeRim::EXTENSION: - if ( ascending && onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<true, LEFT_SIDE >()); + if ( ascending && onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<true, LEFT_SIDE>()); else if ( ascending && !onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<true, RIGHT_SIDE>()); - else if (!ascending && onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<false, LEFT_SIDE >()); + else if (!ascending && onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<false, LEFT_SIDE>()); else if (!ascending && !onLeft) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessExtension<false, RIGHT_SIDE>()); break; } } + + +void FileView::sortView(ColumnTypeCenter type, bool ascending) +{ + viewRef_ .clear(); + rowPositions_ .clear(); + rowPositionsFirstChild_.clear(); + currentSort_ = SortInfo({ type, false, ascending }); + + switch (type) + { + case ColumnTypeCenter::CHECKBOX: + assert(false); + break; + case ColumnTypeCenter::CMP_CATEGORY: + if ( ascending) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessCmpResult<true >()); + else if (!ascending) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessCmpResult<false>()); + break; + case ColumnTypeCenter::SYNC_ACTION: + if ( ascending) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessSyncDirection<true >()); + else if (!ascending) std::stable_sort(sortedRef_.begin(), sortedRef_.end(), LessSyncDirection<false>()); + break; + } +} diff --git a/FreeFileSync/Source/ui/file_view.h b/FreeFileSync/Source/ui/file_view.h index 4dcb96a3..86c967c4 100644 --- a/FreeFileSync/Source/ui/file_view.h +++ b/FreeFileSync/Source/ui/file_view.h @@ -8,6 +8,7 @@ #define GRID_VIEW_H_9285028345703475842569 #include <vector> +#include <variant> #include <unordered_map> #include <zen/stl_tools.h> #include "file_grid_attr.h" @@ -31,62 +32,55 @@ public: //get references to FileSystemObject: no nullptr-check needed! Everything's bound. std::vector<FileSystemObject*> getAllFileRef(const std::vector<size_t>& rows); - struct StatusCmpResult + struct FileStats { - bool existsExcluded = false; - bool existsEqual = false; - bool existsConflict = false; - - bool existsLeftOnly = false; - bool existsRightOnly = false; - bool existsLeftNewer = false; - bool existsRightNewer = false; - bool existsDifferent = false; - - unsigned int fileCountLeft = 0; - unsigned int folderCountLeft = 0; - uint64_t bytesLeft = 0; - - unsigned int fileCountRight = 0; - unsigned int folderCountRight = 0; - uint64_t bytesRight = 0; + int fileCount = 0; + int folderCount = 0; + uint64_t bytes = 0; }; - //comparison results view - StatusCmpResult updateCmpResult(bool showExcluded, - bool showLeftOnly, - bool showRightOnly, - bool showLeftNewer, - bool showRightNewer, - bool showDifferent, - bool showEqual, - bool showConflict); - - struct StatusSyncPreview + struct CategoryViewStats { - bool existsExcluded = false; - bool existsEqual = false; - bool existsConflict = false; - - bool existsSyncCreateLeft = false; - bool existsSyncCreateRight = false; - bool existsSyncDeleteLeft = false; - bool existsSyncDeleteRight = false; - bool existsSyncDirLeft = false; - bool existsSyncDirRight = false; - bool existsSyncDirNone = false; - - unsigned int fileCountLeft = 0; - unsigned int folderCountLeft = 0; - uint64_t bytesLeft = 0; - - unsigned int fileCountRight = 0; - unsigned int folderCountRight = 0; - uint64_t bytesRight = 0; + int excluded = 0; + int equal = 0; + int conflict = 0; + + int leftOnly = 0; + int rightOnly = 0; + int leftNewer = 0; + int rightNewer = 0; + int different = 0; + + FileStats fileStatsLeft; + FileStats fileStatsRight; }; - - //synchronization preview - StatusSyncPreview updateSyncPreview(bool showExcluded, + CategoryViewStats applyFilterByCategory(bool showExcluded, + bool showLeftOnly, + bool showRightOnly, + bool showLeftNewer, + bool showRightNewer, + bool showDifferent, + bool showEqual, + bool showConflict); + + struct ActionViewStats + { + int excluded = 0; + int equal = 0; + int conflict = 0; + + int createLeft = 0; + int createRight = 0; + int deleteLeft = 0; + int deleteRight = 0; + int updateLeft = 0; + int updateRight = 0; + int updateNone = 0; + + FileStats fileStatsLeft; + FileStats fileStatsRight; + }; + ActionViewStats applyFilterByAction(bool showExcluded, bool showCreateLeft, bool showCreateRight, bool showDeleteLeft, @@ -101,12 +95,13 @@ public: void removeInvalidRows(); //remove references to rows that have been deleted meanwhile: call after manual deletion and synchronization! //sorting... - void sortView(ColumnTypeRim type, ItemPathFormat pathFmt, bool onLeft, bool ascending); //always call this method for sorting, never sort externally! + void sortView(ColumnTypeRim type, ItemPathFormat pathFmt, bool onLeft, bool ascending); //always call these; never sort externally! + void sortView(ColumnTypeCenter type, bool ascending); // struct SortInfo { - ColumnTypeRim type = ColumnTypeRim::ITEM_PATH; - bool onLeft = false; + std::variant<ColumnTypeRim, ColumnTypeCenter> sortCol; + bool onLeft = false; //if sortCol is ColumnTypeRim bool ascending = false; }; const SortInfo* getSortInfo() const { return zen::get(currentSort_); } //return nullptr if currently not sorted diff --git a/FreeFileSync/Source/ui/folder_history_box.cpp b/FreeFileSync/Source/ui/folder_history_box.cpp index 2b824b1f..70eaa9dc 100644 --- a/FreeFileSync/Source/ui/folder_history_box.cpp +++ b/FreeFileSync/Source/ui/folder_history_box.cpp @@ -88,6 +88,8 @@ void FolderHistoryBox::setValueAndUpdateList(const wxString& folderPathPhrase) if (std::find(dirList.begin(), dirList.end(), folderPathPhrase) == dirList.end()) dirList.insert(dirList.begin(), folderPathPhrase); + warn_static("do something about wxComboBox::Append() perf") + //this->Clear(); -> NO! emits yet another wxEVT_COMMAND_TEXT_UPDATED!!! wxItemContainer::Clear(); //suffices to clear the selection items only! this->Append(dirList); diff --git a/FreeFileSync/Source/ui/folder_history_box.h b/FreeFileSync/Source/ui/folder_history_box.h index e83346e1..9db2f062 100644 --- a/FreeFileSync/Source/ui/folder_history_box.h +++ b/FreeFileSync/Source/ui/folder_history_box.h @@ -41,7 +41,7 @@ public: const Zstring nameTmp = zen::trimCpy(folderPathPhrase); //insert new folder or put it to the front if already existing - zen::eraseIf(folderPathPhrases_, [&](const Zstring& item) { return equalNoCase(item, nameTmp); }); + std::erase_if(folderPathPhrases_, [&](const Zstring& item) { return equalNoCase(item, nameTmp); }); folderPathPhrases_.insert(folderPathPhrases_.begin(), nameTmp); @@ -49,7 +49,7 @@ public: folderPathPhrases_.resize(maxSize_); } - void delItem(const Zstring& folderPathPhrase) { zen::eraseIf(folderPathPhrases_, [&](const Zstring& item) { return equalNoCase(item, folderPathPhrase); }); } + void delItem(const Zstring& folderPathPhrase) { std::erase_if(folderPathPhrases_, [&](const Zstring& item) { return equalNoCase(item, folderPathPhrase); }); } private: size_t maxSize_ = 0; @@ -71,7 +71,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxComboBoxNameStr); - void init(const std::shared_ptr<FolderHistory>& sharedHistory) { sharedHistory_ = sharedHistory; } + void init(zen::SharedRef<FolderHistory>& sharedHistory) { sharedHistory_ = sharedHistory.ptr(); } void setValue(const wxString& folderPathPhrase) { diff --git a/FreeFileSync/Source/ui/gui_generated.cpp b/FreeFileSync/Source/ui/gui_generated.cpp index d384e0bb..559dfa0d 100644 --- a/FreeFileSync/Source/ui/gui_generated.cpp +++ b/FreeFileSync/Source/ui/gui_generated.cpp @@ -652,7 +652,7 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const wxBoxSizer* bSizer291; bSizer291 = new wxBoxSizer( wxVERTICAL ); - ffgSizer111 = new wxFlexGridSizer( 2, 0, 5, 5 ); + ffgSizer111 = new wxFlexGridSizer( 0, 2, 5, 5 ); ffgSizer111->SetFlexibleDirection( wxBOTH ); ffgSizer111->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); @@ -703,7 +703,7 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const wxBoxSizer* bSizer292; bSizer292 = new wxBoxSizer( wxVERTICAL ); - ffgSizer112 = new wxFlexGridSizer( 2, 0, 5, 5 ); + ffgSizer112 = new wxFlexGridSizer( 0, 1, 5, 5 ); ffgSizer112->SetFlexibleDirection( wxBOTH ); ffgSizer112->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); @@ -844,19 +844,19 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const bSizerViewFilter->Add( 0, 0, 1, wxEXPAND, 5 ); - m_staticTextViewType = new wxStaticText( m_panelViewFilter, wxID_ANY, _("View type:"), wxDefaultPosition, wxDefaultSize, 0 ); - m_staticTextViewType->Wrap( -1 ); - bSizerViewFilter->Add( m_staticTextViewType, 0, wxALL|wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); + wxBoxSizer* bSizer287; + bSizer287 = new wxBoxSizer( wxHORIZONTAL ); m_bpButtonViewTypeSyncAction = new zen::ToggleButton( m_panelViewFilter, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), wxBU_AUTODRAW ); - bSizerViewFilter->Add( m_bpButtonViewTypeSyncAction, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL|wxRIGHT, 5 ); + bSizer287->Add( m_bpButtonViewTypeSyncAction, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5 ); + m_bpButtonViewContext = new wxBitmapButton( m_panelViewFilter, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), wxBU_AUTODRAW ); + m_bpButtonViewContext->SetToolTip( _("dummy") ); - bSizerViewFilter->Add( 0, 0, 3, wxEXPAND, 5 ); + bSizer287->Add( m_bpButtonViewContext, 0, wxRIGHT|wxEXPAND, 5 ); - m_staticTextSelectView = new wxStaticText( m_panelViewFilter, wxID_ANY, _("Select view:"), wxDefaultPosition, wxDefaultSize, 0 ); - m_staticTextSelectView->Wrap( -1 ); - bSizerViewFilter->Add( m_staticTextSelectView, 0, wxALL|wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); + + bSizerViewFilter->Add( bSizer287, 0, wxALIGN_CENTER_VERTICAL, 5 ); m_bpButtonShowExcluded = new zen::ToggleButton( m_panelViewFilter, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), wxBU_AUTODRAW ); bSizerViewFilter->Add( m_bpButtonShowExcluded, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL|wxRIGHT, 5 ); @@ -903,13 +903,8 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const m_bpButtonShowConflict = new zen::ToggleButton( m_panelViewFilter, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), wxBU_AUTODRAW ); bSizerViewFilter->Add( m_bpButtonShowConflict, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); - m_bpButtonViewFilterSave = new wxBitmapButton( m_panelViewFilter, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW ); - m_bpButtonViewFilterSave->SetToolTip( _("Save as default") ); - - bSizerViewFilter->Add( m_bpButtonViewFilterSave, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); - - bSizerViewFilter->Add( 0, 0, 3, wxEXPAND, 5 ); + bSizerViewFilter->Add( 0, 0, 1, wxEXPAND, 5 ); m_staticText96 = new wxStaticText( m_panelViewFilter, wxID_ANY, _("Statistics:"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText96->Wrap( -1 ); @@ -1171,6 +1166,8 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const m_bpButtonSaveAsBatch->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnSaveAsBatchJob ), NULL, this ); m_bpButtonShowLog->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnShowLog ), NULL, this ); m_bpButtonViewTypeSyncAction->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewType ), NULL, this ); + m_bpButtonViewContext->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnViewTypeContext ), NULL, this ); + m_bpButtonViewContext->Connect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( MainDialogGenerated::OnViewTypeContext ), NULL, this ); m_bpButtonShowExcluded->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); m_bpButtonShowDeleteLeft->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); m_bpButtonShowUpdateLeft->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); @@ -1186,7 +1183,6 @@ MainDialogGenerated::MainDialogGenerated( wxWindow* parent, wxWindowID id, const m_bpButtonShowUpdateRight->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); m_bpButtonShowDeleteRight->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); m_bpButtonShowConflict->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnToggleViewButton ), NULL, this ); - m_bpButtonViewFilterSave->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( MainDialogGenerated::OnViewFilterSave ), NULL, this ); } MainDialogGenerated::~MainDialogGenerated() @@ -3261,7 +3257,7 @@ CompareProgressDlgGenerated::CompareProgressDlgGenerated( wxWindow* parent, wxWi wxBoxSizer* bSizer291; bSizer291 = new wxBoxSizer( wxVERTICAL ); - ffgSizer111 = new wxFlexGridSizer( 2, 0, 5, 5 ); + ffgSizer111 = new wxFlexGridSizer( 0, 2, 5, 5 ); ffgSizer111->SetFlexibleDirection( wxBOTH ); ffgSizer111->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); @@ -3312,7 +3308,7 @@ CompareProgressDlgGenerated::CompareProgressDlgGenerated( wxWindow* parent, wxWi wxBoxSizer* bSizer292; bSizer292 = new wxBoxSizer( wxVERTICAL ); - ffgSizer112 = new wxFlexGridSizer( 2, 0, 5, 5 ); + ffgSizer112 = new wxFlexGridSizer( 0, 1, 5, 5 ); ffgSizer112->SetFlexibleDirection( wxBOTH ); ffgSizer112->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); @@ -4685,65 +4681,48 @@ AboutDlgGenerated::AboutDlgGenerated( wxWindow* parent, wxWindowID id, const wxS m_staticText94->Wrap( -1 ); bSizer186->Add( m_staticText94, 0, wxALL, 5 ); - wxBoxSizer* bSizer166; - bSizer166 = new wxBoxSizer( wxHORIZONTAL ); - - wxBoxSizer* bSizer251; - bSizer251 = new wxBoxSizer( wxVERTICAL ); + ffgSizer11 = new wxFlexGridSizer( 2, 0, 5, 10 ); + ffgSizer11->SetFlexibleDirection( wxBOTH ); + ffgSizer11->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); m_bitmapHomepage = new wxStaticBitmap( m_panel41, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), 0 ); m_bitmapHomepage->SetToolTip( _("Home page") ); - bSizer251->Add( m_bitmapHomepage, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); - - m_hyperlink1 = new wxHyperlinkCtrl( m_panel41, wxID_ANY, _("FreeFileSync.org"), wxT("https://freefilesync.org/"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE ); - m_hyperlink1->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, true, wxEmptyString ) ); - m_hyperlink1->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); - m_hyperlink1->SetToolTip( _("https://freefilesync.org") ); + ffgSizer11->Add( m_bitmapHomepage, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5 ); - bSizer251->Add( m_hyperlink1, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); + m_bitmapForum = new wxStaticBitmap( m_panel41, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), 0 ); + m_bitmapForum->SetToolTip( _("FreeFileSync Forum") ); + ffgSizer11->Add( m_bitmapForum, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5 ); - bSizer166->Add( bSizer251, 0, wxALIGN_BOTTOM|wxRIGHT|wxLEFT, 5 ); + m_bitmapEmail = new wxStaticBitmap( m_panel41, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), 0 ); + m_bitmapEmail->SetToolTip( _("Email") ); - wxBoxSizer* bSizer250; - bSizer250 = new wxBoxSizer( wxVERTICAL ); + ffgSizer11->Add( m_bitmapEmail, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5 ); - m_bitmapForum = new wxStaticBitmap( m_panel41, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), 0 ); - m_bitmapForum->SetToolTip( _("FreeFileSync Forum") ); + m_hyperlink1 = new wxHyperlinkCtrl( m_panel41, wxID_ANY, _("FreeFileSync.org"), wxT("https://freefilesync.org/"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE ); + m_hyperlink1->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, true, wxEmptyString ) ); + m_hyperlink1->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); + m_hyperlink1->SetToolTip( _("https://freefilesync.org") ); - bSizer250->Add( m_bitmapForum, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); + ffgSizer11->Add( m_hyperlink1, 0, wxALIGN_CENTER_VERTICAL, 5 ); m_hyperlink21 = new wxHyperlinkCtrl( m_panel41, wxID_ANY, _("FreeFileSync Forum"), wxT("https://freefilesync.org/forum/"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE ); m_hyperlink21->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, true, wxEmptyString ) ); m_hyperlink21->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); m_hyperlink21->SetToolTip( _("https://freefilesync.org/forum/") ); - bSizer250->Add( m_hyperlink21, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); - - - bSizer166->Add( bSizer250, 0, wxALIGN_BOTTOM|wxRIGHT|wxLEFT, 5 ); - - wxBoxSizer* bSizer249; - bSizer249 = new wxBoxSizer( wxVERTICAL ); - - m_bitmapEmail = new wxStaticBitmap( m_panel41, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize( -1, -1 ), 0 ); - m_bitmapEmail->SetToolTip( _("Email") ); - - bSizer249->Add( m_bitmapEmail, 0, wxALIGN_CENTER_HORIZONTAL, 5 ); + ffgSizer11->Add( m_hyperlink21, 0, wxALIGN_CENTER_VERTICAL, 5 ); m_hyperlink2 = new wxHyperlinkCtrl( m_panel41, wxID_ANY, _("zenju@freefilesync.org"), wxT("mailto:zenju@freefilesync.org"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE ); m_hyperlink2->SetFont( wxFont( wxNORMAL_FONT->GetPointSize(), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, true, wxEmptyString ) ); m_hyperlink2->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); m_hyperlink2->SetToolTip( _("mailto:zenju@freefilesync.org") ); - bSizer249->Add( m_hyperlink2, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_CENTER_HORIZONTAL, 5 ); - - - bSizer166->Add( bSizer249, 0, wxALIGN_BOTTOM|wxRIGHT|wxLEFT, 5 ); + ffgSizer11->Add( m_hyperlink2, 0, wxALIGN_CENTER_VERTICAL, 5 ); - bSizer186->Add( bSizer166, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxALIGN_CENTER_HORIZONTAL, 5 ); + bSizer186->Add( ffgSizer11, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 ); bSizerMainSection->Add( bSizer186, 0, wxALL|wxEXPAND, 5 ); diff --git a/FreeFileSync/Source/ui/gui_generated.h b/FreeFileSync/Source/ui/gui_generated.h index 44a4df3f..15653910 100644 --- a/FreeFileSync/Source/ui/gui_generated.h +++ b/FreeFileSync/Source/ui/gui_generated.h @@ -173,9 +173,8 @@ protected: wxPanel* m_panelViewFilter; wxBoxSizer* bSizerViewFilter; wxBitmapButton* m_bpButtonShowLog; - wxStaticText* m_staticTextViewType; zen::ToggleButton* m_bpButtonViewTypeSyncAction; - wxStaticText* m_staticTextSelectView; + wxBitmapButton* m_bpButtonViewContext; zen::ToggleButton* m_bpButtonShowExcluded; zen::ToggleButton* m_bpButtonShowDeleteLeft; zen::ToggleButton* m_bpButtonShowUpdateLeft; @@ -191,7 +190,6 @@ protected: zen::ToggleButton* m_bpButtonShowUpdateRight; zen::ToggleButton* m_bpButtonShowDeleteRight; zen::ToggleButton* m_bpButtonShowConflict; - wxBitmapButton* m_bpButtonViewFilterSave; wxStaticText* m_staticText96; wxPanel* m_panelStatistics; wxBoxSizer* bSizer1801; @@ -247,8 +245,9 @@ protected: virtual void OnHideSearchPanel( wxCommandEvent& event ) { event.Skip(); } virtual void OnSearchGridEnter( wxCommandEvent& event ) { event.Skip(); } virtual void OnToggleViewType( wxCommandEvent& event ) { event.Skip(); } + virtual void OnViewTypeContext( wxCommandEvent& event ) { event.Skip(); } + virtual void OnViewTypeContext( wxMouseEvent& event ) { event.Skip(); } virtual void OnToggleViewButton( wxCommandEvent& event ) { event.Skip(); } - virtual void OnViewFilterSave( wxCommandEvent& event ) { event.Skip(); } public: @@ -1137,11 +1136,12 @@ protected: wxStaticBitmap* m_bitmapLogo; wxStaticLine* m_staticline341; wxStaticText* m_staticText94; + wxFlexGridSizer* ffgSizer11; wxStaticBitmap* m_bitmapHomepage; - wxHyperlinkCtrl* m_hyperlink1; wxStaticBitmap* m_bitmapForum; - wxHyperlinkCtrl* m_hyperlink21; wxStaticBitmap* m_bitmapEmail; + wxHyperlinkCtrl* m_hyperlink1; + wxHyperlinkCtrl* m_hyperlink21; wxHyperlinkCtrl* m_hyperlink2; wxStaticLine* m_staticline3412; wxPanel* m_panelDonate; diff --git a/FreeFileSync/Source/ui/gui_status_handler.cpp b/FreeFileSync/Source/ui/gui_status_handler.cpp index be2dea7a..6b1504b0 100644 --- a/FreeFileSync/Source/ui/gui_status_handler.cpp +++ b/FreeFileSync/Source/ui/gui_status_handler.cpp @@ -18,6 +18,10 @@ using namespace zen; using namespace fff; +namespace +{ +const std::chrono::seconds TEMP_PANEL_DISPLAY_DELAY(1); +} StatusHandlerTemporaryPanel::StatusHandlerTemporaryPanel(MainDialog& dlg, const std::chrono::system_clock::time_point& startTime, @@ -25,13 +29,27 @@ StatusHandlerTemporaryPanel::StatusHandlerTemporaryPanel(MainDialog& dlg, size_t automaticRetryCount, std::chrono::seconds automaticRetryDelay) : mainDlg_(dlg), + ignoreErrors_(ignoreErrors), automaticRetryCount_(automaticRetryCount), automaticRetryDelay_(automaticRetryDelay), startTime_(startTime) { - { - mainDlg_.compareStatus_->init(*this, ignoreErrors, automaticRetryCount); //clear old values before showing panel + mainDlg_.compareStatus_->init(*this, ignoreErrors_, automaticRetryCount_); //clear old values before showing panel + + //showStatsPanel(); => delay and avoid GUI distraction for short-lived tasks + + mainDlg_.Update(); //don't wait until idle event! + + //register keys + mainDlg_.Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(StatusHandlerTemporaryPanel::OnKeyPressed), nullptr, this); + mainDlg_.m_buttonCancel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(StatusHandlerTemporaryPanel::OnAbortCompare), nullptr, this); +} + +void StatusHandlerTemporaryPanel::showStatsPanel() +{ + assert(!mainDlg_.auiMgr_.GetPane(mainDlg_.compareStatus_->getAsWindow()).IsShown()); + { //------------------------------------------------------------------ const wxAuiPaneInfo& topPanel = mainDlg_.auiMgr_.GetPane(mainDlg_.m_panelTopButtons); wxAuiPaneInfo& statusPanel = mainDlg_.auiMgr_.GetPane(mainDlg_.compareStatus_->getAsWindow()); @@ -90,21 +108,11 @@ StatusHandlerTemporaryPanel::StatusHandlerTemporaryPanel(MainDialog& dlg, mainDlg_.auiMgr_.Update(); mainDlg_.compareStatus_->getAsWindow()->Refresh(); //macOS: fix background corruption for the statistics boxes (call *after* wxAuiManager::Update() } - - mainDlg_.Update(); //don't wait until idle event! - - //register keys - mainDlg_.Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(StatusHandlerTemporaryPanel::OnKeyPressed), nullptr, this); - mainDlg_.m_buttonCancel->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(StatusHandlerTemporaryPanel::OnAbortCompare), nullptr, this); } StatusHandlerTemporaryPanel::~StatusHandlerTemporaryPanel() { - //unregister keys - mainDlg_.Disconnect(wxEVT_CHAR_HOOK, wxKeyEventHandler(StatusHandlerTemporaryPanel::OnKeyPressed), nullptr, this); - mainDlg_.m_buttonCancel->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(StatusHandlerTemporaryPanel::OnAbortCompare), nullptr, this); - //Workaround wxAuiManager crash when starting panel resizing during comparison and holding button until after comparison has finished: //- unlike regular window resizing, wxAuiManager does not run a dedicated event loop while the mouse button is held //- wxAuiManager internally stores the panel index that is currently resized @@ -116,6 +124,11 @@ StatusHandlerTemporaryPanel::~StatusHandlerTemporaryPanel() mainDlg_.auiMgr_.GetPane(mainDlg_.compareStatus_->getAsWindow()).Hide(); mainDlg_.auiMgr_.Update(); + + //unregister keys + mainDlg_.Disconnect(wxEVT_CHAR_HOOK, wxKeyEventHandler(StatusHandlerTemporaryPanel::OnKeyPressed), nullptr, this); + mainDlg_.m_buttonCancel->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(StatusHandlerTemporaryPanel::OnAbortCompare), nullptr, this); + mainDlg_.compareStatus_->teardown(); if (!errorLog_.empty()) //reportFinalStatus() was not called! @@ -146,8 +159,8 @@ StatusHandlerTemporaryPanel::Result StatusHandlerTemporaryPanel::reportFinalStat const ProcessSummary summary { startTime_, finalStatus, {} /*jobName*/, - getStatsCurrent(currentPhase()), - getStatsTotal (currentPhase()), + getStatsCurrent(), + getStatsTotal (), totalTime }; @@ -158,19 +171,21 @@ StatusHandlerTemporaryPanel::Result StatusHandlerTemporaryPanel::reportFinalStat } -void StatusHandlerTemporaryPanel::initNewPhase(int itemsTotal, int64_t bytesTotal, Phase phaseID) +void StatusHandlerTemporaryPanel::initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) { StatusHandler::initNewPhase(itemsTotal, bytesTotal, phaseID); mainDlg_.compareStatus_->initNewPhase(); //call after "StatusHandler::initNewPhase" - forceUiRefresh(); //throw AbortProcess; OS X needs a full yield to update GUI and get rid of "dummy" texts + //macOS needs a full yield to update GUI and get rid of "dummy" texts + requestUiUpdate(true /*force*/); //throw AbortProcess } -void StatusHandlerTemporaryPanel::logInfo(const std::wstring& msg) +void StatusHandlerTemporaryPanel::reportInfo(const std::wstring& msg) { errorLog_.logMsg(msg, MSG_TYPE_INFO); + updateStatus(msg); //throw AbortProcess } @@ -185,7 +200,7 @@ void StatusHandlerTemporaryPanel::reportWarning(const std::wstring& msg, bool& w if (!mainDlg_.compareStatus_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! bool dontWarnAgain = false; switch (showConfirmationDialog(&mainDlg_, DialogInfoType::warning, @@ -197,7 +212,7 @@ void StatusHandlerTemporaryPanel::reportWarning(const std::wstring& msg, bool& w warningActive = !dontWarnAgain; break; case ConfirmationButton::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } @@ -214,27 +229,27 @@ ProcessCallback::Response StatusHandlerTemporaryPanel::reportError(const std::ws { errorLog_.logMsg(msg + L"\n-> " + _("Automatic retry"), MSG_TYPE_INFO); delayAndCountDown(_("Automatic retry") + (automaticRetryCount_ <= 1 ? L"" : L" " + numberTo<std::wstring>(retryNumber + 1) + L"/" + numberTo<std::wstring>(automaticRetryCount_)), - automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->reportStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess + automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->updateStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess return ProcessCallback::retry; } //always, except for "retry": - auto guardWriteLog = zen::makeGuard<ScopeGuardRunMode::ON_EXIT>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); + auto guardWriteLog = zen::makeGuard<ScopeGuardRunMode::onExit>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); if (!mainDlg_.compareStatus_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(&mainDlg_, DialogInfoType::error, PopupDialogCfg().setDetailInstructions(msg), _("&Ignore"), _("Ignore &all"), _("&Retry"))) { case ConfirmationButton3::accept: //ignore - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::acceptAll: //ignore all mainDlg_.compareStatus_->setOptionIgnoreErrors(true); - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::decline: //retry guardWriteLog.dismiss(); @@ -242,15 +257,15 @@ ProcessCallback::Response StatusHandlerTemporaryPanel::reportError(const std::ws return ProcessCallback::retry; case ConfirmationButton3::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } else - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; assert(false); - return ProcessCallback::ignoreError; //dummy return value + return ProcessCallback::ignore; //dummy return value } @@ -262,7 +277,7 @@ void StatusHandlerTemporaryPanel::reportFatalError(const std::wstring& msg) if (!mainDlg_.compareStatus_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(&mainDlg_, DialogInfoType::error, PopupDialogCfg().setTitle(_("Serious Error")). @@ -277,15 +292,19 @@ void StatusHandlerTemporaryPanel::reportFatalError(const std::wstring& msg) break; case ConfirmationButton2::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } } -void StatusHandlerTemporaryPanel::forceUiRefreshNoThrow() +void StatusHandlerTemporaryPanel::forceUiUpdateNoThrow() { + if (!mainDlg_.auiMgr_.GetPane(mainDlg_.compareStatus_->getAsWindow()).IsShown() && + std::chrono::steady_clock::now() > startTimeSteady_ + TEMP_PANEL_DISPLAY_DELAY) + showStatsPanel(); + mainDlg_.compareStatus_->updateGui(); } @@ -357,25 +376,25 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat else if (errorLog_.getItemCount(MSG_TYPE_WARNING) > 0) return SyncResult::finishedWarning; - if (getStatsTotal(currentPhase()) == ProgressStats()) + if (getStatsTotal() == ProgressStats()) errorLog_.logMsg(_("Nothing to synchronize"), MSG_TYPE_INFO); return SyncResult::finishedSuccess; }(); - assert(finalStatus == SyncResult::aborted || currentPhase() == PHASE_SYNCHRONIZING); + assert(finalStatus == SyncResult::aborted || currentPhase() == ProcessPhase::synchronizing); const ProcessSummary summary { startTime_, finalStatus, jobName_, - getStatsCurrent(currentPhase()), - getStatsTotal (currentPhase()), + getStatsCurrent(), + getStatsTotal (), totalTime }; //post sync command Zstring commandLine = [&] { - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) ; //user cancelled => don't run post sync command! else switch (postSyncCondition_) @@ -405,7 +424,7 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat try { //do NOT use tryReportingError()! saving log files should not be cancellable! - auto notifyStatusNoThrow = [&](const std::wstring& msg) { try { reportStatus(msg); /*throw AbortProcess*/ } catch (...) {} }; + auto notifyStatusNoThrow = [&](const std::wstring& msg) { try { updateStatus(msg); /*throw AbortProcess*/ } catch (...) {} }; logFilePath = saveLogFile(summary, errorLog_, altLogFolderPathPhrase, logfilesMaxAgeDays, logFilePathsToKeep, notifyStatusNoThrow); //throw FileError } catch (const FileError& e) { errorLog_.logMsg(e.toString(), MSG_TYPE_ERROR); } @@ -426,10 +445,10 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat { auto notifyStatusThrowOnCancel = [&](const std::wstring& msg) { - try { reportStatus(msg); /*throw AbortProcess*/ } + try { updateStatus(msg); /*throw AbortProcess*/ } catch (...) { - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) throw; } }; @@ -448,7 +467,7 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat bool autoClose = false; FinalRequest finalRequest = FinalRequest::none; - if (getAbortStatus() && *getAbortStatus() == AbortTrigger::USER) + if (getAbortStatus() && *getAbortStatus() == AbortTrigger::user) ; //user cancelled => don't run post sync command! else switch (progressDlg_->getOptionPostSyncAction()) @@ -478,7 +497,7 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat break; } - auto errorLogFinal = std::make_shared<const ErrorLog>(std::move(errorLog_)); + auto errorLogFinal = makeSharedRef<const ErrorLog>(std::move(errorLog_)); autoCloseDialogOut_ = //output parameter owned by SyncProgressDialog (evaluate *after* user closed the results dialog) progressDlg_->destroy(autoClose, @@ -490,19 +509,21 @@ StatusHandlerFloatingDialog::Result StatusHandlerFloatingDialog::reportFinalStat } -void StatusHandlerFloatingDialog::initNewPhase(int itemsTotal, int64_t bytesTotal, Phase phaseID) +void StatusHandlerFloatingDialog::initNewPhase(int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) { - assert(phaseID == PHASE_SYNCHRONIZING); + assert(phaseID == ProcessPhase::synchronizing); StatusHandler::initNewPhase(itemsTotal, bytesTotal, phaseID); progressDlg_->initNewPhase(); //call after "StatusHandler::initNewPhase" - forceUiRefresh(); //throw AbortProcess; OS X needs a full yield to update GUI and get rid of "dummy" texts + //macOS needs a full yield to update GUI and get rid of "dummy" texts + requestUiUpdate(true /*force*/); //throw AbortProcess } -void StatusHandlerFloatingDialog::logInfo(const std::wstring& msg) +void StatusHandlerFloatingDialog::reportInfo(const std::wstring& msg) { errorLog_.logMsg(msg, MSG_TYPE_INFO); + updateStatus(msg); //throw AbortProcess } @@ -517,7 +538,7 @@ void StatusHandlerFloatingDialog::reportWarning(const std::wstring& msg, bool& w if (!progressDlg_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! bool dontWarnAgain = false; switch (showConfirmationDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::warning, @@ -529,7 +550,7 @@ void StatusHandlerFloatingDialog::reportWarning(const std::wstring& msg, bool& w warningActive = !dontWarnAgain; break; case ConfirmationButton::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } @@ -546,27 +567,27 @@ ProcessCallback::Response StatusHandlerFloatingDialog::reportError(const std::ws { errorLog_.logMsg(msg + L"\n-> " + _("Automatic retry"), MSG_TYPE_INFO); delayAndCountDown(_("Automatic retry") + (automaticRetryCount_ <= 1 ? L"" : L" " + numberTo<std::wstring>(retryNumber + 1) + L"/" + numberTo<std::wstring>(automaticRetryCount_)), - automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->reportStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess + automaticRetryDelay_, [&](const std::wstring& statusMsg) { this->updateStatus(_("Error") + L": " + statusMsg); }); //throw AbortProcess return ProcessCallback::retry; } //always, except for "retry": - auto guardWriteLog = zen::makeGuard<ScopeGuardRunMode::ON_EXIT>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); + auto guardWriteLog = zen::makeGuard<ScopeGuardRunMode::onExit>([&] { errorLog_.logMsg(msg, MSG_TYPE_ERROR); }); if (!progressDlg_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::error, PopupDialogCfg().setDetailInstructions(msg), _("&Ignore"), _("Ignore &all"), _("&Retry"))) { case ConfirmationButton3::accept: //ignore - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::acceptAll: //ignore all progressDlg_->setOptionIgnoreErrors(true); - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; case ConfirmationButton3::decline: //retry guardWriteLog.dismiss(); @@ -574,15 +595,15 @@ ProcessCallback::Response StatusHandlerFloatingDialog::reportError(const std::ws return ProcessCallback::retry; case ConfirmationButton3::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } else - return ProcessCallback::ignoreError; + return ProcessCallback::ignore; assert(false); - return ProcessCallback::ignoreError; //dummy value + return ProcessCallback::ignore; //dummy value } @@ -594,7 +615,7 @@ void StatusHandlerFloatingDialog::reportFatalError(const std::wstring& msg) if (!progressDlg_->getOptionIgnoreErrors()) { - forceUiRefreshNoThrow(); //noexcept! => don't throw here when error occurs during clean up! + forceUiUpdateNoThrow(); //noexcept! => don't throw here when error occurs during clean up! switch (showConfirmationDialog(progressDlg_->getWindowIfVisible(), DialogInfoType::error, PopupDialogCfg().setTitle(_("Serious Error")). @@ -609,14 +630,14 @@ void StatusHandlerFloatingDialog::reportFatalError(const std::wstring& msg) break; case ConfirmationButton2::cancel: - userAbortProcessNow(); //throw AbortProcess + abortProcessNow(AbortTrigger::user); //throw AbortProcess break; } } } -void StatusHandlerFloatingDialog::updateDataProcessed(int itemsDelta, int64_t bytesDelta) +void StatusHandlerFloatingDialog::updateDataProcessed(int itemsDelta, int64_t bytesDelta) //noexcept! { StatusHandler::updateDataProcessed(itemsDelta, bytesDelta); @@ -626,7 +647,7 @@ void StatusHandlerFloatingDialog::updateDataProcessed(int itemsDelta, int64_t by } -void StatusHandlerFloatingDialog::forceUiRefreshNoThrow() +void StatusHandlerFloatingDialog::forceUiUpdateNoThrow() { progressDlg_->updateGui(); } diff --git a/FreeFileSync/Source/ui/gui_status_handler.h b/FreeFileSync/Source/ui/gui_status_handler.h index dffd1783..0a5e96b9 100644 --- a/FreeFileSync/Source/ui/gui_status_handler.h +++ b/FreeFileSync/Source/ui/gui_status_handler.h @@ -18,20 +18,20 @@ namespace fff { //classes handling sync and compare errors as well as status feedback -//StatusHandlerTemporaryPanel(CompareProgressDialog) will internally process Window messages! disable GUI controls to avoid unexpected callbacks! +//internally pumps window messages => disable GUI controls to avoid unexpected callbacks! class StatusHandlerTemporaryPanel : private wxEvtHandler, public StatusHandler { public: StatusHandlerTemporaryPanel(MainDialog& dlg, const std::chrono::system_clock::time_point& startTime, bool ignoreErrors, size_t automaticRetryCount, std::chrono::seconds automaticRetryDelay); ~StatusHandlerTemporaryPanel(); - void initNewPhase (int itemsTotal, int64_t bytesTotal, Phase phaseID) override; // - void logInfo (const std::wstring& msg) override; // - void reportWarning (const std::wstring& msg, bool& warningActive) override; //throw AbortProcess - Response reportError (const std::wstring& msg, size_t retryNumber) override; // - void reportFatalError(const std::wstring& msg) override; // + void initNewPhase (int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) override; // + void reportInfo (const std::wstring& msg) override; // + void reportWarning (const std::wstring& msg, bool& warningActive) override; //throw AbortProcess + Response reportError (const std::wstring& msg, size_t retryNumber) override; // + void reportFatalError(const std::wstring& msg) override; // - void forceUiRefreshNoThrow() override; + void forceUiUpdateNoThrow() override; struct Result { @@ -43,12 +43,15 @@ public: private: void OnKeyPressed(wxKeyEvent& event); void OnAbortCompare(wxCommandEvent& event); //handle abort button click + void showStatsPanel(); MainDialog& mainDlg_; zen::ErrorLog errorLog_; + const bool ignoreErrors_; const size_t automaticRetryCount_; const std::chrono::seconds automaticRetryDelay_; const std::chrono::system_clock::time_point startTime_; + const std::chrono::steady_clock::time_point startTimeSteady_ = std::chrono::steady_clock::now(); }; @@ -68,14 +71,14 @@ public: bool& autoCloseDialog); //noexcept! ~StatusHandlerFloatingDialog(); - void initNewPhase (int itemsTotal, int64_t bytesTotal, Phase phaseID) override; // - void logInfo (const std::wstring& msg) override; // - void reportWarning (const std::wstring& msg, bool& warningActive) override; //throw AbortProcess - Response reportError (const std::wstring& msg, size_t retryNumber) override; // - void reportFatalError(const std::wstring& msg) override; // + void initNewPhase (int itemsTotal, int64_t bytesTotal, ProcessPhase phaseID) override; // + void reportInfo (const std::wstring& msg) override; // + void reportWarning (const std::wstring& msg, bool& warningActive) override; //throw AbortProcess + Response reportError (const std::wstring& msg, size_t retryNumber) override; // + void reportFatalError(const std::wstring& msg) override; // void updateDataProcessed(int itemsDelta, int64_t bytesDelta) override; //noexcept!! - void forceUiRefreshNoThrow() override; // + void forceUiUpdateNoThrow() override; // enum class FinalRequest { @@ -86,7 +89,7 @@ public: struct Result { ProcessSummary summary; - std::shared_ptr<const zen::ErrorLog> errorLog; + zen::SharedRef<const zen::ErrorLog> errorLog; FinalRequest finalRequest; AbstractPath logFilePath; }; diff --git a/FreeFileSync/Source/ui/log_panel.cpp b/FreeFileSync/Source/ui/log_panel.cpp index c0504291..8e770d43 100644 --- a/FreeFileSync/Source/ui/log_panel.cpp +++ b/FreeFileSync/Source/ui/log_panel.cpp @@ -24,7 +24,8 @@ inline wxColor getColorGridLine() { return { 192, 192, 192 }; } //light grey inline wxBitmap getImageButtonPressed(const wchar_t* name) { - return layOver(getResourceImage(L"msg_button_pressed"), getResourceImage(name)); + return layOver(getResourceImage(L"msg_button_pressed").ConvertToImage(), + getResourceImage(name).ConvertToImage()); } @@ -40,11 +41,11 @@ wxBitmap getImageButtonReleased(const wchar_t* name) } -enum class ColumnTypeMsg +enum class ColumnTypeLog { - TIME, - CATEGORY, - TEXT, + time, + category, + text, }; } @@ -53,7 +54,7 @@ enum class ColumnTypeMsg class fff::MessageView { public: - MessageView(const std::shared_ptr<const ErrorLog>& log /*bound*/) : log_(log) {} + MessageView(const SharedRef<const ErrorLog>& log) : log_(log) {} size_t rowsOnView() const { return viewRef_.size(); } @@ -85,7 +86,7 @@ public: { viewRef_.clear(); - for (auto it = log_->begin(); it != log_->end(); ++it) + for (auto it = log_.ref().begin(); it != log_.ref().end(); ++it) if (it->type & includedTypes) { static_assert(std::is_same_v<GetCharTypeT<Zstringw>, wchar_t>); @@ -142,7 +143,7 @@ private: /* /|\ | updateView() | */ - const std::shared_ptr<const ErrorLog> log_; + const SharedRef<const ErrorLog> log_; }; //----------------------------------------------------------------------------- @@ -152,7 +153,7 @@ namespace class GridDataMessages : public GridData { public: - GridDataMessages(const std::shared_ptr<const ErrorLog>& log /*bound!*/) : msgView_(log) {} + GridDataMessages(const SharedRef<const ErrorLog>& log) : msgView_(log) {} MessageView& getDataView() { return msgView_; } @@ -161,14 +162,14 @@ public: std::wstring getValue(size_t row, ColumnType colType) const override { if (std::optional<MessageView::LogEntryView> entry = msgView_.getEntry(row)) - switch (static_cast<ColumnTypeMsg>(colType)) + switch (static_cast<ColumnTypeLog>(colType)) { - case ColumnTypeMsg::TIME: + case ColumnTypeLog::time: if (entry->firstLine) return formatTime<std::wstring>(FORMAT_TIME, getLocalTime(entry->time)); break; - case ColumnTypeMsg::CATEGORY: + case ColumnTypeLog::category: if (entry->firstLine) switch (entry->type) { @@ -183,7 +184,7 @@ public: } break; - case ColumnTypeMsg::TEXT: + case ColumnTypeLog::text: return copyStringTo<std::wstring>(entry->messageLine); } return std::wstring(); @@ -212,13 +213,13 @@ public: //-------------------------------------------------------- if (std::optional<MessageView::LogEntryView> entry = msgView_.getEntry(row)) - switch (static_cast<ColumnTypeMsg>(colType)) + switch (static_cast<ColumnTypeLog>(colType)) { - case ColumnTypeMsg::TIME: + case ColumnTypeLog::time: drawCellText(dc, rectTmp, getValue(row, colType), wxALIGN_CENTER); break; - case ColumnTypeMsg::CATEGORY: + case ColumnTypeLog::category: if (entry->firstLine) { wxBitmap msgTypeIcon = [&] @@ -240,7 +241,7 @@ public: } break; - case ColumnTypeMsg::TEXT: + case ColumnTypeLog::text: rectTmp.x += getColumnGapLeft(); rectTmp.width -= getColumnGapLeft(); drawCellText(dc, rectTmp, getValue(row, colType)); @@ -258,15 +259,15 @@ public: // -> synchronize renderCell() <-> getBestSize() if (msgView_.getEntry(row)) - switch (static_cast<ColumnTypeMsg>(colType)) + switch (static_cast<ColumnTypeLog>(colType)) { - case ColumnTypeMsg::TIME: + case ColumnTypeLog::time: return 2 * getColumnGapLeft() + dc.GetTextExtent(getValue(row, colType)).GetWidth(); - case ColumnTypeMsg::CATEGORY: + case ColumnTypeLog::category: return getResourceImage(L"msg_info_sicon").GetWidth(); - case ColumnTypeMsg::TEXT: + case ColumnTypeLog::text: return getColumnGapLeft() + dc.GetTextExtent(getValue(row, colType)).GetWidth(); } return 0; @@ -291,13 +292,13 @@ public: std::wstring getToolTip(size_t row, ColumnType colType) const override { - switch (static_cast<ColumnTypeMsg>(colType)) + switch (static_cast<ColumnTypeLog>(colType)) { - case ColumnTypeMsg::TIME: - case ColumnTypeMsg::TEXT: + case ColumnTypeLog::time: + case ColumnTypeLog::text: break; - case ColumnTypeMsg::CATEGORY: + case ColumnTypeLog::category: return getValue(row, colType); } return std::wstring(); @@ -312,19 +313,49 @@ private: //######################################################################################## +LogPanel::LogPanel(wxWindow* parent) : LogPanelGenerated(parent) +{ + const int rowHeight = GridDataMessages::getRowDefaultHeight(*m_gridMessages); + const int colMsgTimeWidth = GridDataMessages::getColumnTimeDefaultWidth(*m_gridMessages); + const int colMsgCategoryWidth = GridDataMessages::getColumnCategoryDefaultWidth(); + + m_gridMessages->setColumnLabelHeight(0); + m_gridMessages->showRowLabel(false); + m_gridMessages->setRowHeight(rowHeight); + m_gridMessages->setColumnConfig( + { + { static_cast<ColumnType>(ColumnTypeLog::time ), colMsgTimeWidth, 0, true }, + { static_cast<ColumnType>(ColumnTypeLog::category), colMsgCategoryWidth, 0, true }, + { static_cast<ColumnType>(ColumnTypeLog::text ), -colMsgTimeWidth - colMsgCategoryWidth, 1, true }, + }); + + //support for CTRL + C + m_gridMessages->getMainWin().Connect(wxEVT_KEY_DOWN, wxKeyEventHandler(LogPanel::onGridButtonEvent), nullptr, this); + + m_gridMessages->Connect(EVENT_GRID_MOUSE_RIGHT_UP, GridClickEventHandler(LogPanel::onMsgGridContext), nullptr, this); + + //enable dialog-specific key events + Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(LogPanel::onLocalKeyEvent), nullptr, this); + + setLog(nullptr); +} + + void LogPanel::setLog(const std::shared_ptr<const ErrorLog>& log) { - std::shared_ptr<const zen::ErrorLog> newLog = log; - if (!newLog) + SharedRef<const ErrorLog> newLog = [&] { - auto placeHolderLog = std::make_shared<ErrorLog>(); - placeHolderLog->logMsg(_("No log entries"), MSG_TYPE_INFO); - newLog = placeHolderLog; - } + if (log) + return SharedRef<const ErrorLog>(log); + + ErrorLog dummyLog; + dummyLog.logMsg(_("No log entries"), MSG_TYPE_INFO); + return makeSharedRef<const ErrorLog>(std::move(dummyLog)); + }(); - const int errorCount = newLog->getItemCount(MSG_TYPE_ERROR | MSG_TYPE_FATAL_ERROR); - const int warningCount = newLog->getItemCount(MSG_TYPE_WARNING); - const int infoCount = newLog->getItemCount(MSG_TYPE_INFO); + const int errorCount = newLog.ref().getItemCount(MSG_TYPE_ERROR | MSG_TYPE_FATAL_ERROR); + const int warningCount = newLog.ref().getItemCount(MSG_TYPE_WARNING); + const int infoCount = newLog.ref().getItemCount(MSG_TYPE_INFO); auto initButton = [](ToggleButton& btn, const wchar_t* imgName, const wxString& tooltip) { @@ -344,29 +375,7 @@ void LogPanel::setLog(const std::shared_ptr<const ErrorLog>& log) m_bpButtonWarnings->Show(warningCount != 0); m_bpButtonInfo ->Show(infoCount != 0); - //init grid, determine default sizes - const int rowHeight = GridDataMessages::getRowDefaultHeight(*m_gridMessages); - const int colMsgTimeWidth = GridDataMessages::getColumnTimeDefaultWidth(*m_gridMessages); - const int colMsgCategoryWidth = GridDataMessages::getColumnCategoryDefaultWidth(); - m_gridMessages->setDataProvider(std::make_shared<GridDataMessages>(newLog)); - m_gridMessages->setColumnLabelHeight(0); - m_gridMessages->showRowLabel(false); - m_gridMessages->setRowHeight(rowHeight); - m_gridMessages->setColumnConfig( - { - { static_cast<ColumnType>(ColumnTypeMsg::TIME ), colMsgTimeWidth, 0, true }, - { static_cast<ColumnType>(ColumnTypeMsg::CATEGORY), colMsgCategoryWidth, 0, true }, - { static_cast<ColumnType>(ColumnTypeMsg::TEXT ), -colMsgTimeWidth - colMsgCategoryWidth, 1, true }, - }); - - //support for CTRL + C - m_gridMessages->getMainWin().Connect(wxEVT_KEY_DOWN, wxKeyEventHandler(LogPanel::onGridButtonEvent), nullptr, this); - - m_gridMessages->Connect(EVENT_GRID_MOUSE_RIGHT_UP, GridClickEventHandler(LogPanel::onMsgGridContext), nullptr, this); - - //enable dialog-specific key events - Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(LogPanel::onLocalKeyEvent), nullptr, this); updateGrid(); } @@ -394,7 +403,7 @@ void LogPanel::updateGrid() includedTypes |= MSG_TYPE_INFO; getDataView().updateView(includedTypes); //update MVC "model" - m_gridMessages->Refresh(); //update MVC "view" + m_gridMessages->Refresh(); //update MVC "view" } void LogPanel::OnErrors(wxCommandEvent& event) @@ -536,7 +545,7 @@ void LogPanel::copySelectionToClipboard() if (auto prov = m_gridMessages->getDataProvider()) { std::vector<Grid::ColAttributes> colAttr = m_gridMessages->getColumnConfig(); - eraseIf(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); + std::erase_if(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); if (!colAttr.empty()) for (size_t row : m_gridMessages->getSelectedRows()) { diff --git a/FreeFileSync/Source/ui/log_panel.h b/FreeFileSync/Source/ui/log_panel.h index 47f9a84a..f92b0e48 100644 --- a/FreeFileSync/Source/ui/log_panel.h +++ b/FreeFileSync/Source/ui/log_panel.h @@ -19,7 +19,7 @@ class MessageView; class LogPanel : public LogPanelGenerated { public: - LogPanel(wxWindow* parent) : LogPanelGenerated(parent) { setLog(nullptr); } + LogPanel(wxWindow* parent); void setLog(const std::shared_ptr<const zen::ErrorLog>& log); diff --git a/FreeFileSync/Source/ui/main_dlg.cpp b/FreeFileSync/Source/ui/main_dlg.cpp index 1c327b25..b77a2a7e 100644 --- a/FreeFileSync/Source/ui/main_dlg.cpp +++ b/FreeFileSync/Source/ui/main_dlg.cpp @@ -86,6 +86,8 @@ bool acceptDialogFileDrop(const std::vector<Zstring>& shellItemPaths) equalAsciiNoCase(ext, Zstr("ffs_batch")); }); } + + } //------------------------------------------------------------------ @@ -248,11 +250,9 @@ void updateTopButton(wxBitmapButton& btn, const wxBitmap& bmp, const wxString& v stackImages(iconImage, descrImage, ImageStackLayout::HORIZONTAL, ImageStackAlignment::CENTER, fastFromDIP(5)) : stackImages(descrImage, iconImage, ImageStackLayout::HORIZONTAL, ImageStackAlignment::CENTER, fastFromDIP(5)); - //SetMinSize() instead of SetSize() is needed here for wxWindows layout determination to work correctly - wxSize minSize = dynImage.GetSize() + wxSize(fastFromDIP(16), fastFromDIP(16)); //add border space - minSize.x = std::max(minSize.x, fastFromDIP(TOP_BUTTON_OPTIMAL_WIDTH_DIP)); - - btn.SetMinSize(minSize); + wxSize btnSize = dynImage.GetSize() + wxSize(fastFromDIP(16), fastFromDIP(16)); //add border space + btnSize.x = std::max(btnSize.x, fastFromDIP(TOP_BUTTON_OPTIMAL_WIDTH_DIP)); + dynImage.Resize(btnSize, wxPoint() + (btnSize - dynImage.GetSize()) / 2); setImage(btn, wxBitmap(dynImage)); } @@ -316,7 +316,7 @@ void MainDialog::create(const Zstring& globalConfigFilePath) const Zstring lastRunConfigFilePath = getLastRunConfigPath(); if (fileAvailable(lastRunConfigFilePath)) //3. try to load auto-save config (should not block) cfgFilePaths.push_back(lastRunConfigFilePath); - //else: not-existing/access error? => user may click on <Last Session> later + //else: not-existing/access error? => user may click on [Last session] later } XmlGuiConfig guiCfg; //contains default values @@ -381,8 +381,8 @@ MainDialog::MainDialog(const Zstring& globalConfigFilePath, MainDialogGenerated(nullptr), globalConfigFilePath_(globalConfigFilePath) { - m_folderPathLeft ->init(folderHistoryLeft_ .ptr()); - m_folderPathRight->init(folderHistoryRight_.ptr()); + m_folderPathLeft ->init(folderHistoryLeft_ ); + m_folderPathRight->init(folderHistoryRight_); //setup sash: detach + reparent: m_splitterMain->SetSizer(nullptr); //alas wxFormbuilder doesn't allow us to have child windows without a sizer, so we have to remove it here @@ -396,28 +396,69 @@ MainDialog::MainDialog(const Zstring& globalConfigFilePath, //set icons for this dialog SetIcon(getFfsIcon()); //set application icon + auto generateSaveAsImage = [](const wxString& layoverName) + { + wxImage backImg = getResourceImage(L"file_save").ConvertToImage(); + const wxSize oldSize = backImg.GetSize(); + + backImg = shrinkImage(backImg, backImg.GetWidth() * 9 / 10); + backImg.Resize(oldSize, wxPoint(0, oldSize.GetHeight() - backImg.GetHeight())); + + return layOver(backImg, shrinkImage(getResourceImage(layoverName).ConvertToImage(), backImg.GetWidth() * 7 / 10), wxALIGN_TOP | wxALIGN_RIGHT); + }; + m_bpButtonCmpConfig ->SetBitmapLabel(getResourceImage(L"cfg_compare")); m_bpButtonSyncConfig->SetBitmapLabel(getResourceImage(L"cfg_sync")); m_bpButtonCmpContext ->SetBitmapLabel(mirrorIfRtl(getResourceImage(L"button_arrow_right"))); m_bpButtonFilterContext->SetBitmapLabel(mirrorIfRtl(getResourceImage(L"button_arrow_right"))); m_bpButtonSyncContext ->SetBitmapLabel(mirrorIfRtl(getResourceImage(L"button_arrow_right"))); + m_bpButtonViewContext ->SetBitmapLabel(mirrorIfRtl(getResourceImage(L"button_arrow_right"))); m_bpButtonNew ->SetBitmapLabel(getResourceImage(L"file_new")); m_bpButtonOpen ->SetBitmapLabel(getResourceImage(L"file_load")); - m_bpButtonSaveAs ->SetBitmapLabel(getResourceImage(L"file_sync")); - m_bpButtonSaveAsBatch->SetBitmapLabel(getResourceImage(L"file_batch")); + m_bpButtonSaveAs ->SetBitmapLabel(generateSaveAsImage(L"file_sync")); + m_bpButtonSaveAsBatch->SetBitmapLabel(generateSaveAsImage(L"file_batch")); m_bpButtonAddPair ->SetBitmapLabel(getResourceImage(L"item_add")); m_bpButtonHideSearch ->SetBitmapLabel(getResourceImage(L"close_panel")); m_bpButtonShowLog ->SetBitmapLabel(getResourceImage(L"log_file")); - m_bpButtonViewFilterSave->SetBitmapLabel(getResourceImage(L"file_save_sicon")); - m_bpButtonFilter ->SetMinSize(wxSize(getResourceImage(L"cfg_filter").GetWidth() + fastFromDIP(27), -1)); //make the filter button wider m_textCtrlSearchTxt->SetMinSize(wxSize(fastFromDIP(220), -1)); - initViewFilterButtons(); + //---------------------------------------------------------------------------------------- + wxImage labelImage = createImageFromText(_("Select view:"), m_bpButtonViewTypeSyncAction->GetFont(), wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT)); + + const wxSize labelSize = labelImage.GetSize() + wxSize(fastFromDIP(10), 0); //add border space + labelImage.Resize(labelSize, wxPoint() + (labelSize - labelImage.GetSize()) / 2); + + auto generateViewTypeImage = [&](const wxString& imgName) + { + return stackImages(labelImage, mirrorIfRtl(getResourceImage(imgName).ConvertToImage()), ImageStackLayout::VERTICAL, ImageStackAlignment::CENTER); + }; + m_bpButtonViewTypeSyncAction->init(generateViewTypeImage(L"viewtype_sync_action"), + generateViewTypeImage(L"viewtype_cmp_result")); + //tooltip is updated dynamically in setViewTypeSyncAction() + //---------------------------------------------------------------------------------------- + m_bpButtonShowExcluded ->SetToolTip(_("Show filtered or temporarily excluded files")); + m_bpButtonShowEqual ->SetToolTip(_("Show files that are equal")); + m_bpButtonShowConflict ->SetToolTip(_("Show conflicts")); + + m_bpButtonShowCreateLeft ->SetToolTip(_("Show files that will be created on the left side")); + m_bpButtonShowCreateRight->SetToolTip(_("Show files that will be created on the right side")); + m_bpButtonShowDeleteLeft ->SetToolTip(_("Show files that will be deleted on the left side")); + m_bpButtonShowDeleteRight->SetToolTip(_("Show files that will be deleted on the right side")); + m_bpButtonShowUpdateLeft ->SetToolTip(_("Show files that will be updated on the left side")); + m_bpButtonShowUpdateRight->SetToolTip(_("Show files that will be updated on the right side")); + m_bpButtonShowDoNothing ->SetToolTip(_("Show files that won't be copied")); + + m_bpButtonShowLeftOnly ->SetToolTip(_("Show files that exist on left side only")); + m_bpButtonShowRightOnly ->SetToolTip(_("Show files that exist on right side only")); + m_bpButtonShowLeftNewer ->SetToolTip(_("Show files that are newer on left")); + m_bpButtonShowRightNewer->SetToolTip(_("Show files that are newer on right")); + m_bpButtonShowDifferent ->SetToolTip(_("Show files that are different")); + //---------------------------------------------------------------------------------------- const wxBitmap& bmpFile = IconBuffer::genericFileIcon(IconBuffer::SIZE_SMALL); const wxBitmap& bmpDir = IconBuffer::genericDirIcon (IconBuffer::SIZE_SMALL); @@ -459,7 +500,7 @@ MainDialog::MainDialog(const Zstring& globalConfigFilePath, } }); - compareStatus_ = std::make_unique<CompareProgressDialog>(*this); //integrate the compare status panel (in hidden state) + compareStatus_ = std::make_unique<CompareProgressPanel>(*this); //integrate the compare status panel (in hidden state) //caption required for all panes that can be manipulated by the users => used by context menu auiMgr_.AddPane(m_panelCenter, @@ -808,19 +849,19 @@ MainDialog::MainDialog(const Zstring& globalConfigFilePath, MainDialog::~MainDialog() { std::optional<FileError> firstError; - try //save "GlobalSettings.xml" + try //save "LastRun.ffs_gui" { - writeConfig(getGlobalCfgBeforeExit(), globalConfigFilePath_); //throw FileError + writeConfig(getConfig(), lastRunConfigPath_); //throw FileError } catch (const FileError& e) { if (!firstError) firstError = e; } - try //save "LastRun.ffs_gui" + try //save "GlobalSettings.xml" { - writeConfig(getConfig(), lastRunConfigPath_); //throw FileError + writeConfig(getGlobalCfgBeforeExit(), globalConfigFilePath_); //throw FileError } catch (const FileError& e) { if (!firstError) firstError = e; } - //don't annoy users on read-only drives: it's enough to show a single error message when saving global config + //don't annoy users on read-only drives: it's enough to show a single error message if (firstError) showNotificationDialog(this, DialogInfoType::error, PopupDialogCfg().setDetailInstructions(firstError->toString())); @@ -974,8 +1015,9 @@ void MainDialog::setGlobalCfgOnInit(const XmlGlobalSettings& globalSettings) //compare progress dialog minimum sizes are layout-dependent + can't be changed by user => don't load stale values from config wxAuiPaneInfo& progPane = auiMgr_.GetPane(compareStatus_->getAsWindow()); - const wxSize progPaneMinSizeOrig = progPane.min_size; - const wxSize progPaneBestSizeOrig = progPane.best_size; + wxAuiPaneInfo& viewPane = auiMgr_.GetPane(m_panelViewFilter); //same goes for view filter + const std::pair<wxSize, wxSize> progPaneSizeOrig(progPane.min_size, progPane.best_size); + const std::pair<wxSize, wxSize> viewPaneSizeOrig(viewPane.min_size, viewPane.best_size); auiMgr_.LoadPerspective(globalSettings.gui.mainDlg.guiPerspectiveLast); @@ -983,8 +1025,8 @@ void MainDialog::setGlobalCfgOnInit(const XmlGlobalSettings& globalSettings) for (const auto& [paneInfo, caption] : paneCaptions) paneInfo->Caption(caption); - progPane.min_size = progPaneMinSizeOrig; - progPane.best_size = progPaneBestSizeOrig; + std::tie(progPane.min_size, progPane.best_size) = progPaneSizeOrig; + std::tie(viewPane.min_size, viewPane.best_size) = viewPaneSizeOrig; //-------------------------------------------------------------------------------- //if MainDialog::onQueryEndSession() is called while comparison is active, this panel is saved and restored as "visible" @@ -1021,13 +1063,24 @@ XmlGlobalSettings MainDialog::getGlobalCfgBeforeExit() //-------------------------------------------------------------------------------- //write list of configuration files - std::vector<ConfigFileItem> cfgHistory = cfggrid::getDataView(*m_gridCfgHistory).get(); + std::vector<ConfigFileItem> cfgHistory + { + //make sure [Last session] is always part of history list + ConfigFileItem(lastRunConfigPath_, 0 /*syncTime*/, getNullPath() /*logPath*/, SyncResult::aborted, + wxColor(0xdd, 0xdd, 0xdd) /* light grey from onCfgGridContext()*/) + }; - if (cfgHistory.size() > globalSettings.gui.mainDlg.cfgHistItemsMax) //erase oldest elements - cfgHistory.resize(globalSettings.gui.mainDlg.cfgHistItemsMax); + for (const ConfigFileItem& item : cfggrid::getDataView(*m_gridCfgHistory).get()) + if (equalNativePath(item.cfgFilePath, lastRunConfigPath_)) + cfgHistory[0] = item; //preserve users's background color choice + else + cfgHistory.push_back(item); - globalSettings.gui.mainDlg.cfgFileHistory = cfgHistory; + //trim excess elements (oldest first) + if (cfgHistory.size() > globalSettings.gui.mainDlg.cfgHistItemsMax) + cfgHistory.resize(globalSettings.gui.mainDlg.cfgHistItemsMax); + globalSettings.gui.mainDlg.cfgFileHistory = std::move(cfgHistory); globalSettings.gui.mainDlg.cfgGridTopRowPos = m_gridCfgHistory->getTopRow(); globalSettings.gui.mainDlg.cfgGridColumnAttribs = convertColAttributes<ColAttributesCfg>(m_gridCfgHistory->getColumnConfig()); globalSettings.gui.mainDlg.cfgGridSyncOverdueDays = cfggrid::getSyncOverdueDays(*m_gridCfgHistory); @@ -1187,7 +1240,7 @@ void MainDialog::copySelectionToClipboard(const std::vector<const Grid*>& gridRe if (auto prov = grid->getDataProvider()) { std::vector<Grid::ColAttributes> colAttr = grid->getColumnConfig(); - eraseIf(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); + std::erase_if(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); if (!colAttr.empty()) for (size_t row : grid->getSelectedRows()) { @@ -1281,9 +1334,8 @@ void MainDialog::copyToAlternateFolder(const std::vector<FileSystemObject*>& sel ZEN_ON_SCOPE_EXIT(app->Yield(); enableAllElements()); //ui update before enabling buttons again: prevent strange behaviour of delayed button clicks const auto& guiCfg = getConfig(); - const std::chrono::system_clock::time_point startTime = std::chrono::system_clock::now(); - StatusHandlerTemporaryPanel statusHandler(*this, startTime, + StatusHandlerTemporaryPanel statusHandler(*this, std::chrono::system_clock::now() /*startTime*/, false /*ignoreErrors*/, guiCfg.mainCfg.automaticRetryCount, guiCfg.mainCfg.automaticRetryDelay); //handle status display and error messages @@ -1325,20 +1377,17 @@ void MainDialog::deleteSelectedFiles(const std::vector<FileSystemObject*>& selec auto app = wxTheApp; //fix lambda/wxWigets/VC fuck up ZEN_ON_SCOPE_EXIT(app->Yield(); enableAllElements()); //ui update before enabling buttons again: prevent strange behaviour of delayed button clicks - const auto& guiCfg = getConfig(); - const std::chrono::system_clock::time_point startTime = std::chrono::system_clock::now(); - //wxBusyCursor dummy; -> redundant: progress already shown in status bar! + const auto& guiCfg = getConfig(); - StatusHandlerTemporaryPanel statusHandler(*this, startTime, + StatusHandlerTemporaryPanel statusHandler(*this, std::chrono::system_clock::now() /*startTime*/, false /*ignoreErrors*/, guiCfg.mainCfg.automaticRetryCount, guiCfg.mainCfg.automaticRetryDelay); //handle status display and error messages try { deleteFromGridAndHD(selectionLeft, selectionRight, - folderCmp_, - extractDirectionCfg(getConfig().mainCfg), + extractDirectionCfg(folderCmp_, getConfig().mainCfg), moveToRecycler, globalCfg_.warnDlgs.warnRecyclerMissing, statusHandler); //throw AbortProcess @@ -1533,16 +1582,15 @@ void MainDialog::openExternalApplication(const Zstring& commandLinePhrase, bool //##################### create temporary files for non-native paths ###################### if (!nonNativeFiles.empty()) { - const auto& guiCfg = getConfig(); - const std::chrono::system_clock::time_point startTime = std::chrono::system_clock::now(); - FocusPreserver fp; disableAllElements(true /*enableAbort*/); //StatusHandlerTemporaryPanel will internally process Window messages, so avoid unexpected callbacks! auto app = wxTheApp; //fix lambda/wxWigets/VC fuck up ZEN_ON_SCOPE_EXIT(app->Yield(); enableAllElements()); //ui update before enabling buttons again: prevent strange behaviour of delayed button clicks - StatusHandlerTemporaryPanel statusHandler(*this, startTime, + const auto& guiCfg = getConfig(); + + StatusHandlerTemporaryPanel statusHandler(*this, std::chrono::system_clock::now() /*startTime*/, false /*ignoreErrors*/, guiCfg.mainCfg.automaticRetryCount, guiCfg.mainCfg.automaticRetryDelay); //handle status display and error messages @@ -1607,7 +1655,7 @@ void MainDialog::flashStatusInformation(const wxString& text) } } }; - guiQueue_.processAsync([] { std::this_thread::sleep_for(std::chrono::milliseconds(2500)); }, restoreStatusInformation); + guiQueue_.processAsync([] { std::this_thread::sleep_for(std::chrono::seconds(3)); }, restoreStatusInformation); } @@ -2593,7 +2641,7 @@ void MainDialog::onOpenMenuTools(wxMenuEvent& event) //each layout menu item is either shown and owned by m_menuTools OR detached from m_menuTools and owned by detachedMenuItems_: auto filterLayoutItems = [&](wxMenuItem* menuItem, wxWindow* panelWindow) { - if (detachedMenuItems_.find(menuItem) == detachedMenuItems_.end()) + if (!contains(detachedMenuItems_, menuItem)) detachedMenuItems_.insert(m_menuTools->Remove(menuItem)); //pass ownership wxAuiPaneInfo& paneInfo = this->auiMgr_.GetPane(panelWindow); @@ -2676,13 +2724,13 @@ void MainDialog::OnCompSettingsContext(wxEvent& event) const wxBitmap iconGrey = greyScale(iconNormal); menu.addItem(getVariantName(cmpVar), [&setVariant, cmpVar] { setVariant(cmpVar); }, activeCmpVar == cmpVar ? &iconNormal : &iconGrey); }; - addVariantItem(CompareVariant::TIME_SIZE, L"cmp_file_time_sicon"); - addVariantItem(CompareVariant::CONTENT, L"cmp_file_content_sicon"); - addVariantItem(CompareVariant::SIZE, L"cmp_file_size_sicon"); + addVariantItem(CompareVariant::timeSize, L"cmp_file_time_sicon"); + addVariantItem(CompareVariant::content, L"cmp_file_content_sicon"); + addVariantItem(CompareVariant::size, L"cmp_file_size_sicon"); - //menu.addRadio(getVariantName(CompareVariant::TIME_SIZE), [&] { setVariant(CompareVariant::TIME_SIZE); }, activeCmpVar == CompareVariant::TIME_SIZE); - //menu.addRadio(getVariantName(CompareVariant::CONTENT ), [&] { setVariant(CompareVariant::CONTENT); }, activeCmpVar == CompareVariant::CONTENT); - //menu.addRadio(getVariantName(CompareVariant::SIZE ), [&] { setVariant(CompareVariant::SIZE); }, activeCmpVar == CompareVariant::SIZE); + //menu.addRadio(getVariantName(CompareVariant::timeSize), [&] { setVariant(CompareVariant::timeSize); }, activeCmpVar == CompareVariant::timeSize); + //menu.addRadio(getVariantName(CompareVariant::content ), [&] { setVariant(CompareVariant::content); }, activeCmpVar == CompareVariant::content); + //menu.addRadio(getVariantName(CompareVariant::size ), [&] { setVariant(CompareVariant::size); }, activeCmpVar == CompareVariant::size); menu.popup(*m_bpButtonCmpContext, { m_bpButtonCmpContext->GetSize().x, 0 }); } @@ -3033,7 +3081,7 @@ bool MainDialog::saveOldConfig() //return false on user abort } } //user doesn't save changes => - //discard current reference file(s), this ensures next app start will load <last session> instead of the original non-modified config selection + //discard current reference file(s), this ensures next app start will load [Last session] instead of the original non-modified config selection setLastUsedConfig(guiCfg, {} /*cfgFilePaths*/); //this seems to make theoretical sense also: the job of this function is to make sure, current (volatile) config and reference file name are in sync // => if user does not save cfg, it is not attached to a physical file anymore! @@ -3261,10 +3309,51 @@ void MainDialog::onCfgGridKeyEvent(wxKeyEvent& event) void MainDialog::onCfgGridContext(GridClickEvent& event) { ContextMenu menu; - //-------------------------------------------------------------------------------------------------------- const std::vector<size_t> selectedRows = m_gridCfgHistory->getSelectedRows(); - menu.addItem(_("&Rename...") + L"\tF2", [this] { renameSelectedCfgHistoryItem (); }, nullptr, !selectedRows.empty()); + //-------------------------------------------------------------------------------------------------------- + menu.addItem(_("&Rename...") + L"\tF2", [this] { renameSelectedCfgHistoryItem (); }, nullptr, !selectedRows.empty()); + //-------------------------------------------------------------------------------------------------------- + ContextMenu submenu; + + auto addColorOption = [&](const wxColor& col, const wxString& name) + { + auto applyBackColor = [this, col, &selectedRows] + { + std::vector<Zstring> filePaths; + for (size_t row : selectedRows) + if (const ConfigView::Details* cfg = cfggrid::getDataView(*m_gridCfgHistory).getItem(row)) + filePaths.push_back(cfg->cfgItem.cfgFilePath); + else + assert(false); + + cfggrid::getDataView(*m_gridCfgHistory).setBackColor(filePaths, col); + + //re-apply selection (after sorting by color tags): + cfggrid::addAndSelect(*m_gridCfgHistory, activeConfigFiles_, false /*scrollToSelection*/); + //m_gridCfgHistory->Refresh(); <- implicit in last call + }; + + wxBitmap bmpSquare(this->GetCharHeight(), this->GetCharHeight()); //seems we don't need to pass 24-bit depth here even for high-contrast color schemes + { + wxMemoryDC dc(bmpSquare); + dc.SetBrush(!col.Ok() ? wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) : col); + dc.SetPen(wxColor(0xdd, 0xdd, 0xdd)); //light grey + dc.DrawRectangle(wxPoint(), bmpSquare.GetSize()); + } + submenu.addItem(name, applyBackColor, &bmpSquare, !selectedRows.empty()); + }; + addColorOption(wxNullColour, L"(" + _("&Default") + L")"); //meta options should be enclosed in parentheses + addColorOption({ 0xff, 0xd8, 0xcb }, _("Red")); + addColorOption({ 0xff, 0xf9, 0x99 }, _("Yellow")); + addColorOption({ 0xcc, 0xff, 0x99 }, _("Green")); + addColorOption({ 0xcc, 0xff, 0xff }, _("Cyan")); + addColorOption({ 0xcc, 0xcc, 0xff }, _("Blue")); + addColorOption({ 0xf2, 0xcb, 0xff }, _("Purple")); + addColorOption({ 0xdd, 0xdd, 0xdd }, _("Grey")); + + menu.addSubmenu(_("Background color"), submenu, &getResourceImage(L"color_sicon"), !selectedRows.empty()); + //-------------------------------------------------------------------------------------------------------- menu.addItem(_("Hide configuration") + L"\tDel", [this] { deleteSelectedCfgHistoryItems(); }, nullptr, !selectedRows.empty()); //-------------------------------------------------------------------------------------------------------- menu.popup(*m_gridCfgHistory, event.mousePos_); @@ -3284,7 +3373,7 @@ void MainDialog::onCfgGridLabelContext(GridLabelClickEvent& event) Grid::ColAttributes* caToggle = nullptr; for (Grid::ColAttributes& ca : colAttr) - if (ca.type == static_cast<ColumnType>(ColumnTypeCfg::NAME)) + if (ca.type == static_cast<ColumnType>(ColumnTypeCfg::name)) caName = &ca; else if (ca.type == ct) caToggle = &ca; @@ -3306,7 +3395,7 @@ void MainDialog::onCfgGridLabelContext(GridLabelClickEvent& event) if (auto prov = m_gridCfgHistory->getDataProvider()) for (const Grid::ColAttributes& ca : m_gridCfgHistory->getColumnConfig()) menu.addCheckBox(prov->getColumnLabel(ca.type), [ct = ca.type, toggleColumn] { toggleColumn(ct); }, - ca.visible, ca.type != static_cast<ColumnType>(ColumnTypeCfg::NAME)); //do not allow user to hide name column! + ca.visible, ca.type != static_cast<ColumnType>(ColumnTypeCfg::name)); //do not allow user to hide name column! else assert(false); //-------------------------------------------------------------------------------------------------------- menu.addSeparator(); @@ -3340,9 +3429,9 @@ void MainDialog::onCfgGridLabelLeftClick(GridLabelClickEvent& event) const auto colType = static_cast<ColumnTypeCfg>(event.colType_); bool sortAscending = getDefaultSortDirection(colType); - const auto sortInfo = cfggrid::getDataView(*m_gridCfgHistory).getSortDirection(); - if (sortInfo.first == colType) - sortAscending = !sortInfo.second; + const auto [sortCol, ascending] = cfggrid::getDataView(*m_gridCfgHistory).getSortDirection(); + if (sortCol == colType) + sortAscending = !ascending; cfggrid::getDataView(*m_gridCfgHistory).setSortDirection(colType, sortAscending); m_gridCfgHistory->Refresh(); @@ -3627,60 +3716,6 @@ void MainDialog::OnToggleViewButton(wxCommandEvent& event) } -inline -wxBitmap buttonPressed(const wchar_t* name) -{ - wxBitmap background = getResourceImage(L"button_pressed"); - return mirrorIfRtl(layOver(background, getResourceImage(name))); -} - - -inline -wxBitmap buttonReleased(const wchar_t* name) -{ - wxImage output = getResourceImage(name).ConvertToImage().ConvertToGreyscale(1.0/3, 1.0/3, 1.0/3); //treat all channels equally! - //moveImage(output, 1, 0); //move image right one pixel - - //enlarge (needed for m_bpButtonShowExcluded) - const wxSize diff = getResourceImage(L"button_pressed").GetSize() - output.GetSize(); - if (diff != wxSize()) - output.Resize(diff + output.GetSize(), wxPoint(diff.x, diff.y) / 2); - - brighten(output, 80); - return mirrorIfRtl(output); -} - - -void MainDialog::initViewFilterButtons() -{ - m_bpButtonViewTypeSyncAction->init(mirrorIfRtl(getResourceImage(L"viewtype_sync_action")), - mirrorIfRtl(getResourceImage(L"viewtype_cmp_result"))); - //tooltip is updated dynamically in setViewTypeSyncAction() - - auto initButton = [](ToggleButton& btn, const wchar_t* imgName, const wxString& tooltip) { btn.init(buttonPressed(imgName), buttonReleased(imgName)); btn.SetToolTip(tooltip); }; - - //compare result buttons - initButton(*m_bpButtonShowLeftOnly, L"cat_left_only", _("Show files that exist on left side only")); - initButton(*m_bpButtonShowRightOnly, L"cat_right_only", _("Show files that exist on right side only")); - initButton(*m_bpButtonShowLeftNewer, L"cat_left_newer", _("Show files that are newer on left")); - initButton(*m_bpButtonShowRightNewer, L"cat_right_newer", _("Show files that are newer on right")); - initButton(*m_bpButtonShowEqual, L"cat_equal", _("Show files that are equal")); - initButton(*m_bpButtonShowDifferent, L"cat_different", _("Show files that are different")); - initButton(*m_bpButtonShowConflict, L"cat_conflict", _("Show conflicts")); - - //sync preview buttons - initButton(*m_bpButtonShowCreateLeft, L"so_create_left", _("Show files that will be created on the left side")); - initButton(*m_bpButtonShowCreateRight, L"so_create_right", _("Show files that will be created on the right side")); - initButton(*m_bpButtonShowDeleteLeft, L"so_delete_left", _("Show files that will be deleted on the left side")); - initButton(*m_bpButtonShowDeleteRight, L"so_delete_right", _("Show files that will be deleted on the right side")); - initButton(*m_bpButtonShowUpdateLeft, L"so_update_left", _("Show files that will be updated on the left side")); - initButton(*m_bpButtonShowUpdateRight, L"so_update_right", _("Show files that will be updated on the right side")); - initButton(*m_bpButtonShowDoNothing, L"so_none", _("Show files that won't be copied")); - - initButton(*m_bpButtonShowExcluded, L"checkbox_false", _("Show filtered or temporarily excluded files")); -} - - void MainDialog::setViewFilterDefault() { auto setButton = [](ToggleButton& tb, bool value) { tb.setActive(value); }; @@ -3706,7 +3741,7 @@ void MainDialog::setViewFilterDefault() } -void MainDialog::OnViewFilterSave(wxCommandEvent& event) +void MainDialog::OnViewTypeContext(wxEvent& event) { auto saveButtonDefault = [](const ToggleButton& tb, bool& defaultValue) { @@ -3734,10 +3769,12 @@ void MainDialog::OnViewFilterSave(wxCommandEvent& event) saveButtonDefault(*m_bpButtonShowUpdateLeft, def.updateLeft); saveButtonDefault(*m_bpButtonShowUpdateRight, def.updateRight); saveButtonDefault(*m_bpButtonShowDoNothing, def.doNothing); + + flashStatusInformation(_("View settings saved")); }; ContextMenu menu; - menu.addItem( _("Save as default"), saveDefault); + menu.addItem( _("Save as default"), saveDefault, &getResourceImage(L"file_save_sicon")); menu.popup(*this); } @@ -3785,7 +3822,6 @@ void MainDialog::OnCompare(wxCommandEvent& event) const auto& guiCfg = getConfig(); const std::chrono::system_clock::time_point startTime = std::chrono::system_clock::now(); - const std::vector<FolderPairCfg>& fpCfgList = extractCompareCfg(guiCfg.mainCfg); //handle status display and error messages @@ -3842,7 +3878,7 @@ void MainDialog::OnCompare(wxCommandEvent& event) if (!IsActive()) RequestUserAttention(); - //remember folder history (unless cancelled by user) + //remember folder history (except when cancelled by user) for (const FolderPairCfg& fpCfg : fpCfgList) { folderHistoryLeft_ .ref().addItem(fpCfg.folderPathPhraseLeft_); @@ -3898,7 +3934,7 @@ void MainDialog::clearGrid(ptrdiff_t pos) folderCmp_.erase(folderCmp_.begin() + pos); } - filegrid::getDataView(*m_gridMainC).setData(folderCmp_); + filegrid::getDataView(*m_gridMainC ).setData(folderCmp_); treegrid::getDataView(*m_gridOverview).setData(folderCmp_); updateGui(); } @@ -3908,16 +3944,19 @@ void MainDialog::updateStatistics() { auto setValue = [](wxStaticText& txtControl, bool isZeroValue, const wxString& valueAsString, wxStaticBitmap& bmpControl, const wchar_t* bmpName) { - wxFont fnt = txtControl.GetFont(); - fnt.SetWeight(isZeroValue ? wxFONTWEIGHT_NORMAL : wxFONTWEIGHT_BOLD); - txtControl.SetFont(fnt); + if (txtControl.GetLabel() != valueAsString) + { + wxFont fnt = txtControl.GetFont(); + fnt.SetWeight(isZeroValue ? wxFONTWEIGHT_NORMAL : wxFONTWEIGHT_BOLD); + txtControl.SetFont(fnt); - setText(txtControl, valueAsString); + txtControl.SetLabel(valueAsString); - if (isZeroValue) - bmpControl.SetBitmap(greyScale(mirrorIfRtl(getResourceImage(bmpName)))); - else - bmpControl.SetBitmap(mirrorIfRtl(getResourceImage(bmpName))); + if (isZeroValue) + bmpControl.SetBitmap(greyScale(mirrorIfRtl(getResourceImage(bmpName)))); + else + bmpControl.SetBitmap(mirrorIfRtl(getResourceImage(bmpName))); + } }; auto setIntValue = [&setValue](wxStaticText& txtControl, int value, wxStaticBitmap& bmpControl, const wchar_t* bmpName) @@ -3949,12 +3988,12 @@ void MainDialog::applyCompareConfig(bool setDefaultViewType) if (setDefaultViewType) switch (currentCfg_.mainCfg.cmpCfg.compareVar) { - case CompareVariant::TIME_SIZE: - case CompareVariant::SIZE: + case CompareVariant::timeSize: + case CompareVariant::size: setViewTypeSyncAction(true); break; - case CompareVariant::CONTENT: + case CompareVariant::content: setViewTypeSyncAction(false); break; } @@ -4056,7 +4095,7 @@ void MainDialog::OnStartSync(wxCommandEvent& event) StatusHandlerFloatingDialog::Result r = statusHandler.reportFinalStatus(guiCfg.mainCfg.altLogFolderPathPhrase, globalCfg_.logfilesMaxAgeDays, logFilePathsToKeep); //noexcept //--------------------------------------------------------------------------- - setLastOperationLog(r.summary, r.errorLog); + setLastOperationLog(r.summary, r.errorLog.ptr()); //update last sync stats for the selected cfg files updateConfigLastRunStats(std::chrono::system_clock::to_time_t(syncStartTime), r.summary.finalStatus, r.logFilePath); @@ -4183,7 +4222,7 @@ void MainDialog::startSyncForSelecction(const std::vector<FileSystemObject*>& se std::vector<FolderPairSyncCfg> fpCfgSelect; for (size_t i = 0; i < folderCmp_.size(); ++i) - if (basePairsSelect.find(folderCmp_[i].get()) != basePairsSelect.end()) + if (contains(basePairsSelect, folderCmp_[i].get())) { folderCmpSelect.push_back(folderCmp_[i]); fpCfgSelect .push_back( fpCfg[i]); @@ -4277,19 +4316,19 @@ void MainDialog::setLastOperationLog(const ProcessSummary& summary, const std::s return wxNullBitmap; }(); - const wxBitmap statusOverlayImage = [&] + const wxImage statusOverlayImage = [&] { switch (summary.finalStatus) { case SyncResult::finishedSuccess: break; case SyncResult::finishedWarning: - return getResourceImage(L"msg_warning_sicon"); + return getResourceImage(L"msg_warning_sicon").ConvertToImage(); case SyncResult::finishedError: case SyncResult::aborted: - return getResourceImage(L"msg_error_sicon"); + return getResourceImage(L"msg_error_sicon").ConvertToImage(); } - return wxNullBitmap; + return wxNullImage; }(); m_bitmapLogStatus->SetBitmap(statusImage); @@ -4319,10 +4358,12 @@ void MainDialog::setLastOperationLog(const ProcessSummary& summary, const std::s //totalTimeSec < 3600 ? wxTimeSpan::Seconds(totalTimeSec).Format(L"%M:%S") -> let's use full precision for max. clarity: https://freefilesync.org/forum/viewtopic.php?t=6308 logPanel_->setLog(errorLog); - m_panelLog->Layout(); - setImage(*m_bpButtonShowLog, layOver(getResourceImage(L"log_file"), statusOverlayImage, wxALIGN_BOTTOM | wxALIGN_RIGHT)); + m_panelLog->Layout(); + //m_panelItemStats->Layout(); //needed? + //m_panelTimeStats->Layout(); // + setImage(*m_bpButtonShowLog, layOver(getResourceImage(L"log_file").ConvertToImage(), statusOverlayImage, wxALIGN_BOTTOM | wxALIGN_RIGHT)); m_bpButtonShowLog->Show(static_cast<bool>(errorLog)); } @@ -4421,17 +4462,41 @@ void MainDialog::onGridDoubleClickRim(size_t row, bool leftSide) } -void MainDialog::onGridLabelLeftClick(bool onLeft, ColumnTypeRim type) +void MainDialog::onGridLabelLeftClickC(GridLabelClickEvent& event) { - auto sortInfo = filegrid::getDataView(*m_gridMainC).getSortInfo(); + const ColumnTypeCenter colType = static_cast<ColumnTypeCenter>(event.colType_); + if (colType != ColumnTypeCenter::CHECKBOX) + { + bool sortAscending = getDefaultSortDirection(colType); - bool sortAscending = getDefaultSortDirection(type); - if (sortInfo && sortInfo->onLeft == onLeft && sortInfo->type == type) - sortAscending = !sortInfo->ascending; + if (auto sortInfo = filegrid::getDataView(*m_gridMainC).getSortInfo()) + if (const ColumnTypeCenter* sortType = std::get_if<ColumnTypeCenter>(&sortInfo->sortCol)) + if (*sortType == colType) + sortAscending = !sortInfo->ascending; + + filegrid::getDataView(*m_gridMainC).sortView(colType, sortAscending); + + m_gridMainL->clearSelection(GridEventPolicy::ALLOW); + m_gridMainC->clearSelection(GridEventPolicy::ALLOW); + m_gridMainR->clearSelection(GridEventPolicy::ALLOW); + + updateGui(); //refresh gridDataView + } +} + + +void MainDialog::onGridLabelLeftClick(bool onLeft, ColumnTypeRim colType) +{ + bool sortAscending = getDefaultSortDirection(colType); + + if (auto sortInfo = filegrid::getDataView(*m_gridMainC).getSortInfo()) + if (const ColumnTypeRim* sortType = std::get_if<ColumnTypeRim>(&sortInfo->sortCol)) + if (*sortType == colType && sortInfo->onLeft == onLeft) + sortAscending = !sortInfo->ascending; const ItemPathFormat itemPathFormat = onLeft ? globalCfg_.gui.mainDlg.itemPathFormatLeftGrid : globalCfg_.gui.mainDlg.itemPathFormatRightGrid; - filegrid::getDataView(*m_gridMainC).sortView(type, itemPathFormat, onLeft, sortAscending); + filegrid::getDataView(*m_gridMainC).sortView(colType, itemPathFormat, onLeft, sortAscending); m_gridMainL->clearSelection(GridEventPolicy::ALLOW); m_gridMainC->clearSelection(GridEventPolicy::ALLOW); @@ -4452,13 +4517,6 @@ void MainDialog::onGridLabelLeftClickR(GridLabelClickEvent& event) } -void MainDialog::onGridLabelLeftClickC(GridLabelClickEvent& event) -{ - //sorting middle grid is more or less useless: therefore let's toggle view instead! - setViewTypeSyncAction(!m_bpButtonViewTypeSyncAction->isActive()); //toggle view -} - - void MainDialog::OnSwapSides(wxCommandEvent& event) { //swap directory names: @@ -4496,110 +4554,170 @@ void MainDialog::OnSwapSides(wxCommandEvent& event) m_bpButtonShowUpdateRight->setActive(tmp); */ - try - { - swapGrids(getConfig().mainCfg, folderCmp_); //throw FileError - } - catch (const FileError& e) + //---------------------------------------------------------------------- + + if (!folderCmp_.empty()) { - showNotificationDialog(this, DialogInfoType::error, PopupDialogCfg().setDetailInstructions(e.toString())); + FocusPreserver fp; + + disableAllElements(true /*enableAbort*/); //StatusHandlerTemporaryPanel will internally process Window messages, so avoid unexpected callbacks! + auto app = wxTheApp; //fix lambda/wxWigets/VC fuck up + ZEN_ON_SCOPE_EXIT(app->Yield(); enableAllElements()); //ui update before enabling buttons again: prevent strange behaviour of delayed button clicks + + const auto& guiCfg = getConfig(); + + StatusHandlerTemporaryPanel statusHandler(*this, std::chrono::system_clock::now() /*startTime*/, + false /*ignoreErrors*/, + guiCfg.mainCfg.automaticRetryCount, + guiCfg.mainCfg.automaticRetryDelay); //handle status display and error messages + try + { + statusHandler.initNewPhase(-1, -1, ProcessPhase::none); + swapGrids(getConfig().mainCfg, folderCmp_, + statusHandler); //throw AbortProcess + } + catch (AbortProcess&) {} + + const StatusHandlerTemporaryPanel::Result r = statusHandler.reportFinalStatus(); //noexcept + setLastOperationLog(r.summary, r.errorLog); } - updateGui(); + updateGui(); //e.g. unsaved changes } void MainDialog::updateGridViewData() { - size_t fileCountLeft = 0; - size_t folderCountLeft = 0; - uint64_t bytesLeft = 0; + auto updateFilterButton = [&](ToggleButton& btn, const wchar_t* imgName, int itemCount) + { + const bool show = itemCount > 0; + if (show) + { + int& itemCountDrawn = buttonLabelItemCount_[&btn]; + assert(itemCount != 0); //itemCountDrawn defaults to 0! + if (itemCountDrawn != itemCount) //perf: only regenerate button labels when needed! + { + itemCountDrawn = itemCount; - size_t fileCountRight = 0; - size_t folderCountRight = 0; - uint64_t bytesRight = 0; + //accessibility: always set both foreground AND background colors! + wxImage imgCountPressed = mirrorIfRtl(createImageFromText(formatNumber(itemCount), btn.GetFont().Bold(), wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT))); + wxImage imgCountReleased = mirrorIfRtl(createImageFromText(formatNumber(itemCount), btn.GetFont(), wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT))); + imgCountReleased.Resize(imgCountPressed.GetSize(), wxPoint() + (imgCountPressed.GetSize() - imgCountReleased.GetSize()) / 2); //match with imgCountPressed's bold font - auto updateVisibility = [](ToggleButton* btn, bool shown) - { - if (btn->IsShown() != shown) - btn->Show(shown); + //add bottom/right border space + imgCountPressed .Resize(imgCountPressed .GetSize() + wxSize(fastFromDIP(5), fastFromDIP(5)), wxPoint()); + imgCountReleased.Resize(imgCountReleased.GetSize() + wxSize(fastFromDIP(5), fastFromDIP(5)), wxPoint()); + + wxImage imgCategory = getResourceImage(imgName).ConvertToImage(); + imgCategory.Resize(imgCategory.GetSize() + wxSize(fastFromDIP(5), fastFromDIP(2)), wxPoint(fastFromDIP(5), fastFromDIP(2) / 2)); + + wxImage imgIconReleased = imgCategory.ConvertToGreyscale(1.0/3, 1.0/3, 1.0/3); //treat all channels equally! + brighten(imgIconReleased, 80); + + wxImage imgButtonPressed = stackImages(imgCategory, imgCountPressed, ImageStackLayout::HORIZONTAL, ImageStackAlignment::BOTTOM); + wxImage imgButtonReleased = stackImages(imgIconReleased, imgCountReleased, ImageStackLayout::HORIZONTAL, ImageStackAlignment::BOTTOM); + + wxBitmap bmpBorderRect(imgButtonPressed.GetWidth(), imgButtonPressed.GetHeight()); //seems we don't need to pass 24-bit depth here even for high-contrast color schemes + { + //draw rectangle border with gradient + const wxColor colFrom = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE); + const wxColor colTo(0x11, 0x79, 0xfe); //light blue + + wxMemoryDC dc(bmpBorderRect); + dc.SetBrush(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); + wxRect rect(bmpBorderRect.GetSize()); + + const int borderSize = fastFromDIP(3); + for (int i = 1 ; i <= borderSize; ++i) + { + const wxColor colGradient((colFrom.Red () * (borderSize - i) + colTo.Red () * i) / borderSize, + (colFrom.Green() * (borderSize - i) + colTo.Green() * i) / borderSize, + (colFrom.Blue () * (borderSize - i) + colTo.Blue () * i) / borderSize); + dc.SetPen(colGradient); + dc.DrawRectangle(rect); + rect.Deflate(1); + } + } + wxImage imgBorderRect = bmpBorderRect.ConvertToImage(); + convertToVanillaImage(imgBorderRect); + imgButtonPressed = layOver(imgBorderRect, imgButtonPressed); + + btn.init(mirrorIfRtl(imgButtonPressed), mirrorIfRtl(imgButtonReleased)); + } + } + + if (btn.IsShown() != show) + btn.Show(show); }; + FileView::FileStats fileStatsLeft; + FileView::FileStats fileStatsRight; + if (m_bpButtonViewTypeSyncAction->isActive()) { - const FileView::StatusSyncPreview result = filegrid::getDataView(*m_gridMainC).updateSyncPreview(m_bpButtonShowExcluded->isActive(), - m_bpButtonShowCreateLeft ->isActive(), - m_bpButtonShowCreateRight->isActive(), - m_bpButtonShowDeleteLeft ->isActive(), - m_bpButtonShowDeleteRight->isActive(), - m_bpButtonShowUpdateLeft ->isActive(), - m_bpButtonShowUpdateRight->isActive(), - m_bpButtonShowDoNothing ->isActive(), - m_bpButtonShowEqual ->isActive(), - m_bpButtonShowConflict ->isActive()); - fileCountLeft = result.fileCountLeft; - folderCountLeft = result.folderCountLeft; - bytesLeft = result.bytesLeft; - - fileCountRight = result.fileCountRight; - folderCountRight = result.folderCountRight; - bytesRight = result.bytesRight; + const FileView::ActionViewStats viewStats = filegrid::getDataView(*m_gridMainC).applyFilterByAction(m_bpButtonShowExcluded->isActive(), + m_bpButtonShowCreateLeft ->isActive(), + m_bpButtonShowCreateRight->isActive(), + m_bpButtonShowDeleteLeft ->isActive(), + m_bpButtonShowDeleteRight->isActive(), + m_bpButtonShowUpdateLeft ->isActive(), + m_bpButtonShowUpdateRight->isActive(), + m_bpButtonShowDoNothing ->isActive(), + m_bpButtonShowEqual ->isActive(), + m_bpButtonShowConflict ->isActive()); + fileStatsLeft = viewStats.fileStatsLeft; + fileStatsRight = viewStats.fileStatsRight; //sync preview buttons - updateVisibility(m_bpButtonShowExcluded, result.existsExcluded); - updateVisibility(m_bpButtonShowEqual, result.existsEqual); - updateVisibility(m_bpButtonShowConflict, result.existsConflict); - - updateVisibility(m_bpButtonShowCreateLeft, result.existsSyncCreateLeft); - updateVisibility(m_bpButtonShowCreateRight, result.existsSyncCreateRight); - updateVisibility(m_bpButtonShowDeleteLeft, result.existsSyncDeleteLeft); - updateVisibility(m_bpButtonShowDeleteRight, result.existsSyncDeleteRight); - updateVisibility(m_bpButtonShowUpdateLeft, result.existsSyncDirLeft); - updateVisibility(m_bpButtonShowUpdateRight, result.existsSyncDirRight); - updateVisibility(m_bpButtonShowDoNothing, result.existsSyncDirNone); - - updateVisibility(m_bpButtonShowLeftOnly, false); - updateVisibility(m_bpButtonShowRightOnly, false); - updateVisibility(m_bpButtonShowLeftNewer, false); - updateVisibility(m_bpButtonShowRightNewer, false); - updateVisibility(m_bpButtonShowDifferent, false); + updateFilterButton(*m_bpButtonShowExcluded, L"cat_excluded", viewStats.excluded); + updateFilterButton(*m_bpButtonShowEqual, L"cat_equal", viewStats.equal); + updateFilterButton(*m_bpButtonShowConflict, L"cat_conflict", viewStats.conflict); + + updateFilterButton(*m_bpButtonShowCreateLeft, L"so_create_left", viewStats.createLeft); + updateFilterButton(*m_bpButtonShowCreateRight, L"so_create_right", viewStats.createRight); + updateFilterButton(*m_bpButtonShowDeleteLeft, L"so_delete_left", viewStats.deleteLeft); + updateFilterButton(*m_bpButtonShowDeleteRight, L"so_delete_right", viewStats.deleteRight); + updateFilterButton(*m_bpButtonShowUpdateLeft, L"so_update_left", viewStats.updateLeft); + updateFilterButton(*m_bpButtonShowUpdateRight, L"so_update_right", viewStats.updateRight); + updateFilterButton(*m_bpButtonShowDoNothing, L"so_none", viewStats.updateNone); + + m_bpButtonShowLeftOnly ->Hide(); + m_bpButtonShowRightOnly ->Hide(); + m_bpButtonShowLeftNewer ->Hide(); + m_bpButtonShowRightNewer->Hide(); + m_bpButtonShowDifferent ->Hide(); } else { - const FileView::StatusCmpResult result = filegrid::getDataView(*m_gridMainC).updateCmpResult(m_bpButtonShowExcluded->isActive(), - m_bpButtonShowLeftOnly ->isActive(), - m_bpButtonShowRightOnly ->isActive(), - m_bpButtonShowLeftNewer ->isActive(), - m_bpButtonShowRightNewer->isActive(), - m_bpButtonShowDifferent ->isActive(), - m_bpButtonShowEqual ->isActive(), - m_bpButtonShowConflict ->isActive()); - fileCountLeft = result.fileCountLeft; - folderCountLeft = result.folderCountLeft; - bytesLeft = result.bytesLeft; - - fileCountRight = result.fileCountRight; - folderCountRight = result.folderCountRight; - bytesRight = result.bytesRight; + const FileView::CategoryViewStats viewStats = filegrid::getDataView(*m_gridMainC).applyFilterByCategory(m_bpButtonShowExcluded->isActive(), + m_bpButtonShowLeftOnly ->isActive(), + m_bpButtonShowRightOnly ->isActive(), + m_bpButtonShowLeftNewer ->isActive(), + m_bpButtonShowRightNewer->isActive(), + m_bpButtonShowDifferent ->isActive(), + m_bpButtonShowEqual ->isActive(), + m_bpButtonShowConflict ->isActive()); + fileStatsLeft = viewStats.fileStatsLeft; + fileStatsRight = viewStats.fileStatsRight; //comparison result view buttons - updateVisibility(m_bpButtonShowExcluded, result.existsExcluded); - updateVisibility(m_bpButtonShowEqual, result.existsEqual); - updateVisibility(m_bpButtonShowConflict, result.existsConflict); - - updateVisibility(m_bpButtonShowCreateLeft, false); - updateVisibility(m_bpButtonShowCreateRight, false); - updateVisibility(m_bpButtonShowDeleteLeft, false); - updateVisibility(m_bpButtonShowDeleteRight, false); - updateVisibility(m_bpButtonShowUpdateLeft, false); - updateVisibility(m_bpButtonShowUpdateRight, false); - updateVisibility(m_bpButtonShowDoNothing, false); - - updateVisibility(m_bpButtonShowLeftOnly, result.existsLeftOnly); - updateVisibility(m_bpButtonShowRightOnly, result.existsRightOnly); - updateVisibility(m_bpButtonShowLeftNewer, result.existsLeftNewer); - updateVisibility(m_bpButtonShowRightNewer, result.existsRightNewer); - updateVisibility(m_bpButtonShowDifferent, result.existsDifferent); + updateFilterButton(*m_bpButtonShowExcluded, L"cat_excluded", viewStats.excluded); + updateFilterButton(*m_bpButtonShowEqual, L"cat_equal", viewStats.equal); + updateFilterButton(*m_bpButtonShowConflict, L"cat_conflict", viewStats.conflict); + + m_bpButtonShowCreateLeft ->Hide(); + m_bpButtonShowCreateRight->Hide(); + m_bpButtonShowDeleteLeft ->Hide(); + m_bpButtonShowDeleteRight->Hide(); + m_bpButtonShowUpdateLeft ->Hide(); + m_bpButtonShowUpdateRight->Hide(); + m_bpButtonShowDoNothing ->Hide(); + + updateFilterButton(*m_bpButtonShowLeftOnly, L"cat_left_only", viewStats.leftOnly); + updateFilterButton(*m_bpButtonShowRightOnly, L"cat_right_only", viewStats.rightOnly); + updateFilterButton(*m_bpButtonShowLeftNewer, L"cat_left_newer", viewStats.leftNewer); + updateFilterButton(*m_bpButtonShowRightNewer, L"cat_right_newer", viewStats.rightNewer); + updateFilterButton(*m_bpButtonShowDifferent, L"cat_different", viewStats.different); } const bool anyViewButtonShown = m_bpButtonShowExcluded ->IsShown() || @@ -4620,10 +4738,8 @@ void MainDialog::updateGridViewData() m_bpButtonShowRightNewer->IsShown() || m_bpButtonShowDifferent ->IsShown(); - m_staticTextViewType ->Show(anyViewButtonShown); m_bpButtonViewTypeSyncAction->Show(anyViewButtonShown); - m_staticTextSelectView ->Show(anyViewButtonShown); - m_bpButtonViewFilterSave ->Show(anyViewButtonShown); + m_bpButtonViewContext ->Show(anyViewButtonShown); m_panelViewFilter->Layout(); @@ -4632,62 +4748,53 @@ void MainDialog::updateGridViewData() //overview panel if (m_bpButtonViewTypeSyncAction->isActive()) - treegrid::getDataView(*m_gridOverview).updateSyncPreview(m_bpButtonShowExcluded ->isActive(), - m_bpButtonShowCreateLeft ->isActive(), - m_bpButtonShowCreateRight->isActive(), - m_bpButtonShowDeleteLeft ->isActive(), - m_bpButtonShowDeleteRight->isActive(), - m_bpButtonShowUpdateLeft ->isActive(), - m_bpButtonShowUpdateRight->isActive(), - m_bpButtonShowDoNothing ->isActive(), - m_bpButtonShowEqual ->isActive(), - m_bpButtonShowConflict ->isActive()); + treegrid::getDataView(*m_gridOverview).applyFilterByAction(m_bpButtonShowExcluded ->isActive(), + m_bpButtonShowCreateLeft ->isActive(), + m_bpButtonShowCreateRight->isActive(), + m_bpButtonShowDeleteLeft ->isActive(), + m_bpButtonShowDeleteRight->isActive(), + m_bpButtonShowUpdateLeft ->isActive(), + m_bpButtonShowUpdateRight->isActive(), + m_bpButtonShowDoNothing ->isActive(), + m_bpButtonShowEqual ->isActive(), + m_bpButtonShowConflict ->isActive()); else - treegrid::getDataView(*m_gridOverview).updateCmpResult(m_bpButtonShowExcluded ->isActive(), - m_bpButtonShowLeftOnly ->isActive(), - m_bpButtonShowRightOnly ->isActive(), - m_bpButtonShowLeftNewer ->isActive(), - m_bpButtonShowRightNewer->isActive(), - m_bpButtonShowDifferent ->isActive(), - m_bpButtonShowEqual ->isActive(), - m_bpButtonShowConflict ->isActive()); + treegrid::getDataView(*m_gridOverview).applyFilterByCategory(m_bpButtonShowExcluded ->isActive(), + m_bpButtonShowLeftOnly ->isActive(), + m_bpButtonShowRightOnly ->isActive(), + m_bpButtonShowLeftNewer ->isActive(), + m_bpButtonShowRightNewer->isActive(), + m_bpButtonShowDifferent ->isActive(), + m_bpButtonShowEqual ->isActive(), + m_bpButtonShowConflict ->isActive()); m_gridOverview->Refresh(); //update status bar information - setStatusBarFileStats(fileCountLeft, - folderCountLeft, - bytesLeft, - fileCountRight, - folderCountRight, - bytesRight); + setStatusBarFileStats(fileStatsLeft, fileStatsRight); } -void MainDialog::setStatusBarFileStats(size_t fileCountLeft, - size_t folderCountLeft, - uint64_t bytesLeft, - size_t fileCountRight, - size_t folderCountRight, - uint64_t bytesRight) +void MainDialog::setStatusBarFileStats(FileView::FileStats statsLeft, + FileView::FileStats statsRight) { //select state bSizerFileStatus->Show(true); m_staticTextFullStatus->Hide(); //update status information - bSizerStatusLeftDirectories->Show(folderCountLeft > 0); - bSizerStatusLeftFiles ->Show(fileCountLeft > 0); + bSizerStatusLeftDirectories->Show(statsLeft.folderCount > 0); + bSizerStatusLeftFiles ->Show(statsLeft.fileCount > 0); - setText(*m_staticTextStatusLeftDirs, _P("1 directory", "%x directories", folderCountLeft)); - setText(*m_staticTextStatusLeftFiles, _P("1 file", "%x files", fileCountLeft)); - setText(*m_staticTextStatusLeftBytes, L"(" + formatFilesizeShort(bytesLeft) + L")"); + setText(*m_staticTextStatusLeftDirs, _P("1 directory", "%x directories", statsLeft.folderCount)); + setText(*m_staticTextStatusLeftFiles, _P("1 file", "%x files", statsLeft.fileCount)); + setText(*m_staticTextStatusLeftBytes, L"(" + formatFilesizeShort(statsLeft.bytes) + L")"); //------------------------------------------------------------------------------ - bSizerStatusRightDirectories->Show(folderCountRight > 0); - bSizerStatusRightFiles ->Show(fileCountRight > 0); + bSizerStatusRightDirectories->Show(statsRight.folderCount > 0); + bSizerStatusRightFiles ->Show(statsRight.fileCount > 0); - setText(*m_staticTextStatusRightDirs, _P("1 directory", "%x directories", folderCountRight)); - setText(*m_staticTextStatusRightFiles, _P("1 file", "%x files", fileCountRight)); - setText(*m_staticTextStatusRightBytes, L"(" + formatFilesizeShort(bytesRight) + L")"); + setText(*m_staticTextStatusRightDirs, _P("1 directory", "%x directories", statsRight.folderCount)); + setText(*m_staticTextStatusRightFiles, _P("1 file", "%x files", statsRight.fileCount)); + setText(*m_staticTextStatusRightBytes, L"(" + formatFilesizeShort(statsRight.bytes) + L")"); //------------------------------------------------------------------------------ wxString statusCenterNew; if (filegrid::getDataView(*m_gridMainC).rowsTotal() > 0) @@ -4716,16 +4823,34 @@ void MainDialog::applyFilterConfig() void MainDialog::applySyncDirections() { - try - { - const std::vector<DirectionConfig> directCfgs = extractDirectionCfg(getConfig().mainCfg); - redetermineSyncDirection(directCfgs, folderCmp_, nullptr /*notifyStatus*/); //throw FileError - } - catch (const FileError& e) + if (!folderCmp_.empty()) { - showNotificationDialog(this, DialogInfoType::error, PopupDialogCfg().setDetailInstructions(e.toString())); + FocusPreserver fp; + + disableAllElements(true /*enableAbort*/); //StatusHandlerTemporaryPanel will internally process Window messages, so avoid unexpected callbacks! + auto app = wxTheApp; //fix lambda/wxWigets/VC fuck up + ZEN_ON_SCOPE_EXIT(app->Yield(); enableAllElements()); //ui update before enabling buttons again: prevent strange behaviour of delayed button clicks + + const auto& guiCfg = getConfig(); + const auto& directCfgs = extractDirectionCfg(folderCmp_, getConfig().mainCfg); + + StatusHandlerTemporaryPanel statusHandler(*this, std::chrono::system_clock::now() /*startTime*/, + false /*ignoreErrors*/, + guiCfg.mainCfg.automaticRetryCount, + guiCfg.mainCfg.automaticRetryDelay); //handle status display and error messages + try + { + statusHandler.initNewPhase(-1, -1, ProcessPhase::none); + redetermineSyncDirection(directCfgs, + statusHandler); //throw AbortProcess + } + catch (AbortProcess&) {} + + const StatusHandlerTemporaryPanel::Result r = statusHandler.reportFinalStatus(); //noexcept + setLastOperationLog(r.summary, r.errorLog); } - updateGui(); + + updateGui(); //e.g. unsaved changes } @@ -5006,7 +5131,7 @@ void MainDialog::updateGuiForFolderPair() m_bpButtonLocalCompCfg ->Show(showLocalCfgFirstPair); m_bpButtonLocalSyncCfg ->Show(showLocalCfgFirstPair); - m_bpButtonLocalFilter->Show(showLocalCfgFirstPair); + m_bpButtonLocalFilter ->Show(showLocalCfgFirstPair); setImage(*m_bpButtonSwapSides, getResourceImage(showLocalCfgFirstPair ? L"swap_slim" : L"swap")); //update sub-panel sizes for calculations below!!! @@ -5070,33 +5195,43 @@ void MainDialog::insertAddFolderPair(const std::vector<LocalPairConfig>& newPair for (size_t i = 0; i < newPairs.size(); ++i) { - FolderPairPanel* newPair = new FolderPairPanel(m_scrolledWindowFolderPairs, *this); + FolderPairPanel* newPair = nullptr; + if (!folderPairScrapyard_.empty()) //construct cheaply from "spare parts" + { + newPair = folderPairScrapyard_.back().release(); //transfer ownership + folderPairScrapyard_.pop_back(); + newPair->Show(); + } + else + { + newPair = new FolderPairPanel(m_scrolledWindowFolderPairs, *this); - //init dropdown history - newPair->m_folderPathLeft ->init(folderHistoryLeft_ .ptr()); - newPair->m_folderPathRight->init(folderHistoryRight_.ptr()); + //init dropdown history + newPair->m_folderPathLeft ->init(folderHistoryLeft_ ); + newPair->m_folderPathRight->init(folderHistoryRight_); - newPair->m_bpButtonFolderPairOptions->SetBitmapLabel(getResourceImage(L"button_arrow_down")); + newPair->m_bpButtonFolderPairOptions->SetBitmapLabel(getResourceImage(L"button_arrow_down")); - //set width of left folder panel - const int width = m_panelTopLeft->GetSize().GetWidth(); - newPair->m_panelLeft->SetMinSize(wxSize(width, -1)); + //set width of left folder panel + const int width = m_panelTopLeft->GetSize().GetWidth(); + newPair->m_panelLeft->SetMinSize(wxSize(width, -1)); - bSizerAddFolderPairs->Insert(pos + i, newPair, 0, wxEXPAND); - additionalFolderPairs_.insert(additionalFolderPairs_.begin() + pos + i, newPair); + //register events + newPair->m_bpButtonFolderPairOptions->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxEventHandler(MainDialog::OnShowFolderPairOptions), nullptr, this); + newPair->m_bpButtonFolderPairOptions->Connect(wxEVT_RIGHT_DOWN, wxEventHandler(MainDialog::OnShowFolderPairOptions), nullptr, this); + newPair->m_bpButtonRemovePair ->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnRemoveFolderPair ), nullptr, this); + static_cast<FolderPairPanelGenerated*>(newPair)->Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(MainDialog::onAddFolderPairKeyEvent), nullptr, this); - //register events - newPair->m_bpButtonFolderPairOptions->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxEventHandler(MainDialog::OnShowFolderPairOptions), nullptr, this); - newPair->m_bpButtonFolderPairOptions->Connect(wxEVT_RIGHT_DOWN, wxEventHandler(MainDialog::OnShowFolderPairOptions), nullptr, this); - newPair->m_bpButtonRemovePair ->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnRemoveFolderPair ), nullptr, this); - static_cast<FolderPairPanelGenerated*>(newPair)->Connect(wxEVT_CHAR_HOOK, wxKeyEventHandler(MainDialog::onAddFolderPairKeyEvent), nullptr, this); + newPair->m_bpButtonLocalCompCfg->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalCompCfg ), nullptr, this); + newPair->m_bpButtonLocalSyncCfg->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalSyncCfg ), nullptr, this); + newPair->m_bpButtonLocalFilter ->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalFilterCfg), nullptr, this); - newPair->m_bpButtonLocalCompCfg->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalCompCfg ), nullptr, this); - newPair->m_bpButtonLocalSyncCfg->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalSyncCfg ), nullptr, this); - newPair->m_bpButtonLocalFilter ->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(MainDialog::OnLocalFilterCfg), nullptr, this); + //important: make sure panel has proper default height! + newPair->GetSizer()->SetSizeHints(newPair); //~=Fit() + SetMinSize() + } - //important: make sure panel has proper default height! - newPair->GetSizer()->SetSizeHints(newPair); //~=Fit() + SetMinSize() + bSizerAddFolderPairs->Insert(pos + i, newPair, 0, wxEXPAND); + additionalFolderPairs_.insert(additionalFolderPairs_.begin() + pos + i, newPair); //wxComboBox screws up miserably if width/height is smaller than the magic number 4! Problem occurs when trying to set tooltip //so we have to update window sizes before setting configuration: @@ -5144,13 +5279,14 @@ void MainDialog::removeAddFolderPair(size_t pos) { FolderPairPanel* panel = additionalFolderPairs_[pos]; - bSizerAddFolderPairs->Detach(panel); //Remove() does not work on wxWindow*, so do it manually additionalFolderPairs_.erase(additionalFolderPairs_.begin() + pos); + bSizerAddFolderPairs->Detach(panel); //Remove() does not work on wxWindow*, so do it manually //more (non-portable) wxWidgets bullshit: on OS X wxWindow::Destroy() screws up and calls "operator delete" directly rather than //the deferred deletion it is expected to do (and which is implemented correctly on Windows and Linux) //http://bb10.com/python-wxpython-devel/2012-09/msg00004.html //=> since we're in a mouse button callback of a sub-component of "panel" we need to delay deletion ourselves: - guiQueue_.processAsync([] {}, [panel] { panel->Destroy(); }); + panel->Hide(); + folderPairScrapyard_.emplace_back(panel); //transfer ownership updateGuiForFolderPair(); clearGrid(pos + 1); //+ GUI update @@ -5160,8 +5296,14 @@ void MainDialog::removeAddFolderPair(size_t pos) void MainDialog::setAddFolderPairs(const std::vector<LocalPairConfig>& newPairs) { + //FolderPairPanel are too expensive to casually throw away and recreate! + for (FolderPairPanel* panel : additionalFolderPairs_) + { + panel->Hide(); + folderPairScrapyard_.emplace_back(panel); //transfer ownership + } additionalFolderPairs_.clear(); - bSizerAddFolderPairs->Clear(true); + bSizerAddFolderPairs->Clear(false /*delete_windows*/); //release ownership insertAddFolderPair(newPairs, 0); } @@ -5230,9 +5372,9 @@ void MainDialog::OnMenuExportFileList(wxCommandEvent& event) auto colAttrCenter = m_gridMainC->getColumnConfig(); auto colAttrRight = m_gridMainR->getColumnConfig(); - eraseIf(colAttrLeft, [](const Grid::ColAttributes& ca) { return !ca.visible; }); - eraseIf(colAttrCenter, [](const Grid::ColAttributes& ca) { return !ca.visible || static_cast<ColumnTypeCenter>(ca.type) == ColumnTypeCenter::CHECKBOX; }); - eraseIf(colAttrRight, [](const Grid::ColAttributes& ca) { return !ca.visible; }); + std::erase_if(colAttrLeft, [](const Grid::ColAttributes& ca) { return !ca.visible; }); + std::erase_if(colAttrCenter, [](const Grid::ColAttributes& ca) { return !ca.visible || static_cast<ColumnTypeCenter>(ca.type) == ColumnTypeCenter::CHECKBOX; }); + std::erase_if(colAttrRight, [](const Grid::ColAttributes& ca) { return !ca.visible; }); if (provLeft && provCenter && provRight) { diff --git a/FreeFileSync/Source/ui/main_dlg.h b/FreeFileSync/Source/ui/main_dlg.h index 1dfec916..06145bc7 100644 --- a/FreeFileSync/Source/ui/main_dlg.h +++ b/FreeFileSync/Source/ui/main_dlg.h @@ -27,7 +27,7 @@ namespace fff { class FolderPairFirst; class FolderPairPanel; -class CompareProgressDialog; +class CompareProgressPanel; template <class GuiPanel> class FolderPairCallback; class PanelMoveWindow; @@ -86,7 +86,6 @@ private: void updateGlobalFilterButton(); - void initViewFilterButtons(); void setViewFilterDefault(); void cfgHistoryRemoveObsolete(const std::vector<Zstring>& filepaths); @@ -126,12 +125,7 @@ private: const std::vector<FileSystemObject*>& selectionRight); //selection may be empty //status bar supports one of the following two states at a time: - void setStatusBarFileStats(size_t fileCountLeft, - size_t folderCountLeft, - uint64_t bytesLeft, - size_t fileCountRight, - size_t folderCountRight, - uint64_t bytesRight); + void setStatusBarFileStats(FileView::FileStats statsLeft, FileView::FileStats statsRight); //void setStatusBarFullText(const wxString& msg); void flashStatusInformation(const wxString& msg); //temporarily show different status (only valid for setStatusBarFileStats) @@ -152,12 +146,13 @@ private: void OnSyncSettingsContext(wxCommandEvent& event) override { OnSyncSettingsContext(static_cast<wxEvent&>(event)); } void OnGlobalFilterContext(wxMouseEvent& event) override { OnGlobalFilterContext(static_cast<wxEvent&>(event)); } void OnGlobalFilterContext(wxCommandEvent& event) override { OnGlobalFilterContext(static_cast<wxEvent&>(event)); } + void OnViewTypeContext (wxMouseEvent& event) override { OnViewTypeContext (static_cast<wxEvent&>(event)); } + void OnViewTypeContext (wxCommandEvent& event) override { OnViewTypeContext (static_cast<wxEvent&>(event)); } void OnCompSettingsContext(wxEvent& event); void OnSyncSettingsContext(wxEvent& event); void OnGlobalFilterContext(wxEvent& event); - - void OnViewFilterSave(wxCommandEvent& event) override; + void OnViewTypeContext (wxEvent& event); void applyCompareConfig(bool setDefaultViewType); @@ -185,7 +180,7 @@ private: void onGridLabelLeftClickL(zen::GridLabelClickEvent& event); void onGridLabelLeftClickC(zen::GridLabelClickEvent& event); void onGridLabelLeftClickR(zen::GridLabelClickEvent& event); - void onGridLabelLeftClick(bool onLeft, ColumnTypeRim type); + void onGridLabelLeftClick(bool onLeft, ColumnTypeRim colType); void onGridLabelContextL(zen::GridLabelClickEvent& event); void onGridLabelContextC(zen::GridLabelClickEvent& event); @@ -319,6 +314,12 @@ private: std::vector<FolderPairPanel*> additionalFolderPairs_; //additional pairs to the first pair std::optional<double> addPairCountLast_; + + //------------------------------------- + //fight sluggish GUI: FolderPairPanel are too expensive to casually throw away and recreate! + struct DeleteWxWindow { void operator()(wxWindow* win) const { win->Destroy(); } }; + + std::vector<std::unique_ptr<FolderPairPanel, DeleteWxWindow>> folderPairScrapyard_; //------------------------------------- //*********************************************** @@ -326,7 +327,7 @@ private: std::vector<wxString> oldStatusMsgs_; //the first one is the original/non-flash status message //compare status panel (hidden on start, shown when comparing) - std::unique_ptr<CompareProgressDialog> compareStatus_; //always bound + std::unique_ptr<CompareProgressPanel> compareStatus_; //always bound LogPanel* logPanel_ = nullptr; @@ -342,8 +343,11 @@ private: time_t manualTimeSpanFrom_ = 0; time_t manualTimeSpanTo_ = 0; //buffer manual time span selection at session level + //regenerate view filter button labels only when necessary: + std::unordered_map<const zen::ToggleButton*, int /*itemCount*/> buttonLabelItemCount_; + zen::SharedRef<FolderHistory> folderHistoryLeft_ = zen::makeSharedRef<FolderHistory>(); //shared by all wxComboBox dropdown controls - zen::SharedRef<FolderHistory> folderHistoryRight_ = zen::makeSharedRef<FolderHistory>(); //always bound! + zen::SharedRef<FolderHistory> folderHistoryRight_ = zen::makeSharedRef<FolderHistory>(); // zen::AsyncGuiQueue guiQueue_; //schedule and run long-running tasks asynchronously, but process results on GUI queue diff --git a/FreeFileSync/Source/ui/progress_indicator.cpp b/FreeFileSync/Source/ui/progress_indicator.cpp index 87b75607..7a3e48a9 100644 --- a/FreeFileSync/Source/ui/progress_indicator.cpp +++ b/FreeFileSync/Source/ui/progress_indicator.cpp @@ -40,7 +40,7 @@ using namespace fff; namespace { constexpr std::chrono::seconds WINDOW_BYTES_PER_SEC (5); //window size used for statistics -constexpr std::chrono::seconds WINDOW_REMAINING_TIME(60); //USB memory stick scenario can have drop outs of 40 seconds => 60 sec. window size handles it +constexpr std::chrono::seconds WINDOW_REMAINING_TIME(60); //USB memory stick can have 40-second-hangs constexpr std::chrono::seconds SPEED_ESTIMATE_SAMPLE_SKIP(1); constexpr std::chrono::milliseconds SPEED_ESTIMATE_UPDATE_INTERVAL(500); constexpr std::chrono::seconds GRAPH_TOTAL_TIME_UPDATE_INTERVAL(2); @@ -70,13 +70,13 @@ std::wstring getDialogPhaseText(const Statistics& syncStat, bool paused) switch (syncStat.currentPhase()) { - case ProcessCallback::PHASE_NONE: + case ProcessPhase::none: return _("Initializing..."); //dialog is shown *before* sync starts, so this text may be visible! - case ProcessCallback::PHASE_SCANNING: + case ProcessPhase::scanning: return _("Scanning..."); - case ProcessCallback::PHASE_COMPARING_CONTENT: + case ProcessPhase::comparingContent: return _("Comparing content..."); - case ProcessCallback::PHASE_SYNCHRONIZING: + case ProcessPhase::synchronizing: return _("Synchronizing..."); } assert(false); @@ -128,7 +128,7 @@ class CurveDataProgressSeparatorLine : public CurveData } -class CompareProgressDialog::Impl : public CompareProgressDlgGenerated +class CompareProgressPanel::Impl : public CompareProgressDlgGenerated { public: Impl(wxFrame& parentWindow); @@ -177,7 +177,7 @@ private: }; -CompareProgressDialog::Impl::Impl(wxFrame& parentWindow) : +CompareProgressPanel::Impl::Impl(wxFrame& parentWindow) : CompareProgressDlgGenerated(&parentWindow), parentWindow_(parentWindow) { @@ -187,7 +187,7 @@ CompareProgressDialog::Impl::Impl(wxFrame& parentWindow) : m_bitmapIgnoreErrors->SetBitmap(getResourceImage(L"error_ignore_active")); m_bitmapRetryErrors ->SetBitmap(getResourceImage(L"error_retry")); - //make sure that standard height matches PHASE_COMPARING_CONTENT statistics layout (== largest) + //make sure that standard height matches ProcessPhase::comparingContent statistics layout (== largest) //init graph m_panelProgressGraph->setAttributes(Graph2D::MainAttributes().setMinY(0).setMaxY(2). @@ -210,7 +210,7 @@ CompareProgressDialog::Impl::Impl(wxFrame& parentWindow) : } -void CompareProgressDialog::Impl::init(const Statistics& syncStat, bool ignoreErrors, size_t automaticRetryCount) +void CompareProgressPanel::Impl::init(const Statistics& syncStat, bool ignoreErrors, size_t automaticRetryCount) { syncStat_ = &syncStat; parentTitleBackup_ = parentWindow_.GetTitle(); @@ -235,7 +235,7 @@ void CompareProgressDialog::Impl::init(const Statistics& syncStat, bool ignoreEr } -void CompareProgressDialog::Impl::teardown() +void CompareProgressPanel::Impl::teardown() { syncStat_ = nullptr; parentWindow_.SetTitle(parentTitleBackup_); @@ -243,15 +243,15 @@ void CompareProgressDialog::Impl::teardown() } -void CompareProgressDialog::Impl::initNewPhase() +void CompareProgressPanel::Impl::initNewPhase() { //start new measurement perf_ = PerfCheck(WINDOW_REMAINING_TIME, WINDOW_BYTES_PER_SEC); timeLastSpeedEstimate_ = std::chrono::seconds(-100); //make sure estimate is updated upon next check phaseStart_ = stopWatch_.elapsed(); - const int itemsTotal = syncStat_->getStatsTotal(syncStat_->currentPhase()).items; - const int64_t bytesTotal = syncStat_->getStatsTotal(syncStat_->currentPhase()).bytes; + const int itemsTotal = syncStat_->getStatsTotal().items; + const int64_t bytesTotal = syncStat_->getStatsTotal().bytes; const bool haveTotalStats = itemsTotal >= 0 || bytesTotal >= 0; @@ -272,14 +272,14 @@ void CompareProgressDialog::Impl::initNewPhase() } -void CompareProgressDialog::Impl::updateStaticGui() +void CompareProgressPanel::Impl::updateStaticGui() { bSizerErrorsIgnore->Show(ignoreErrors_); Layout(); } -void CompareProgressDialog::Impl::updateProgressGui() +void CompareProgressPanel::Impl::updateProgressGui() { assert(syncStat_); if (!syncStat_) //no comparison running!! @@ -294,10 +294,10 @@ void CompareProgressDialog::Impl::updateProgressGui() bool layoutChanged = false; //avoid screen flicker by calling layout() only if necessary const std::chrono::nanoseconds timeElapsed = stopWatch_.elapsed(); - const int itemsCurrent = syncStat_->getStatsCurrent(syncStat_->currentPhase()).items; - const int64_t bytesCurrent = syncStat_->getStatsCurrent(syncStat_->currentPhase()).bytes; - const int itemsTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).items; - const int64_t bytesTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).bytes; + const int itemsCurrent = syncStat_->getStatsCurrent().items; + const int64_t bytesCurrent = syncStat_->getStatsCurrent().bytes; + const int itemsTotal = syncStat_->getStatsTotal ().items; + const int64_t bytesTotal = syncStat_->getStatsTotal ().bytes; const bool haveTotalStats = itemsTotal >= 0 || bytesTotal >= 0; @@ -389,16 +389,16 @@ void CompareProgressDialog::Impl::updateProgressGui() //######################################################################################## //redirect to implementation -CompareProgressDialog::CompareProgressDialog(wxFrame& parentWindow) : pimpl_(new Impl(parentWindow)) {} //owned by parentWindow -wxWindow* CompareProgressDialog::getAsWindow() { return pimpl_; } -void CompareProgressDialog::init(const Statistics& syncStat, bool ignoreErrors, size_t automaticRetryCount) { pimpl_->init(syncStat, ignoreErrors, automaticRetryCount); } -void CompareProgressDialog::teardown() { pimpl_->teardown(); } -void CompareProgressDialog::initNewPhase() { pimpl_->initNewPhase(); } -void CompareProgressDialog::updateGui() { pimpl_->updateProgressGui(); } -bool CompareProgressDialog::getOptionIgnoreErrors() const { return pimpl_->getOptionIgnoreErrors(); } -void CompareProgressDialog::setOptionIgnoreErrors(bool ignoreErrors) { pimpl_->setOptionIgnoreErrors(ignoreErrors); } -void CompareProgressDialog::timerSetStatus(bool active) { pimpl_->timerSetStatus(active); } -bool CompareProgressDialog::timerIsRunning() const { return pimpl_->timerIsRunning(); } +CompareProgressPanel::CompareProgressPanel(wxFrame& parentWindow) : pimpl_(new Impl(parentWindow)) {} //owned by parentWindow +wxWindow* CompareProgressPanel::getAsWindow() { return pimpl_; } +void CompareProgressPanel::init(const Statistics& syncStat, bool ignoreErrors, size_t automaticRetryCount) { pimpl_->init(syncStat, ignoreErrors, automaticRetryCount); } +void CompareProgressPanel::teardown() { pimpl_->teardown(); } +void CompareProgressPanel::initNewPhase() { pimpl_->initNewPhase(); } +void CompareProgressPanel::updateGui() { pimpl_->updateProgressGui(); } +bool CompareProgressPanel::getOptionIgnoreErrors() const { return pimpl_->getOptionIgnoreErrors(); } +void CompareProgressPanel::setOptionIgnoreErrors(bool ignoreErrors) { pimpl_->setOptionIgnoreErrors(ignoreErrors); } +void CompareProgressPanel::timerSetStatus(bool active) { pimpl_->timerSetStatus(active); } +bool CompareProgressPanel::timerIsRunning() const { return pimpl_->timerIsRunning(); } //######################################################################################## @@ -440,7 +440,7 @@ private: /* //report some additional width by 5% elapsed time to make graph recalibrate before hitting the right border - //caveat: graph for batch mode binary comparison does NOT start at elapsed time 0!! PHASE_COMPARING_CONTENT and PHASE_SYNCHRONIZING! + //caveat: graph for batch mode binary comparison does NOT start at elapsed time 0!! ProcessPhase::comparingContent and ProcessPhase::synchronizing! //=> consider width of current sample set! upperEndMs += 0.05 *(upperEndMs - samples.begin()->first); */ @@ -651,7 +651,7 @@ public: size_t automaticRetryCount, PostSyncAction2 postSyncAction); - Result destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const std::shared_ptr<const zen::ErrorLog>& log /*bound!*/) override; + Result destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const SharedRef<const zen::ErrorLog>& log) override; wxWindow* getWindowIfVisible() override { return this->IsShown() ? this : nullptr; } //workaround OS X bug: if "this" is used as parent window for a modal dialog then this dialog will erroneously un-hide its parent! @@ -689,7 +689,7 @@ private: void OnMinimizeToTray(wxCommandEvent& event) { minimizeToTray(); } //void OnToggleIgnoreErrors(wxCommandEvent& event) { updateStaticGui(); } - void showSummary(SyncResult finalStatus, const std::shared_ptr<const ErrorLog>& log /*bound!*/); + void showSummary(SyncResult finalStatus, const SharedRef<const ErrorLog>& log); void minimizeToTray(); void resumeFromSystray(); @@ -851,8 +851,8 @@ SyncProgressDialogImpl<TopLevelDialog>::SyncProgressDialogImpl(long style, //wxF wxBitmap bmpSquare(this->GetCharHeight(), this->GetCharHeight()); //seems we don't need to pass 24-bit depth here even for high-contrast color schemes { wxMemoryDC dc(bmpSquare); - wxDCBrushChanger dummy(dc, fillCol); - wxDCPenChanger dummy2(dc, borderCol); + dc.SetBrush(fillCol); + dc.SetPen(borderCol); dc.DrawRectangle(wxPoint(), bmpSquare.GetSize()); } return bmpSquare; @@ -881,7 +881,7 @@ SyncProgressDialogImpl<TopLevelDialog>::SyncProgressDialogImpl(long style, //wxF updateStaticGui(); //null-status will be shown while waiting for dir locks - //make sure that standard height matches PHASE_COMPARING_CONTENT statistics layout (== largest) + //make sure that standard height matches ProcessPhase::comparingContent statistics layout (== largest) this->GetSizer()->SetSizeHints(this); //~=Fit() + SetMinSize() pnl_.Layout(); @@ -965,7 +965,7 @@ void SyncProgressDialogImpl<TopLevelDialog>::notifyProgressChange() //noexcept! { if (syncStat_) //sync running { - const ProgressStats stats = syncStat_->getStatsCurrent(syncStat_->currentPhase()); + const ProgressStats stats = syncStat_->getStatsCurrent(); curveDataBytes_->addRecord(stopWatch_.elapsed(), stats.bytes); curveDataItems_->addRecord(stopWatch_.elapsed(), stats.items); } @@ -1027,10 +1027,10 @@ void SyncProgressDialogImpl<TopLevelDialog>::updateProgressGui(bool allowYield) const std::chrono::nanoseconds timeElapsed = stopWatch_.elapsed(); const double timeElapsedDouble = std::chrono::duration<double>(timeElapsed).count(); - const int itemsCurrent = syncStat_->getStatsCurrent(syncStat_->currentPhase()).items; - const int64_t bytesCurrent = syncStat_->getStatsCurrent(syncStat_->currentPhase()).bytes; - const int itemsTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).items; - const int64_t bytesTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).bytes; + const int itemsCurrent = syncStat_->getStatsCurrent().items; + const int64_t bytesCurrent = syncStat_->getStatsCurrent().bytes; + const int itemsTotal = syncStat_->getStatsTotal ().items; + const int64_t bytesTotal = syncStat_->getStatsTotal ().bytes; const bool haveTotalStats = itemsTotal >= 0 || bytesTotal >= 0; @@ -1208,12 +1208,12 @@ void SyncProgressDialogImpl<TopLevelDialog>::updateStaticGui() //depends on "syn switch (syncStat_->currentPhase()) { - case ProcessCallback::PHASE_NONE: - case ProcessCallback::PHASE_SCANNING: + case ProcessPhase::none: + case ProcessPhase::scanning: return getResourceImage(L"status_scanning"); - case ProcessCallback::PHASE_COMPARING_CONTENT: + case ProcessPhase::comparingContent: return getResourceImage(L"status_binary_compare"); - case ProcessCallback::PHASE_SYNCHRONIZING: + case ProcessPhase::synchronizing: return getResourceImage(L"status_syncing"); } assert(false); @@ -1228,8 +1228,8 @@ void SyncProgressDialogImpl<TopLevelDialog>::updateStaticGui() //depends on "syn taskbar_->setStatus(Taskbar::STATUS_PAUSED); else { - const int itemsTotal = syncStat_->getStatsTotal(syncStat_->currentPhase()).items; - const int64_t bytesTotal = syncStat_->getStatsTotal(syncStat_->currentPhase()).bytes; + const int itemsTotal = syncStat_->getStatsTotal().items; + const int64_t bytesTotal = syncStat_->getStatsTotal().bytes; const bool haveTotalStats = itemsTotal >= 0 || bytesTotal >= 0; @@ -1249,7 +1249,7 @@ void SyncProgressDialogImpl<TopLevelDialog>::updateStaticGui() //depends on "syn template <class TopLevelDialog> -void SyncProgressDialogImpl<TopLevelDialog>::showSummary(SyncResult finalStatus, const std::shared_ptr<const ErrorLog>& log /*bound!*/) +void SyncProgressDialogImpl<TopLevelDialog>::showSummary(SyncResult finalStatus, const SharedRef<const ErrorLog>& log) { assert(syncStat_); //at the LATEST(!) to prevent access to currentStatusHandler @@ -1264,10 +1264,10 @@ void SyncProgressDialogImpl<TopLevelDialog>::showSummary(SyncResult finalStatus, updateProgressGui(false /*allowYield*/); //=================================================================================== - const int itemsProcessed = syncStat_->getStatsCurrent(syncStat_->currentPhase()).items; - const int64_t bytesProcessed = syncStat_->getStatsCurrent(syncStat_->currentPhase()).bytes; - const int itemsTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).items; - const int64_t bytesTotal = syncStat_->getStatsTotal (syncStat_->currentPhase()).bytes; + const int itemsProcessed = syncStat_->getStatsCurrent().items; + const int64_t bytesProcessed = syncStat_->getStatsCurrent().bytes; + const int itemsTotal = syncStat_->getStatsTotal ().items; + const int64_t bytesTotal = syncStat_->getStatsTotal ().bytes; //set overall speed (instead of current speed) const double timeDelta = std::chrono::duration<double>(stopWatch_.elapsed() - phaseStart_).count(); @@ -1387,11 +1387,11 @@ void SyncProgressDialogImpl<TopLevelDialog>::showSummary(SyncResult finalStatus, //2. log file assert(pnl_.m_notebookResult->GetPageCount() == 1); LogPanel* logPanel = new LogPanel(pnl_.m_notebookResult); //owned by m_notebookResult - logPanel->setLog(log); + logPanel->setLog(log.ptr()); pnl_.m_notebookResult->AddPage(logPanel, _("Log"), false /*bSelect*/); //show log instead of graph if errors occurred! (not required for ignored warnings) - if (log->getItemCount(MSG_TYPE_ERROR | MSG_TYPE_FATAL_ERROR) > 0) + if (log.ref().getItemCount(MSG_TYPE_ERROR | MSG_TYPE_FATAL_ERROR) > 0) pnl_.m_notebookResult->ChangeSelection(pagePosLog); //fill image list to cope with wxNotebook image setting design desaster... @@ -1450,7 +1450,7 @@ void SyncProgressDialogImpl<TopLevelDialog>::showSummary(SyncResult finalStatus, template <class TopLevelDialog> -auto SyncProgressDialogImpl<TopLevelDialog>::destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const std::shared_ptr<const zen::ErrorLog>& log /*bound!*/) -> Result +auto SyncProgressDialogImpl<TopLevelDialog>::destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const SharedRef<const ErrorLog>& log) -> Result { if (autoClose) { @@ -1467,7 +1467,7 @@ auto SyncProgressDialogImpl<TopLevelDialog>::destroy(bool autoClose, bool restor //wait until user closes the dialog by pressing "okay" while (!okayPressed_) { - wxTheApp->Yield(); //*first* refresh GUI (removing flicker) before sleeping! + wxTheApp->Yield(); //refresh GUI *first* before sleeping! (remove flicker) std::this_thread::sleep_for(UI_UPDATE_INTERVAL); } restoreParentFrame = true; diff --git a/FreeFileSync/Source/ui/progress_indicator.h b/FreeFileSync/Source/ui/progress_indicator.h index 90f5ddcf..af8a079b 100644 --- a/FreeFileSync/Source/ui/progress_indicator.h +++ b/FreeFileSync/Source/ui/progress_indicator.h @@ -18,10 +18,10 @@ namespace fff { -class CompareProgressDialog +class CompareProgressPanel { public: - CompareProgressDialog(wxFrame& parentWindow); //CompareProgressDialog will be owned by parentWindow! + CompareProgressPanel(wxFrame& parentWindow); //CompareProgressPanel will be owned by parentWindow! wxWindow* getAsWindow(); //convenience! don't abuse! @@ -69,7 +69,7 @@ struct SyncProgressDialog size_t automaticRetryCount, PostSyncAction2 postSyncAction); struct Result { bool autoCloseDialog; }; - virtual Result destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const std::shared_ptr<const zen::ErrorLog>& log /*bound!*/) = 0; + virtual Result destroy(bool autoClose, bool restoreParentFrame, SyncResult finalStatus, const zen::SharedRef<const zen::ErrorLog>& log) = 0; //--------------------------------------------------------------------------- virtual wxWindow* getWindowIfVisible() = 0; //may be nullptr; don't abuse, use as parent for modal dialogs only! diff --git a/FreeFileSync/Source/ui/search_grid.cpp b/FreeFileSync/Source/ui/search_grid.cpp index cd03aa8d..5a4bcabb 100644 --- a/FreeFileSync/Source/ui/search_grid.cpp +++ b/FreeFileSync/Source/ui/search_grid.cpp @@ -69,7 +69,7 @@ ptrdiff_t findRow(const Grid& grid, //return -1 if no matching row found if (auto prov = grid.getDataProvider()) { std::vector<Grid::ColAttributes> colAttr = grid.getColumnConfig(); - eraseIf(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); + std::erase_if(colAttr, [](const Grid::ColAttributes& ca) { return !ca.visible; }); if (!colAttr.empty()) { const MatchFound<respectCase> matchFound(searchString); diff --git a/FreeFileSync/Source/ui/small_dlgs.cpp b/FreeFileSync/Source/ui/small_dlgs.cpp index aeb36d6a..256100fd 100644 --- a/FreeFileSync/Source/ui/small_dlgs.cpp +++ b/FreeFileSync/Source/ui/small_dlgs.cpp @@ -34,7 +34,7 @@ #include "../base/synchronization.h" #include "../base/help_provider.h" #include "../base/path_filter.h" -#include "../base/status_handler.h" //updateUiIsAllowed() +#include "../base/status_handler.h" //uiUpdateDue() #include "../base/log_file.h" #include "../base/icon_buffer.h" #include "../version/version.h" @@ -687,7 +687,7 @@ public: std::span<const FileSystemObject* const> rowsOnLeft, std::span<const FileSystemObject* const> rowsOnRight, Zstring& lastUsedPath, - const std::shared_ptr<FolderHistory>& folderHistory, + SharedRef<FolderHistory>& folderHistory, bool& keepRelPaths, bool& overwriteIfExists); @@ -699,7 +699,7 @@ private: void onLocalKeyEvent(wxKeyEvent& event); std::unique_ptr<FolderSelector> targetFolder; //always bound - std::shared_ptr<FolderHistory> folderHistory_; + SharedRef<FolderHistory> folderHistory_; //output-only parameters: Zstring& lastUsedPathOut_; @@ -712,7 +712,7 @@ CopyToDialog::CopyToDialog(wxWindow* parent, std::span<const FileSystemObject* const> rowsOnLeft, std::span<const FileSystemObject* const> rowsOnRight, Zstring& lastUsedPath, - const std::shared_ptr<FolderHistory>& folderHistory, + SharedRef<FolderHistory>& folderHistory, bool& keepRelPaths, bool& overwriteIfExists) : CopyToDlgGenerated(parent), @@ -745,14 +745,14 @@ CopyToDialog::CopyToDialog(wxWindow* parent, http://trac.wxwidgets.org/ticket/14823 "Menu not disabled when showing modal dialogs in wxGTK under Unity" */ - const std::pair<std::wstring, int> selectionInfo = getSelectedItemsAsString(rowsOnLeft, rowsOnRight); + const auto [itemList, itemCount] = getSelectedItemsAsString(rowsOnLeft, rowsOnRight); const wxString header = _P("Copy the following item to another folder?", - "Copy the following %x items to another folder?", selectionInfo.second); + "Copy the following %x items to another folder?", itemCount); m_staticTextHeader->SetLabel(header); m_staticTextHeader->Wrap(fastFromDIP(460)); //needs to be reapplied after SetLabel() - m_textCtrlFileList->ChangeValue(selectionInfo.first); + m_textCtrlFileList->ChangeValue(itemList); //----------------- set config --------------------------------- targetFolder ->setPath(lastUsedPath); @@ -793,7 +793,7 @@ void CopyToDialog::OnOK(wxCommandEvent& event) keepRelPathsOut_ = m_checkBoxKeepRelPath->GetValue(); overwriteIfExistsOut_ = m_checkBoxOverwriteIfExists->GetValue(); - folderHistory_->addItem(lastUsedPathOut_); + folderHistory_.ref().addItem(lastUsedPathOut_); EndModal(ReturnSmallDlg::BUTTON_OKAY); } @@ -809,12 +809,12 @@ ReturnSmallDlg::ButtonPressed fff::showCopyToDialog(wxWindow* parent, bool& overwriteIfExists) { - auto folderHistory = std::make_shared<FolderHistory>(folderPathHistory, historySizeMax); + auto folderHistory = makeSharedRef<FolderHistory>(folderPathHistory, historySizeMax); CopyToDialog dlg(parent, rowsOnLeft, rowsOnRight, lastUsedPath, folderHistory, keepRelPaths, overwriteIfExists); const auto rc = static_cast<ReturnSmallDlg::ButtonPressed>(dlg.ShowModal()); - folderPathHistory = folderHistory->getList(); //unconditionally write path history: support manual item deletion + cancel + folderPathHistory = folderHistory.ref().getList(); //unconditionally write path history: support manual item deletion + cancel return rc; } @@ -882,27 +882,26 @@ DeleteDialog::DeleteDialog(wxWindow* parent, void DeleteDialog::updateGui() { - const std::pair<std::wstring, int> delInfo = getSelectedItemsAsString(rowsToDeleteOnLeft_, - rowsToDeleteOnRight_); + const auto [itemList, itemCount] = getSelectedItemsAsString(rowsToDeleteOnLeft_, rowsToDeleteOnRight_); wxString header; if (m_checkBoxUseRecycler->GetValue()) { header = _P("Do you really want to move the following item to the recycle bin?", - "Do you really want to move the following %x items to the recycle bin?", delInfo.second); + "Do you really want to move the following %x items to the recycle bin?", itemCount); m_bitmapDeleteType->SetBitmap(getResourceImage(L"delete_recycler")); m_buttonOK->SetLabel(_("Move")); //no access key needed: use ENTER! } else { header = _P("Do you really want to delete the following item?", - "Do you really want to delete the following %x items?", delInfo.second); + "Do you really want to delete the following %x items?", itemCount); m_bitmapDeleteType->SetBitmap(getResourceImage(L"delete_permanently")); m_buttonOK->SetLabel(replaceCpy(_("&Delete"), L"&", L"")); } m_staticTextHeader->SetLabel(header); m_staticTextHeader->Wrap(fastFromDIP(460)); //needs to be reapplied after SetLabel() - m_textCtrlFileList->ChangeValue(delInfo.first); + m_textCtrlFileList->ChangeValue(itemList); /* There is a nasty bug on wxGTK under Ubuntu: If a multi-line wxTextCtrl contains so many lines that scrollbars are shown, it re-enables all windows that are supposed to be disabled during the current modal loop! @@ -1619,12 +1618,12 @@ public: void notifyNewFile (const Zstring& filePath) { filePath_ = filePath; } void notifyProgress(int64_t delta) { bytesCurrent_ += delta; } - void requestUiRefresh() //throw CancelPressed + void requestUiUpdate() //throw CancelPressed { if (cancelled_) throw CancelPressed(); - if (updateUiIsAllowed()) + if (uiUpdateDue()) { updateGui(); //wxTheApp->Yield(); @@ -1690,7 +1689,7 @@ DownloadProgressWindow::~DownloadProgressWindow() { pimpl_->Destroy(); } void DownloadProgressWindow::notifyNewFile(const Zstring& filePath) { pimpl_->notifyNewFile(filePath); } void DownloadProgressWindow::notifyProgress(int64_t delta) { pimpl_->notifyProgress(delta); } -void DownloadProgressWindow::requestUiRefresh() { pimpl_->requestUiRefresh(); } //throw CancelPressed +void DownloadProgressWindow::requestUiUpdate() { pimpl_->requestUiUpdate(); } //throw CancelPressed //######################################################################################## diff --git a/FreeFileSync/Source/ui/small_dlgs.h b/FreeFileSync/Source/ui/small_dlgs.h index f3636a0c..a37cf51b 100644 --- a/FreeFileSync/Source/ui/small_dlgs.h +++ b/FreeFileSync/Source/ui/small_dlgs.h @@ -74,7 +74,7 @@ public: struct CancelPressed {}; void notifyNewFile(const Zstring& filePath); void notifyProgress(int64_t delta); - void requestUiRefresh(); //throw CancelPressed + void requestUiUpdate(); //throw CancelPressed private: class Impl; diff --git a/FreeFileSync/Source/ui/sorting.h b/FreeFileSync/Source/ui/sorting.h deleted file mode 100644 index 24a8b9c8..00000000 --- a/FreeFileSync/Source/ui/sorting.h +++ /dev/null @@ -1,200 +0,0 @@ -// ***************************************************************************** -// * This file is part of the FreeFileSync project. It is distributed under * -// * GNU General Public License: https://www.gnu.org/licenses/gpl-3.0 * -// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved * -// ***************************************************************************** - -#ifndef SORTING_H_82574232452345 -#define SORTING_H_82574232452345 - -#include <zen/type_traits.h> -#include "../base/file_hierarchy.h" - - -namespace fff -{ -namespace -{ -struct CompileTimeReminder : public FSObjectVisitor -{ - void visit(const FilePair& file ) override {} - void visit(const SymlinkPair& symlink) override {} - void visit(const FolderPair& folder ) override {} -} checkDymanicCasts; //just a compile-time reminder to manually check dynamic casts in this file if ever needed -} - - -inline -bool isDirectoryPair(const FileSystemObject& fsObj) -{ - return dynamic_cast<const FolderPair*>(&fsObj) != nullptr; -} - - -template <bool ascending, SelectedSide side> inline -bool lessShortFileName(const FileSystemObject& a, const FileSystemObject& b) -{ - //sort order: first files/symlinks, then directories then empty rows - - //empty rows always last - if (a.isEmpty<side>()) - return false; - else if (b.isEmpty<side>()) - return true; - - //directories after files/symlinks: - if (isDirectoryPair(a)) - { - if (!isDirectoryPair(b)) - return false; - } - else if (isDirectoryPair(b)) - return true; - - //sort directories and files/symlinks by short name - return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())(a.getItemName<side>(), b.getItemName<side>()); -} - - -template <bool ascending, SelectedSide side> inline -bool lessFullPath(const FileSystemObject& a, const FileSystemObject& b) -{ - //empty rows always last - if (a.isEmpty<side>()) - return false; - else if (b.isEmpty<side>()) - return true; - - return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())( - zen::utfTo<Zstring>(AFS::getDisplayPath(a.getAbstractPath<side>())), - zen::utfTo<Zstring>(AFS::getDisplayPath(b.getAbstractPath<side>()))); -} - - -template <bool ascending> inline //side currently unused! -bool lessRelativeFolder(const FileSystemObject& a, const FileSystemObject& b) -{ - const bool isDirectoryA = isDirectoryPair(a); - const Zstring& relFolderA = isDirectoryA ? - a.getRelativePathAny() : - a.parent().getRelativePathAny(); - - const bool isDirectoryB = isDirectoryPair(b); - const Zstring& relFolderB = isDirectoryB ? - b.getRelativePathAny() : - b.parent().getRelativePathAny(); - - //compare relative names without filepaths first - const int rv = compareNatural(relFolderA, relFolderB); - if (rv != 0) - return zen::makeSortDirection(std::less<int>(), std::bool_constant<ascending>())(rv, 0); - - //make directories always appear before contained files - if (isDirectoryB) - return false; - else if (isDirectoryA) - return true; - - return zen::makeSortDirection(LessNaturalSort(), std::bool_constant<ascending>())(a.getItemNameAny(), b.getItemNameAny()); -} - - -template <bool ascending, SelectedSide side> inline -bool lessFilesize(const FileSystemObject& a, const FileSystemObject& b) -{ - //empty rows always last - if (a.isEmpty<side>()) - return false; - else if (b.isEmpty<side>()) - return true; - - //directories second last - if (isDirectoryPair(a)) - return false; - else if (isDirectoryPair(b)) - return true; - - const FilePair* fileA = dynamic_cast<const FilePair*>(&a); - const FilePair* fileB = dynamic_cast<const FilePair*>(&b); - - //then symlinks - if (!fileA) - return false; - else if (!fileB) - return true; - - //return list beginning with largest files first - return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(fileA->getFileSize<side>(), fileB->getFileSize<side>()); -} - - -template <bool ascending, SelectedSide side> inline -bool lessFiletime(const FileSystemObject& a, const FileSystemObject& b) -{ - if (a.isEmpty<side>()) - return false; //empty rows always last - else if (b.isEmpty<side>()) - return true; //empty rows always last - - const FilePair* fileA = dynamic_cast<const FilePair*>(&a); - const FilePair* fileB = dynamic_cast<const FilePair*>(&b); - - const SymlinkPair* symlinkA = dynamic_cast<const SymlinkPair*>(&a); - const SymlinkPair* symlinkB = dynamic_cast<const SymlinkPair*>(&b); - - if (!fileA && !symlinkA) - return false; //directories last - else if (!fileB && !symlinkB) - return true; //directories last - - const int64_t dateA = fileA ? fileA->getLastWriteTime<side>() : symlinkA->getLastWriteTime<side>(); - const int64_t dateB = fileB ? fileB->getLastWriteTime<side>() : symlinkB->getLastWriteTime<side>(); - - //return list beginning with newest files first - return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(dateA, dateB); -} - - -template <bool ascending, SelectedSide side> inline -bool lessExtension(const FileSystemObject& a, const FileSystemObject& b) -{ - if (a.isEmpty<side>()) - return false; //empty rows always last - else if (b.isEmpty<side>()) - return true; //empty rows always last - - if (dynamic_cast<const FolderPair*>(&a)) - return false; //directories last - else if (dynamic_cast<const FolderPair*>(&b)) - return true; //directories last - - auto getExtension = [](const FileSystemObject& fsObj) - { - return afterLast(fsObj.getItemName<side>(), Zstr('.'), zen::IF_MISSING_RETURN_NONE); - }; - - return zen::makeSortDirection(LessNaturalSort() /*even on Linux*/, std::bool_constant<ascending>())(getExtension(a), getExtension(b)); -} - - -template <bool ascending> inline -bool lessCmpResult(const FileSystemObject& a, const FileSystemObject& b) -{ - //presort result: equal shall appear at end of list - if (a.getCategory() == FILE_EQUAL) - return false; - if (b.getCategory() == FILE_EQUAL) - return true; - - return zen::makeSortDirection(std::less<CompareFileResult>(), std::bool_constant<ascending>())(a.getCategory(), b.getCategory()); -} - - -template <bool ascending> inline -bool lessSyncDirection(const FileSystemObject& a, const FileSystemObject& b) -{ - return zen::makeSortDirection(std::less<>(), std::bool_constant<ascending>())(a.getSyncOperation(), b.getSyncOperation()); -} -} - -#endif //SORTING_H_82574232452345 diff --git a/FreeFileSync/Source/ui/sync_cfg.cpp b/FreeFileSync/Source/ui/sync_cfg.cpp index 1530cfbd..1711f382 100644 --- a/FreeFileSync/Source/ui/sync_cfg.cpp +++ b/FreeFileSync/Source/ui/sync_cfg.cpp @@ -75,9 +75,9 @@ private: void OnToggleIgnoreErrors (wxCommandEvent& event) override { updateMiscGui(); } void OnToggleAutoRetry (wxCommandEvent& event) override { updateMiscGui(); } - void OnCompByTimeSize (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::TIME_SIZE; updateCompGui(); updateSyncGui(); } // - void OnCompByContent (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::CONTENT; updateCompGui(); updateSyncGui(); } //affects sync settings, too! - void OnCompBySize (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::SIZE; updateCompGui(); updateSyncGui(); } // + void OnCompByTimeSize (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::timeSize; updateCompGui(); updateSyncGui(); } // + void OnCompByContent (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::content; updateCompGui(); updateSyncGui(); } //affects sync settings, too! + void OnCompBySize (wxCommandEvent& event) override { localCmpVar_ = CompareVariant::size; updateCompGui(); updateSyncGui(); } // void OnCompByTimeSizeDouble (wxMouseEvent& event) override; void OnCompBySizeDouble (wxMouseEvent& event) override; void OnCompByContentDouble (wxMouseEvent& event) override; @@ -88,7 +88,7 @@ private: void updateCompGui(); - CompareVariant localCmpVar_ = CompareVariant::TIME_SIZE; + CompareVariant localCmpVar_ = CompareVariant::timeSize; std::set<AfsDevice> devicesForEdit_; //helper data for deviceParallelOps std::map<AfsDevice, size_t> deviceParallelOps_; // @@ -132,9 +132,9 @@ private: void OnDifferent (wxCommandEvent& event) override; void OnConflict (wxCommandEvent& event) override; - void OnDeletionPermanent (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::PERMANENT; updateSyncGui(); } - void OnDeletionRecycler (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::RECYCLER; updateSyncGui(); } - void OnDeletionVersioning (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::VERSIONING; updateSyncGui(); } + void OnDeletionPermanent (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::permanent; updateSyncGui(); } + void OnDeletionRecycler (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::recycler; updateSyncGui(); } + void OnDeletionVersioning (wxCommandEvent& event) override { handleDeletion_ = DeletionPolicy::versioning; updateSyncGui(); } void OnHelpDetectMovedFiles(wxHyperlinkEvent& event) override { displayHelpEntry(L"synchronization-settings", this); } void OnHelpVersioning (wxHyperlinkEvent& event) override { displayHelpEntry(L"versioning", this); } @@ -146,7 +146,7 @@ private: //parameters with ownership NOT within GUI controls! DirectionConfig directionCfg_; - DeletionPolicy handleDeletion_ = DeletionPolicy::RECYCLER; //use Recycler, delete permanently or move to user-defined location + DeletionPolicy handleDeletion_ = DeletionPolicy::recycler; //use Recycler, delete permanently or move to user-defined location const std::function<size_t(const Zstring& folderPathPhrase)> getDeviceParallelOps_; const std::function<void (const Zstring& folderPathPhrase, size_t parallelOps)> setDeviceParallelOps_; @@ -193,11 +193,11 @@ std::wstring getCompVariantDescription(CompareVariant var) { switch (var) { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: return _("Identify equal files by comparing modification time and size."); - case CompareVariant::CONTENT: + case CompareVariant::content: return _("Identify equal files by comparing the file content."); - case CompareVariant::SIZE: + case CompareVariant::size: return _("Identify equal files by comparing their file size."); } assert(false); @@ -300,9 +300,9 @@ commandHistItemsMax_(commandHistItemsMax) setRelativeFontSize(*m_toggleBtnBySize, 1.25); setRelativeFontSize(*m_toggleBtnByContent, 1.25); - m_toggleBtnByTimeSize->SetToolTip(getCompVariantDescription(CompareVariant::TIME_SIZE)); - m_toggleBtnByContent ->SetToolTip(getCompVariantDescription(CompareVariant::CONTENT)); - m_toggleBtnBySize ->SetToolTip(getCompVariantDescription(CompareVariant::SIZE)); + m_toggleBtnByTimeSize->SetToolTip(getCompVariantDescription(CompareVariant::timeSize)); + m_toggleBtnByContent ->SetToolTip(getCompVariantDescription(CompareVariant::content)); + m_toggleBtnBySize ->SetToolTip(getCompVariantDescription(CompareVariant::size)); m_staticTextCompVarDescription->SetMinSize(wxSize(fastFromDIP(CFG_DESCRIPTION_WIDTH_DIP), -1)); @@ -372,9 +372,9 @@ commandHistItemsMax_(commandHistItemsMax) m_toggleBtnVersioning->SetToolTip(_("Move files to a user-defined folder")); enumVersioningStyle_. - add(VersioningStyle::REPLACE, _("Replace"), _("Move files and replace if existing")). - add(VersioningStyle::TIMESTAMP_FOLDER, _("Time stamp") + L" [" + _("Folder") + L"]", _("Move files into a time-stamped subfolder")). - add(VersioningStyle::TIMESTAMP_FILE, _("Time stamp") + L" [" + _("File") + L"]", _("Append a time stamp to each file name")); + add(VersioningStyle::replace, _("Replace"), _("Move files and replace if existing")). + add(VersioningStyle::timestampFolder, _("Time stamp") + L" [" + _("Folder") + L"]", _("Move files into a time-stamped subfolder")). + add(VersioningStyle::timestampFile, _("Time stamp") + L" [" + _("File") + L"]", _("Append a time stamp to each file name")); m_spinCtrlVersionMaxDays ->SetMinSize(wxSize(fastFromDIP(60), -1)); // m_spinCtrlVersionCountMin->SetMinSize(wxSize(fastFromDIP(60), -1)); //Hack: set size (why does wxWindow::Size() not work?) @@ -417,9 +417,9 @@ commandHistItemsMax_(commandHistItemsMax) //temporarily set main config as reference for window height calculations: globalPairCfg_ = GlobalPairConfig(); globalPairCfg_.syncCfg.directionCfg.var = DirectionConfig::MIRROR; // - globalPairCfg_.syncCfg.handleDeletion = DeletionPolicy::VERSIONING; // + globalPairCfg_.syncCfg.handleDeletion = DeletionPolicy::versioning; // globalPairCfg_.syncCfg.versioningFolderPhrase = Zstr("dummy"); //set tentatively for sync dir height calculation below - globalPairCfg_.syncCfg.versioningStyle = VersioningStyle::TIMESTAMP_FILE; // + globalPairCfg_.syncCfg.versioningStyle = VersioningStyle::timestampFile; // globalPairCfg_.syncCfg.versionMaxAgeDays = 30; // globalPairCfg_.miscCfg.altLogFolderPathPhrase = Zstr("dummy"); // @@ -631,26 +631,26 @@ void ConfigDialog::updateCompGui() if (compOptionsEnabled) //help wxWidgets a little to render inactive config state (needed on Windows, NOT on Linux!) switch (localCmpVar_) { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: m_toggleBtnByTimeSize->SetValue(true); break; - case CompareVariant::CONTENT: + case CompareVariant::content: m_toggleBtnByContent->SetValue(true); break; - case CompareVariant::SIZE: + case CompareVariant::size: m_toggleBtnBySize->SetValue(true); break; } switch (localCmpVar_) //unconditionally update image, including "local options off" { - case CompareVariant::TIME_SIZE: + case CompareVariant::timeSize: setBitmap(*m_bitmapCompVariant, getResourceImage(L"cmp_file_time")); break; - case CompareVariant::CONTENT: + case CompareVariant::content: setBitmap(*m_bitmapCompVariant, getResourceImage(L"cmp_file_content")); break; - case CompareVariant::SIZE: + case CompareVariant::size: setBitmap(*m_bitmapCompVariant, getResourceImage(L"cmp_file_size")); break; } @@ -949,7 +949,7 @@ std::optional<SyncConfig> ConfigDialog::getSyncConfig() const syncCfg.handleDeletion = handleDeletion_; syncCfg.versioningFolderPhrase = versioningFolder_.getPath(); syncCfg.versioningStyle = getEnumVal(enumVersioningStyle_, *m_choiceVersioningStyle); - if (syncCfg.versioningStyle != VersioningStyle::REPLACE) + if (syncCfg.versioningStyle != VersioningStyle::replace) { syncCfg.versionMaxAgeDays = m_checkBoxVersionMaxDays ->GetValue() ? m_spinCtrlVersionMaxDays->GetValue() : 0; syncCfg.versionCountMin = m_checkBoxVersionCountMin->GetValue() && m_checkBoxVersionMaxDays->GetValue() ? m_spinCtrlVersionCountMin->GetValue() : 0; @@ -971,7 +971,7 @@ void ConfigDialog::setSyncConfig(const SyncConfig* syncCfg) versioningFolder_.setPath(tmpCfg.versioningFolderPhrase); setEnumVal(enumVersioningStyle_, *m_choiceVersioningStyle, tmpCfg.versioningStyle); - const bool useVersionLimits = tmpCfg.versioningStyle != VersioningStyle::REPLACE; + const bool useVersionLimits = tmpCfg.versioningStyle != VersioningStyle::replace; m_checkBoxVersionMaxDays ->SetValue(useVersionLimits && tmpCfg.versionMaxAgeDays > 0); m_checkBoxVersionCountMin->SetValue(useVersionLimits && tmpCfg.versionCountMin > 0 && tmpCfg.versionMaxAgeDays > 0); @@ -1025,13 +1025,13 @@ void ConfigDialog::updateSyncGui() { const CompareVariant activeCmpVar = m_checkBoxUseLocalCmpOptions->GetValue() ? localCmpVar_ : globalPairCfg_.cmpCfg.compareVar; - m_bitmapLeftNewer ->Show(activeCmpVar == CompareVariant::TIME_SIZE); - m_bpButtonLeftNewer ->Show(activeCmpVar == CompareVariant::TIME_SIZE); - m_bitmapRightNewer ->Show(activeCmpVar == CompareVariant::TIME_SIZE); - m_bpButtonRightNewer->Show(activeCmpVar == CompareVariant::TIME_SIZE); + m_bitmapLeftNewer ->Show(activeCmpVar == CompareVariant::timeSize); + m_bpButtonLeftNewer ->Show(activeCmpVar == CompareVariant::timeSize); + m_bitmapRightNewer ->Show(activeCmpVar == CompareVariant::timeSize); + m_bpButtonRightNewer->Show(activeCmpVar == CompareVariant::timeSize); - m_bitmapDifferent ->Show(activeCmpVar == CompareVariant::CONTENT || activeCmpVar == CompareVariant::SIZE); - m_bpButtonDifferent->Show(activeCmpVar == CompareVariant::CONTENT || activeCmpVar == CompareVariant::SIZE); + m_bitmapDifferent ->Show(activeCmpVar == CompareVariant::content || activeCmpVar == CompareVariant::size); + m_bpButtonDifferent->Show(activeCmpVar == CompareVariant::content || activeCmpVar == CompareVariant::size); } //active variant description: @@ -1068,34 +1068,34 @@ void ConfigDialog::updateSyncGui() if (syncOptionsEnabled) //help wxWidgets a little to render inactive config state (needed on Windows, NOT on Linux!) switch (handleDeletion_) //unconditionally update image, including "local options off" { - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: m_toggleBtnRecycler->SetValue(true); break; - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: m_toggleBtnPermanent->SetValue(true); break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: m_toggleBtnVersioning->SetValue(true); break; } switch (handleDeletion_) //unconditionally update image, including "local options off" { - case DeletionPolicy::RECYCLER: + case DeletionPolicy::recycler: setBitmap(*m_bitmapDeletionType, getResourceImage(L"delete_recycler")); setText(*m_staticTextDeletionTypeDescription, _("Retain deleted and overwritten files in the recycle bin")); break; - case DeletionPolicy::PERMANENT: + case DeletionPolicy::permanent: setBitmap(*m_bitmapDeletionType, getResourceImage(L"delete_permanently")); setText(*m_staticTextDeletionTypeDescription, _("Delete and overwrite files permanently")); break; - case DeletionPolicy::VERSIONING: + case DeletionPolicy::versioning: setBitmap(*m_bitmapVersioning, getResourceImage(L"delete_versioning")); break; } //m_staticTextDeletionTypeDescription->Wrap(fastFromDIP(200)); //needs to be reapplied after SetLabel() - const bool versioningSelected = handleDeletion_ == DeletionPolicy::VERSIONING; + const bool versioningSelected = handleDeletion_ == DeletionPolicy::versioning; m_bitmapDeletionType ->Show(!versioningSelected); m_staticTextDeletionTypeDescription->Show(!versioningSelected); @@ -1110,26 +1110,26 @@ void ConfigDialog::updateSyncGui() switch (versioningStyle) { - case VersioningStyle::REPLACE: + case VersioningStyle::replace: setText(*m_staticTextNamingCvtPart1, pathSep + _("Folder") + pathSep + _("File") + L".doc"); setText(*m_staticTextNamingCvtPart2Bold, L""); setText(*m_staticTextNamingCvtPart3, L""); break; - case VersioningStyle::TIMESTAMP_FOLDER: + case VersioningStyle::timestampFolder: setText(*m_staticTextNamingCvtPart1, pathSep); setText(*m_staticTextNamingCvtPart2Bold, _("YYYY-MM-DD hhmmss")); setText(*m_staticTextNamingCvtPart3, pathSep + _("Folder") + pathSep + _("File") + L".doc "); break; - case VersioningStyle::TIMESTAMP_FILE: + case VersioningStyle::timestampFile: setText(*m_staticTextNamingCvtPart1, pathSep + _("Folder") + pathSep + _("File") + L".doc "); setText(*m_staticTextNamingCvtPart2Bold, _("YYYY-MM-DD hhmmss")); setText(*m_staticTextNamingCvtPart3, L".doc"); break; } - const bool enableLimitCtrls = syncOptionsEnabled && versioningStyle != VersioningStyle::REPLACE; + const bool enableLimitCtrls = syncOptionsEnabled && versioningStyle != VersioningStyle::replace; const bool showLimitCtrls = m_checkBoxVersionMaxDays->GetValue() || m_checkBoxVersionCountMax->GetValue(); //m_checkBoxVersionCountMin->GetValue() => irrelevant if !m_checkBoxVersionMaxDays->GetValue()! @@ -1324,10 +1324,10 @@ void ConfigDialog::selectFolderPairConfig(int newPairIndexToShow) addDevicePath(fpCfg.folderPathPhraseLeft); addDevicePath(fpCfg.folderPathPhraseRight); - if (fpCfg.localSyncCfg && fpCfg.localSyncCfg->handleDeletion == DeletionPolicy::VERSIONING) + if (fpCfg.localSyncCfg && fpCfg.localSyncCfg->handleDeletion == DeletionPolicy::versioning) addDevicePath(fpCfg.localSyncCfg->versioningFolderPhrase); } - if (globalPairCfg_.syncCfg.handleDeletion == DeletionPolicy::VERSIONING) //let's always add, even if *all* folder pairs use a local sync config (=> strange!) + if (globalPairCfg_.syncCfg.handleDeletion == DeletionPolicy::versioning) //let's always add, even if *all* folder pairs use a local sync config (=> strange!) addDevicePath(globalPairCfg_.syncCfg.versioningFolderPhrase); //--------------------------------------------------------------------------------------------------------------- @@ -1359,7 +1359,7 @@ bool ConfigDialog::unselectFolderPairConfig() if (trimCpy(filterCfg.includeFilter).empty()) filterCfg.includeFilter = FilterConfig().includeFilter; //no need to show error message, just correct user input - if (syncCfg && syncCfg->handleDeletion == DeletionPolicy::VERSIONING) + if (syncCfg && syncCfg->handleDeletion == DeletionPolicy::versioning) { if (AFS::isNullPath(createAbstractPath(syncCfg->versioningFolderPhrase))) { @@ -1370,7 +1370,7 @@ bool ConfigDialog::unselectFolderPairConfig() return false; } - if (syncCfg->versioningStyle != VersioningStyle::REPLACE && + if (syncCfg->versioningStyle != VersioningStyle::replace && syncCfg->versionMaxAgeDays > 0 && syncCfg->versionCountMin > 0 && syncCfg->versionCountMax > 0 && diff --git a/FreeFileSync/Source/ui/tree_grid.cpp b/FreeFileSync/Source/ui/tree_grid.cpp index d62e0a48..f6ebc8f5 100644 --- a/FreeFileSync/Source/ui/tree_grid.cpp +++ b/FreeFileSync/Source/ui/tree_grid.cpp @@ -352,7 +352,7 @@ void TreeView::applySubView(std::vector<RootNodeImpl>&& newView) const TreeLine& line = flatTree_[row]; if (auto hierObj = getHierAlias(line)) - if (expandedNodes.find(hierObj) != expandedNodes.end()) + if (contains(expandedNodes, hierObj)) { std::vector<TreeLine> newLines; getChildren(*line.node, line.level + 1, newLines); @@ -491,14 +491,14 @@ ptrdiff_t TreeView::getParent(size_t row) const } -void TreeView::updateCmpResult(bool showExcluded, - bool leftOnlyFilesActive, - bool rightOnlyFilesActive, - bool leftNewerFilesActive, - bool rightNewerFilesActive, - bool differentFilesActive, - bool equalFilesActive, - bool conflictFilesActive) +void TreeView::applyFilterByCategory(bool showExcluded, + bool leftOnlyFilesActive, + bool rightOnlyFilesActive, + bool leftNewerFilesActive, + bool rightNewerFilesActive, + bool differentFilesActive, + bool equalFilesActive, + bool conflictFilesActive) { updateView([showExcluded, //make sure the predicate can be stored safely! leftOnlyFilesActive, @@ -536,16 +536,16 @@ void TreeView::updateCmpResult(bool showExcluded, } -void TreeView::updateSyncPreview(bool showExcluded, - bool syncCreateLeftActive, - bool syncCreateRightActive, - bool syncDeleteLeftActive, - bool syncDeleteRightActive, - bool syncDirOverwLeftActive, - bool syncDirOverwRightActive, - bool syncDirNoneActive, - bool syncEqualActive, - bool conflictFilesActive) +void TreeView::applyFilterByAction(bool showExcluded, + bool syncCreateLeftActive, + bool syncCreateRightActive, + bool syncDeleteLeftActive, + bool syncDeleteRightActive, + bool syncDirOverwLeftActive, + bool syncDirOverwRightActive, + bool syncDirNoneActive, + bool syncEqualActive, + bool conflictFilesActive) { updateView([showExcluded, //make sure the predicate can be stored safely! syncCreateLeftActive, @@ -601,7 +601,7 @@ void TreeView::setData(FolderComparison& newData) folderCmp_ = newData; //remove truly empty folder pairs as early as this: we want to distinguish single/multiple folder pair cases by looking at "folderCmp" - eraseIf(folderCmp_, [](const std::shared_ptr<BaseFolderPair>& baseObj) + std::erase_if(folderCmp_, [](const std::shared_ptr<BaseFolderPair>& baseObj) { return AFS::isNullPath(baseObj->getAbstractPath< LEFT_SIDE>()) && AFS::isNullPath(baseObj->getAbstractPath<RIGHT_SIDE>()); @@ -674,7 +674,7 @@ wxColor getColorForLevel(size_t level) case 2: return { 0xff, 0xff, 0x99 }; case 3: - return { 0xcc, 0xcc, 0xcc }; + return { 0xdd, 0xdd, 0xdd }; case 4: return { 0xff, 0xcc, 0xff }; case 5: @@ -773,6 +773,8 @@ private: void renderColumnLabel(Grid& tree, wxDC& dc, const wxRect& rect, ColumnType colType, bool highlighted) override { + const auto colTypeTree = static_cast<ColumnTypeTree>(colType); + const wxRect rectInner = drawColumnLabelBackground(dc, rect, highlighted); wxRect rectRemain = rectInner; @@ -780,10 +782,10 @@ private: rectRemain.width -= getColumnGapLeft(); drawColumnLabelText(dc, rectRemain, getColumnLabel(colType)); - auto sortInfo = treeDataView_.getSortDirection(); - if (colType == static_cast<ColumnType>(sortInfo.first)) + const auto [sortCol, ascending] = treeDataView_.getSortDirection(); + if (colTypeTree == sortCol) { - const wxBitmap& marker = getResourceImage(sortInfo.second ? L"sort_ascending" : L"sort_descending"); + const wxBitmap& marker = getResourceImage(ascending ? L"sort_ascending" : L"sort_descending"); drawBitmapRtlNoMirror(dc, marker, rectInner, wxALIGN_CENTER_HORIZONTAL); } } @@ -859,7 +861,7 @@ private: dc.DrawRectangle(areaPercTmp); } - wxDCTextColourChanger dummy3(dc, *wxBLACK); //accessibility: always set both foreground AND background colors! + wxDCTextColourChanger textColor(dc, *wxBLACK); //accessibility: always set both foreground AND background colors! drawCellText(dc, areaPerc, numberTo<std::wstring>(node->percent_) + L"%", wxALIGN_CENTER); rectTmp.x += percentageBarWidth_ + 2 * gridGap_; @@ -920,9 +922,9 @@ private: if (rectTmp.width > 0) { - wxDCTextColourChanger dummy(dc); + wxDCTextColourChanger textColor(dc); if (!isActive) - dummy.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); + textColor.Set(wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); drawCellText(dc, rectTmp, getValue(row, colType), wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL); } @@ -1155,11 +1157,11 @@ private: void onGridLabelLeftClick(GridLabelClickEvent& event) { const auto colTypeTree = static_cast<ColumnTypeTree>(event.colType_); - bool sortAscending = getDefaultSortDirection(colTypeTree); - const auto sortInfo = treeDataView_.getSortDirection(); - if (sortInfo.first == colTypeTree) - sortAscending = !sortInfo.second; + bool sortAscending = getDefaultSortDirection(colTypeTree); + const auto [sortCol, ascending] = treeDataView_.getSortDirection(); + if (sortCol == colTypeTree) + sortAscending = !ascending; treeDataView_.setSortDirection(colTypeTree, sortAscending); grid_.clearSelection(GridEventPolicy::ALLOW); diff --git a/FreeFileSync/Source/ui/tree_grid.h b/FreeFileSync/Source/ui/tree_grid.h index 027271af..1291cec0 100644 --- a/FreeFileSync/Source/ui/tree_grid.h +++ b/FreeFileSync/Source/ui/tree_grid.h @@ -24,26 +24,26 @@ public: void setData(FolderComparison& newData); //set data, taking (partial) ownership //apply view filter: comparison results - void updateCmpResult(bool showExcluded, - bool leftOnlyFilesActive, - bool rightOnlyFilesActive, - bool leftNewerFilesActive, - bool rightNewerFilesActive, - bool differentFilesActive, - bool equalFilesActive, - bool conflictFilesActive); + void applyFilterByCategory(bool showExcluded, + bool leftOnlyFilesActive, + bool rightOnlyFilesActive, + bool leftNewerFilesActive, + bool rightNewerFilesActive, + bool differentFilesActive, + bool equalFilesActive, + bool conflictFilesActive); //apply view filter: synchronization preview - void updateSyncPreview(bool showExcluded, - bool syncCreateLeftActive, - bool syncCreateRightActive, - bool syncDeleteLeftActive, - bool syncDeleteRightActive, - bool syncDirOverwLeftActive, - bool syncDirOverwRightActive, - bool syncDirNoneActive, - bool syncEqualActive, - bool conflictFilesActive); + void applyFilterByAction(bool showExcluded, + bool syncCreateLeftActive, + bool syncCreateRightActive, + bool syncDeleteLeftActive, + bool syncDeleteRightActive, + bool syncDirOverwLeftActive, + bool syncDirOverwRightActive, + bool syncDirNoneActive, + bool syncEqualActive, + bool conflictFilesActive); enum NodeStatus { diff --git a/FreeFileSync/Source/ui/version_check.cpp b/FreeFileSync/Source/ui/version_check.cpp index fffe1dc0..8728c136 100644 --- a/FreeFileSync/Source/ui/version_check.cpp +++ b/FreeFileSync/Source/ui/version_check.cpp @@ -180,7 +180,6 @@ void showUpdateAvailableDialog(wxWindow* parent, const std::string& onlineVersio } -//access is thread-safe on Windows (WinInet), but not on Linux/OS X (wxWidgets) std::string getOnlineVersion(const std::vector<std::pair<std::string, std::string>>& postParams) //throw SysError { const std::string buffer = sendHttpPost(Zstr("https://api.freefilesync.org/latest_version"), postParams, diff --git a/FreeFileSync/Source/version/version.h b/FreeFileSync/Source/version/version.h index 662c0ea3..a13ee197 100644 --- a/FreeFileSync/Source/version/version.h +++ b/FreeFileSync/Source/version/version.h @@ -3,7 +3,7 @@ namespace fff { -const char ffsVersion[] = "10.17"; //internal linkage! +const char ffsVersion[] = "10.18"; //internal linkage! const char FFS_VERSION_SEPARATOR = '.'; } diff --git a/wx+/async_task.h b/wx+/async_task.h index 04eac61c..1599c4d7 100644 --- a/wx+/async_task.h +++ b/wx+/async_task.h @@ -85,7 +85,7 @@ public: std::vector<std::unique_ptr<Task>> readyTasks; //Reentrancy; access to AsyncTasks::add is not protected! => evaluate outside eraseIf - eraseIf(tasks_, [&](std::unique_ptr<Task>& task) + std::erase_if(tasks_, [&](std::unique_ptr<Task>& task) { if (task->resultReady()) { diff --git a/wx+/context_menu.h b/wx+/context_menu.h index d856db03..08a313bf 100644 --- a/wx+/context_menu.h +++ b/wx+/context_menu.h @@ -14,7 +14,7 @@ #include <wx/app.h> /* -A context menu supporting C++11 lambda callbacks! +A context menu supporting lambda callbacks! Usage: ContextMenu menu; @@ -56,7 +56,7 @@ public: void addSeparator() { menu_->AppendSeparator(); } - void addSubmenu(const wxString& label, ContextMenu& submenu, const wxBitmap* bmp = nullptr) //invalidates submenu! + void addSubmenu(const wxString& label, ContextMenu& submenu, const wxBitmap* bmp = nullptr, bool enabled = true) //invalidates submenu! { //transfer submenu commands: commandList_.insert(submenu.commandList_.begin(), submenu.commandList_.end()); @@ -67,6 +67,7 @@ public: wxMenuItem* newItem = new wxMenuItem(menu_.get(), wxID_ANY, label, L"", wxITEM_NORMAL, submenu.menu_.release()); //menu owns item, item owns submenu! if (bmp) newItem->SetBitmap(*bmp); //do not set AFTER appending item! wxWidgets screws up for yet another crappy reason menu_->Append(newItem); + if (!enabled) newItem->Enable(false); } void popup(wxWindow& wnd, const wxPoint& pos = wxDefaultPosition) //show popup menu + process lambdas @@ -56,7 +56,7 @@ int fastFromDIP(int d) //like wxWindow::FromDIP (but tied to primary monitor and #else //https://github.com/wxWidgets/wxWidgets/blob/master/src/common/wincmn.cpp#L2865 static_assert(GTK_MAJOR_VERSION == 2); //GTK2 doesn't properly support high DPI: https://freefilesync.org/forum/viewtopic.php?t=6114 - //=> requires general fix at wxWidgets-level + //=> requires general fix at wxWidgets-level assert(wxTheApp); //only call after wxWidgets was initalized! static const int dpiY = wxScreenDC().GetPPI().y; //perf: buffering for calls to ::GetDeviceCaps() needed!? const int defaultDpi = 96; diff --git a/wx+/font_size.h b/wx+/font_size.h index 2f2d377c..d25dfede 100644 --- a/wx+/font_size.h +++ b/wx+/font_size.h @@ -35,7 +35,7 @@ void setRelativeFontSize(wxWindow& control, double factor) wxFont font = control.GetFont(); font.SetPointSize(numeric::round(wxNORMAL_FONT->GetPointSize() * factor)); control.SetFont(font); -}; +} inline @@ -46,7 +46,7 @@ void setMainInstructionFont(wxWindow& control) font.SetWeight(wxFONTWEIGHT_BOLD); control.SetFont(font); -}; +} } #endif //FONT_SIZE_H_23849632846734343234532 diff --git a/wx+/graph.cpp b/wx+/graph.cpp index aac2cc10..a6d0f19d 100644 --- a/wx+/graph.cpp +++ b/wx+/graph.cpp @@ -151,7 +151,7 @@ void drawXLabel(wxDC& dc, double xMin, double xMax, int blockCount, const Conver return; wxDCPenChanger dummy(dc, wxColor(192, 192, 192)); //light grey => not accessible! but no big deal... - wxDCTextColourChanger dummy2(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); + wxDCTextColourChanger textColor(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); const double valRangePerBlock = (xMax - xMin) / blockCount; @@ -179,7 +179,7 @@ void drawYLabel(wxDC& dc, double yMin, double yMax, int blockCount, const Conver return; wxDCPenChanger dummy(dc, wxColor(192, 192, 192)); //light grey => not accessible! but no big deal... - wxDCTextColourChanger dummy2(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); + wxDCTextColourChanger textColor(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); const double valRangePerBlock = (yMax - yMin) / blockCount; @@ -225,13 +225,12 @@ void drawCornerText(wxDC& dc, const wxRect& graphArea, const wxString& txt, Grap drawPos.y += graphArea.height - boxExtent.GetHeight(); break; } - { + //add text shadow to improve readability: - wxDCTextColourChanger dummy(dc, colorBack); - dc.DrawText(txt, drawPos + border + wxSize(fastFromDIP(1), fastFromDIP(1))); - } + wxDCTextColourChanger textColor(dc, colorBack); + dc.DrawText(txt, drawPos + border + wxSize(fastFromDIP(1), fastFromDIP(1))); - wxDCTextColourChanger dummy(dc, colorText); + textColor.Set(colorText); dc.DrawText(txt, drawPos + border); } diff --git a/wx+/grid.cpp b/wx+/grid.cpp index 851146bc..0613e14f 100644 --- a/wx+/grid.cpp +++ b/wx+/grid.cpp @@ -249,7 +249,7 @@ wxRect GridData::drawColumnLabelBackground(wxDC& dc, const wxRect& rect, bool hi void GridData::drawColumnLabelText(wxDC& dc, const wxRect& rect, const std::wstring& text) { - wxDCTextColourChanger dummy(dc, getColorLabelText()); //accessibility: always set both foreground AND background colors! + wxDCTextColourChanger textColor(dc, getColorLabelText()); //accessibility: always set both foreground AND background colors! drawCellText(dc, rect, text, wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL); } @@ -452,9 +452,7 @@ public: { wxClientDC dc(this); - wxFont labelFont = GetFont(); - //labelFont.SetWeight(wxFONTWEIGHT_BOLD); - dc.SetFont(labelFont); //harmonize with RowLabelWin::render()! + dc.SetFont(GetFont()); //harmonize with RowLabelWin::render()! int bestWidth = 0; for (ptrdiff_t i = rowFrom; i <= rowTo; ++i) @@ -504,9 +502,7 @@ private: { clearArea(dc, rect, wxSystemSettings::GetColour(/*!renderAsEnabled(*this) ? wxSYS_COLOUR_BTNFACE :*/wxSYS_COLOUR_WINDOW)); - wxFont labelFont = GetFont(); - //labelFont.SetWeight(wxFONTWEIGHT_BOLD); - dc.SetFont(labelFont); //harmonize with RowLabelWin::getBestWidth()! + dc.SetFont(GetFont()); //harmonize with RowLabelWin::getBestWidth()! auto rowRange = getRowsOnClient(rect); //returns range [begin, end) for (auto row = rowRange.first; row < rowRange.second; ++row) @@ -524,7 +520,7 @@ private: { //clearArea(dc, rect, getColorRowLabel()); dc.GradientFillLinear(rect, getColorLabelGradientFrom(), getColorLabelGradientTo(), wxEAST); //clear overlapping cells - wxDCTextColourChanger dummy3(dc, getColorLabelText()); //accessibility: always set both foreground AND background colors! + wxDCTextColourChanger textColor(dc, getColorLabelText()); //accessibility: always set both foreground AND background colors! //label text wxRect textRect = rect; @@ -623,10 +619,10 @@ private: //coordinate with "colLabelHeight" in Grid constructor: wxFont labelFont = GetFont(); - labelFont.SetWeight(wxFONTWEIGHT_BOLD); + labelFont.MakeBold(); dc.SetFont(labelFont); - wxDCTextColourChanger dummy(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); //use user setting for labels + wxDCTextColourChanger textColor(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); //use user setting for labels const int colLabelHeight = refParent().colLabelHeight_; @@ -893,7 +889,7 @@ private: dc.SetFont(GetFont()); //harmonize with Grid::getBestColumnSize() - wxDCTextColourChanger dummy(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); //use user setting for labels + wxDCTextColourChanger textColor(dc, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); //use user setting for labels std::vector<ColumnWidth> absWidths = refParent().getColWidths(); //resolve stretched widths { @@ -1313,7 +1309,7 @@ Grid::Grid(wxWindow* parent, { //coordinate with ColLabelWin::render(): wxFont labelFont = colLabelWin_->GetFont(); - labelFont.SetWeight(wxFONTWEIGHT_BOLD); + labelFont.MakeBold(); return labelFont.GetPixelSize().GetHeight(); }(); @@ -1491,22 +1487,51 @@ wxSize Grid::GetSizeAvailableForScrollTarget(const wxSize& size) }(); //2. try(!) to determine scrollbar sizes: +#if GTK_MAJOR_VERSION == 2 + /* Ubuntu 19.10: "scrollbar-spacing" has a default value of 3: https://developer.gnome.org/gtk2/stable/GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbar-spacing + => the default Ubuntu theme (but also our Gtk2Styles.rc) set it to 0, but still the first call to gtk_widget_style_get() returns 3: why? + => maybe styles are applied asynchronously? GetClientSize() is affected by this, so can't use! + => always ignore spacing to get consistent scrollbar dimensions! */ + GtkScrolledWindow* scrollWin = GTK_SCROLLED_WINDOW(wxWindow::m_widget); + assert(scrollWin); + GtkWidget* rangeH = ::gtk_scrolled_window_get_hscrollbar(scrollWin); + GtkWidget* rangeV = ::gtk_scrolled_window_get_vscrollbar(scrollWin); + + GtkRequisition reqH = {}; + GtkRequisition reqV = {}; + if (rangeH) ::gtk_widget_size_request(rangeH, &reqH); + if (rangeV) ::gtk_widget_size_request(rangeV, &reqV); + assert(reqH.width > 0 && reqH.height > 0); + assert(reqV.width > 0 && reqV.height > 0); + + const wxSize scrollBarSizeTmp(reqV.width, reqH.height); + assert(scrollBarHeightH_ == 0 || scrollBarHeightH_ == scrollBarSizeTmp.y); + assert(scrollBarWidthV_ == 0 || scrollBarWidthV_ == scrollBarSizeTmp.x); + +#elif GTK_MAJOR_VERSION == 3 + //scrollbar size increases dynamically on mouse-hover! + //see "overlay scrolling": https://developer.gnome.org/gtk3/stable/GtkScrolledWindow.html#gtk-scrolled-window-set-overlay-scrolling + //luckily "scrollbar-spacing" is stable on GTK3 const wxSize scrollBarSizeTmp = GetSize() - GetClientSize(); - assert(scrollBarHeightH_ == 0 || scrollBarSizeTmp.y == 0 || scrollBarHeightH_ == scrollBarSizeTmp.y); - assert(scrollBarWidthV_ == 0 || scrollBarSizeTmp.x == 0 || scrollBarWidthV_ == scrollBarSizeTmp.x); + + assert(scrollBarSizeTmp.x == 0 || scrollBarSizeTmp.x == 6 || scrollBarSizeTmp.x == 13); //lame hard-coded numbers (from Ubuntu 19.10) + assert(scrollBarSizeTmp.y == 0 || scrollBarSizeTmp.y == 6 || scrollBarSizeTmp.y == 13); //=> but let's have a *close* eye on scrollbar fluctuation! +#else +#error unknown GTK version! +#endif scrollBarHeightH_ = std::max(scrollBarHeightH_, scrollBarSizeTmp.y); scrollBarWidthV_ = std::max(scrollBarWidthV_, scrollBarSizeTmp.x); //this function is called again by wxScrollHelper::AdjustScrollbars() if SB_SHOW_ALWAYS-scrollbars are not yet shown => scrollbar size > 0 eventually! - + //----------------------------------------------------------------------------- //harmonize with Grid::updateWindowSizes()! wxSize sizeAvail = size - wxSize(rowLabelWidth, colLabelHeight_); //EXCEPTION: space consumed by SB_SHOW_ALWAYS-scrollbars is *never* available for "scroll target"; see wxScrollHelper::AdjustScrollbars() if (showScrollbarH_ == SB_SHOW_ALWAYS) - sizeAvail.y -= scrollBarHeightH_; + sizeAvail.y -= (scrollBarHeightH_ > 0 ? scrollBarHeightH_ : /*fallback:*/ scrollBarWidthV_); if (showScrollbarV_ == SB_SHOW_ALWAYS) - sizeAvail.x -= scrollBarWidthV_; + sizeAvail.x -= (scrollBarWidthV_ > 0 ? scrollBarWidthV_ : /*fallback:*/ scrollBarHeightH_); return wxSize(std::max(0, sizeAvail.x), std::max(0, sizeAvail.y)); @@ -1879,10 +1904,10 @@ void Grid::showScrollBars(Grid::ScrollBarStatus horizontal, Grid::ScrollBarStatu assert(false); return GTK_POLICY_AUTOMATIC; }; - - GtkWidget* gridWidget = wxWindow::m_widget; - GtkScrolledWindow* scrolledWindow = GTK_SCROLLED_WINDOW(gridWidget); - ::gtk_scrolled_window_set_policy(scrolledWindow, + + GtkScrolledWindow* scrollWin = GTK_SCROLLED_WINDOW(wxWindow::m_widget); + assert(scrollWin); + ::gtk_scrolled_window_set_policy(scrollWin, mapStatus(horizontal), mapStatus(vertical)); @@ -333,15 +333,13 @@ private: ColumnType colToType(size_t col) const; //returns ColumnType::NONE on error - /* - Visual layout: - -------------------------------- - |CornerWin | ColLabelWin | - |------------------------------| - |RowLabelWin | MainWin | - | | | - -------------------------------- - */ + /* Grid window layout: + _______________________________ + | CornerWin | ColLabelWin | + |_____________|_______________| + | RowLabelWin | MainWin | + | | | + |_____________|_______________| */ CornerWin* cornerWin_; RowLabelWin* rowLabelWin_; ColLabelWin* colLabelWin_; diff --git a/wx+/image_resources.cpp b/wx+/image_resources.cpp index faabbb2a..91189ba6 100644 --- a/wx+/image_resources.cpp +++ b/wx+/image_resources.cpp @@ -11,10 +11,10 @@ #include <zen/globals.h> #include <zen/perf.h> #include <zen/thread.h> -#include <wx/wfstream.h> +#include <zen/file_io.h> #include <wx/zipstrm.h> -#include <wx/image.h> #include <wx/mstream.h> +#include <wx/image.h> #include <xBRZ/src/xbrz.h> #include <xBRZ/src/xbrz_tools.h> #include "image_tools.h" @@ -143,24 +143,6 @@ private: //hardware_concurrency() == 0 if "not computable or well defined" }; - -void loadAnimFromZip(wxZipInputStream& zipInput, wxAnimation& anim) -{ - //work around wxWidgets bug: - //construct seekable input stream (zip-input stream is not seekable) for wxAnimation::Load() - //luckily this method call is very fast: below measurement precision! - std::vector<std::byte> data; - data.reserve(10000); - - int newValue = 0; - while ((newValue = zipInput.GetC()) != wxEOF) - data.push_back(static_cast<std::byte>(newValue)); - - wxMemoryInputStream seekAbleStream(&data.front(), data.size()); //stream does not take ownership of data - - anim.Load(seekAbleStream, wxANIMATION_TYPE_GIF); -} - //================================================================================================ //================================================================================================ @@ -204,44 +186,59 @@ void GlobalBitmaps::init(const Zstring& filePath) { assert(bitmaps_.empty() && anims_.empty()); - wxFFileInputStream input(utfTo<wxString>(filePath)); - if (input.IsOk()) //if not... we don't want to react too harsh here + //wxFFileInputStream/wxZipInputStream loads in junks of 512 bytes => WTF!!! => implement sane file loading: + try { - //activate support for .png files - wxImage::AddHandler(new wxPNGHandler); //ownership passed - - wxZipInputStream streamIn(input, wxConvUTF8); - //do NOT rely on wxConvLocal! On failure shows unhelpful popup "Cannot convert from the charset 'Unknown encoding (-1)'!" - - //do we need xBRZ scaling for high quality DPI images? - const int hqScale = std::clamp<int>(std::ceil(fastFromDIP(1000) / 1000.0), 1, xbrz::SCALE_FACTOR_MAX); - //even for 125% DPI scaling, "2xBRZ + bilinear downscale" gives a better result than mere "125% bilinear upscale"! - if (hqScale > 1) - dpiScaler_ = std::make_unique<DpiParallelScaler>(hqScale); - - while (const auto& entry = std::unique_ptr<wxZipEntry>(streamIn.GetNextEntry())) //take ownership!) - { - const wxString name = entry->GetName(); - - if (endsWith(name, L".png")) - { - wxImage img(streamIn, wxBITMAP_TYPE_PNG); - - //end this alpha/no-alpha/mask/wxDC::DrawBitmap/RTL/high-contrast-scheme interoperability nightmare here and now!!!! - //=> there's only one type of wxImage: with alpha channel, no mask!!! - convertToVanillaImage(img); - - if (dpiScaler_) - dpiScaler_->add(name, img); //scale in parallel! - else - bitmaps_.emplace(name, img); - } - else if (endsWith(name, L".gif")) - loadAnimFromZip(streamIn, anims_[name]); - else - assert(false); - } + const std::string rawStream = loadBinContainer<std::string>(filePath, nullptr /*notifyUnbufferedIO*/); //throw FileError + wxMemoryInputStream memStream(rawStream.c_str(), rawStream.size()); //does not take ownership + wxZipInputStream zipStream(memStream, wxConvUTF8); + //do NOT rely on wxConvLocal! On failure shows unhelpful popup "Cannot convert from the charset 'Unknown encoding (-1)'!" + + //activate support for .png files + wxImage::AddHandler(new wxPNGHandler); //ownership passed + + //do we need xBRZ scaling for high quality DPI images? + const int hqScale = std::clamp<int>(std::ceil(fastFromDIP(1000) / 1000.0), 1, xbrz::SCALE_FACTOR_MAX); + //even for 125% DPI scaling, "2xBRZ + bilinear downscale" gives a better result than mere "125% bilinear upscale"! + if (hqScale > 1) + dpiScaler_ = std::make_unique<DpiParallelScaler>(hqScale); + + while (const auto& entry = std::unique_ptr<wxZipEntry>(zipStream.GetNextEntry())) //take ownership!) + { + const wxString name = entry->GetName(); + + if (endsWith(name, L".png")) + { + wxImage img(zipStream, wxBITMAP_TYPE_PNG); + assert(img.IsOk()); + + //end this alpha/no-alpha/mask/wxDC::DrawBitmap/RTL/high-contrast-scheme interoperability nightmare here and now!!!! + //=> there's only one type of wxImage: with alpha channel, no mask!!! + convertToVanillaImage(img); + + if (dpiScaler_) + dpiScaler_->add(name, img); //scale in parallel! + else + bitmaps_.emplace(name, img); + } + else if (endsWith(name, L".gif")) + { + //work around wxWidgets bug: wxAnimation::Load() requires seekable input stream (zip-input stream is not seekable) + std::string stream(entry->GetSize(), '\0'); + if (!stream.empty() && zipStream.ReadAll(&stream[0], stream.size())) + { + wxMemoryInputStream seekAbleStream(stream.c_str(), stream.size()); //stream does not take ownership of data + [[maybe_unused]] const bool loadSuccess = anims_[name].Load(seekAbleStream, wxANIMATION_TYPE_GIF); + assert(loadSuccess); + } + else + assert(false); + } + else + assert(false); + } } + catch (FileError&) { assert(false); } } diff --git a/wx+/image_tools.cpp b/wx+/image_tools.cpp index b314e801..0f248057 100644 --- a/wx+/image_tools.cpp +++ b/wx+/image_tools.cpp @@ -203,15 +203,15 @@ wxImage zen::createImageFromText(const wxString& text, const wxFont& font, const } -wxBitmap zen::layOver(const wxBitmap& back, const wxBitmap& front, int alignment) +wxImage zen::layOver(const wxImage& back, const wxImage& front, int alignment) { if (!front.IsOk()) return back; + assert(front.HasAlpha() && back.HasAlpha()); const int width = std::max(back.GetWidth(), front.GetWidth()); const int height = std::max(back.GetHeight(), front.GetHeight()); - assert(front.HasAlpha() == back.HasAlpha()); //we don't support mixed-mode brittleness! - const int offsetX = [&] + const int offsetX = [&] { if (alignment & wxALIGN_RIGHT) return back.GetWidth() - front.GetWidth(); @@ -239,8 +239,8 @@ wxBitmap zen::layOver(const wxBitmap& back, const wxBitmap& front, int alignmen ::memset(output.GetAlpha(), wxIMAGE_ALPHA_TRANSPARENT, width * height); const wxPoint posBack(std::max(-offsetX, 0), std::max(-offsetY, 0)); - writeToImage(output, back .ConvertToImage(), posBack); - writeToImage(output, front.ConvertToImage(), posBack + wxPoint(offsetX, offsetY)); + writeToImage(output, back , posBack); + writeToImage(output, front, posBack + wxPoint(offsetX, offsetY)); return output; } diff --git a/wx+/image_tools.h b/wx+/image_tools.h index 2a0dd0d4..d72597ef 100644 --- a/wx+/image_tools.h +++ b/wx+/image_tools.h @@ -34,7 +34,7 @@ wxImage stackImages(const wxImage& img1, const wxImage& img2, ImageStackLayout d wxImage createImageFromText(const wxString& text, const wxFont& font, const wxColor& col, ImageStackAlignment textAlign = ImageStackAlignment::LEFT); //CENTER/LEFT/RIGHT -wxBitmap layOver(const wxBitmap& back, const wxBitmap& front, int alignment = wxALIGN_CENTER); +wxImage layOver(const wxImage& back, const wxImage& front, int alignment = wxALIGN_CENTER); wxImage greyScale(const wxImage& img); //greyscale + brightness adaption wxBitmap greyScale(const wxBitmap& bmp); // @@ -213,7 +213,7 @@ wxColor gradient(const wxColor& from, const wxColor& to, double fraction) inline wxColor hsvColor(double h, double s, double v) //h within [0, 360), s, v within [0, 1] { - //https://de.wikipedia.org/wiki/HSV-Farbraum + //https://en.wikipedia.org/wiki/HSL_and_HSV //make input values fit into bounds if (h > 360) @@ -20,6 +20,7 @@ void drawBitmapRtlNoMirror(wxDC& dc, const wxBitmap& bmp, const wxRect& rect, in //wxDC::DrawIcon DOES mirror by default -> implement RTL support when needed wxBitmap mirrorIfRtl(const wxBitmap& bmp); +wxImage mirrorIfRtl(const wxImage& bmp); //manual text flow correction: https://www.w3.org/International/articles/inline-bidi-markup/ @@ -93,6 +94,15 @@ void drawBitmapRtlNoMirror(wxDC& dc, const wxBitmap& bmp, const wxRect& rect, in } +inline +wxImage mirrorIfRtl(const wxImage& bmp) +{ + if (wxTheApp->GetLayoutDirection() == wxLayout_RightToLeft) + return bmp.Mirror(); + else + return bmp;} + + inline wxBitmap mirrorIfRtl(const wxBitmap& bmp) { diff --git a/wx+/toggle_button.h b/wx+/toggle_button.h index f61c3857..98ca32b3 100644 --- a/wx+/toggle_button.h +++ b/wx+/toggle_button.h @@ -28,8 +28,8 @@ public: SetLayoutDirection(wxLayout_LeftToRight); //avoid mirroring RTL languages like Hebrew or Arabic } - void init(const wxBitmap& activeBmp, - const wxBitmap& inactiveBmp); + void init(const wxBitmap& bmpActive, + const wxBitmap& bmpInactive); void setActive(bool value); bool isActive() const { return active_; } @@ -37,8 +37,8 @@ public: private: bool active_ = false; - wxBitmap activeBmp_; - wxBitmap inactiveBmp_; + wxBitmap bmpActive_; + wxBitmap bmpInactive_; }; @@ -49,21 +49,24 @@ private: //######################## implementation ######################## inline -void ToggleButton::init(const wxBitmap& activeBmp, - const wxBitmap& inactiveBmp) +void ToggleButton::init(const wxBitmap& bmpActive, + const wxBitmap& bmpInactive) { - activeBmp_ = activeBmp; - inactiveBmp_ = inactiveBmp; + bmpActive_ = bmpActive; + bmpInactive_ = bmpInactive; - setActive(active_); + setImage(*this, active_ ? bmpActive_ : bmpInactive_); } inline void ToggleButton::setActive(bool value) { - active_ = value; - setImage(*this, active_ ? activeBmp_ : inactiveBmp_); + if (active_ != value) + { + active_ = value; + setImage(*this, active_ ? bmpActive_ : bmpInactive_); + } } } diff --git a/zen/dir_watcher.cpp b/zen/dir_watcher.cpp index f5ed0488..94632ea4 100644 --- a/zen/dir_watcher.cpp +++ b/zen/dir_watcher.cpp @@ -101,7 +101,7 @@ DirWatcher::~DirWatcher() } -std::vector<DirWatcher::Entry> DirWatcher::getChanges(const std::function<void()>& requestUiRefresh, std::chrono::milliseconds cbInterval) //throw FileError +std::vector<DirWatcher::Entry> DirWatcher::getChanges(const std::function<void()>& requestUiUpdate, std::chrono::milliseconds cbInterval) //throw FileError { std::vector<std::byte> buffer(512 * (sizeof(struct ::inotify_event) + NAME_MAX + 1)); diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h index 875a0098..4d514e89 100644 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -56,7 +56,7 @@ public: }; //extract accumulated changes since last call - std::vector<Entry> getChanges(const std::function<void()>& requestUiRefresh, std::chrono::milliseconds cbInterval); //throw FileError + std::vector<Entry> getChanges(const std::function<void()>& requestUiUpdate, std::chrono::milliseconds cbInterval); //throw FileError private: DirWatcher (const DirWatcher&) = delete; diff --git a/zen/error_log.h b/zen/error_log.h index 4a3f5f2c..5115e6ef 100644 --- a/zen/error_log.h +++ b/zen/error_log.h @@ -60,7 +60,6 @@ private: - //######################## implementation ########################## inline void ErrorLog::logMsg(const std::wstring& msg, MessageType type) diff --git a/zen/file_error.h b/zen/file_error.h index e47fb9f4..55935eba 100644 --- a/zen/file_error.h +++ b/zen/file_error.h @@ -30,9 +30,9 @@ private: #define DEFINE_NEW_FILE_ERROR(X) struct X : public zen::FileError { X(const std::wstring& msg) : FileError(msg) {} X(const std::wstring& msg, const std::wstring& descr) : FileError(msg, descr) {} }; -DEFINE_NEW_FILE_ERROR(ErrorTargetExisting); -DEFINE_NEW_FILE_ERROR(ErrorFileLocked); -DEFINE_NEW_FILE_ERROR(ErrorMoveUnsupported); +DEFINE_NEW_FILE_ERROR(ErrorTargetExisting) +DEFINE_NEW_FILE_ERROR(ErrorFileLocked) +DEFINE_NEW_FILE_ERROR(ErrorMoveUnsupported) //CAVEAT: thread-local Win32 error code is easily overwritten => evaluate *before* making any (indirect) system calls: diff --git a/zen/format_unit.cpp b/zen/format_unit.cpp index 3e75278b..f2df4153 100644 --- a/zen/format_unit.cpp +++ b/zen/format_unit.cpp @@ -117,7 +117,7 @@ std::wstring roundToBlock(double timeInHigh, if (unitLowPerHigh > blockSizeLow) output += L" " + formatUnitTime(roundedtimeInLow % unitLowPerHigh, unitLow); return output; -}; +} } diff --git a/zen/globals.h b/zen/globals.h index e0bfd362..e59d64c1 100644 --- a/zen/globals.h +++ b/zen/globals.h @@ -23,6 +23,20 @@ Solve static destruction order fiasco by providing shared ownership and serializ ATTENTION: function-static globals have the compiler generate "magic statics" == compiler-genenerated locking code which will crash or leak memory when accessed after global is "dead" => "solved" by FunStatGlobal, but we can't have "too many" of these... */ + +class PodSpinMutex +{ +public: + bool tryLock(); + void lock(); + void unlock(); + bool isLocked(); + +private: + std::atomic_flag flag_; //= ATOMIC_FLAG_INIT; rely entirely on static zero-initialization! => avoid potential contention with worker thread during Global<> construction! +}; + + template <class T> class Global //don't use for function-scope statics! { @@ -30,7 +44,8 @@ public: Global() { static_assert(std::is_trivially_constructible_v<Pod>&& std::is_trivially_destructible_v<Pod>, "this memory needs to live forever"); - assert(!pod_.inst && !pod_.spinLock); //we depend on static zero-initialization! + assert(!pod_.spinLock.isLocked()); //we depend on static zero-initialization! + assert(!pod_.inst); // } explicit Global(std::unique_ptr<T>&& newInst) { set(std::move(newInst)); } @@ -39,8 +54,9 @@ public: std::shared_ptr<T> get() //=> return std::shared_ptr to let instance life time be handled by caller (MT usage!) { - while (pod_.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(pod_.spinLock = false); + pod_.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(pod_.spinLock.unlock()); + if (pod_.inst) return *pod_.inst; return nullptr; @@ -52,8 +68,9 @@ public: if (newInst) tmpInst = new std::shared_ptr<T>(std::move(newInst)); { - while (pod_.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(pod_.spinLock = false); + pod_.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(pod_.spinLock.unlock()); + std::swap(pod_.inst, tmpInst); } delete tmpInst; @@ -62,9 +79,9 @@ public: private: struct Pod { - std::atomic<bool> spinLock; // { false }; rely entirely on static zero-initialization! => avoid potential contention with worker thread during Global<> construction! + PodSpinMutex spinLock; //rely entirely on static zero-initialization! => avoid potential contention with worker thread during Global<> construction! //serialize access; can't use std::mutex: has non-trival destructor - std::shared_ptr<T>* inst; // = nullptr; + std::shared_ptr<T>* inst; //= nullptr; } pod_; }; @@ -92,8 +109,9 @@ public: static_assert(std::is_trivially_constructible_v<FunStatGlobal>&& std::is_trivially_destructible_v<FunStatGlobal>, "this class must not generate code for magic statics!"); - while (pod_.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(pod_.spinLock = false); + pod_.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(pod_.spinLock.unlock()); + if (pod_.inst) return *pod_.inst; return nullptr; @@ -105,8 +123,8 @@ public: if (newInst) tmpInst = new std::shared_ptr<T>(std::move(newInst)); { - while (pod_.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(pod_.spinLock = false); + pod_.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(pod_.spinLock.unlock()); std::swap(pod_.inst, tmpInst); registerDestruction(); @@ -116,8 +134,8 @@ public: void initOnce(std::unique_ptr<T> (*getInitialValue)()) { - while (pod_.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(pod_.spinLock = false); + pod_.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(pod_.spinLock.unlock()); if (!pod_.cleanUpEntry.cleanUpFun) { @@ -132,7 +150,7 @@ private: //call while holding pod_.spinLock void registerDestruction() { - assert(pod_.spinLock); + assert(pod_.spinLock.isLocked()); if (!pod_.cleanUpEntry.cleanUpFun) { @@ -149,7 +167,7 @@ private: struct Pod { - std::atomic<bool> spinLock; // { false }; rely entirely on static zero-initialization! => avoid potential contention with worker thread during Global<> construction! + PodSpinMutex spinLock; //rely entirely on static zero-initialization! => avoid potential contention with worker thread during Global<> construction! //serialize access; can't use std::mutex: has non-trival destructor std::shared_ptr<T>* inst; // = nullptr; CleanUpEntry cleanUpEntry; @@ -162,20 +180,20 @@ void registerGlobalForDestruction(CleanUpEntry& entry) { static struct { - std::atomic<bool> spinLock; - CleanUpEntry* head; + PodSpinMutex spinLock; + CleanUpEntry* head; } cleanUpList; static_assert(std::is_trivially_constructible_v<decltype(cleanUpList)>&& std::is_trivially_destructible_v<decltype(cleanUpList)>, "we must not generate code for magic statics!"); - while (cleanUpList.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(cleanUpList.spinLock = false); + cleanUpList.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(cleanUpList.spinLock.unlock()); std::atexit([] { - while (cleanUpList.spinLock.exchange(true)) ; - ZEN_ON_SCOPE_EXIT(cleanUpList.spinLock = false); + cleanUpList.spinLock.lock(); + ZEN_ON_SCOPE_EXIT(cleanUpList.spinLock.unlock()); (*cleanUpList.head->cleanUpFun)(cleanUpList.head->callbackData); cleanUpList.head = cleanUpList.head->prev; //nicely clean up in reverse order of construction @@ -185,6 +203,50 @@ void registerGlobalForDestruction(CleanUpEntry& entry) cleanUpList.head = &entry; } + +//------------------------------------------------------------------------------------------ +#if __cpp_lib_atomic_wait +#error implement + rewiew improvements +#endif + + +inline +bool PodSpinMutex::tryLock() +{ + return !flag_.test_and_set(std::memory_order_acquire); +} + + +inline +void PodSpinMutex::lock() +{ + while (!tryLock()) +#if __cpp_lib_atomic_wait + flag_.wait(true, std::memory_order_relaxed); +#else + ; +#endif +} + + +inline +void PodSpinMutex::unlock() +{ + flag_.clear(std::memory_order_release); +#if __cpp_lib_atomic_wait + flag_.notify_one(); +#endif +} + + +inline +bool PodSpinMutex::isLocked() +{ + if (!tryLock()) + return true; + unlock(); + return false; +} } #endif //GLOBALS_H_8013740213748021573485 diff --git a/zen/http.cpp b/zen/http.cpp index 93651d0b..4f2c5205 100644 --- a/zen/http.cpp +++ b/zen/http.cpp @@ -12,6 +12,8 @@ using namespace zen; + + class HttpInputStream::Impl { public: diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h index d0b4d3fe..6ce1d765 100644 --- a/zen/legacy_compiler.h +++ b/zen/legacy_compiler.h @@ -8,19 +8,25 @@ #define LEGACY_COMPILER_H_839567308565656789 +#if !__cpp_lib_erase_if +#include <vector> +#include <set> +#include <map> +#endif + +//https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations +//https://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros +//https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html namespace std { -//https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html -//https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations - +//--------------------------------------------------------------------------------- #if __cpp_lib_span - #error get rid of workarounds + #error get rid of workaround: #endif -//requires C++20! until then, this should suffice... template <class T> class span { @@ -51,8 +57,12 @@ private: const size_t size_; T* const data_; }; + +//--------------------------------------------------------------------------------- + } + namespace zen { double from_chars(const char* first, const char* last); diff --git a/zen/open_ssl.cpp b/zen/open_ssl.cpp index ce05de53..dc9c8a19 100644 --- a/zen/open_ssl.cpp +++ b/zen/open_ssl.cpp @@ -28,7 +28,7 @@ void zen::openSslInit() //see Curl_ossl_cleanup(): https://github.com/curl/curl/blob/master/lib/vtls/openssl.c //excplicitly init OpenSSL on main thread: seems to initialize atomically! But it still might help to avoid issues: - [[maybe_unused]] const int rv = ::OPENSSL_init_ssl(OPENSSL_INIT_SSL_DEFAULT, nullptr); + [[maybe_unused]] const int rv = ::OPENSSL_init_ssl(OPENSSL_INIT_SSL_DEFAULT | OPENSSL_INIT_NO_LOAD_CONFIG, nullptr); assert(rv == 1); //https://www.openssl.org/docs/man1.1.0/ssl/OPENSSL_init_ssl.html } diff --git a/zen/process_priority.cpp b/zen/process_priority.cpp index f80dd022..5aa9a0ce 100644 --- a/zen/process_priority.cpp +++ b/zen/process_priority.cpp @@ -18,8 +18,8 @@ PreventStandby::~PreventStandby() {} //solution for GNOME?: http://people.gnome.org/~mccann/gnome-session/docs/gnome-session.html#org.gnome.SessionManager.Inhibit struct ScheduleForBackgroundProcessing::Impl {}; -ScheduleForBackgroundProcessing::ScheduleForBackgroundProcessing() {}; -ScheduleForBackgroundProcessing::~ScheduleForBackgroundProcessing() {}; +ScheduleForBackgroundProcessing::ScheduleForBackgroundProcessing() {} +ScheduleForBackgroundProcessing::~ScheduleForBackgroundProcessing() {} /* struct ScheduleForBackgroundProcessing diff --git a/zen/scope_guard.h b/zen/scope_guard.h index 3a79d841..5d3ac411 100644 --- a/zen/scope_guard.h +++ b/zen/scope_guard.h @@ -18,7 +18,7 @@ namespace zen { //Scope Guard /* - auto guardAio = zen::makeGuard<ScopeGuardRunMode::ON_EXIT>([&] { ::CloseHandle(hDir); }); + auto guardAio = zen::makeGuard<ScopeGuardRunMode::onExit>([&] { ::CloseHandle(hDir); }); ... guardAio.dismiss(); @@ -30,34 +30,35 @@ Scope Exit: enum class ScopeGuardRunMode { - ON_EXIT, - ON_SUCCESS, - ON_FAIL + onExit, + onSuccess, + onFail }; //partially specialize scope guard destructor code and get rid of those pesky MSVC "4127 conditional expression is constant" template <typename F> inline -void runScopeGuardDestructor(F& fun, int /*exeptionCountOld*/, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::ON_EXIT>) noexcept +void runScopeGuardDestructor(F& fun, bool failed, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::onExit>) { - try { fun(); } - catch (...) { assert(false); } //consistency: don't expect exceptions for ON_EXIT even if "!failed"! + if (!failed) + fun(); //throw X + else + try { fun(); } + catch (...) { assert(false); } } template <typename F> inline -void runScopeGuardDestructor(F& fun, int exeptionCountOld, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::ON_SUCCESS>) +void runScopeGuardDestructor(F& fun, bool failed, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::onSuccess>) { - const bool failed = std::uncaught_exceptions() > exeptionCountOld; if (!failed) fun(); //throw X } template <typename F> inline -void runScopeGuardDestructor(F& fun, int exeptionCountOld, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::ON_FAIL>) noexcept +void runScopeGuardDestructor(F& fun, bool failed, std::integral_constant<ScopeGuardRunMode, ScopeGuardRunMode::onFail>) noexcept { - const bool failed = std::uncaught_exceptions() > exeptionCountOld; if (failed) try { fun(); } catch (...) { assert(false); } @@ -75,10 +76,13 @@ public: exeptionCount_(other.exeptionCount_), dismissed_(other.dismissed_) { other.dismissed_ = true; } - ~ScopeGuard() noexcept(runMode != ScopeGuardRunMode::ON_SUCCESS) + ~ScopeGuard() noexcept(runMode == ScopeGuardRunMode::onFail) { if (!dismissed_) - runScopeGuardDestructor(fun_, exeptionCount_, std::integral_constant<ScopeGuardRunMode, runMode>()); + { + const bool failed = std::uncaught_exceptions() > exeptionCount_; + runScopeGuardDestructor(fun_, failed, std::integral_constant<ScopeGuardRunMode, runMode>()); + } } void dismiss() { dismissed_ = true; } @@ -104,8 +108,8 @@ auto makeGuard(F&& fun) { return ScopeGuard<runMode, std::decay_t<F>>(std::forwa #define ZEN_CHECK_CASE_FOR_CONSTANT_IMPL(X) L ## X -#define ZEN_ON_SCOPE_EXIT(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::ON_EXIT >([&]{ X; }); -#define ZEN_ON_SCOPE_FAIL(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::ON_FAIL >([&]{ X; }); -#define ZEN_ON_SCOPE_SUCCESS(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::ON_SUCCESS>([&]{ X; }); +#define ZEN_ON_SCOPE_EXIT(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::onExit >([&]{ X; }); +#define ZEN_ON_SCOPE_FAIL(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::onFail >([&]{ X; }); +#define ZEN_ON_SCOPE_SUCCESS(X) [[maybe_unused]] auto ZEN_CONCAT(scopeGuard, __LINE__) = zen::makeGuard<zen::ScopeGuardRunMode::onSuccess>([&]{ X; }); #endif //SCOPE_GUARD_H_8971632487321434 diff --git a/zen/stl_tools.h b/zen/stl_tools.h index 9014b0f7..d09010ad 100644 --- a/zen/stl_tools.h +++ b/zen/stl_tools.h @@ -20,16 +20,6 @@ //enhancements for <algorithm> namespace zen { -//erase selected elements from any container: -template <class T, class Alloc, class Predicate> -void eraseIf(std::vector<T, Alloc>& v, Predicate p); - -template <class T, class LessType, class Alloc, class Predicate> -void eraseIf(std::set<T, LessType, Alloc>& s, Predicate p); - -template <class KeyType, class ValueType, class LessType, class Alloc, class Predicate> -void eraseIf(std::map<KeyType, ValueType, LessType, Alloc>& m, Predicate p); - //append STL containers template <class T, class Alloc, class C> void append(std::vector<T, Alloc>& v, const C& c); @@ -46,10 +36,7 @@ void removeDuplicates(std::vector<T, Alloc>& v); template <class T, class Alloc, class CompLess> void removeDuplicates(std::vector<T, Alloc>& v, CompLess less); -//binary search returning an iterator -template <class Iterator, class T, class CompLess> -Iterator binarySearch(Iterator first, Iterator last, const T& value, CompLess less); - +//searching STL containers template <class BidirectionalIterator, class T> BidirectionalIterator findLast(BidirectionalIterator first, BidirectionalIterator last, const T& value); @@ -58,6 +45,9 @@ template <class BidirectionalIterator1, class BidirectionalIterator2> BidirectionalIterator1 searchLast(BidirectionalIterator1 first1, BidirectionalIterator1 last1, BidirectionalIterator2 first2, BidirectionalIterator2 last2); +//binary search returning an iterator +template <class Iterator, class T, class CompLess> +Iterator binarySearch(Iterator first, Iterator last, const T& value, CompLess less); //read-only variant of std::merge; input: two sorted ranges template <class Iterator, class FunctionLeftOnly, class FunctionBoth, class FunctionRightOnly> @@ -96,7 +86,9 @@ template <class T> class SharedRef //why is there no std::shared_ref??? { public: - SharedRef() = delete; //no suprise memory allocations => always construct with makeSharedRef() + SharedRef() = delete; //no surprise memory allocations! + + explicit SharedRef(std::shared_ptr<T> ptr) : ref_(std::move(ptr)) { assert(ref_); } template <class U> SharedRef(const SharedRef<U>& other) : ref_(other.ref_) {} @@ -104,12 +96,10 @@ public: /**/ T& ref() { return *ref_; }; const T& ref() const { return *ref_; }; - std::shared_ptr<T> ptr() { return ref_; }; + std::shared_ptr< T> ptr() { return ref_; }; + std::shared_ptr<const T> ptr() const { return ref_; }; private: - explicit SharedRef(std::shared_ptr<T>&& ptr) : ref_(std::move(ptr)) { assert(ref_); } - - template <class U, class... Args> friend SharedRef<U> makeSharedRef(Args&& ... args); template <class U> friend class SharedRef; std::shared_ptr<T> ref_; //always bound @@ -117,6 +107,7 @@ private: template <class T, class... Args> inline SharedRef<T> makeSharedRef(Args&& ... args) { return SharedRef<T>(std::make_shared<T>(std::forward<Args>(args)...)); } + //=========================================================================== @@ -124,36 +115,6 @@ SharedRef<T> makeSharedRef(Args&& ... args) { return SharedRef<T>(std::make_shar //######################## implementation ######################## - -template <class T, class Alloc, class Predicate> inline -void eraseIf(std::vector<T, Alloc>& v, Predicate p) -{ - v.erase(std::remove_if(v.begin(), v.end(), p), v.end()); -} - - -namespace impl -{ -template <class S, class Predicate> inline -void setOrMapEraseIf(S& s, Predicate p) -{ - for (auto it = s.begin(); it != s.end();) - if (p(*it)) - s.erase(it++); - else - ++it; -} -} - - -template <class T, class LessType, class Alloc, class Predicate> inline -void eraseIf(std::set<T, LessType, Alloc>& s, Predicate p) { impl::setOrMapEraseIf(s, p); } //don't make this any more generic! e.g. must not compile for std::vector!!! - - -template <class KeyType, class ValueType, class LessType, class Alloc, class Predicate> inline -void eraseIf(std::map<KeyType, ValueType, LessType, Alloc>& m, Predicate p) { impl::setOrMapEraseIf(m, p); } - - template <class T, class Alloc, class C> inline void append(std::vector<T, Alloc>& v, const C& c) { v.insert(v.end(), c.begin(), c.end()); } @@ -242,6 +203,17 @@ BidirectionalIterator1 searchLast(const BidirectionalIterator1 first1, Bid } +//--------------------------------------------------------------------------------------- +//http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0458r2.html + +template <class Container, class ValueType, typename = std::enable_if_t<!IsStringLikeV<Container>>> inline +bool contains(const Container& c, const ValueType& val, int dummy = 0 /*overload string_tools.h contains()*/) +{ + return c.find(val) != c.end(); +} +//--------------------------------------------------------------------------------------- + + //read-only variant of std::merge; input: two sorted ranges template <class Iterator, class FunctionLeftOnly, class FunctionBoth, class FunctionRightOnly> inline void mergeTraversal(Iterator first1, Iterator last1, diff --git a/zen/string_base.h b/zen/string_base.h index a417b7f6..6c835c72 100644 --- a/zen/string_base.h +++ b/zen/string_base.h @@ -12,6 +12,9 @@ #include <cstdint> #include <atomic> #include "string_tools.h" +#if __cpp_impl_three_way_comparison && __cpp_lib_three_way_comparison + #include <compare> +#endif //Zbase - a policy based string class optimizing performance and flexibility @@ -189,11 +192,10 @@ private: length (static_cast<uint32_t>(len)), capacity(static_cast<uint32_t>(cap)) { - //static_assert(ATOMIC_INT_LOCK_FREE == 2); //2: "The atomic type is always lock-free" - static_assert(decltype(refCount)::is_always_lock_free); //C++17 variant (not yet supported on GCC 6.3) + static_assert(decltype(refCount)::is_always_lock_free); } - std::atomic<unsigned int> refCount { 1 }; //std:atomic is uninitialized by default! + std::atomic<uint32_t> refCount { 1 }; //std:atomic is uninitialized by default! uint32_t length; const uint32_t capacity; //allocated size without null-termination }; @@ -289,10 +291,22 @@ private: Char* rawStr_; }; + +#if __cpp_impl_three_way_comparison && __cpp_lib_three_way_comparison + #error implement! +#endif + + template <class Char, template <class> class SP> bool operator==(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs); template <class Char, template <class> class SP> bool operator==(const Zbase<Char, SP>& lhs, const Char* rhs); template <class Char, template <class> class SP> inline bool operator==(const Char* lhs, const Zbase<Char, SP>& rhs) { return operator==(rhs, lhs); } +#if __cpp_impl_three_way_comparison && __cpp_lib_three_way_comparison +template <class Char, template <class> class SP> std::strong_ordering operator<=>(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs); +template <class Char, template <class> class SP> std::strong_ordering operator<=>(const Zbase<Char, SP>& lhs, const Char* rhs); +template <class Char, template <class> class SP> std::strong_ordering operator<=>(const Char* lhs, const Zbase<Char, SP>& rhs); + +#else template <class Char, template <class> class SP> inline bool operator!=(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs) { return !operator==(lhs, rhs); } template <class Char, template <class> class SP> inline bool operator!=(const Zbase<Char, SP>& lhs, const Char* rhs) { return !operator==(lhs, rhs); } template <class Char, template <class> class SP> inline bool operator!=(const Char* lhs, const Zbase<Char, SP>& rhs) { return !operator==(lhs, rhs); } @@ -300,6 +314,7 @@ template <class Char, template <class> class SP> inline bool operator!=(const Ch template <class Char, template <class> class SP> bool operator<(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs); template <class Char, template <class> class SP> bool operator<(const Zbase<Char, SP>& lhs, const Char* rhs); template <class Char, template <class> class SP> bool operator<(const Char* lhs, const Zbase<Char, SP>& rhs); +#endif template <class Char, template <class> class SP> inline Zbase<Char, SP> operator+(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs) { return Zbase<Char, SP>(lhs) += rhs; } template <class Char, template <class> class SP> inline Zbase<Char, SP> operator+(const Zbase<Char, SP>& lhs, const Char* rhs) { return Zbase<Char, SP>(lhs) += rhs; } @@ -313,11 +328,6 @@ template <class Char, template <class> class SP> inline Zbase<Char, SP> operator template <class Char, template <class> class SP> inline Zbase<Char, SP> operator+( Char lhs, const Zbase<Char, SP>& rhs) { return Zbase<Char, SP>(&lhs, 1) += rhs; } template <class Char, template <class> class SP> inline Zbase<Char, SP> operator+(const Char* lhs, const Zbase<Char, SP>& rhs) { return Zbase<Char, SP>(lhs ) += rhs; } -#if __cpp_impl_three_way_comparison -#error implement: -std::strong_ordering operator<=>(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs) -bool operator==(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs); -#endif @@ -476,6 +486,31 @@ bool operator==(const Zbase<Char, SP>& lhs, const Char* rhs) } +#if __cpp_impl_three_way_comparison && __cpp_lib_three_way_comparison +template <class Char, template <class> class SP> inline +std::strong_ordering operator<=>(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs) +{ + return std::lexicographical_compare_three_way(lhs.begin(), lhs.end(), //respect embedded 0 + rhs.begin(), rhs.end()); +} + + +template <class Char, template <class> class SP> inline +std::strong_ordering operator<=>(const Zbase<Char, SP>& lhs, const Char* rhs) +{ + return std::lexicographical_compare_three_way(lhs.begin(), lhs.end(), //respect embedded 0 + rhs, rhs + strLength(rhs)); +} + + +template <class Char, template <class> class SP> inline +std::strong_ordering operator<=>(const Char* lhs, const Zbase<Char, SP>& rhs) +{ + return std::lexicographical_compare_three_way(lhs, lhs + strLength(lhs), //respect embedded 0 + rhs.begin(), rhs.end()); +} + +#else template <class Char, template <class> class SP> inline bool operator<(const Zbase<Char, SP>& lhs, const Zbase<Char, SP>& rhs) { @@ -498,6 +533,7 @@ bool operator<(const Char* lhs, const Zbase<Char, SP>& rhs) return std::lexicographical_compare(lhs, lhs + strLength(lhs), //respect embedded 0 rhs.begin(), rhs.end()); } +#endif template <class Char, template <class> class SP> inline diff --git a/zen/string_tools.h b/zen/string_tools.h index dcb5a54a..7f9a07ff 100644 --- a/zen/string_tools.h +++ b/zen/string_tools.h @@ -32,7 +32,7 @@ template <class Char> Char asciiToLower(Char c); template <class Char> Char asciiToUpper(Char c); //both S and T can be strings or char/wchar_t arrays or single char/wchar_t -template <class S, class T> bool contains(const S& str, const T& term); +template <class S, class T, typename = std::enable_if_t<IsStringLikeV<S>>> bool contains(const S& str, const T& term); template <class S, class T> bool startsWith (const S& str, const T& prefix); template <class S, class T> bool startsWithAsciiNoCase(const S& str, const T& prefix); @@ -103,7 +103,6 @@ template <class T, class S> T copyStringTo(S&& str); - //---------------------- implementation ---------------------- template <class Char> inline bool isWhiteSpace(Char c) @@ -279,7 +278,7 @@ int compareAsciiNoCase(const S& lhs, const T& rhs) } -template <class S, class T> inline +template <class S, class T, typename> inline bool contains(const S& str, const T& term) { static_assert(std::is_same_v<GetCharTypeT<S>, GetCharTypeT<T>>); @@ -415,15 +414,15 @@ std::vector<S> split(const S& str, const T& delimiter, SplitType st) namespace impl { -ZEN_INIT_DETECT_MEMBER(append); +ZEN_INIT_DETECT_MEMBER(append) //either call operator+=(S(str, len)) or append(str, len) -template <class S, class InputIterator> inline -std::enable_if_t<HasMember_append<S>::value> stringAppend(S& str, InputIterator first, InputIterator last) { str.append(first, last); } +template <class S, class InputIterator, typename = std::enable_if_t<HasMemberV_append<S>>> inline +void stringAppend(S& str, InputIterator first, InputIterator last) { str.append(first, last); } //inefficient append: keep disabled until really needed -//template <class S, class InputIterator> inline -//std::enable_if_t<!HasMember_append<S>::value> stringAppend(S& str, InputIterator first, InputIterator last) { str += S(first, last); } +//template <class S, class InputIterator, typename = std::enable_if_t<!HasMemberV_append<S>>> inline +//void stringAppend(S& str, InputIterator first, InputIterator last) { str += S(first, last); } } @@ -850,6 +849,8 @@ char unhexify(char high, char low) }; return static_cast<unsigned char>(16 * unhexifyDigit(high) + unhexifyDigit(low)); //[!] convert to unsigned char first, then to char (which may be signed) } + + } #endif //STRING_TOOLS_H_213458973046 diff --git a/zen/string_traits.h b/zen/string_traits.h index d0f34d54..f1269130 100644 --- a/zen/string_traits.h +++ b/zen/string_traits.h @@ -92,14 +92,18 @@ template <> struct GetCharTypeImpl<std::basic_string_view<const char >, false> template <> struct GetCharTypeImpl<std::basic_string_view<const wchar_t>, false> { using Type = wchar_t; }; -ZEN_INIT_DETECT_MEMBER_TYPE(value_type); -ZEN_INIT_DETECT_MEMBER(c_str); //we don't know the exact declaration of the member attribute and it may be in a base class! -ZEN_INIT_DETECT_MEMBER(length); // +ZEN_INIT_DETECT_MEMBER_TYPE(value_type) +ZEN_INIT_DETECT_MEMBER(c_str) //we don't know the exact declaration of the member attribute and it may be in a base class! +ZEN_INIT_DETECT_MEMBER(length) // template <class S> class StringTraits { - using CleanType = std::remove_cv_t<std::remove_reference_t<S>>; //std::remove_cvref requires C++20 +#if __cpp_lib_remove_cvref + using CleanType = std::remove_cvref_t<S>; +#else + using CleanType = std::remove_cv_t<std::remove_reference_t<S>>; +#endif using NonArrayType = std::remove_extent_t <CleanType>; using NonPtrType = std::remove_pointer_t<NonArrayType>; using UndecoratedType = std::remove_cv_t <NonPtrType>; //handle "const char* const" @@ -107,9 +111,9 @@ class StringTraits public: enum { - isStringClass = HasMemberType_value_type<CleanType>::value && - HasMember_c_str <CleanType>::value && - HasMember_length <CleanType>::value + isStringClass = HasMemberTypeV_value_type<CleanType>&& + HasMemberV_c_str <CleanType>&& + HasMemberV_length <CleanType> }; using CharType = typename GetCharTypeImpl<UndecoratedType, isStringClass>::Type; diff --git a/zen/sys_error.h b/zen/sys_error.h index 7c746258..f3b38250 100644 --- a/zen/sys_error.h +++ b/zen/sys_error.h @@ -85,10 +85,11 @@ std::wstring formatSystemError(const std::wstring& functionName, long long lastE inline std::wstring formatSystemError(const std::wstring& functionName, ErrorCode ec) { - //const std::wstring errorCode = printNumber<std::wstring>(L"0x%08x", static_cast<int>(ec)); + const std::wstring errorDescr = formatSystemErrorRaw(ec); const std::wstring errorCode = numberTo<std::wstring>(ec); + //const std::wstring errorCode = printNumber<std::wstring>(L"0x%08x", static_cast<int>(ec)); - return formatSystemError(functionName, replaceCpy(_("Error Code %x"), L"%x", errorCode), formatSystemErrorRaw(ec)); + return formatSystemError(functionName, replaceCpy(_("Error Code %x"), L"%x", errorCode), errorDescr); } diff --git a/zen/type_traits.h b/zen/type_traits.h index 9823bb44..03fbd768 100644 --- a/zen/type_traits.h +++ b/zen/type_traits.h @@ -68,19 +68,19 @@ template <class T> using IsArithmetic = std::bool_constant<IsInteger <T>::val /* Detect data or function members of a class by name: ZEN_INIT_DETECT_MEMBER + HasMember_ Example: 1. ZEN_INIT_DETECT_MEMBER(c_str); - 2. HasMember_c_str<T>::value -> use boolean + 2. HasMemberV_c_str<T> -> use boolean */ /* Detect data or function members of a class by name *and* type: ZEN_INIT_DETECT_MEMBER2 + HasMember_ Example: 1. ZEN_INIT_DETECT_MEMBER2(size, size_t (T::*)() const); - 2. HasMember_size<T>::value -> use as boolean + 2. HasMember_size<T>::value -> use as boolean */ /* Detect member type of a class: ZEN_INIT_DETECT_MEMBER_TYPE + HasMemberType_ Example: 1. ZEN_INIT_DETECT_MEMBER_TYPE(value_type); - 2. HasMemberType_value_type<T>::value -> use as boolean + 2. HasMemberTypeV_value_type<T> -> use as boolean */ //########## Sorting ############################## @@ -159,8 +159,7 @@ template <> struct IsSignedInt<long long int> : std::true_type {}; template<class T> \ struct HasMemberImpl_##NAME<false, T> : std::false_type {}; \ \ - template<typename T> \ - struct HasMember_##NAME : std::bool_constant<HasMemberImpl_##NAME<std::is_class<T>::value, T>::value> {}; + template<class T> constexpr bool HasMemberV_##NAME = HasMemberImpl_##NAME<std::is_class_v<T>, T>::value; //#################################################################### @@ -178,7 +177,10 @@ template <> struct IsSignedInt<long long int> : std::true_type {}; template <class T> static No& hasMember(...); \ public: \ enum { value = sizeof(hasMember<U>(nullptr)) == sizeof(Yes) }; \ - }; + }; \ + \ + template<class T> constexpr bool HasMemberV_##NAME = HasMember_##NAME<T>::value; + //#################################################################### #define ZEN_INIT_DETECT_MEMBER_TYPE(TYPENAME) \ @@ -195,7 +197,9 @@ template <> struct IsSignedInt<long long int> : std::true_type {}; template <class U> static No& hasMemberType(...); \ public: \ enum { value = sizeof(hasMemberType<T>(nullptr)) == sizeof(Yes) }; \ - }; + }; \ + \ + template<class T> constexpr bool HasMemberTypeV_##TYPENAME = HasMemberType_##TYPENAME<T>::value; } #endif //TYPE_TRAITS_H_3425628658765467 diff --git a/zenXml/zenxml/cvrt_struc.h b/zenXml/zenxml/cvrt_struc.h index 85c5d8d0..9df1c7ba 100644 --- a/zenXml/zenxml/cvrt_struc.h +++ b/zenXml/zenxml/cvrt_struc.h @@ -46,9 +46,9 @@ template <class T> void writeStruc(const T& value, XmlElement& output); //------------------------------ implementation ------------------------------------- namespace impl_2384343 { -ZEN_INIT_DETECT_MEMBER_TYPE(value_type); -ZEN_INIT_DETECT_MEMBER_TYPE(iterator); -ZEN_INIT_DETECT_MEMBER_TYPE(const_iterator); +ZEN_INIT_DETECT_MEMBER_TYPE(value_type) +ZEN_INIT_DETECT_MEMBER_TYPE(iterator) +ZEN_INIT_DETECT_MEMBER_TYPE(const_iterator) ZEN_INIT_DETECT_MEMBER(begin) // ZEN_INIT_DETECT_MEMBER(end) //we don't know the exact declaration of the member attribute: may be in a base class! @@ -57,12 +57,12 @@ ZEN_INIT_DETECT_MEMBER(insert) // template <typename T> using IsStlContainer = std::bool_constant< - impl_2384343::HasMemberType_value_type <T>::value && - impl_2384343::HasMemberType_iterator <T>::value && - impl_2384343::HasMemberType_const_iterator<T>::value && - impl_2384343::HasMember_begin <T>::value && - impl_2384343::HasMember_end <T>::value && - impl_2384343::HasMember_insert <T>::value>; + impl_2384343::HasMemberTypeV_value_type <T> && + impl_2384343::HasMemberTypeV_iterator <T> && + impl_2384343::HasMemberTypeV_const_iterator<T> && + impl_2384343::HasMemberV_begin <T> && + impl_2384343::HasMemberV_end <T> && + impl_2384343::HasMemberV_insert <T>>; template <class T> |