mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
leave page /starred sorting
This commit is contained in:
parent
e1b9d53541
commit
9ba91b4b02
22 changed files with 72 additions and 6 deletions
|
@ -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',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue