diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-24 12:59:48 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-24 12:59:48 -0400 |
commit | 2d12e52769a30ba37d5760b1194f613bcc71035b (patch) | |
tree | d612edc30db05d06299d55f1bdab993a275d084e /core/l10n/en_GB.php | |
parent | e41ef97ac089fba8a956c0e8fa2991d0716f8f6b (diff) | |
download | nextcloud-server-2d12e52769a30ba37d5760b1194f613bcc71035b.tar.gz nextcloud-server-2d12e52769a30ba37d5760b1194f613bcc71035b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r-- | core/l10n/en_GB.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index feeacd481a8..bb26f1469dd 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -58,8 +58,15 @@ $TRANSLATIONS = array( "No" => "No", "Ok" => "OK", "Error loading message template: {error}" => "Error loading message template: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), +"_{count} file conflict_::_{count} file conflicts_" => array("{count} file conflict","{count} file conflicts"), +"One file conflict" => "One file conflict", +"Which files do you want to keep?" => "Which files do you wish to keep?", +"If you select both versions, the copied file will have a number added to its name." => "If you select both versions, the copied file will have a number added to its name.", "Cancel" => "Cancel", +"Continue" => "Continue", +"(all selected)" => "(all selected)", +"({count} selected)" => "({count} selected)", +"Error loading file exists template" => "Error loading file exists template", "The object type is not specified." => "The object type is not specified.", "Error" => "Error", "The app name is not specified." => "The app name is not specified.", |