Archived
New language constants, hopefully caught all i18n's. Please check.
This commit is contained in:
@@ -158,3 +158,46 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -966,3 +966,46 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -1004,3 +1004,46 @@ $i18n_filename_to = array (
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -1004,3 +1004,46 @@ $i18n_filename_to = array (
|
||||
@define('SUMMARY', 'Souhrn');@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -973,3 +973,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
@define('HAVE_TO_BE_LOGGED_ON', 'Sie müssen angemeldet sein, um diese Seite zu sehen');
|
||||
@define('WRONG_USERNAME_OR_PASSWORD', 'Das Passwort oder der Username war falsch. Bitte wiederholen Sie die Eingabe.');
|
||||
@define('APPEARANCE', 'Aussehen');
|
||||
@define('MANAGE_STYLES', 'Styles verwalten');
|
||||
@define('MANAGE_STYLES', 'Templates verwalten');
|
||||
@define('CONFIGURE_PLUGINS', 'Plugins verwalten');
|
||||
@define('CONFIGURATION', 'Konfiguration');
|
||||
@define('BACK_TO_BLOG', 'Zurück zum Blog');
|
||||
@@ -960,7 +960,7 @@
|
||||
@define('PERMISSION_HIDDENGROUP', 'Hidden group / Non-Author');
|
||||
|
||||
@define('SEARCH_FULLENTRY', 'Show full entry');
|
||||
@define('NAVLINK_AMOUNT', 'Anzahl der Links in der Navigationsleiste (Styles verwalten-Seite muss danach neu geladen werden)');
|
||||
@define('NAVLINK_AMOUNT', 'Anzahl der Links in der Navigationsleiste (Templates verwalten-Seite muss danach neu geladen werden)');
|
||||
@define('NAV_LINK_TEXT', 'Text des Navigationsleisten-Links');
|
||||
@define('NAV_LINK_URL', 'URL des Navigationsleisten-Links');
|
||||
@define('MODERATE_SELECTED_COMMENTS', 'Markierte Kommentare freischalten');
|
||||
@@ -977,3 +977,46 @@
|
||||
|
||||
// added 2012-11-29
|
||||
@define('PLAIN_ASCII_NAMES', '(keine Sonderzeichen, Umlaute)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Vereinfachte Filter');
|
||||
@define('SIMPLE_FILTERS', 'Wenn aktiviert, werden Suchformulare und Filteroptionen auf die notwendigen Optionen reduziert. Ist diese Option deaktiviert, werden alle erweiterten Filteroptionen, z.b. beim Eintrags-Editor oder der Mediendatenbank, angezeigt.');
|
||||
@define('TOGGLE_SELECT', 'Zu Auswahl hinzufügen');
|
||||
@define('MORE', 'Mehr');
|
||||
@define('ENTRY_STATUS', 'Eintragsstatus');
|
||||
@define('SCHEDULED', 'Vorgemerkt');
|
||||
@define('PUBLISHED', 'Veröffentlicht');
|
||||
@define('ENTRY_METADATA', 'Eintrags-Metadaten');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Hauptmenü');
|
||||
@define('MENU_PERSONAL', 'Persönliches Menü');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Aktivität');
|
||||
@define('MENU_SETTINGS', 'Einstellungen');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Benutzer');
|
||||
@define('MENU_GROUPS', 'Gruppen');
|
||||
@define('MENU_MAINTENANCE', 'Wartung');
|
||||
@define('ALIGN_TOP', 'Oben');
|
||||
@define('ALIGN_LEFT', 'Links');
|
||||
@define('ALIGN_RIGHT', 'Rechts');
|
||||
@define('SHOW_METADATA', 'Metadaten zeigen');
|
||||
@define('RANGE_FROM', 'Von');
|
||||
@define('RANGE_TO', 'Bis');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Eintrag #%s veröffentlicht');
|
||||
@define('PUBLISH_ERROR', 'Fehler bei der Veröffentlichung:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update-Hinweis');
|
||||
@define('NEW_VERSION_AVAILABLE', 'Neue stabile Serendipity version verfpgbar: ');
|
||||
@define('MOVE', 'Bewegen');
|
||||
@define('MOVE_UP', 'Nach oben');
|
||||
@define('MOVE_DOWN', 'Nach unten');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Seitenleisten-Plugin installieren');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Ereignis-Plugin installieren');
|
||||
@define('TEMPLATE_OPTIONS', 'Template-Optionen');
|
||||
@define('CURRENT_TEMPLATE', 'Aktuelles Template');
|
||||
@define('TEMPLATE_INFO', 'Template-Informationen');
|
||||
@define('AVAILABLE_TEMPLATES', 'Verfügbare Templates');
|
||||
@define('TIMESTAMP_RESET', 'Das Datum wurde auf die aktuelle Systemzeit gesetzt.');
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
@define('HAVE_TO_BE_LOGGED_ON', 'You have to be logged in to view this page');
|
||||
@define('WRONG_USERNAME_OR_PASSWORD', 'You appear to have entered an invalid username or password');
|
||||
@define('APPEARANCE', 'Appearance');
|
||||
@define('MANAGE_STYLES', 'Manage Styles');
|
||||
@define('MANAGE_STYLES', 'Manage Templates');
|
||||
@define('CONFIGURE_PLUGINS', 'Configure Plugins');
|
||||
@define('CONFIGURATION', 'Configuration');
|
||||
@define('BACK_TO_BLOG', 'Back to Weblog');
|
||||
@@ -855,8 +855,8 @@
|
||||
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file');
|
||||
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)');
|
||||
|
||||
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
|
||||
@define('STYLE_OPTIONS', 'Theme/Style options');
|
||||
@define('STYLE_OPTIONS_NONE', 'This template has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
|
||||
@define('STYLE_OPTIONS', 'Template options');
|
||||
|
||||
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.');
|
||||
|
||||
@@ -959,7 +959,7 @@
|
||||
@define('PERMISSION_HIDDENGROUP', 'Hidden group / Non-Author');
|
||||
|
||||
@define('SEARCH_FULLENTRY', 'Show full entry');
|
||||
@define('NAVLINK_AMOUNT', 'Enter number of links in the navbar (needs reload of the Manage Styles page)');
|
||||
@define('NAVLINK_AMOUNT', 'Enter number of links in the navbar (needs reload of the Manage Templates page)');
|
||||
@define('NAV_LINK_TEXT', 'Enter the navbar link text');
|
||||
@define('NAV_LINK_URL', 'Enter the full URL of your link');
|
||||
@define('MODERATE_SELECTED_COMMENTS', 'Approve selected comments');
|
||||
@@ -976,3 +976,46 @@
|
||||
|
||||
// added 2012-11-29
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -992,3 +992,46 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -981,3 +981,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -972,3 +972,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -977,3 +977,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -972,3 +972,46 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -985,3 +985,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -975,3 +975,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -977,3 +977,46 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -893,3 +893,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -964,3 +964,46 @@ $i18n_filename_to = array (
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -973,3 +973,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@ $i18n_unknown = 'tw';
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -979,3 +979,46 @@ $i18n_unknown = 'tw';
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
+43
-5
@@ -1,5 +1,43 @@
|
||||
@define('MAINTAIN_TITLE', 'Maintenance');
|
||||
@define('MAINTAIN_CLEANCOMPILE_PASS', '<span class="perm_name">[smarty clearCompiledTemplate(%s)]</span>');
|
||||
@define('MAINTAIN_CLEANCOMPILE_FAIL', 'Error: %s not allowed / not available!');
|
||||
@define('MAINTAIN_CLEANCOMPILE_TITLE', 'Clear compiled Template');
|
||||
@define('MAINTAIN_CLEANCOMPILE_INFO', 'This will purge compiled files of this template only, but will leave the used runtime files by this current template file.');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -158,3 +158,46 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -966,3 +966,46 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -1004,3 +1004,46 @@ $i18n_filename_to = array (
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -1004,3 +1004,46 @@ $i18n_filename_to = array (
|
||||
@define('SUMMARY', 'Souhrn');@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -973,3 +973,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
@define('HAVE_TO_BE_LOGGED_ON', 'Sie müssen angemeldet sein, um diese Seite zu sehen');
|
||||
@define('WRONG_USERNAME_OR_PASSWORD', 'Das Passwort oder der Username war falsch. Bitte wiederholen Sie die Eingabe.');
|
||||
@define('APPEARANCE', 'Aussehen');
|
||||
@define('MANAGE_STYLES', 'Styles verwalten');
|
||||
@define('MANAGE_STYLES', 'Templates verwalten');
|
||||
@define('CONFIGURE_PLUGINS', 'Plugins verwalten');
|
||||
@define('CONFIGURATION', 'Konfiguration');
|
||||
@define('BACK_TO_BLOG', 'Zurück zum Blog');
|
||||
@@ -960,7 +960,7 @@
|
||||
@define('PERMISSION_HIDDENGROUP', 'Hidden group / Non-Author');
|
||||
|
||||
@define('SEARCH_FULLENTRY', 'Show full entry');
|
||||
@define('NAVLINK_AMOUNT', 'Anzahl der Links in der Navigationsleiste (Styles verwalten-Seite muss danach neu geladen werden)');
|
||||
@define('NAVLINK_AMOUNT', 'Anzahl der Links in der Navigationsleiste (Templates verwalten-Seite muss danach neu geladen werden)');
|
||||
@define('NAV_LINK_TEXT', 'Text des Navigationsleisten-Links');
|
||||
@define('NAV_LINK_URL', 'URL des Navigationsleisten-Links');
|
||||
@define('MODERATE_SELECTED_COMMENTS', 'Markierte Kommentare freischalten');
|
||||
@@ -977,3 +977,46 @@
|
||||
|
||||
// added 2012-11-29
|
||||
@define('PLAIN_ASCII_NAMES', '(keine Sonderzeichen, Umlaute)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Vereinfachte Filter');
|
||||
@define('SIMPLE_FILTERS', 'Wenn aktiviert, werden Suchformulare und Filteroptionen auf die notwendigen Optionen reduziert. Ist diese Option deaktiviert, werden alle erweiterten Filteroptionen, z.b. beim Eintrags-Editor oder der Mediendatenbank, angezeigt.');
|
||||
@define('TOGGLE_SELECT', 'Zu Auswahl hinzufügen');
|
||||
@define('MORE', 'Mehr');
|
||||
@define('ENTRY_STATUS', 'Eintragsstatus');
|
||||
@define('SCHEDULED', 'Vorgemerkt');
|
||||
@define('PUBLISHED', 'Veröffentlicht');
|
||||
@define('ENTRY_METADATA', 'Eintrags-Metadaten');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Hauptmenü');
|
||||
@define('MENU_PERSONAL', 'Persönliches Menü');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Aktivität');
|
||||
@define('MENU_SETTINGS', 'Einstellungen');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Benutzer');
|
||||
@define('MENU_GROUPS', 'Gruppen');
|
||||
@define('MENU_MAINTENANCE', 'Wartung');
|
||||
@define('ALIGN_TOP', 'Oben');
|
||||
@define('ALIGN_LEFT', 'Links');
|
||||
@define('ALIGN_RIGHT', 'Rechts');
|
||||
@define('SHOW_METADATA', 'Metadaten zeigen');
|
||||
@define('RANGE_FROM', 'Von');
|
||||
@define('RANGE_TO', 'Bis');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Eintrag #%s veröffentlicht');
|
||||
@define('PUBLISH_ERROR', 'Fehler bei der Veröffentlichung:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update-Hinweis');
|
||||
@define('NEW_VERSION_AVAILABLE', 'Neue stabile Serendipity version verfpgbar: ');
|
||||
@define('MOVE', 'Bewegen');
|
||||
@define('MOVE_UP', 'Nach oben');
|
||||
@define('MOVE_DOWN', 'Nach unten');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Seitenleisten-Plugin installieren');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Ereignis-Plugin installieren');
|
||||
@define('TEMPLATE_OPTIONS', 'Template-Optionen');
|
||||
@define('CURRENT_TEMPLATE', 'Aktuelles Template');
|
||||
@define('TEMPLATE_INFO', 'Template-Informationen');
|
||||
@define('AVAILABLE_TEMPLATES', 'Verfügbare Templates');
|
||||
@define('TIMESTAMP_RESET', 'Das Datum wurde auf die aktuelle Systemzeit gesetzt.');
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
@define('HAVE_TO_BE_LOGGED_ON', 'You have to be logged in to view this page');
|
||||
@define('WRONG_USERNAME_OR_PASSWORD', 'You appear to have entered an invalid username or password');
|
||||
@define('APPEARANCE', 'Appearance');
|
||||
@define('MANAGE_STYLES', 'Manage Styles');
|
||||
@define('MANAGE_STYLES', 'Manage Templates');
|
||||
@define('CONFIGURE_PLUGINS', 'Configure Plugins');
|
||||
@define('CONFIGURATION', 'Configuration');
|
||||
@define('BACK_TO_BLOG', 'Back to Weblog');
|
||||
@@ -855,8 +855,8 @@
|
||||
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file');
|
||||
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)');
|
||||
|
||||
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
|
||||
@define('STYLE_OPTIONS', 'Theme/Style options');
|
||||
@define('STYLE_OPTIONS_NONE', 'This template has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
|
||||
@define('STYLE_OPTIONS', 'Template options');
|
||||
|
||||
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.');
|
||||
|
||||
@@ -959,7 +959,7 @@
|
||||
@define('PERMISSION_HIDDENGROUP', 'Hidden group / Non-Author');
|
||||
|
||||
@define('SEARCH_FULLENTRY', 'Show full entry');
|
||||
@define('NAVLINK_AMOUNT', 'Enter number of links in the navbar (needs reload of the Manage Styles page)');
|
||||
@define('NAVLINK_AMOUNT', 'Enter number of links in the navbar (needs reload of the Manage Templates page)');
|
||||
@define('NAV_LINK_TEXT', 'Enter the navbar link text');
|
||||
@define('NAV_LINK_URL', 'Enter the full URL of your link');
|
||||
@define('MODERATE_SELECTED_COMMENTS', 'Approve selected comments');
|
||||
@@ -976,3 +976,46 @@
|
||||
|
||||
// added 2012-11-29
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -992,3 +992,46 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -981,3 +981,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -972,3 +972,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -977,3 +977,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -976,3 +976,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -972,3 +972,46 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -985,3 +985,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -975,3 +975,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -977,3 +977,46 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -893,3 +893,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -964,3 +964,46 @@ $i18n_filename_to = array (
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -973,3 +973,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@ $i18n_unknown = 'tw';
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -978,3 +978,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -979,3 +979,46 @@ $i18n_unknown = 'tw';
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -974,3 +974,46 @@
|
||||
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
||||
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
||||
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
{if $error_name}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> Could not create category: Name already in use</span> {* i18n *}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.CATEGORY_ALREADY_EXIST|sprintf:$cat_data.category_name|escape}</span>
|
||||
{/if}
|
||||
{/if}
|
||||
{if $doDelete}
|
||||
@@ -184,7 +184,7 @@
|
||||
|
||||
<ul class="plainList clearfix edit_actions">
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=category&serendipity[adminAction]=edit&serendipity[cid]={$category.categoryid}" title="{$CONST.EDIT} {$category.category_name|escape}"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.EDIT}</span></a></li>
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=category&serendipity[adminAction]=newSub&serendipity[cid]={$category.categoryid}" title="Create Subcategory"><span class="icon-plus"></span><span class="visuallyhidden"> Create Subcategory</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=category&serendipity[adminAction]=newSub&serendipity[cid]={$category.categoryid}" title="Create Subcategory"><span class="icon-plus"></span><span class="visuallyhidden"> {$CONST.CREATE_NEW_CAT}</span></a></li>
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=category&serendipity[adminAction]=delete&serendipity[cid]={$category.categoryid}" title="{$CONST.DELETE} {$category.category_name|escape}"><span class="icon-trash"></span><span class="visuallyhidden"> {$CONST.DELETE}</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<input name="serendipity[page]" type="hidden" value="{$page}">
|
||||
|
||||
<ul class="filters_toolbar plainList">
|
||||
<li><a class="button_link" href="#filter_comments" title="Show filters"><span class="icon-filter"></span><span class="visuallyhidden"> Show filters</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="#filter_comments" title="Show filters"><span class="icon-filter"></span><span class="visuallyhidden"> {$CONST.FILTERS}</span></a></li>
|
||||
<li><div class="backend_comments">{$backend_comments_top}</div></li>
|
||||
</ul>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
{foreach $comments AS $comment}
|
||||
<li id="comment_{$comment.id}" class="clearfix {cycle values="odd,even"} {if ($comment.status == 'pending') || ($comment.status == 'confirm')}pending{/if}"><div class="form_check">
|
||||
<input id="multidelete_comment{$comment.id}" class="multidelete" type="checkbox" name="serendipity[delete][{$comment.id}]" value="{$comment.entry_id}" data-multidelid="comment_{$comment.id}">
|
||||
<label for="serendipity_multidelete_comment_{$comment.id}" class="visuallyhidden">Multiselect this comment</label> {* i18n *}
|
||||
<label for="serendipity_multidelete_comment_{$comment.id}" class="visuallyhidden">{$CONST.TOGGLE_SELECT}</label>
|
||||
</div>
|
||||
|
||||
<h4 id="c{$comment.id}">{$comment.author|escape|truncate:40:"…"} {$CONST.IN} {($comment.type == 'NORMAL') ? $CONST.COMMENT : (($comment.type == 'TRACKBACK') ? $CONST.TRACKBACK : $CONST.PINGBACK )} #{$comment.id} - {$CONST.IN_REPLY_TO}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{if $item.guessedInput}
|
||||
{if $item.type == 'bool'}
|
||||
<fieldset class="clearfix {$zebra_class}">
|
||||
<span class="wrap_legend"><legend>{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</legend></span> {* i18n *}
|
||||
<span class="wrap_legend"><legend>{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</legend></span>
|
||||
<div class="clearfix grouped">
|
||||
{$item.guessedInput}
|
||||
</div>
|
||||
@@ -37,7 +37,7 @@
|
||||
</fieldset>
|
||||
{else}
|
||||
<div class="clearfix {$zebra_class} form_{if $item.type == 'list'}select{elseif $item.type == 'multilist'}multiselect{elseif $item.type == 'textarea'}area{else}field{/if}">
|
||||
<label for="{$item.var}">{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label>{* i18n *}
|
||||
<label for="{$item.var}">{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</label>
|
||||
{$item.guessedInput}
|
||||
{if $item.description != ''}
|
||||
<span id="{$item.var}_info" class="field_info additional_info">{$item.description}</span>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<input name="serendipity[adminAction]" type="hidden" value="editSelect">
|
||||
|
||||
<ul class="filters_toolbar plainList">
|
||||
<li><a class="button_link" href="#filter_entries" title="Show filters"><span class="icon-filter"></span><span class="visuallyhidden"> Show filters</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="#filter_entries" title="{$CONST.FILTERS}"><span class="icon-filter"></span><span class="visuallyhidden"> {$CONST.FILTERS}</span></a></li>
|
||||
<li><a class="button_link" href="#sort_entries" title="{$CONST.SORT_ORDER}"><span class="icon-sort"></span><span class="visuallyhidden"> {$CONST.SORT_ORDER}</span></a></li>
|
||||
{if NOT $simpleFilters}
|
||||
<li><a class="button_link" href="#entry_skip" title="{$CONST.EDIT_ENTRY} #"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.EDIT_ENTRY} #</span></a></li>
|
||||
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form_select">
|
||||
<label for="filter_draft">Entry status</label> {* i18n *}
|
||||
<label for="filter_draft">{$CONST.ENTRY_STATUS}</label>
|
||||
<select id="filter_draft" name="serendipity[filter][isdraft]">
|
||||
<option value="all">{$CONST.COMMENTS_FILTER_ALL}</option>
|
||||
<option value="draft" {(isset($get.filter.isdraft) && ($get.filter.isdraft == 'draft') ? 'selected' : '')}>{$CONST.DRAFT}</option>
|
||||
@@ -133,7 +133,7 @@
|
||||
<li id="entry_{$entry.id}" class="clearfix {cycle values="odd,even"}">
|
||||
{if NOT $simpleFilters}
|
||||
<div class="form_check">
|
||||
<input id="multidelete_entry{$entry.id}" class="multidelete" name="serendipity[multiDelete][]" type="checkbox" value="{$entry.id}" data-multidelid="entry_{$entry.id}"><label for="multidelete_entry{$entry.id}" class="visuallyhidden">Select #{$entry_id} for multidelete</label> {* i18n *}
|
||||
<input id="multidelete_entry{$entry.id}" class="multidelete" name="serendipity[multiDelete][]" type="checkbox" value="{$entry.id}" data-multidelid="entry_{$entry.id}"><label for="multidelete_entry{$entry.id}" class="visuallyhidden">{CONST.TOGGLE_SELECT} (#{$entry_id})</label>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -162,10 +162,10 @@
|
||||
{/if}
|
||||
</span>
|
||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
||||
<span class="entry_status status_future">Scheduled{* $CONST.ENTRY_PUBLISHED_FUTURE *}</span>{* i18n *}
|
||||
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
|
||||
{/if}
|
||||
{if ($entry.timestamp < $serverOffsetHour) && !$entry.isdraft}
|
||||
<span class="entry_status status_published">Published</span> {* i18n *}
|
||||
<span class="entry_status status_published">{$CONST.PUBLISHED}</span>
|
||||
{/if}
|
||||
{if $entry.ep_is_sticky}
|
||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
<div id="edit_entry_submit">
|
||||
<button id="reset_timestamp" class="button_link" type="button" href="#serendipityNewTimestamp" data-currtime="{$entry_vars.reset_timestamp|@formatTime:'o-m-d\TH:i':true:false:true}" title="{$CONST.RESET_DATE_DESC}"><span class="icon-clock"></span><span class="visuallyhidden"> {$CONST.RESET_DATE}</span></button>
|
||||
<a id="select_category" class="button_link icon_link" href="#edit_entry_category" title="Select category"><span class="icon-list-bullet"></span><span class="visuallyhidden">Select category</span></a> {* i18n *}
|
||||
<a id="select_category" class="button_link icon_link" href="#edit_entry_category" title="Select category"><span class="icon-list-bullet"></span><span class="visuallyhidden">{$CONST.CATEGORIES}</span></a>
|
||||
<input class="entry_preview" type="submit" value="{$CONST.PREVIEW}">
|
||||
<input type="submit" value="{$CONST.SAVE}">
|
||||
</div>
|
||||
@@ -61,7 +61,7 @@
|
||||
</div>
|
||||
|
||||
<div id="edit_entry_metadata" class="clearfix">
|
||||
<button id="toggle_metadata" class="icon_link" type="button"><span class="icon-right-dir"></span> Entry metadata</button> {* i18n *}
|
||||
<button id="toggle_metadata" class="icon_link" type="button"><span class="icon-right-dir"></span> {$CONST.ENTRY_METADATA}</button>
|
||||
|
||||
<div id="meta_data" class="additional_info">
|
||||
{if $entry_vars.allowDateManipulation}
|
||||
@@ -73,7 +73,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
<div id="edit_entry_status" class="form_select">
|
||||
<label for="entry_status">Entry status</label> {* i18n *}
|
||||
<label for="entry_status">{$CONST.ENTRY_STATUS}</label>
|
||||
<select id="entry_status" name="serendipity[isdraft]">
|
||||
{if $entry_vars.serendipityRightPublish}
|
||||
<option value="false"{if $entry_vars.draft_mode == 'publish'} selected{/if}>{$CONST.PUBLISH}</option>
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
|
||||
<ul class="plainList clearfix edit_actions">
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryEdit&serendipity[dir]={$folder.relpath|escape}" title="{$CONST.EDIT} {$folder.name}"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.EDIT}</span></a></li>
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryCreateSub&serendipity[dir]={$folder.relpath|escape}" title="Create Subfolder"><span class="icon-plus"></span><span class="visuallyhidden"> Create Subfolder</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryCreateSub&serendipity[dir]={$folder.relpath|escape}" title="Create Subfolder"><span class="icon-plus"></span><span class="visuallyhidden"> {$CONST.CREATE_DIRECTORY}</span></a></li>
|
||||
<li><a class="button_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryDelete&serendipity[dir]={$folder.relpath|escape}" title="{$CONST.DELETE} {$folder.name}"><span class="icon-trash"></span><span class="visuallyhidden"> {$CONST.DELETE}</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{if $importForm}
|
||||
{if $die}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> FAILURE: Unable to require import module, possible syntax error?</span> {* i18n *}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.INCLUDE_ERRORFAILURE|sprintf:'importer'}</span>
|
||||
{else}
|
||||
{if $validateData}
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.IMPORT_STARTING}</span>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<header id="top">
|
||||
<div id="banner{if not $admin_vars.is_logged_in}_install{/if}" class="clearfix">
|
||||
{if $admin_vars.is_logged_in}
|
||||
<a id="nav-toggle" class="button_link" href="#main_menu"><span class="icon-menu"></span><span class="visuallyhidden"> Navigation</span></a> {* i18n *}
|
||||
<a id="nav-toggle" class="button_link" href="#main_menu"><span class="icon-menu"></span><span class="visuallyhidden"> {$CONST.NAVIGATION}</span></a>
|
||||
{/if}
|
||||
{if $admin_vars.admin_installed}
|
||||
<h1><a href="serendipity_admin.php"><span class="visuallyhidden">{$CONST.SERENDIPITY_ADMIN_SUITE}: </span>{$blogTitle}</a></h1>
|
||||
@@ -62,12 +62,12 @@
|
||||
{else}
|
||||
{if NOT $admin_vars.no_sidebar}
|
||||
<nav id="main_menu">
|
||||
<h2 class="visuallyhidden">Main menu</h2> {* i18n *}
|
||||
<h2 class="visuallyhidden">{$CONST.MAIN_MENU}</h2>
|
||||
|
||||
<ul class="clearfix">
|
||||
<li id="user_menu"><h3>{$admin_vars.self_info}</h3>
|
||||
<ul class="clearfix">
|
||||
<li><a class="button_link" href="serendipity_admin.php" title="Dashboard"><span class="icon-home"></span><span class="visuallyhidden"> Dashboard</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="serendipity_admin.php" title="{$CONST.MENU_DASHBOARD}"><span class="icon-home"></span><span class="visuallyhidden"> {$CONST.MENU_DASHBOARD}</span></a></li>
|
||||
{if 'personalConfiguration'|checkPermission}
|
||||
<li><a class="button_link" href="serendipity_admin.php?serendipity[adminModule]=personal" title="{$CONST.PERSONAL_SETTINGS}"><span class="icon-cog-alt"></span><span class="visuallyhidden"> {$CONST.PERSONAL_SETTINGS}</span></a></li>
|
||||
{/if}
|
||||
@@ -76,7 +76,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
{if 'adminEntries'|checkPermission OR 'adminEntriesPlugins'|checkPermission}
|
||||
<li><h3>Content</h3> {* i18n *}
|
||||
<li><h3>{$CONST.CONTENT}</h3>
|
||||
<ul>
|
||||
{if 'adminEntries'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=entries&serendipity[adminAction]=new">{$CONST.NEW_ENTRY}</a></li>
|
||||
@@ -112,7 +112,7 @@
|
||||
</li>
|
||||
{/if}
|
||||
{if 'adminComments'|checkPermission}
|
||||
<li><h3>Activity</h3> {* i18n *}
|
||||
<li><h3>{$CONST.MENU_ACTIVITY}</h3>
|
||||
<ul>
|
||||
{if 'adminComments'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=comments">{$CONST.COMMENTS}</a></li>
|
||||
@@ -124,24 +124,24 @@
|
||||
</li>
|
||||
{/if}
|
||||
{if 'adminUsersGroups'|checkPermission OR 'adminImport'|checkPermission OR 'siteConfiguration'|checkPermission OR 'blogConfiguration'|checkPermission OR 'adminUsers'|checkPermission OR 'adminTemplates'|checkPermission OR 'adminPlugins'|checkPermission}
|
||||
<li><h3>Settings</h3> {* i18n *}
|
||||
<li><h3>{$CONST.MENU_SETTINGS}</h3>
|
||||
<ul>
|
||||
{if 'siteConfiguration'|checkPermission OR 'blogConfiguration'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=configuration">{$CONST.CONFIGURATION}</a></li>
|
||||
{/if}
|
||||
{if 'adminTemplates'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=templates">Designs</a></li> {* i18n *}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=templates">{$CONST.MENU_TEMPLATES}</a></li>
|
||||
{/if}
|
||||
{if 'adminPlugins'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=plugins">Plugins</a></li> {* i18n *}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=plugins">{$CONST.MENU_PLUGINS}</a></li>
|
||||
{/if}
|
||||
{if 'adminUsers'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=users">Users</a></li> {* i18n *}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=users">{$CONST.MENU_USERS}</a></li>
|
||||
{/if}
|
||||
{if 'adminUsersGroups'|checkPermission}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=groups">Groups</a></li> {* i18n *}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=groups">{$CONST.MENU_GROUPS}</a></li>
|
||||
{/if}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=maintenance">Maintenance</a></li> {* i18n *}
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=maintenance">{$CONST.MENU_MAINTENANCE}</a></li>
|
||||
{if $admin_vars.no_create !== true}
|
||||
{serendipity_hookPlugin hook="backend_sidebar_admin" hookAll="true"}
|
||||
{/if}
|
||||
|
||||
@@ -115,17 +115,17 @@ if (parent.frames && parent.frames['tree']) {
|
||||
<div class="clearfix">
|
||||
<div class="form_radio">
|
||||
<input id="image_align_top" name="serendipity[align]" {'align'|@ifRemember:''} type="radio" value="">
|
||||
<label for="image_align_top"><img src="{serendipity_getFile file='img/img_align_top.png'}" alt="Top"></label> {* i18n *}
|
||||
<label for="image_align_top"><img src="{serendipity_getFile file='img/img_align_top.png'}" alt="{$CONST.ALIGN_TOP}"></label>
|
||||
</div>
|
||||
|
||||
<div class="form_radio">
|
||||
<input id="image_align_left" name="serendipity[align]" {'align'|@ifRemember:'left':true} type="radio" value="left">
|
||||
<label for="image_align_left"><img src="{serendipity_getFile file='img/img_align_left.png'}" alt="Left"></label> {* i18n *}
|
||||
<label for="image_align_left"><img src="{serendipity_getFile file='img/img_align_left.png'}" alt="{$CONST.ALIGN_LEFT}"></label>
|
||||
</div>
|
||||
|
||||
<div class="form_radio">
|
||||
<input id="image_align_right" name="serendipity[align]" {'align'|@ifRemember:'right'} type="radio" value="right">
|
||||
<label for="image_align_right"><img src="{serendipity_getFile file='img/img_align_right.png'}" alt="Right"></label> {* i18n *}
|
||||
<label for="image_align_right"><img src="{serendipity_getFile file='img/img_align_right.png'}" alt="{$CONST.ALIGN_RIGHT}"></label>
|
||||
</div>
|
||||
</div>
|
||||
{serendipity_hookPlugin hookAll=true hook='frontend_image_selector_imagealign' eventData=$media.file}
|
||||
@@ -146,7 +146,7 @@ if (parent.frames && parent.frames['tree']) {
|
||||
|
||||
<div class="form_field">
|
||||
{* Could use input[type=url], but does that handle local URLs as well? Hm. *}
|
||||
<label for="media_file_path" class="visuallyhidden">Media file path</label> {* i18n *}
|
||||
<label for="media_file_path" class="visuallyhidden">{$CONST.FILTER_DIRECTORY}</label>
|
||||
{if $media.file.hotlink}
|
||||
<input id="media_file_path" name="serendipity[url]" type="text" value="{$media.file.path}">
|
||||
{else}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<article id="media_{$file.id}" class="media_file {cycle values="odd,even"}">
|
||||
<header class="clearfix">
|
||||
<div class="form_check">
|
||||
<input id="multidelete_image{$file.id}" class="multidelete" name="serendipity[multiDelete][]" type="checkbox" value="{$file.id}" data-multidelid="media_{$file.id}"><label for="multidelete_image{$file.id}" class="visuallyhidden">Select for multidelete</label> {* i18n *}
|
||||
<input id="multidelete_image{$file.id}" class="multidelete" name="serendipity[multiDelete][]" type="checkbox" value="{$file.id}" data-multidelid="media_{$file.id}"><label for="multidelete_image{$file.id}" class="visuallyhidden">{$CONST.TOGGLE_SELECT}</label>
|
||||
</div>
|
||||
|
||||
<h3 title="{$file.realname}">{$file.realname|truncate:30:"…"}{if $file.orderkey != ''}: {$file.orderkey|@escape}{/if}</h3>
|
||||
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
|
||||
<ul class="media_file_actions actions plainList clearfix">
|
||||
<li><a class="media_show_info button_link" href="#media_file_meta_{$file.id}" title="Show media info"><span class="icon-info-circled"></span><span class="visuallyhidden"> Show media info</span></a></li> {* i18n *}
|
||||
<li><a class="media_show_info button_link" href="#media_file_meta_{$file.id}" title="Show media info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.SHOW_METADATA}</span></a></li>
|
||||
{if $file.is_editable}
|
||||
<li><button class="media_rename button_link" type="button" title="{$CONST.MEDIA_RENAME}" data-fileid="{$file.id}" data-filename="{$file.name|escape:javascript}"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.MEDIA_RENAME}</span></button></li>
|
||||
{if $file.is_image AND NOT $file.hotlink}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{$media.token}
|
||||
{$media.form_hidden}
|
||||
<ul class="filters_toolbar clearfix plainList">
|
||||
<li><a class="button_link" href="#media_pane_filter" title="Show filters"><span class="icon-filter"></span><span class="visuallyhidden"> Show filters</span></a></li> {* i18n *}
|
||||
<li><a class="button_link" href="#media_pane_filter" title="Show filters"><span class="icon-filter"></span><span class="visuallyhidden"> {$CONST.FILTERS}</span></a></li>
|
||||
<li><a class="button_link" href="#media_pane_sort" title="{$CONST.SORT_ORDER}"><span class="icon-sort"></span><span class="visuallyhidden"> {$CONST.SORT_ORDER}</span></a></li>
|
||||
<li id="media_filter_path">
|
||||
<div class="form_select">
|
||||
@@ -44,19 +44,19 @@
|
||||
{if $so_val.type == 'date'}
|
||||
{if $media.filter[$so_key].from != '' OR $media.filter[$so_key].to != ''}{assign var="show_filter" value=$media.filter[$so_key]}{/if}
|
||||
<div class="form_field">
|
||||
<label for="serendipity_filter_{$so_key}_from" class="visuallyhidden">From</label> {* i18n *}
|
||||
<label for="serendipity_filter_{$so_key}_from" class="visuallyhidden">{$CONST.RANGE_FROM}</label>
|
||||
<input id="serendipity_filter_{$so_key}_from" name="serendipity[filter][{$so_key}][from]" type="date" value="{$media.filter[$so_key].from|@escape}">
|
||||
-
|
||||
<label for="serendipity_filter_{$so_key}_to" class="visuallyhidden">To</label> {* i18n *}
|
||||
<label for="serendipity_filter_{$so_key}_to" class="visuallyhidden">{$CONST.RANGE_TO}</label>
|
||||
<input id="serendipity_filter_{$so_key}_to" name="serendipity[filter][{$so_key}][to]" type="date" value="{$media.filter[$so_key].to|@escape}">
|
||||
</div>
|
||||
{elseif $so_val.type == 'intrange'}
|
||||
{if $media.filter[$so_key].from != '' OR $media.filter[$so_key].to != ''}{assign var="show_filter" value=$media.filter[$so_key]}{/if}
|
||||
<div class="form_field">
|
||||
<label for="serendipity_filter_{$so_key}_from" class="visuallyhidden">From</label> {* i18n *}
|
||||
<label for="serendipity_filter_{$so_key}_from" class="visuallyhidden">{$CONST.RANGE_FROM}</label>
|
||||
<input id="serendipity_filter_{$so_key}_from" name="serendipity[filter][{$so_key}][from]" type="text" value="{$media.filter[$so_key].from|@escape}">
|
||||
-
|
||||
<label for="serendipity_filter_{$so_key}_to" class="visuallyhidden">To</label> {* i18n *}
|
||||
<label for="serendipity_filter_{$so_key}_to" class="visuallyhidden">{$CONST.RANGE_TO}</label>
|
||||
<input id="serendipity_filter_{$so_key}_to" name="serendipity[filter][{$so_key}][to]" type="text" value="{$media.filter[$so_key].to|@escape}">
|
||||
</div>
|
||||
{elseif $so_val.type == 'authors'}
|
||||
@@ -166,7 +166,7 @@
|
||||
{$MEDIA_ITEMS}
|
||||
{if ($media.page != 1 && $media.page <= $media.pages)||$media.page != $media.pages}
|
||||
<nav class="pagination">
|
||||
<h3>{$CONST.PAGE_BROWSE_ENTRIES|sprintf:$media.page:$media.pages:$media.totalImages}</h3> {* i18n *}
|
||||
<h3>{$CONST.PAGE_BROWSE_ENTRIES|sprintf:$media.page:$media.pages:$media.totalImages}</h3>
|
||||
|
||||
<ul class="clearfix">
|
||||
<li class="prev">{if $media.page != 1 AND $media.page <= $media.pages}<a class="button_link" href="{$media.linkPrevious}" title="{$CONST.PREVIOUS}"><span class="icon-left-dir"></span><span class="visuallyhidden"> {$CONST.PREVIOUS}</span></a>{else}<span class="visuallyhidden">{$CONST.NO_ENTRIES_TO_PRINT}</span>{/if}</li>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
{$media.form_hidden}
|
||||
|
||||
<div class="clearfix tabs" id="mediaupload_tabs">
|
||||
<h3>Upload</h3> {* i18n *}
|
||||
<h3>{$CONST.UPLOAD}</h3>
|
||||
|
||||
<div class="panel">
|
||||
<div id="uploads" class="zebra_list">
|
||||
@@ -43,7 +43,7 @@
|
||||
<button id="add_upload" class="button_link" type="button" title="{$CONST.IMAGE_MORE_INPUT}"><span class="icon-plus"></span><span class="visuallyhidden"> {$CONST.IMAGE_MORE_INPUT}</span></button>
|
||||
</div>
|
||||
|
||||
<h3>Download</h3> {* i18n *}
|
||||
<h3>{$CONST.DOWNLOAD}</h3>
|
||||
|
||||
<div class="panel">
|
||||
<div id="downloads">
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
{$backend_frontpage_display}
|
||||
<div id="dashboard" class="clearfix">
|
||||
{if $published}
|
||||
<span class="msg_success"><span class="icon-ok-circled"></span> Entry #{$published} published</span> {* i18n *}
|
||||
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.ENTRY_PUBLISHED|sprintf:$published|escape}</span>
|
||||
{/if}
|
||||
{if $error_publish}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> Error publishing entry: {$error_publish}</span> {* i18n *}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.PUBLISH_ERROR}: {$error_publish}</span>
|
||||
{/if}
|
||||
|
||||
{if $update}
|
||||
<section id="dashboard_update">
|
||||
<h3>Update notification</h3> {* i18n *}
|
||||
<h3>{$CONST.UPDATE_NOTIFICATION}</h3>
|
||||
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> New stable Serendipity version available: {$curVersion}</span> {* i18n *}
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.NEW_VERSION_AVAILABLE} {$curVersion}</span>
|
||||
</section>
|
||||
{/if}
|
||||
<section id="dashboard_comments" class="equal_heights quick_list">
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
</ul>
|
||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour) && $entry.isdraft == "false"}
|
||||
<span class="entry_status status_future">Scheduled{* $CONST.ENTRY_PUBLISHED_FUTURE *}</span>{* i18n *}
|
||||
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
|
||||
{/if}
|
||||
{if $entry.ep_is_sticky}
|
||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<hr>
|
||||
{elseif $ctype == 'select'}
|
||||
<div class="clearfix form_select">
|
||||
<label for="serendipity_{$config_item}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label>
|
||||
<label for="serendipity_{$config_item}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</label>
|
||||
{* Make sure id creation actually produces unique identifiers *}
|
||||
<select id="serendipity_{$config_item}" class="direction_{$lang_direction}" name="serendipity[{$postKey}][{$config_item}]{($is_multi_select) ? '[]' : ''}" {($is_multi_select) ? 'multiple' : ''} {($is_multi_select && ($select_size > 0)) ? "size='{$select_size}'" : ''}>
|
||||
{foreach $select AS $select_value => $select_desc}
|
||||
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
{elseif $ctype == 'radio'}
|
||||
<fieldset>
|
||||
<span class="wrap_legend"><legend>{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</legend></span>
|
||||
<span class="wrap_legend"><legend>{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</legend></span>
|
||||
<div class="clearfix grouped">
|
||||
{foreach $radio_button AS $r}
|
||||
<div class="form_radio">
|
||||
@@ -29,13 +29,13 @@
|
||||
</fieldset>
|
||||
{elseif $ctype == 'string'}
|
||||
<div class="clearfix form_field">
|
||||
<label for="serendipity_{$config_item}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label>
|
||||
<label for="serendipity_{$config_item}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</label>
|
||||
<input id="serendipity_{$config_item}" class="direction_{$lang_direction}" name="serendipity[{$postKey}][{$config_item}]" type="{$input_type}" value="{$hvalue}">
|
||||
{if $cdesc != ''}<span id="{$config_item}_info" class="field_info additional_info">{$cdesc}</span>{/if}
|
||||
</div>
|
||||
{elseif (($ctype == 'html') || ($ctype == 'text'))}
|
||||
<div class="clearfix form_area">
|
||||
<label for="nuggets{$elcount}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#nuggets{$elcount}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label>
|
||||
<label for="nuggets{$elcount}">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#nuggets{$elcount}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</label>
|
||||
|
||||
<textarea id="nuggets{$elcount}" class="direction_{$lang_direction}" name="serendipity[{$postKey}][{$config_item}]" rows="{$text_rows}">{$hvalue}</textarea>
|
||||
{if $cdesc != ''}<span id="nuggets{$elcount}_info" class="field_info additional_info">{$cdesc}</span>{/if}
|
||||
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
{elseif $ctype == 'media'}
|
||||
<div class="clearfix form_field media_choose">
|
||||
<label for="serendipity[{$postKey}][{$config_item}]">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$postKey}_{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label> {* i18n *}
|
||||
<label for="serendipity[{$postKey}][{$config_item}]">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$postKey}_{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</label>
|
||||
|
||||
<input id="serendipity[{$postKey}][{$config_item}]" class="change_preview" name="serendipity[{$postKey}][{$config_item}]" type="text" data-configitem="{$config_item}" data-pmwidth="{$preview_width}" data-pmheight="{$preview_height}" value="{$value}">{* This should maybe be input[type=file] *}
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
{elseif $ctype == 'sequence'}
|
||||
<fieldset>
|
||||
<span class="wrap_legend"><legend>{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</legend></span>
|
||||
<span class="wrap_legend"><legend>{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>{/if}</legend></span>
|
||||
<input id="{$config_item}_value" name="serendipity[{$postKey}][{$config_item}]" type="hidden" value="{$value}">
|
||||
|
||||
<noscript>
|
||||
@@ -76,12 +76,12 @@
|
||||
{foreach $order_id as $orid}
|
||||
<li id="{$orid['id']}" class="sequence_item pluginmanager_item_even">
|
||||
<div id="g{$orid['id']}" class="pluginmanager_grablet sequence_grablet">
|
||||
<button class="icon_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button>{* i18n *}
|
||||
<button class="icon_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> {$CONST.MOVE}</span></button>
|
||||
</div>
|
||||
{if $checkable}
|
||||
<div class="form_check">
|
||||
<input id="activate_{$orid['id']}" name="serendipity[{$postKey}][activate][{$config_item}][{$orid['id']}]" {(in_array($orid['id'], $store_order)) ? ' checked="checked" ' : ''} type="checkbox" value="{$orid['id']}">
|
||||
<label for="activate_{$orid['id']}" class="visuallyhidden">Activate</label> {* i18n *}
|
||||
<label for="activate_{$orid['id']}" class="visuallyhidden">{$CONST.PLUGIN_ACTIVE} / {$CONST.PLUGIN_INACTIVE}</label>
|
||||
</div>
|
||||
{/if}
|
||||
<span>{$items[{$orid['id']}]['display']}</span>
|
||||
@@ -93,12 +93,12 @@
|
||||
{if ($orid['sort_idx'] == 0)}
|
||||
|
||||
{else}
|
||||
<button id="{$postKey}_{$config_item}_{$orid['sort_idx']}_up" class="icon_link" name="serendipity[{$postKey}][override][{$config_item}]" type="submit" value="{$orid['oneup']}"><span class="icon-up-dir"></span><span class="visuallyhidden"> Move Up</span></button> {* i18n *}
|
||||
<button id="{$postKey}_{$config_item}_{$orid['sort_idx']}_up" class="icon_link" name="serendipity[{$postKey}][override][{$config_item}]" type="submit" value="{$orid['oneup']}"><span class="icon-up-dir"></span><span class="visuallyhidden"> {$CONST.MOVE_UP}</span></button>
|
||||
{/if}
|
||||
{if ($orid['sort_idx'] == $last)}
|
||||
|
||||
{else}
|
||||
<button id="{$postKey}_{$config_item}_{$orid['sort_idx']}_down" class="icon_link" name="serendipity[{$postKey}][override][{$config_item}]" type="submit" value="{$orid['onedown']}"><span class="icon-down-dir"></span><span class="visuallyhidden"> Move Down</span></button> {* i18n *}
|
||||
<button id="{$postKey}_{$config_item}_{$orid['sort_idx']}_down" class="icon_link" name="serendipity[{$postKey}][override][{$config_item}]" type="submit" value="{$orid['onedown']}"><span class="icon-down-dir"></span><span class="visuallyhidden"> {$CONST.MOVE_DOWN}</span></button>
|
||||
{/if}
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<div class="tabs" id="pluginlist_tabs">
|
||||
<section id="pluginlist_sidebar" class="panel">
|
||||
<h3>{$CONST.SIDEBAR_PLUGINS}</h3>
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew" title='{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.SIDEBAR_PLUGIN}"}'>Install a new sidebar plugin</a> {* i18n *}
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew" title='{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.SIDEBAR_PLUGIN}"}'>{$CONST.INSTALL_NEW_SIDEBAR_PLUGIN}</a>
|
||||
|
||||
{$backend_plugins_sidebar_header}
|
||||
{$sidebar_plugins}
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
<section id="pluginlist_event" class="panel">
|
||||
<h3>{$CONST.EVENT_PLUGINS}</h3>
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew&serendipity[type]=event" title='{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.EVENT_PLUGIN}"}'>Install a new event plugin</a> {* i18n *}
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew&serendipity[type]=event" title='{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.EVENT_PLUGIN}"}'>{$CONST.INSTALL_NEW_EVENT_PLUGIN}</a>
|
||||
|
||||
{$backend_plugins_event_header}
|
||||
{$event_plugins}
|
||||
@@ -148,7 +148,7 @@
|
||||
</div>
|
||||
{if $memsnaps}
|
||||
<section>
|
||||
<h3>Memory Usage</h3> {* i18n *}
|
||||
<h3>RAM</h3>
|
||||
|
||||
<pre>{$memSnaps|print_r}</pre>
|
||||
</section>
|
||||
|
||||
@@ -780,7 +780,7 @@ var AccessifyHTML5 = function (defaults, more_fixes) {
|
||||
}
|
||||
e.preventDefault();
|
||||
// Inline notification, we might want to make this reuseable
|
||||
$('<span id="msg_timestamp" class="msg_notice"><span class="icon-info-circled"></span>Timestamp has been reset <a class="remove_msg" href="#msg_timestamp"><span class="icon-cancel"></span><span class="visuallyhidden">Remove message</span></a></span>').insertBefore('#edit_entry_title'); // i18n
|
||||
$('<span id="msg_timestamp" class="msg_notice"><span class="icon-info-circled"></span>{$CONST.TIMESTAMP_RESET} <a class="remove_msg" href="#msg_timestamp"><span class="icon-cancel"></span><span class="visuallyhidden">{$CONST.HIDE}</span></a></span>').insertBefore('#edit_entry_title');
|
||||
// Remove timestamp msg
|
||||
$('.remove_msg').click(function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
{if $plugin_data['is_plugin_editable']}
|
||||
<div class="form_check">
|
||||
<input id="remove_{$plugin_data['name']}" class="multidelete" name="serendipity[plugin_to_remove][]" type="checkbox" value="{$plugin_data['name']}" data-multidelid="{$plugin_data['css_key']}">
|
||||
<label for="remove_{$plugin_data['name']}" class="visuallyhidden">Remove this plugin</label> {* i18n *}
|
||||
<label for="remove_{$plugin_data['name']}" class="visuallyhidden">{$CONST.REMOVE_TICKED_PLUGINS}</label>
|
||||
</div>
|
||||
{/if}
|
||||
<h5>
|
||||
@@ -27,7 +27,7 @@
|
||||
</h5>
|
||||
|
||||
<div id="g{$plugin_data['css_key']}" class="pluginmanager_grablet">
|
||||
<button id="grab{$plugin_data['css_key']}" class="icon_link button_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button> {* i18n *}
|
||||
<button id="grab{$plugin_data['css_key']}" class="icon_link button_link" type="button" title="{$CONST.MOVE}"><span class="icon-move"></span><span class="visuallyhidden"> {$CONST.MOVE}</span></button>
|
||||
</div>
|
||||
|
||||
{if $plugin_data['can_configure']}
|
||||
@@ -66,15 +66,15 @@
|
||||
{if $plugin_data.sort_idx == 0}
|
||||
{else}
|
||||
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+up&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
||||
<span class="icon-up-dir"></span><span class="visuallyhidden"> UP</span>
|
||||
</a> {* i18n *}
|
||||
<span class="icon-up-dir"></span><span class="visuallyhidden"> {$CONST.MOVE_UP}</span>
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
{if $sort_idx == $total - 1}
|
||||
{else}
|
||||
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+down&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
||||
<span class="icon-down-dir"></span><span class="visuallyhidden"> DOWN</span>
|
||||
</a> {* i18n *}
|
||||
<span class="icon-down-dir"></span><span class="visuallyhidden"> {$CONST.MOVE_DOWN}</span>
|
||||
</a>
|
||||
{/if}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{if $adminAction == 'editConfiguration'}
|
||||
<section id="template_options">
|
||||
<h2>Design options ({$cur_template})</h2> {* i18n *}
|
||||
<h2>{$CONST.STYLE_OPTIONS} ({$cur_template})</h2>
|
||||
{if $has_config}
|
||||
{if $adminAction == 'configure'}
|
||||
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.DONE}: {$save_time}</span>
|
||||
@@ -26,7 +26,7 @@
|
||||
{else}
|
||||
<section id="template_select">
|
||||
{assign var="cur_tpl" value=$templates[$cur_template]}
|
||||
<h2>Current Design</h2> {* i18n *}
|
||||
<h2>{$CONST.CURRENT_TEMPLATE}</h2>
|
||||
|
||||
<article class="clearfix current_template">
|
||||
<h3>{$cur_tpl.info.name}</h3>
|
||||
@@ -48,19 +48,19 @@
|
||||
<dd>{$cur_tpl.info.author}</dd>
|
||||
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
|
||||
<dd>{$cur_tpl.info.date}</dd>
|
||||
<dt class="template_admin">Has admin design:</dt> {* i18n *}
|
||||
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}:</dt>
|
||||
<dd>{$cur_tpl.info.custom_admin_interface}</dd>
|
||||
</dl>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="template_show_info button_link" type="button" data-href="#template_info_cur" title="Show template info"><span class="icon-info-circled"></span><span class="visuallyhidden"> Show template info</span></button> {* i18n *}
|
||||
<button class="template_show_info button_link" type="button" data-href="#template_info_cur" title="{$CONST.TEMPLATE_INFO}"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.TEMPLATE_INFO}</span></button>
|
||||
|
||||
<a class="button_link" href="?serendipity[adminModule]=templates&serendipity[adminAction]=editConfiguration" title="{$CONST.CONFIGURATION}">{$CONST.CONFIGURATION}</a>
|
||||
</article>
|
||||
|
||||
<h2>Available Designs</h2> {* i18n *}
|
||||
<h2>{$CONST.AVAILABLE_TEMPLATES}</h2>
|
||||
|
||||
<ul class="plainList clearfix">
|
||||
{foreach $templates as $template=>$info}
|
||||
@@ -85,14 +85,14 @@
|
||||
<dd>{$info.info.author}</dd>
|
||||
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
|
||||
<dd>{$info.info.date}</dd>
|
||||
<dt class="template_admin">Has admin design:</dt> {* i18n *}
|
||||
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}</dt>
|
||||
<dd>{if $info.info.custom_admin_interface} {$info.info.custom_admin_interface} {else} {$CONST.NO} {/if}</dd>
|
||||
</dl>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="template_show_info button_link" type="button" data-href="#template_info_{$info@key}" title="Show template info"><span class="icon-info-circled"></span><span class="visuallyhidden"> Show template info</span></button> {* i18n *}
|
||||
<button class="template_show_info button_link" type="button" data-href="#template_info_{$info@key}" title="{$CONST.TEMPLATE_INFO}"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.TEMPLATE_INFO}</span></button>
|
||||
|
||||
{if !$info.unmetRequirements}
|
||||
<a class="button_link" href="?serendipity[adminModule]=templates&serendipity[adminAction]=install&serendipity[theme]={$template}{$info.info.customURI}" title="{$CONST.SET_AS_TEMPLATE}">{$CONST.INSTALL}</a>
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
</div>
|
||||
{if $admin_vars.is_logged_in}
|
||||
<nav id="user_menu">
|
||||
<h2 class="visuallyhidden">User menu</h2> {* i18n *}
|
||||
<h2 class="visuallyhidden">{$CONST.MENU_PERSONAL}</h2>
|
||||
|
||||
<ul>
|
||||
<li class="logged_in"><span>{$admin_vars.self_info}</span></li>
|
||||
<li><a class="button_link" href="serendipity_admin.php" title="Dashboard"><span class="icon-home"></span><span class="visuallyhidden"> Dashboard</span></a></li>{* i18n *}
|
||||
<li><a class="button_link" href="serendipity_admin.php" title="{$CONST.MENU_DASHBOARD}"><span class="icon-home"></span><span class="visuallyhidden"> {$CONST.MENU_DASHBOARD}</span></a></li>
|
||||
{if 'personalConfiguration'|checkPermission}
|
||||
<li><a class="button_link" href="serendipity_admin.php?serendipity[adminModule]=personal" title="{$CONST.PERSONAL_SETTINGS}"><span class="icon-cog-alt"></span><span class="visuallyhidden"> {$CONST.PERSONAL_SETTINGS}</span></a></li>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user