fix one line per constant and remove $Id$
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php # $Id:$
|
||||
<?php
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
@ -1025,7 +1025,8 @@
|
||||
@define('CURRENT_TAB', 'Current tab: ');
|
||||
@define('PINGBACKS', 'Pingbacks');
|
||||
@define('NO_PINGBACKS', 'No Pingbacks');
|
||||
@define('GROUP_NAME_DESC', "Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.");@define('INSTALLER_CLI_TOOLS', 'Server-side command line tools');
|
||||
@define('GROUP_NAME_DESC', "Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.");
|
||||
@define('INSTALLER_CLI_TOOLS', 'Server-side command line tools');
|
||||
@define('INSTALLER_CLI_TOOLNAME', 'CLI tool');
|
||||
@define('INSTALLER_CLI_TOOLSTATUS', 'Executable?');
|
||||
@define('VIDEO', 'Video');
|
||||
@ -1045,7 +1046,8 @@
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
@define('SYNDICATION_PLUGIN_SUBTOME', 'subToMe');
|
||||
@define('SYNDICATION_PLUGIN_SUBTOME_DESC', 'Show the subToMe button, a layer to make feed subscription easier');
|
||||
@define('SYNDICATE_THIS_BLOG', 'Subscribe');@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)');
|
||||
@define('SYNDICATE_THIS_BLOG', 'Subscribe');
|
||||
@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)');
|
||||
@define('INSTALL_BACKENDPOPUP', 'Enable use of popup windows for the backend');
|
||||
@define('INSTALL_BACKENDPOPUP_DESC', 'Do you want to use popup windows for some backend functionality? When disabled (default), inline modal dialogs will be used for e.g. the category selector and media library.');
|
||||
@define('UPDATE_STABLE', 'stable');
|
||||
@ -1092,7 +1094,8 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('INSTALL_PASSWORD2', 'Admin password (verify)');
|
||||
@define('INSTALL_PASSWORD2_DESC', 'Password for admin login, enter again to verify.');@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
|
||||
@define('INSTALL_PASSWORD2_DESC', 'Password for admin login, enter again to verify.');
|
||||
@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR', 'Force specific backend popups');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma seperated list of places here. Available places are: ');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
|
Reference in New Issue
Block a user