From b1b9b1b1fadb2101bf82c407170f1cfbd0fe938d Mon Sep 17 00:00:00 2001 From: ddtddt Date: Wed, 16 Oct 2013 18:50:50 +0000 Subject: [trunk] - language - new language en_GB Thanks to Cadencia git-svn-id: http://piwigo.org/svn/trunk@24940 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_GB/admin.lang.php | 113 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 language/en_GB/admin.lang.php (limited to 'language/en_GB/admin.lang.php') diff --git a/language/en_GB/admin.lang.php b/language/en_GB/admin.lang.php new file mode 100644 index 000000000..779075781 --- /dev/null +++ b/language/en_GB/admin.lang.php @@ -0,0 +1,113 @@ +%s merged into tag %s'] = 'Keywords %s merged into keyword %s'; +$lang['The %d following tags were deleted'] = "The following %d keywords have been deleted"; +$lang['The anomaly will be ignored until next application version'] = "The anomaly will be ignored until the next version of the application"; +$lang['The following tag was deleted'] = 'The following keyword was deleted'; +$lang['The number of comments a page must be between 5 and 50 included.'] = "The number of comments on a page must be between 5 and 50 inclusive."; +$lang['The webmaster has subscribed you to receiving notifications by mail.'] = "The webmaster has added you to the mail notification list."; +$lang['The webmaster has unsubscribed you from receiving notifications by mail.'] = "The webmaster has removed you from the list for receiving notifications by mail."; +$lang['There is no available subscribers to mail.'] = "There are no subscribers to be notified by mail."; +$lang['Thumbnails generation in progress...'] = 'Thumbnail generation in progress...'; +$lang['Time to send mail is limited. Others mails are skipped.'] = "The maximum time for sending mail has been exceeded. Remaining emails have been skipped."; +$lang['Update albums informations'] = "Update album information"; +$lang['Update photos information'] = "Update photo information"; +$lang['User list'] = "User list"; +$lang['Virtual albums to move'] = "Virtual albums to be moved"; +$lang['With no tag'] = 'With no keyword'; +$lang['You are running on development sources, no check possible.'] = "You are running a development version, no check possible."; +$lang['You have specified $conf[\'order_by\'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf[\'order_by_custom\'] !'] = 'You have specified $conf[\'order_by\'] in your local configuration file, this parameter is deprecated, please remove it or rename it to $conf[\'order_by_custom\'] !'; +$lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = "Please upgrade your system to take full advantage of the application, otherwise it might work improperly, or not at all"; + +?> \ No newline at end of file -- cgit v1.2.3