Fix some missing localization labels

This commit is contained in:
Aleksander Machniak 2017-02-02 12:01:04 +01:00
parent 22a1d82f10
commit 09f4b06875
2 changed files with 5 additions and 3 deletions

View file

@ -143,9 +143,9 @@ $labels['comment'] = 'Comment';
$labels['open'] = 'Open';
$labels['request'] = 'Request an invitation';
$labels['invitationtitle'] = 'Invitation for $file';
$labels['ivitationaccepting'] = 'Accepting an invitation...';
$labels['ivitationdeclining'] = 'Declining an invitation...';
$labels['ivitationrequesting'] = 'Requesting an invitation...';
$labels['invitationaccepting'] = 'Accepting an invitation...';
$labels['invitationdeclining'] = 'Declining an invitation...';
$labels['invitationrequesting'] = 'Requesting an invitation...';
$labels['storepasswords'] = 'remember password';
$labels['storepasswordsdesc'] = 'Stored passwords will be encrypted. Enable this if you do not want to be asked for the password on every login or you want this storage to be available via WebDAV.';

View file

@ -43,6 +43,8 @@ $labels['nrnotebooksfound'] = '$nr notebooks found';
$labels['nonotebooksfound'] = 'No notebooks found';
$labels['removelist'] = 'Remove from list';
$labels['removelink'] = 'Remove email reference';
$labels['listactions'] = 'List options...';
$labels['searchterms'] = 'Search terms';
$labels['savingdata'] = 'Saving data...';
$labels['recordnotfound'] = 'Record not found';