leave page /starred sorting

This commit is contained in:
Serghey Rodin 2015-07-01 01:33:29 +03:00
commit 9ba91b4b02
22 changed files with 72 additions and 6 deletions

View file

@ -420,6 +420,7 @@ $LANG['de'] = array(
'DELETE_RULE_CONFIRMATION' => 'Regel #%s wirklich löschen?',
'SUSPEND_RULE_CONFIRMATION' => 'Regel #%s wirklich sperren?',
'UNSUSPEND_RULE_CONFIRMATION' => 'Regel #%s wirklich entsperren?',
'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
'RESTART_CONFIRMATION' => '%s wirklich neu starten?',
'Welcome' => 'Willkommen',
'LOGGED_IN_AS' => 'Angemeldet als %s',
@ -496,4 +497,6 @@ $LANG['de'] = array(
'sort by' => 'sort by',
'Date' => 'Datum',
);
'Starred' => 'Starred',
'Name' => 'Name',
);