Add back localization labels unintentionally removed in last update
This commit is contained in:
parent
8d4b464f64
commit
1b9afac1c7
7 changed files with 112 additions and 13 deletions
|
@ -182,7 +182,7 @@ $labels['invitationattendlinks'] = "In case your email client doesn't support iT
|
|||
$labels['eventupdatesubject'] = '"$title" has been updated';
|
||||
$labels['eventupdatesubjectempty'] = 'An event that concerns you has been updated';
|
||||
$labels['eventupdatemailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nPlease find attached an iCalendar file with the updated event details which you can import to your calendar application.";
|
||||
$labels['eventcancelsubject'] = '"$title" has been canceled';
|
||||
$labels['eventcancelsubject'] = '"$title" has been cancelled';
|
||||
$labels['eventcancelmailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nThe event has been cancelled by \$organizer.\n\nPlease find attached an iCalendar file with the updated event details.";
|
||||
|
||||
// invitation handling (overrides labels from libcalendaring)
|
||||
|
|
|
@ -51,6 +51,17 @@ $labels['foldersubscribe'] = 'List permanently';
|
|||
$labels['nraddressbooksfound'] = '$nr address books found';
|
||||
$labels['noaddressbooksfound'] = 'No address books found';
|
||||
|
||||
// history dialog
|
||||
$labels['showhistory'] = 'Show History';
|
||||
$labels['objectchangelog'] = 'Change History';
|
||||
$labels['objectdiff'] = 'Changes from $rev1 to $rev2';
|
||||
$labels['revisionrestoreconfirm'] = 'Do you really want to restore revision $rev of this contact? This will replace the current contact with the old version.';
|
||||
$labels['objectnotfound'] = 'Failed to load contact data';
|
||||
$labels['objectchangelognotavailable'] = 'Change history is not available for this contact';
|
||||
$labels['objectdiffnotavailable'] = 'No comparison possible for the selected revisions';
|
||||
$labels['objectrestoresuccess'] = 'Revision $rev successfully restored';
|
||||
$labels['objectrestoreerror'] = 'Failed to restore the old revision';
|
||||
|
||||
$messages['bookdeleteconfirm'] = 'Do you really want to delete the selected address book and all contacts in it?';
|
||||
$messages['bookdeleting'] = 'Deleting address book...';
|
||||
$messages['booksaving'] = 'Saving address book...';
|
||||
|
|
|
@ -36,19 +36,26 @@ $labels['get'] = 'Download';
|
|||
$labels['getfile'] = 'Download file';
|
||||
$labels['view'] = 'View';
|
||||
$labels['viewfile'] = 'View file';
|
||||
$labels['rename'] = 'Rename file';
|
||||
$labels['rename'] = 'Rename';
|
||||
$labels['deletefile'] = 'Delete file(s)';
|
||||
$labels['edit'] = 'Edit';
|
||||
$labels['editfile'] = 'Edit file';
|
||||
$labels['save'] = 'Save';
|
||||
$labels['savefile'] = 'Save file';
|
||||
$labels['printfile'] = 'Print file';
|
||||
$labels['fileedit'] = 'File properties';
|
||||
$labels['renamefile'] = 'Rename a file';
|
||||
$labels['createfile'] = 'Create a file';
|
||||
$labels['createandedit'] = 'Create and Edit';
|
||||
$labels['copyfile'] = 'Copy a file';
|
||||
$labels['copyandedit'] = 'Copy and Edit';
|
||||
$labels['documenttitle'] = 'Title:';
|
||||
$labels['close'] = 'Close';
|
||||
|
||||
$labels['collection_audio'] = 'Audio';
|
||||
$labels['collection_video'] = 'Video';
|
||||
$labels['collection_image'] = 'Images';
|
||||
$labels['collection_document'] = 'Documents';
|
||||
$labels['sessions'] = 'Sessions';
|
||||
|
||||
$labels['uploading'] = 'Uploading file(s)...';
|
||||
$labels['attaching'] = 'Attaching file(s)...';
|
||||
|
@ -67,6 +74,7 @@ $labels['saveallnotice'] = 'Successfully saved $n file(s).';
|
|||
$labels['saveallerror'] = 'Saving $n file(s) failed.';
|
||||
$labels['attacherror'] = 'Failed to attach file(s) from the cloud';
|
||||
$labels['fileupdating'] = 'Updating file...';
|
||||
$labels['filecreating'] = 'Creating file...';
|
||||
$labels['filemoving'] = 'Moving file(s)...';
|
||||
$labels['filecopying'] = 'Copying file(s)...';
|
||||
$labels['filedeleting'] = 'Deleting file(s)...';
|
||||
|
@ -76,6 +84,8 @@ $labels['filemovenotice'] = 'File(s) moved successfully.';
|
|||
$labels['filecopynotice'] = 'File(s) copied successfully.';
|
||||
$labels['uploadsizeerror'] = 'Maximum file size ($size) exceeded!';
|
||||
|
||||
$labels['listpermanent'] = 'List permanently';
|
||||
$labels['additionalfolders'] = 'Additional folders';
|
||||
$labels['allfolders'] = 'search in all folders';
|
||||
$labels['fileskip'] = 'Skip';
|
||||
$labels['fileskipall'] = 'Skip all';
|
||||
|
@ -83,6 +93,60 @@ $labels['fileoverwrite'] = 'Overwrite';
|
|||
$labels['fileoverwriteall'] = 'Overwrite all';
|
||||
$labels['filemoveconfirm'] = 'This action is going to overwrite the destination file: <b>$file</b>.';
|
||||
|
||||
$labels['editfiledialog'] = 'Confirm editing action';
|
||||
$labels['editfilesessions'] = 'There are ongoing sessions on the selected file. Please, select the action you want to take.';
|
||||
$labels['newsession'] = 'Create a new session';
|
||||
$labels['newsessionro'] = 'Create a new session (copy the file into read-write location)';
|
||||
$labels['ownedsession'] = 'Continue your existing session';
|
||||
$labels['invitedsession'] = 'Join the session of $user';
|
||||
$labels['joinsession'] = 'Request an invitation from $user';
|
||||
$labels['editfilero'] = 'This file is read-only. Do you want to create and edit a copy of the file?';
|
||||
$labels['editfilerotitle'] = 'Read-only file';
|
||||
$labels['select'] = 'Select';
|
||||
$labels['terminatesession'] = 'Terminate the session';
|
||||
$labels['sessionterminatedtitle'] = 'Session terminated';
|
||||
$labels['sessionterminated'] = 'The session has been terminated. The window will be closed.';
|
||||
$labels['terminate'] = 'Terminate';
|
||||
$labels['sessionterminating'] = 'Terminating the session...';
|
||||
$labels['unsavedchanges'] = 'There are unsaved changes in the document that will be lost. Do you want to terminate the session anyway?';
|
||||
$labels['manageeditors'] = 'Invite to document';
|
||||
$labels['participant'] = 'Participant';
|
||||
$labels['status'] = 'Status';
|
||||
$labels['addparticipant'] = 'Add participant';
|
||||
$labels['delparticipant'] = 'Remove participant';
|
||||
$labels['invitationtexttitle'] = 'This comment will be attached to the invitation/notification message sent to the participant';
|
||||
$labels['invitationtextlabel'] = 'Invitation/notification comment';
|
||||
$labels['statusorganizer'] = 'Organizer';
|
||||
$labels['statusinvited'] = 'Invited';
|
||||
$labels['statusaccepted'] = 'Accepted';
|
||||
$labels['statusdeclined'] = 'Declined';
|
||||
$labels['statusrequested'] = 'Requested';
|
||||
$labels['documentinviting'] = 'Inviting participant(s)...';
|
||||
$labels['documentcancelling'] = 'Removing participant(s)...';
|
||||
$labels['removeparticipant'] = 'Remove';
|
||||
$labels['invitednotice'] = 'You have been invited to the editing session by $owner.';
|
||||
$labels['acceptedownernotice'] = '$owner accepted your request to join the editing session.';
|
||||
$labels['declinedownernotice'] = '$owner declined your request to join the editing session.';
|
||||
$labels['acceptednotice'] = '$user accepted your invitation to the editing session.';
|
||||
$labels['declinednotice'] = '$user declined your invitation to the editing session.';
|
||||
$labels['requestednotice'] = '$user requested to join the editing session.';
|
||||
$labels['sessiondialog'] = 'Document editing session';
|
||||
$labels['sessiondialogcontent'] = 'There is ongoing editing session on $file created by $owner.';
|
||||
$labels['more'] = 'More.';
|
||||
$labels['accept'] = 'Accept';
|
||||
$labels['join'] = 'Join the session';
|
||||
$labels['decline'] = 'Decline';
|
||||
$labels['owner'] = 'Owner';
|
||||
$labels['when'] = 'When';
|
||||
$labels['file'] = 'File';
|
||||
$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['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.';
|
||||
|
||||
|
@ -91,6 +155,8 @@ $labels['arialabelquicksearchbox'] = 'Search input';
|
|||
$labels['arialabellistoptions'] = 'Files list options';
|
||||
$labels['arialabelfolderoptions'] = 'Folder actions';
|
||||
$labels['arialabelfileeditform'] = 'File editing form';
|
||||
$labels['arialabelfilecreateform'] = 'File creation form';
|
||||
$labels['arialabelfilelist'] = 'List of files';
|
||||
$labels['arialabelfoldercreateform'] = 'Folder creation form';
|
||||
$labels['arialabelfoldereditform'] = 'Folder editing form';
|
||||
$labels['arialabelfoldermountform'] = 'External storage form';
|
||||
|
@ -101,5 +167,8 @@ $labels['arialabelattachmentoptions'] = 'Attachment save options';
|
|||
$labels['arialabelfilesavedialog'] = 'File(s) saving dialog';
|
||||
$labels['arialabelfileprops'] = 'File properties';
|
||||
$labels['arialabelfilecontent'] = 'File content';
|
||||
$labels['arialabelfileeditdialog'] = 'File editing dialog';
|
||||
|
||||
?>
|
||||
$labels['type.plain'] = 'Plain Text Document';
|
||||
$labels['type.vndoasisopendocumenttext'] = 'Text Document (ODF)';
|
||||
$labels['type.html'] = 'HTML Document';
|
||||
|
|
|
@ -56,6 +56,18 @@ $labels['invalidlistproperties'] = 'Invalid notebook properties! Please set a va
|
|||
$labels['entertitle'] = 'Please enter a title for this note!';
|
||||
$labels['aclnorights'] = 'You do not have administrator rights for this notebook.';
|
||||
|
||||
// history dialog
|
||||
$labels['showhistory'] = 'Show History';
|
||||
$labels['objectchangelog'] = 'Change History';
|
||||
$labels['objectdiff'] = 'Changes from $rev1 to $rev2';
|
||||
$labels['objectnotfound'] = 'Failed to load note data';
|
||||
$labels['objectchangelognotavailable'] = 'Change history is not available for this note';
|
||||
$labels['objectdiffnotavailable'] = 'No comparison possible for the selected revisions';
|
||||
$labels['revisionrestoreconfirm'] = 'Do you really want to restore revision $rev of this note? This will replace the current note with the old version.';
|
||||
$labels['objectrestoresuccess'] = 'Revision $rev successfully restored';
|
||||
$labels['objectrestoreerror'] = 'Failed to restore the old revision';
|
||||
|
||||
// (hidden) titles and labels for accessibility annotations
|
||||
$labels['arialabelnoteslist'] = 'List of notes';
|
||||
$labels['arialabelnotesearchform'] = 'Notes search form';
|
||||
$labels['arialabelnotesquicksearchbox'] = 'Notes search input';
|
||||
|
|
|
@ -31,3 +31,5 @@ $labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
|
|||
$labels['taggingerror'] = 'Failed to assign tags.';
|
||||
$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
|
||||
$labels['untaggingerror'] = 'Failed to remove tag assignments.';
|
||||
$labels['newtag'] = 'New tag';
|
||||
$labels['tagsearchnew'] = 'Enter text to search or create a new tag';
|
||||
|
|
|
@ -29,7 +29,18 @@ $labels['trigger-D'] = 'days before';
|
|||
$labels['trigger+M'] = 'minutes after';
|
||||
$labels['trigger+H'] = 'hours after';
|
||||
$labels['trigger+D'] = 'days after';
|
||||
$labels['triggerattime'] = 'at time';
|
||||
$labels['triggerend-M'] = 'minutes before end';
|
||||
$labels['triggerend-H'] = 'hours before end';
|
||||
$labels['triggerend-D'] = 'days before end';
|
||||
$labels['triggerend+M'] = 'minutes after end';
|
||||
$labels['triggerend+H'] = 'hours after end';
|
||||
$labels['triggerend+D'] = 'days after end';
|
||||
$labels['trigger0'] = 'on time';
|
||||
$labels['triggerattime'] = 'at start time';
|
||||
$labels['triggerattimeend'] = 'at end time';
|
||||
$labels['relatedstart'] = 'start';
|
||||
$labels['relatedendevent'] = 'end';
|
||||
$labels['relatedendtask'] = 'due time';
|
||||
$labels['addalarm'] = 'Add alarm';
|
||||
$labels['removealarm'] = 'Remove alarm';
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ $labels['invitationmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attend
|
|||
$labels['itipupdatesubject'] = '"$title" has been updated';
|
||||
$labels['itipupdatesubjectempty'] = 'A task that concerns you has been updated';
|
||||
$labels['itipupdatemailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with the updated task details which you can import to your tasks application.";
|
||||
$labels['itipcancelsubject'] = '"$title" has been canceled';
|
||||
$labels['itipcancelsubject'] = '"$title" has been cancelled';
|
||||
$labels['itipcancelmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nThe task has been cancelled by \$organizer.\n\nPlease find attached an iCalendar file with the updated task details.";
|
||||
$labels['saveintasklist'] = 'save in ';
|
||||
|
||||
|
@ -156,12 +156,6 @@ $labels['saveintasklist'] = 'save in ';
|
|||
$labels['taskhistory'] = 'History';
|
||||
$labels['objectchangelog'] = 'Change History';
|
||||
$labels['objectdiff'] = 'Changes from $rev1 to $rev2';
|
||||
$labels['actionappend'] = 'Saved';
|
||||
$labels['actionmove'] = 'Moved';
|
||||
$labels['actiondelete'] = 'Deleted';
|
||||
$labels['compare'] = 'Compare';
|
||||
$labels['showrevision'] = 'Show this version';
|
||||
$labels['restore'] = 'Restore this version';
|
||||
$labels['objectnotfound'] = 'Failed to load task data';
|
||||
$labels['objectchangelognotavailable'] = 'Change history is not available for this task';
|
||||
$labels['objectdiffnotavailable'] = 'No comparison possible for the selected revisions';
|
||||
|
@ -215,5 +209,5 @@ $labels['itipresponseerror'] = 'Failed to send the response to this task assignm
|
|||
$labels['itipinvalidrequest'] = 'This invitation is no longer valid';
|
||||
$labels['sentresponseto'] = 'Successfully sent assignment response to $mailto';
|
||||
$labels['successremoval'] = 'The task has been deleted successfully.';
|
||||
|
||||
$labels['invalidlistproperties'] = 'Invalid list properties! Please set a valid name.';
|
||||
$labels['arialabelsortmenu'] = 'Tasks sorting options';
|
||||
|
|
Loading…
Add table
Reference in a new issue