summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:13:35 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:13:35 +0200
commit801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc (patch)
tree473f4a9ea5016f146fb2ff6085807bc91a84c84e /BUILD
parent3.20 (diff)
downloadFreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.gz
FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.bz2
FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.zip
3.21
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/Changelog.txt7
-rw-r--r--BUILD/Languages/chinese_simple.lng4
-rw-r--r--BUILD/Languages/chinese_traditional.lng4
-rw-r--r--BUILD/Languages/czech.lng4
-rw-r--r--BUILD/Languages/danish.lng4
-rw-r--r--BUILD/Languages/dutch.lng4
-rw-r--r--BUILD/Languages/english_uk.lng4
-rw-r--r--BUILD/Languages/finnish.lng4
-rw-r--r--BUILD/Languages/french.lng4
-rw-r--r--BUILD/Languages/german.lng4
-rw-r--r--BUILD/Languages/greek.lng4
-rw-r--r--BUILD/Languages/hebrew.lng4
-rw-r--r--BUILD/Languages/hungarian.lng4
-rw-r--r--BUILD/Languages/italian.lng4
-rw-r--r--BUILD/Languages/japanese.lng4
-rw-r--r--BUILD/Languages/korean.lng4
-rw-r--r--BUILD/Languages/polish.lng4
-rw-r--r--BUILD/Languages/portuguese.lng4
-rw-r--r--BUILD/Languages/portuguese_br.lng4
-rw-r--r--BUILD/Languages/romanian.lng4
-rw-r--r--BUILD/Languages/russian.lng4
-rw-r--r--BUILD/Languages/slovenian.lng4
-rw-r--r--BUILD/Languages/spanish.lng4
-rw-r--r--BUILD/Languages/swedish.lng4
-rw-r--r--BUILD/Languages/turkish.lng4
-rw-r--r--BUILD/Languages/ukrainian.lng4
-rw-r--r--BUILD/Resources.datbin333128 -> 333065 bytes
27 files changed, 107 insertions, 0 deletions
diff --git a/BUILD/Changelog.txt b/BUILD/Changelog.txt
index b55ca854..96b91543 100644
--- a/BUILD/Changelog.txt
+++ b/BUILD/Changelog.txt
@@ -2,6 +2,13 @@
|FreeFileSync|
--------------
+Changelog v3.21
+---------------
+Fixed deleting to user-defined directory
+Fixed crash when using include filter
+New global option to disable transactional file copy
+
+
Changelog v3.20
---------------
Scan multiple directories in parallel
diff --git a/BUILD/Languages/chinese_simple.lng b/BUILD/Languages/chinese_simple.lng
index 3559ad38..a0f44b7b 100644
--- a/BUILD/Languages/chinese_simple.lng
+++ b/BUILD/Languages/chinese_simple.lng
@@ -650,6 +650,10 @@ Exclude: \stuff\temp\*
<target>上移一行</target>
<source>Move column down</source>
<target>下移一行</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>复制被锁定的文件</target>
<source>
diff --git a/BUILD/Languages/chinese_traditional.lng b/BUILD/Languages/chinese_traditional.lng
index 9f1da986..f57dd719 100644
--- a/BUILD/Languages/chinese_traditional.lng
+++ b/BUILD/Languages/chinese_traditional.lng
@@ -641,6 +641,10 @@ Exclude: \stuff\temp\*
<target>上移一行</target>
<source>Move column down</source>
<target>下移一行</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>複製被鎖定的檔案</target>
<source>
diff --git a/BUILD/Languages/czech.lng b/BUILD/Languages/czech.lng
index 223b3e6f..c286f417 100644
--- a/BUILD/Languages/czech.lng
+++ b/BUILD/Languages/czech.lng
@@ -659,6 +659,10 @@ Vynechat: \někde\něco\*
<target>Přesunout sloupec nahoru</target>
<source>Move column down</source>
<target>Přesunout sloupec dolů</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopírovat zamčené soubory</target>
<source>
diff --git a/BUILD/Languages/danish.lng b/BUILD/Languages/danish.lng
index eb879c05..402f918e 100644
--- a/BUILD/Languages/danish.lng
+++ b/BUILD/Languages/danish.lng
@@ -654,6 +654,10 @@ Udeluk: \ting\temp\*
<target>Flyt kolonne op</target>
<source>Move column down</source>
<target>Flyt kolonne ned</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopier låste filer</target>
<source>
diff --git a/BUILD/Languages/dutch.lng b/BUILD/Languages/dutch.lng
index eea01f72..106e2a69 100644
--- a/BUILD/Languages/dutch.lng
+++ b/BUILD/Languages/dutch.lng
@@ -654,6 +654,10 @@ Uitsluiten: \stuff\temp\*
<target>Verplaats kolom naar boven</target>
<source>Move column down</source>
<target>Verplaats kolom naar beneden</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopieer vergrendelde bestanden</target>
<source>
diff --git a/BUILD/Languages/english_uk.lng b/BUILD/Languages/english_uk.lng
index fb0f9ee6..9ab9dc15 100644
--- a/BUILD/Languages/english_uk.lng
+++ b/BUILD/Languages/english_uk.lng
@@ -657,6 +657,10 @@ Exclude: \stuff\temp\*
<target>Move column up</target>
<source>Move column down</source>
<target>Move column down</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copy locked files</target>
<source>
diff --git a/BUILD/Languages/finnish.lng b/BUILD/Languages/finnish.lng
index 286c889b..1a704371 100644
--- a/BUILD/Languages/finnish.lng
+++ b/BUILD/Languages/finnish.lng
@@ -654,6 +654,10 @@ Sulje pois: \stuff\temp\*
<target>Siirrä sarake ylös</target>
<source>Move column down</source>
<target>Siirrä sarake alas</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopioi lukitut tiedostot</target>
<source>
diff --git a/BUILD/Languages/french.lng b/BUILD/Languages/french.lng
index b2a1ceed..e06c7bcc 100644
--- a/BUILD/Languages/french.lng
+++ b/BUILD/Languages/french.lng
@@ -654,6 +654,10 @@ Exclude: \stuff\temp\*
<target>Déplacer la colonne vers le haut</target>
<source>Move column down</source>
<target>Déplacer la colonne vers le bas</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copier les fichiers verrouillés</target>
<source>
diff --git a/BUILD/Languages/german.lng b/BUILD/Languages/german.lng
index 5aff5c15..efc1a0ba 100644
--- a/BUILD/Languages/german.lng
+++ b/BUILD/Languages/german.lng
@@ -657,6 +657,10 @@ Ausschließen: \stuff\temp\*
<target>Spalte nach oben verschieben</target>
<source>Move column down</source>
<target>Spalte nach unten verschieben</target>
+<source>Transactional File Copy</source>
+<target>Kopiere Dateien als Transaktion</target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target>Dateien zuerst temporär speichern (*.ffs_tmp) und dann umbenennen. Dadurch wird ein konsistenter Status auch im größten Fehlerfall sichergestellt.</target>
<source>Copy locked files</source>
<target>Gesperrte Dateien kopieren</target>
<source>
diff --git a/BUILD/Languages/greek.lng b/BUILD/Languages/greek.lng
index 99c02a4e..df546ef8 100644
--- a/BUILD/Languages/greek.lng
+++ b/BUILD/Languages/greek.lng
@@ -654,6 +654,10 @@ Exclude: \stuff\temp\*
<target>Μετακίνηση της στήλης πάνω</target>
<source>Move column down</source>
<target>Μετακίνηση της στήλης κάτω</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Αντιγραφή κλειδωμένων αρχείων</target>
<source>
diff --git a/BUILD/Languages/hebrew.lng b/BUILD/Languages/hebrew.lng
index 7e26c0fb..8005b501 100644
--- a/BUILD/Languages/hebrew.lng
+++ b/BUILD/Languages/hebrew.lng
@@ -654,6 +654,10 @@ Exclude: \stuff\temp\*
<target>העלה עמודה</target>
<source>Move column down</source>
<target>הורד עמודה</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>העתק קבצים נעולים</target>
<source>
diff --git a/BUILD/Languages/hungarian.lng b/BUILD/Languages/hungarian.lng
index 06e05ba4..f5d6cd91 100644
--- a/BUILD/Languages/hungarian.lng
+++ b/BUILD/Languages/hungarian.lng
@@ -657,6 +657,10 @@ Kizárni: \stuff\temp\*
<target>Oszlop mozgatása felfelé</target>
<source>Move column down</source>
<target>Oszlop mozgatása lefelé</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Zárolt fájlok másolása</target>
<source>
diff --git a/BUILD/Languages/italian.lng b/BUILD/Languages/italian.lng
index 77c8d6b4..fb0d5836 100644
--- a/BUILD/Languages/italian.lng
+++ b/BUILD/Languages/italian.lng
@@ -653,6 +653,10 @@ Escludi: \stuff\temp\*
<target>Sposta colonna su'</target>
<source>Move column down</source>
<target>Sposta colonna giu'</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copia file bloccati</target>
<source>
diff --git a/BUILD/Languages/japanese.lng b/BUILD/Languages/japanese.lng
index 2530420e..b25c6685 100644
--- a/BUILD/Languages/japanese.lng
+++ b/BUILD/Languages/japanese.lng
@@ -649,6 +649,10 @@ Exclude: \stuff\temp\*
<target>列を上に移動</target>
<source>Move column down</source>
<target>列を下に移動</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>ロックされたファイルをコピー</target>
<source>
diff --git a/BUILD/Languages/korean.lng b/BUILD/Languages/korean.lng
index 50ccc158..3aa02086 100644
--- a/BUILD/Languages/korean.lng
+++ b/BUILD/Languages/korean.lng
@@ -647,6 +647,10 @@ Exclude: \stuff\temp\*
<target>열 위로 이동</target>
<source>Move column down</source>
<target>열 아래로 이동</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>락 걸린 파일 복사</target>
<source>
diff --git a/BUILD/Languages/polish.lng b/BUILD/Languages/polish.lng
index d815e09c..8fbc5e3c 100644
--- a/BUILD/Languages/polish.lng
+++ b/BUILD/Languages/polish.lng
@@ -659,6 +659,10 @@ Wyklucz: \moje\temp\*
<target>Przesuń kolumnę do góry</target>
<source>Move column down</source>
<target>Przesuń kolumnę w dół</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopiuj zablokowane pliki</target>
<source>
diff --git a/BUILD/Languages/portuguese.lng b/BUILD/Languages/portuguese.lng
index 88d2b092..21178e5b 100644
--- a/BUILD/Languages/portuguese.lng
+++ b/BUILD/Languages/portuguese.lng
@@ -652,6 +652,10 @@ Excluir: \stuff\temp\*
<target>Mover coluna para cima</target>
<source>Move column down</source>
<target>Mover coluna para baixo</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copiar ficheiros bloqueados</target>
<source>
diff --git a/BUILD/Languages/portuguese_br.lng b/BUILD/Languages/portuguese_br.lng
index c0228212..7736c1e4 100644
--- a/BUILD/Languages/portuguese_br.lng
+++ b/BUILD/Languages/portuguese_br.lng
@@ -654,6 +654,10 @@ Excluir: \stuff\temp\*
<target>Mover coluna para cima</target>
<source>Move column down</source>
<target>Mover coluna para baixo</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copiar arquivos bloqueados (em uso)</target>
<source>
diff --git a/BUILD/Languages/romanian.lng b/BUILD/Languages/romanian.lng
index 91e1f2e9..bde4caf7 100644
--- a/BUILD/Languages/romanian.lng
+++ b/BUILD/Languages/romanian.lng
@@ -659,6 +659,10 @@ Excluse: \stuff\temp\*
<target>Mută coloana în sus</target>
<source>Move column down</source>
<target>Mută coloana în jos</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copiază filele zăvorîte [locked]</target>
<source>
diff --git a/BUILD/Languages/russian.lng b/BUILD/Languages/russian.lng
index 1fcbfa1b..0c15459e 100644
--- a/BUILD/Languages/russian.lng
+++ b/BUILD/Languages/russian.lng
@@ -657,6 +657,10 @@ Exclude: \stuff\temp\*
<target>Переместить вверх</target>
<source>Move column down</source>
<target>Переместить вниз</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Копировать заблокированные файлы</target>
<source>
diff --git a/BUILD/Languages/slovenian.lng b/BUILD/Languages/slovenian.lng
index 4879ecef..99f7d887 100644
--- a/BUILD/Languages/slovenian.lng
+++ b/BUILD/Languages/slovenian.lng
@@ -664,6 +664,10 @@ Izključi: \stuff\temp\*
<target>Premakni stolpec gor</target>
<source>Move column down</source>
<target>Premakni stolpec dol</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopiraj zaklenjene datoteke</target>
<source>
diff --git a/BUILD/Languages/spanish.lng b/BUILD/Languages/spanish.lng
index cf6e7f1c..b5fe1b11 100644
--- a/BUILD/Languages/spanish.lng
+++ b/BUILD/Languages/spanish.lng
@@ -654,6 +654,10 @@ Excluir: \stuff\temp\*
<target>Mover arriba la columna</target>
<source>Move column down</source>
<target>Mover abajo la columna</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copiar archivos bloqueados</target>
<source>
diff --git a/BUILD/Languages/swedish.lng b/BUILD/Languages/swedish.lng
index 7ace3e68..e46b7781 100644
--- a/BUILD/Languages/swedish.lng
+++ b/BUILD/Languages/swedish.lng
@@ -654,6 +654,10 @@ Undanta: \stuff\temp\*
<target>Flytta upp kollumn</target>
<source>Move column down</source>
<target>Flytta ner kollumn</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kopiera låsta filer</target>
<source>
diff --git a/BUILD/Languages/turkish.lng b/BUILD/Languages/turkish.lng
index 6443596b..62ff7760 100644
--- a/BUILD/Languages/turkish.lng
+++ b/BUILD/Languages/turkish.lng
@@ -654,6 +654,10 @@ Katma: \stuff\temp\*
<target>Sütunu yukarı taşı</target>
<source>Move column down</source>
<target>Sütunu aşağı taşı</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Kilitli dosyaları da kopyala</target>
<source>
diff --git a/BUILD/Languages/ukrainian.lng b/BUILD/Languages/ukrainian.lng
index 23b8c06d..3b25c430 100644
--- a/BUILD/Languages/ukrainian.lng
+++ b/BUILD/Languages/ukrainian.lng
@@ -657,6 +657,10 @@ Exclude: \stuff\temp\*
<target>Перемістити догори</target>
<source>Move column down</source>
<target>Перемістити донизу</target>
+<source>Transactional File Copy</source>
+<target></target>
+<source>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Копіювати заблоковані файли</target>
<source>
diff --git a/BUILD/Resources.dat b/BUILD/Resources.dat
index 357e14f7..4bb39b2b 100644
--- a/BUILD/Resources.dat
+++ b/BUILD/Resources.dat
Binary files differ
bgstack15