summaryrefslogtreecommitdiff
path: root/BUILD/Languages/english_uk.lng
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:15:16 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:15:16 +0200
commitbd6336c629841c6db3a6ca53a936d629d34db53b (patch)
tree3721ef997864108df175ce677a8a7d4342a6f1d2 /BUILD/Languages/english_uk.lng
parent4.0 (diff)
downloadFreeFileSync-bd6336c629841c6db3a6ca53a936d629d34db53b.tar.gz
FreeFileSync-bd6336c629841c6db3a6ca53a936d629d34db53b.tar.bz2
FreeFileSync-bd6336c629841c6db3a6ca53a936d629d34db53b.zip
4.1
Diffstat (limited to 'BUILD/Languages/english_uk.lng')
-rw-r--r--BUILD/Languages/english_uk.lng94
1 files changed, 53 insertions, 41 deletions
diff --git a/BUILD/Languages/english_uk.lng b/BUILD/Languages/english_uk.lng
index 0c3478fa..e7c8a3ef 100644
--- a/BUILD/Languages/english_uk.lng
+++ b/BUILD/Languages/english_uk.lng
@@ -25,6 +25,12 @@
<source>Browse</source>
<target>Browse</target>
+<source>Windows Error Code %x:</source>
+<target>Windows Error Code %x:</target>
+
+<source>Linux Error Code %x:</source>
+<target>Linux Error Code %x:</target>
+
<source>Invalid command line: %x</source>
<target>Invalid command line: %x</target>
@@ -226,33 +232,6 @@
<source>/sec</source>
<target>/sec</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>
-<pluralform>1 day</pluralform>
-<pluralform>%x days</pluralform>
-</source>
-<target>
-<pluralform>1 day</pluralform>
-<pluralform>%x days</pluralform>
-</target>
-
<source>S&ave configuration...</source>
<target>S&ave configuration...</target>
@@ -417,12 +396,6 @@ The command line is executed each time:
<source>Error traversing directory:</source>
<target>Error traversing directory:</target>
-<source>Windows Error Code %x:</source>
-<target>Windows Error Code %x:</target>
-
-<source>Linux Error Code %x:</source>
-<target>Linux Error Code %x:</target>
-
<source>Error setting privilege:</source>
<target>Error setting privilege:</target>
@@ -456,6 +429,33 @@ The command line is executed each time:
<source>%x%</source>
<target>%x%</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>
+<pluralform>1 day</pluralform>
+<pluralform>%x days</pluralform>
+</source>
+<target>
+<pluralform>1 day</pluralform>
+<pluralform>%x days</pluralform>
+</target>
+
<source>Could not read values for the following XML nodes:</source>
<target>Could not read values for the following XML nodes:</target>
@@ -654,10 +654,13 @@ The command line is executed each time:
<source>&Cancel</source>
<target>&Cancel</target>
-<source>Elements found:</source>
+<source>Operation:</source>
+<target>Operation:</target>
+
+<source>Items found:</source>
<target>Elements found:</target>
-<source>Elements remaining:</source>
+<source>Items remaining:</source>
<target>Elements remaining:</target>
<source>Speed:</source>
@@ -669,9 +672,6 @@ The command line is executed each time:
<source>Time elapsed:</source>
<target>Time elapsed:</target>
-<source>Operation:</source>
-<target>Operation:</target>
-
<source>Select variant:</source>
<target>Select variant:</target>
@@ -771,7 +771,7 @@ is the same
<source>Synchronizing...</source>
<target>Synchronising...</target>
-<source>Elements processed:</source>
+<source>Items processed:</source>
<target>Elements processed:</target>
<source>&Pause</source>
@@ -900,8 +900,8 @@ Exclude: \stuff\temp\*
<source>Transactional file copy</source>
<target>Transactional file copy</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>Write files to a temporary (*.ffs_tmp) first and rename them. This guarantees a consistent state even in situations of fatal error.</target>
+<source>Write to a temporary file (*.ffs_tmp) first then rename it. This guarantees a consistent state even in case of fatal error.</source>
+<target></target>
<source>Copy locked files</source>
<target>Copy locked files</target>
@@ -996,6 +996,18 @@ Transfer file and directory permissions
<source>Auto-adjust columns</source>
<target>Auto-adjust columns</target>
+<source>Icon size:</source>
+<target></target>
+
+<source>Small</source>
+<target></target>
+
+<source>Medium</source>
+<target></target>
+
+<source>Large</source>
+<target></target>
+
<source>Include all rows</source>
<target>Include all rows</target>
bgstack15