aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-23 23:45:13 +0000
committerplegall <plg@piwigo.org>2010-03-23 23:45:13 +0000
commit8802877a844a9604072dd2ebbfddc668d53a12d2 (patch)
tree6d0b5c8b49d0777d1e67527330f2f7439d76ef29 /language/en_UK
parent4a6748bd70ae669d5617b128a71152a4fce16b74 (diff)
remove the \n from the language key and split into 2 separate strings to avoid
useless exceptions in translation analysis scripts. git-svn-id: http://piwigo.org/svn/trunk@5302 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/admin.lang.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 0914e0ac4..9f190caf0 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -303,11 +303,8 @@ $lang['New elements added'] = "New elements added";
$lang['Subscribe to notification by mail'] = "Subscribe to notification by mail";
$lang['Unsubscribe from notification by mail'] = "Unsubscribe from notification by mail";
$lang['Parameter'] = "Parameter";
-$lang['Processing treatment.
-
-Please wait...'] = "Processing treatment.
-
-Please wait...";
+$lang['Processing treatment.'] = 'Processing treatment.';
+$lang['Please wait...'] = 'Please wait...';
$lang['Continue processing treatment'] = "Continue processing treatment";
$lang['Complementary mail content'] = "Complementary mail content";
$lang['Add detailed content'] = "Add detailed content";
@@ -734,7 +731,8 @@ $lang['Install on your computer,'] = 'Install on your computer,';
$lang['Make this theme available to users'] = 'Make this theme available to users';
$lang['Page end'] = 'Page end';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.\nPlease wait...'] = 'Processing treatment.\nPlease wait...';
+$lang['Processing treatment.'] = 'Processing treatment.';
+$lang['Please wait...'] = 'Please wait...';
$lang['Read Piwigo Documentation'] = 'Read Piwigo Documentation';
$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';